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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 29 11:09:09 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=402141

  GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev)  2007-01-29 19:07 UTC -------
Isn't is more that one wants to check if a element support a specifiy
media-type.

gboolean gst_element_factory_can_sink_media_type (factory,media_type);

as a workaround for the above, one can do:

GstCaps *int_caps=gst_caps_from_string(GST_AUDIO_INT_PAD_TEMPLATE_CAPS);


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list