[Bug 778163] parsebin: Don't expose endpad if corresponding decoder is not supported

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 6 18:28:21 UTC 2017


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivier.crete at ocrete.ca

--- Comment #6 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Shouldn't playbin give parsebin also the caps of the sink, then the check for
"decoder" should also check for a sink too?

Something like: ((IS_FACTORY (x) && (gst_element_factory_list_is_type(x,
.._DECODER) || gst_element_factory_list_is_type(x, .._SINK))) || (IS_ELEMENT(x)
&& GST_ELEMENT_IS_SINK(x)))

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