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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 25 10:48:51 PST 2015


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

--- Comment #18 from Florin Apostol <florin.apostol at oregan.net> ---
I tried to deactivate and reactivate the pad but it does not work.

Deactivating and reactivating the stream pad will erase all its events. Next
time when adaptive demux will try to send data on the pad it will fail because
data is received without seeing a segment event.

The gst_adaptive_demux_stream_download_uri function is called 3 times for a
fragment: to download the initialization segment, the index segment and the
media segment. Adaptive demux will send the segment information only at the
beginning, so we cannot deactivate the pad between downloads.

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