Re: [gst-embedded] Need Help In Totem Media Player

2010-02-11 Thread Felipe Contreras
On Thu, Feb 11, 2010 at 9:46 AM, Tejas wrote: > Hi Felipe, >        Nice to have reply from you. I have gone through gst-omapfb plugin > from your git repository of gst-omapfb. I find it works on omap frame buffer > and accept format as "UYVY". So I can give my decoder output in the form of > "

Re: [gst-embedded] Need Help In Totem Media Player

2010-02-11 Thread Tejas
Hi Felipe, 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 " It gives following