[Bug 757951] adaptivedemux: set src element to ready before flushing the input pad

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 11 08:28:02 PST 2015


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

--- Comment #5 from Florin Apostol <florin.apostol at oregan.net> ---
The flush event is sent to clear the EOS state. In normal scenarios, the uri
handler will send an eos event and adaptive demux will detect that, change the
state of uri handler to ready and must also clear the EOS state on its input
pad. To do that, it sends itself a flush start/flush stop event.

So, we need the flush event because solely changing the state on uri handler
will not generate it. But are you suggesting to send only a flush start and no
flush stop event? I didn't knew this was possible.

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