[vlc-devel] [PATCH] mmal/vout: Delete vout window on open
Julian Scheel
julian at jusst.de
Mon Oct 23 12:10:57 CEST 2017
Make sure the vout is not considered to be windows, so that it won't
receive any resize requests.
Signed-off-by: Julian Scheel <julian at jusst.de>
---
modules/hw/mmal/vout.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/hw/mmal/vout.c b/modules/hw/mmal/vout.c
index dc5807edd6..76188a457c 100644
--- a/modules/hw/mmal/vout.c
+++ b/modules/hw/mmal/vout.c
@@ -315,6 +315,8 @@ static int Open(vlc_object_t *object)
sys->dmx_handle = vc_dispmanx_display_open(0);
vd->info.subpicture_chromas = subpicture_chromas;
+ vout_display_DeleteWindow(vd, NULL);
+
out:
if (ret != VLC_SUCCESS)
Close(object);
--
2.14.2
More information about the vlc-devel
mailing list