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.

change in display video position on screen.

Hello All,

 

I am building a media player application based on gstreamer on DM814X. I am using EZSDK 5.03.01.15.

 My player application works fine.

My task is to move the video(let 320*240) on display(1920*1080) in runtime.

I am able to change the position of video display(320*240) on screen of 1920*1080 with help of v4l2sink gstreamer plugin on EVM board. The change in position is done dynamically by setting overlay property using g_object_set.

However, with omx_videosink I am not able to change the display position. I am setting top and left property of omx_videosink.

The performance of omx_videosink is better than v4l2sink on HD videos. Therefore, I want to use omx_videosink for rendering video.

Please give me suggestion to move the video across the screen.

If there is any other alternative to achieve task please let me know.

 

Thanks and Regards,

Sandeep