vlc/modules/gui/macosx/windows/video
Rémi Denis-Courmont 303df23ba4 splitter: have default --video-splitter to "none"
The choice list always offers "any" and "none", and in this case, the
default is to not have a video splitter. This change fixes a bug whereby
the GUI would save the value "none", which the core would then treat as
a module name. No module by that name exists, so this would ultimately
cause the video output to fail entirely.

Also this treats NULL as an actual memory allocation error, instead of
the default value which was previously undistiguishable.
2022-01-15 20:40:24 +00:00
..
VLCDetachedVideoWindow.h
VLCDetachedVideoWindow.m macosx: coding style improvements 2019-05-15 18:17:59 +02:00
VLCFSPanelController.h macosx/playback UI: cosmetics 2019-06-03 12:57:45 +02:00
VLCFSPanelController.m modules: fix typos 2022-01-08 15:19:32 +00:00
VLCVideoOutputProvider.h macosx: use a notification to update the window level instead of calling the singleton directly 2019-06-11 11:41:22 +02:00
VLCVideoOutputProvider.m splitter: have default --video-splitter to "none" 2022-01-15 20:40:24 +00:00
VLCVideoWindowCommon.h macosx: move show controller callbacks away from the main singleton 2019-06-11 12:08:45 +02:00
VLCVideoWindowCommon.m modules: fix typos 2022-01-08 15:19:32 +00:00
VLCVoutView.h
VLCVoutView.m macosx/main: trim public interface and remove pseudo-global includes 2019-05-07 12:37:58 +02:00
VLCWindow.h
VLCWindow.m macosx: remove occurances of unsafe_unretained 2019-06-01 15:38:36 +02:00