[Bug 772608] rpi/dispmanx: Implement gst_video_overlay_set_window_handle() for dispmanx window
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Oct 9 13:38:39 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=772608
--- Comment #13 from Munez <munezbn.dev at gmail.com> ---
In function window_resize()
we need to check if foreign window is set and use that element, else use the
native window element. But at the end of the function it has below lines.
window_egl->native.width = width;
window_egl->native.height = height;
Do i need to keep it as it is ? because I cannot assign it to foreign window as
it will override user values.
--
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