|
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
|