Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 419142 Details for
Bug 523366
media-video/vlc-2.1.x and vlc-2.2.x - vlc hangs intermittently while playing 1080-mkv file - main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 2000 ms)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vlc-2.2.1-alsa-stuttering.patch
vlc-2.2.1-alsa-stuttering.patch (text/plain), 1.31 KB, created by
Anton Bolshakov
on 2015-12-14 03:12:10 UTC
(
hide
)
Description:
vlc-2.2.1-alsa-stuttering.patch
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2015-12-14 03:12:10 UTC
Size:
1.31 KB
patch
obsolete
>--- src/input/decoder.c.orig 2014-11-17 02:57:59.000000000 +0800 >+++ src/input/decoder.c 2015-12-14 11:02:12.905647943 +0800 >@@ -1145,8 +1145,6 @@ > } > > /* */ >- vlc_mutex_lock( &p_owner->lock ); >- > if( p_audio && p_owner->b_waiting ) > { > p_owner->b_has_data = true; >@@ -1177,6 +1175,7 @@ > > DecoderWaitDate( p_dec, &b_reject, > p_audio->i_pts - AOUT_MAX_PREPARE_TIME ); >+ vlc_mutex_unlock( &p_owner->lock ); > > if( unlikely(p_owner->b_paused != b_paused) ) > continue; /* race with input thread? retry... */ >@@ -1199,7 +1198,6 @@ > > break; > } >- vlc_mutex_unlock( &p_owner->lock ); > } > > static void DecoderDecodeAudio( decoder_t *p_dec, block_t *p_block ) >@@ -1961,11 +1959,10 @@ > > /* Parameters changed, restart the aout */ > vlc_mutex_lock( &p_owner->lock ); >- >- aout_DecDelete( p_owner->p_aout ); > p_owner->p_aout = NULL; >- > vlc_mutex_unlock( &p_owner->lock ); >+ aout_DecDelete( p_owner->p_aout ); >+ > input_resource_PutAout( p_owner->p_resource, p_aout ); > } > >@@ -2014,7 +2011,6 @@ > } > > vlc_mutex_lock( &p_owner->lock ); >- > p_owner->p_aout = p_aout; > DecoderUpdateFormatLocked( p_dec ); > if( unlikely(p_owner->b_paused) && p_aout != NULL )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 523366
:
385230
|
419142
|
442144