using the gst_parse_launch()

d dudi017 at gmail.com
Thu Feb 27 00:43:56 PST 2014


I am running the tutorials of Gstreamer and it works great (on windows).

I want to use the command "gst_parse_launch()"

the original command (from the tutorials):

pipeline = gst_parse_launch ("playbin2
uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL);

my changes:

pipeline = gst_parse_launch ("filesrc
location=C:\\Users\\name\\Desktop\\movie.mp4 ! decodebin2 ! autovideosink",
NULL);

both of the pipelines works fine from the cmd, but my pipeline doesn't work
with gst_parse_launch

any suggestions?

thanks!



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/using-the-gst-parse-launch-tp4665560.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list