[Bug 765815] New: kmssink: add support GstVideoOverlay interface
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 29 16:05:03 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765815
Bug ID: 765815
Summary: kmssink: add support GstVideoOverlay interface
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: vjaquez at igalia.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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);
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list