[gst-devel] gst_parse_launch question
Roland Peffer
gdevel at clixxun.com
Mon Mar 8 16:04:54 CET 2010
I have a strange problem:
If I call
pipeline = gst_parse_launch("playbin2 uri='file:://[filepath]' ", &error);
gst_parse_launch does not return an error, but setting the pipeline state later to paused or playing returns GST_STATE_CHANGE_FAILURE.
The same command in the shell
gst-launch playbin2 uri='file:://[filepath]'
works fine.
I do not understand the difference. Any hints?
Thanks
Roland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100308/aea9ab31/attachment.htm>
More information about the gstreamer-devel
mailing list