[gstreamer-bugs] [Bug 402141] gst_element_factory_can_{sink, src}_caps seems to be broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 22 00:33:05 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=402141
  GStreamer | gstreamer (core) | git

--- Comment #13 from Benjamin Otte (Company) <otte at gnome.org> 2010-06-22 07:33:02 UTC ---
That's what you think it does. The question is if one interprets this function
as
gst_element_factory_can_sink_all_possible_caps() or as
gst_element_factory_can_sink_any_possible_caps(). If you think the first, it
means that the provided caps must be a subset of the factory's caps, if you
think the second, you just need a non-empty intersection.

And as noted above, "audio/x-raw-int" and "audio/x-raw-int,width=16,..." do
have a possible intersection, but the first is not a subset of the second.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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