]> git.sesse.net Git - vlc/commit
skins2: fix corner case with old skins and fullscreen
authorErwan Tulou <erwan10@videolan.org>
Thu, 11 Mar 2010 08:20:58 +0000 (09:20 +0100)
committerErwan Tulou <erwan10@videolan.org>
Thu, 11 Mar 2010 08:26:48 +0000 (09:26 +0100)
commit055b9c473740304f183b61b0de2d67de480ebabb
treeffbb920a319f3a215934dc1aba75d67b6a6b08c2
parent64675811fee2e99b9cbc2a2fdef1184714196451
skins2: fix corner case with old skins and fullscreen

For skins without video elements, fullscreen mode could be launched with the inner video kept hidden. Initializing the video control to NULL fixes it.
modules/gui/skins2/src/vout_manager.cpp