[vlc-commits] vdummy: do not delete the window

Rémi Denis-Courmont git at videolan.org
Sun May 20 19:51:35 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed May 16 21:49:53 2018 +0300| [3cce1e76cde4f31f6b5ea11704c9eeffb6a18ed2] | committer: Rémi Denis-Courmont

vdummy: do not delete the window

This means that there will be an unused video window. Insofar as the
dummy video output is meant for debugging/testing, this change can be
considered a bug as much as a feature, depending on the specific
purpose.

The proper way to disable window is still --no-video, which will not
create a video window - no changes there.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3cce1e76cde4f31f6b5ea11704c9eeffb6a18ed2
---

 modules/video_output/vdummy.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/vdummy.c b/modules/video_output/vdummy.c
index 2a57ad5037..92a1f50cf3 100644
--- a/modules/video_output/vdummy.c
+++ b/modules/video_output/vdummy.c
@@ -103,8 +103,6 @@ static int Open(vlc_object_t *object,
     vd->display = display;
     vd->control = Control;
 
-    vout_display_DeleteWindow(vd, NULL);
-
     return VLC_SUCCESS;
 }
 



More information about the vlc-commits mailing list