Hi all
I'm working with gstreamer. Currently I'm able to show the gstreamer video but the window showing the video appear always in the center of the display. I'm looking for a way to move this window for example in the upper left side of the display. Currently I still didn't find a way for move the window in the point I need. The only way that seem to work temporanely is to set the new coordinates to /sys/device/playform/omapdss/overlay1/position as:
echo 0,0 > /sys/device/playform/omapdss/overlay1/position
but the video window is moved for an instant and is repositioned immediately in the center of the screen....
Someone know a way for do that?
Thank you