[Bug 770627] bin: don't set source flag on adaptive demuxer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 31 07:35:57 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #334502|none                        |rejected
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 334502:
 --> (https://bugzilla.gnome.org/review?bug=770627&attachment=334502)

::: gst/gstbin.c
@@ +1194,3 @@
+              GST_ELEMENT_METADATA_KLASS), "Demux")
+      && strstr (gst_element_class_get_metadata (bclass,
+              GST_ELEMENT_METADATA_KLASS), "Adaptive")) {

That's not the right approach, GstBin should not need to know about any such
things.

This is something that would have to be solved in adaptivedemux by making sure
to unset the SOURCE flag after adding elements, etc.

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