splitmuxsink muxing AV data
Ssagarr Patil
hugarsagar at outlook.com
Wed Aug 5 02:21:21 PDT 2015
Hi,
I have following pipeline:
gst_bin_add_many (GST_BIN (pipeline), splitmuxsink, vsrc,
vparse, queue1, asrc, aparse,
queue2, queue3, queue4, NULL);
gst_element_link_many (vsrc, queue1, vparse, queue3, splitmuxsink, NULL);
gst_element_link_many (asrc, queue2, aparse, queue4, splitmuxsink, NULL);
But it fails with following error:
(graphics:294): GStreamer-CRITICAL **: Padname video is not unique in element splitmuxsink, not adding
Any pointers on what is missing ?
Can I use splitmuxsink to mux video and audio ?
Thanks,
-sagar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150805/c7592585/attachment.html>
More information about the gstreamer-devel
mailing list