[gst-devel] When am I Sometimes?
Wes Miller
wmiller at sdr.com
Mon Jul 12 23:24:54 CEST 2010
> You can use GstElement's API to get the pad templates list and look over
it.
I think this is what you mean. It requires knowing the element's element
class.
gst_element_class_get_pad_template_list()
GList* gst_element_class_get_pad_template_list( GstElementClass
*element_class );
Retrieves a list of the pad templates associated with element_class.
The list must
not be modified by the calling code.
How do I get the element class?
Thanks,
Wes
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/When-am-I-Sometimes-tp2286689p2286761.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list