[Bug 736655] basesink: preroll issue for some clips which audio is shorter than video

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 27 07:43:53 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=736655

--- Comment #132 from kevin <kevinbing.song at gmail.com> ---
Why still need add sleep:
1. audio source will generate one audio buffer with 23ms. sink can finish
preroll even if streamsynchronizer don't send GAP event when PLAYING->PAUSED if
no sleep.
2. audio source will generate on audio buffer with 23ms. The buffer will
consumed after sleep 100ms. sink can't finish preroll if streamsynchronizer
don't send GAP event when PLAYING->PAUSED.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list