[gst-devel] A problem about writing code with avimux.
Laurence
laurenceinc at gmail.com
Tue Aug 24 18:35:40 CEST 2010
I am writing the code to mux video stream and audio stream into a single .avi
file. A part of my code
is as follow:
/*element link*/
gst_element_link_many(videotestsrc, queue, NULL);
gst_element_link_many(audiotestsrc, queue, NULL);
gst_element_link_many(queue, avimux, filesink, NULL);
The elements are linked, but filesink doesn't work.I think there is
something wrong about element linking.Maybe I should link the other elements
or add some parameters?
Any input on this problem welcome,
Laurence
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/A-problem-about-writing-code-with-avimux-tp2336981p2336981.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list