GNOME Bugzilla – Bug 765815
kmssink: add support GstVideoOverlay interface
Last modified: 2017-07-06 13:36:06 UTC
in order to render the video in a certain position on the screen the interface GstVideoOverlay should be implemented. In particular the method void (*set_render_rectangle) (GstVideoOverlay *overlay, gint x, gint y, gint width, gint height); So the user could call gboolean gst_video_overlay_set_render_rectangle (GstVideoOverlay *overlay, gint x, gint y, gint width, gint height);
Somebody has duplicated this bug with patches. So, let's get rid of this bug and continue the debate in this other. *** This bug has been marked as a duplicate of bug 784599 ***