fbdevsink display coordinates

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

fbdevsink display coordinates

dan.liang
Hello~,

I'm trying to have video playback on my embedded linux board with a custom hardware decoder plugin. Now I have sucessfully made it run by command:

gst-launch filesrc location="my_test.avi" ! avidemux ! myplugin ! fbdevsink

But I don't know how to make the displayed frames align to the top left corner of the screen or any position I'd like. Currently it is always align centered.

In my system, I prefer not to use Xserver, so I use framebuffer instead.

BR
Dan
Reply | Threaded
Open this post in threaded view
|

Re: fbdevsink display coordinates

Fantx
With for