<div>Hello~, <br><br>I&#39;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: <br><br>gst-launch filesrc location=&quot;my_test.avi&quot; ! avidemux ! myplugin ! fbdevsink <br>
<br>But I don&#39;t know how to make the displayed frames align to the top left corner of the screen or any position I&#39;d like. Currently it is always align centered. <br><br>In my system, I prefer not to use Xserver, so I use framebuffer instead. <br>
<br>BR <br>Dan </div>