[gst-embedded] playbin error

Michael Smith msmith at xiph.org
Sun Jan 10 23:02:48 PST 2010


On Sun, Jan 10, 2010 at 10:43 PM, Niamathullah sharief
<armsharief at gmail.com> wrote:
>
> Hello,
>         how to play with "playbin". when i try to play the video with
> playbin i am getting this error
> "root at freescale ~$ gst-launch playbin uri=/root/yuvraj.mp4
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstPlayBinlaybin0: Invalid URI "/root/yuvraj.mp4".
> Additional debug info:
> gstplaybasebin.c(1674): gen_source_element (): /GstPlayBinlaybin0
> Setting pipeline to NULL ...
> FREEING pipeline ...
> root at freescale ~$
> " Now i am standng still. It is telling as invalid URI. But the video is in
> that PATH only. Then how to use this gen_source_element() function? how to
> implement it? please help me..

The 'uri' property needs a uri, not a file path. Use a file:// URI as
the value of this property.

Mike




More information about the Gstreamer-embedded mailing list