On Tue, Dec 16, 2014 at 1:21 PM, VIVEK VERMA <vivek.ve...@kpit.com> wrote:
> Hi All,
>
> I am using gstreamer to play wma files but  I am getting the error as follows.

You should have created a new thread about this issue.


> root@imx6dlsabresd:~# gst-launch -v playbin2 uri=file:///ano.wma
> Setting pipeline to PAUSED ...
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: ring-buffer-max-size = 0
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: buffer-size = -1
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: buffer-duration = -1
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: use-buffering = FALSE
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: download = FALSE
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: uri = "file:///ano.wma"
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: connection-speed = 0
> /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: source = (GstFileSrc) 
> source
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstURIDecodeBin:uridecodebin0/GstFileSrc:source: 
> Resource not found.

It can not find the file. You need to pass the full path, such as
uri=file:///home/user/ano.wma
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to