[Bug 753365] basesrc: Test Assertion 'segment->rate == 0.5' failed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 7 12:44:35 PDT 2015


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

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Created attachment 308910
  --> https://bugzilla.gnome.org/attachment.cgi?id=308910&action=edit
basesrc-test: Fix race testing segment update

As this test is using a short sleep (GST_USECOND, which is 10ms
in microsecond), sometimes that EOS event is received before the
loop in basesrc have run _do_seek() and pushed the update segment.
To solve this issue, we wait for the initial segment (and flush it)
then we wait for the second segment before sending EOS.

-- 
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