problem with gst_parse_launch() function
Stefan Sauer
ensonic at hora-obscura.de
Thu Feb 27 02:59:49 PST 2014
On 02/27/2014 11:24 AM, d wrote:
> Hi,
>
> I have a question about the function gst_parse_launch().
>
> Im workink with windows and this is a pipeline that works fine in the cmd:
> (the pipeline takes pcap file with RTP stream and save it as AVI file video)
>
>
> filesrc location=movie.pcap ! 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" ! queue ! ffdec_h264 ! autovideosink
>
> I can't make it work with the gst_parse_launch() function..
>
> if someone know what to do it will be great!
Without seeing your source code or at least know what kind of errors you
get, we won't be able to help.
Stefan
>
> thanks!
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-with-gst-parse-launch-function-tp4665561.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list