On Fri, Feb 12, 2010 at 7:46 AM, Tejas <te...@picus.in> wrote:
>        I have built omapfbsink plugin from openembedded and taken it o my my 
> library path and then I have created following pipe line.
>
> " gst-launch-0.10 filesrc location=/media/mmcblk0p1/Movie.mp4 ! mpeg4parser ! 
> mpeg4dec ! ffmpegcolorspace ! omapfbsink "

I'm not sure 'mpeg4parser' is the right element, probably you want qtdemux.

>        It gives following error.
>
>        "ERROR: Pipeline doesn't want to pause."
>
>        Here mpeg4dec gives output in the form of I420.
>
>        Where is the problem ?

You can try to run with this:
export GST_DEBUG=2

To find out warnings and errors.

-- 
Felipe Contreras

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Gstreamer-embedded mailing list
Gstreamer-embedded@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded

Reply via email to