[Bug 775132] adaptivedemux: Download fragment only for activated stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 12 07:11:43 UTC 2016


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com

--- Comment #9 from Edward Hervey <bilboed at bilboed.com> ---
Note that since 1.10 you can know whether the parent element (i.e.
urisourcebin) can handle streams (dis-)appearing at any point in time with the
GST_BIN_FLAGS_STREAMS_AWARE flag :
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBin.html#GstBinFlags

In READY=>PAUSED just check if your parent bin has that flag set (like tsdemux
here :
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/mpegtsdemux/mpegtsbase.c#n213
)

if it's set, you don't need to expose/download all streams

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