Internal data flow error
Stefan Sauer
ensonic at hora-obscura.de
Tue Jun 4 03:08:42 PDT 2013
On 06/04/2013 09:56 AM, Yogesh Tyagi wrote:
> sorry the complete command I used is this:
>
> gst-launch filesrc location=/root/videoEncode/176x144_Barcelona.raw
> blocksize=38016 ! video/x-raw-yuv, width=176, height=144,
> format=\(fourcc\)I420, framerate=15/1 ! MixVideoEncoderH264 ! filesink
> location=temp.h264
can you try:
gst-launch filesrc location=/root/videoEncode/176x144_Barcelona.raw
blocksize=38016 ! videoparse ! video/x-raw-yuv, width=176, height=144,
format=\(fourcc\)I420, framerate=15/1 ! MixVideoEncoderH264 ! filesink
location=temp.h264
Stefan
>
>
> On Tue, Jun 4, 2013 at 12:42 PM, Yogesh Tyagi
> <yogesh.bit2006 at gmail.com <mailto:yogesh.bit2006 at gmail.com>> wrote:
>
> Hi,
>
> I am getting following error while I am trying transcoding with
> gst-launch:
>
> gst-launch filesrc
> location=/root/videoEncode/176x144_Barcelona.raw blocksize=38016
> ! video/x-raw-yuv, width=176, height=144, format=\(fourcc\)I420,
> framerate=15/1 ! MixVideoEncoderH264 ! filesink
>
> location=temp.h264libva: libva version 0.32.0
> libva: va_getDriverName() returns 0
> libva: Trying to open /usr/lib/dri/emgd_drv_video.so
> Intel(R) Embedded Media and Graphics Driver 1.18 Build 3398
> Using XCB based dispatch table.
> libva: va_openDriver() returns 0
> Setting pipeline to PAUSED ...
> Pipeline is PREROLLING ...
> Pipeline is PREROLLED ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
> ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> Internal data flow error.
> Additional debug info:
> gstbasesrc.c(2563): gst_base_src_loop ():
> /GstPipeline:pipeline0/GstFileSrc:filesrc0:
> streaming task paused, reason not-linked (-1)
> Execution ended after 2037829 ns.
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
>
>
> Am I missing something in the command?
>
> Thanks,
> Yogesh
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130604/f5dae244/attachment.html>
More information about the gstreamer-devel
mailing list