[gst-devel] custom mime type error
Hemin Merchant
hemin.merchant at geodesic.com
Fri Oct 9 07:53:08 CEST 2009
Hey thanks a lot for your help!
Now the error that is coming when I do >>> gst-launch-0.10 filesrc
location="/home/hemin/Desktop/suzie.geo" ! examplefilter ! xvimagesink
is:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
I'm plugged! therefore I'm in.
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal
data flow error.
Additional debug info:
gstbasesrc.c(2330): gst_base_src_loop ():
/GstPipeline:pipeline0/GstFileSrc:filesrc0:
streaming task paused, reason error (-5)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...
Any idea what is the issue now???
Michael Smith wrote:
> On Thu, Oct 8, 2009 at 8:06 AM, Hemin Merchant
> <hemin.merchant at geodesic.com> wrote:
>
>
>> static GstStaticPadTemplate src_factory = GST_STATIC_PAD_TEMPLATE ("src",
>> GST_PAD_SRC,
>> GST_PAD_ALWAYS,
>> GST_STATIC_CAPS ("video/x-raw-yuv, format=(fourcc)I420, width =
>> (int) 176,"" height = (int) 144," "framerate = (double)10"));
>>
>
> Framerate is not a double in gstreamer, it must be a fraction, like:
> framerate=(fraction)10/1
>
> Mike
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
More information about the gstreamer-devel
mailing list