How to get the sink pad of flvmux?

Natanael Mojica neithanmo at gmail.com
Tue Dec 8 16:08:38 PST 2015


You need
First get the pad templated of flvmux, GstPadTemplate with
gst_element_class_get_pad_template()
Then get de sinkvideo pad or audio, by requesting with
gst_element_request_pad() function, passing the element(flvmux) and the pad
template(GstPadTemplate)
Then only link de sink pad..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151208/2b3f7258/attachment.html>


More information about the gstreamer-devel mailing list