problem with gst_parse_launch

padam skaromana at wp.pl
Wed May 23 04:38:52 PDT 2012


Hi,
Following pipe is working on gst-launch.exe
gst-launch gnlfilesource location=file:///D:\\file.avi caps=video/x-raw-yuv
media-start=1000000000 duration=5000000000 media-duration=5000000000 !
decodebin ! ffmpegcolorspace ! autovideosink

but on gst_parse_launch it didn't

pipeline = gst_parse_launch("gnlfilesource location=file:///D:\\file.avi
caps=video/x-raw-yuv media-start=1000000000 duration=5000000000
media-duration=5000000000 ! decodebin ! ffmpegcolorspace ! autovideosink",
&error);

pipeline is NULL. Nothing were created.

But i can do that:

GstElement *gnl;
gnl = gst_element_factory_make("gnlfilesource", "gnlsource");

so gstreamer "see" gnlfilesource.
How it could be? Thanks for help.

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


More information about the gstreamer-devel mailing list