[gst-embedded] Need Help In Totem Media Player

Felipe Contreras felipe.contreras at gmail.com
Wed Feb 17 02:49:18 PST 2010


On Fri, Feb 12, 2010 at 7:46 AM, Tejas <tejas at 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




More information about the Gstreamer-embedded mailing list