After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 765815 - kmssink: add support GstVideoOverlay interface
kmssink: add support GstVideoOverlay interface
Status: RESOLVED DUPLICATE of bug 784599
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-04-29 16:05 UTC by Víctor Manuel Jáquez Leal
Modified: 2017-07-06 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Víctor Manuel Jáquez Leal 2016-04-29 16:05:03 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);
Comment 1 Víctor Manuel Jáquez Leal 2017-07-06 13:36:06 UTC
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 ***