problem with gst_parse_launch() function
d
dudi017 at gmail.com
Thu Feb 27 05:40:18 PST 2014
Hi,
Im running the tutorial's code of Gstreamer.
this is the link for the tutorial (the simplest one- Hello World):
http://docs.gstreamer.com/pages/viewpage.action?pageId=327735
after I replaced the pipeline (line 12) and run it, the program doesn't
throws me any errors.
but the size of the output file is 0 bytes.
the replaced pipeline is:
pipeline = gst_parse_launch ("filesrc
location=C:\\Users\\user\\Desktop\\filesink.avi ! pcapparse src-port=58694 !
\"application/x-rtp, payload=(int)96, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H264\" ! rtph264depay !
\"video/x-h264, width=320, height=240, framerate=(fraction)30/1\" ! avimux !
filesink location=movie.avi", NULL);
thank you.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-with-gst-parse-launch-function-tp4665561p4665569.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list