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