This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x gstreamer video and framebuffer

HI all,

 

a customer is using AM335x SDK based gstreamer and is currently decoding a 640x360 video with the following gstreamer pipeline

gst-launch-0.10 filesrc location=/media/mmcblk0p1/BigBuckBunny02.mp4 ! decodebin name=decoder decoder. ! ffmpegcolorspace ! fbdevsink device=/dev/fb0 decoder.

Currently this centers the video in the middle of the 800x480 screen.

Is there an easy way to shift the video by a number of pixels X and Y into a particular area into the framebuffer with a gstreamer pipeline? This is for a quick demo, so something simple would work, just so that the video is not overlaying the UI.

We will check around on #gstreamer IRC as well.

 

Thanks,

--Gunter