[vlc-commits] [Git][videolan/vlc][master] macosx: Reduce priority of standalone video window provider, giving macosx GUI...
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed May 24 08:08:56 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
693854c7 by Claudio Cambra at 2023-05-24T07:48:57+00:00
macosx: Reduce priority of standalone video window provider, giving macosx GUI window provider higher priority
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/video_output/window_macosx.m
Changes:
=====================================
modules/video_output/window_macosx.m
=====================================
@@ -642,13 +642,13 @@ static int DrawableOpen(vlc_window_t *wnd)
*/
vlc_module_begin()
set_description("macOS Video Output Window")
- set_capability("vout window", 1000)
+ set_capability("vout window", 1)
set_callback(Open)
add_submodule()
set_shortname(N_("NSObject Drawable"))
set_subcategory(SUBCAT_VIDEO_VOUT)
- set_capability("vout window", 10000)
+ set_capability("vout window", 10)
set_callback(DrawableOpen)
add_shortcut("embed-nsobject")
vlc_module_end()
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/693854c7b926f00979c169dd6903da22e10b6e85
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/693854c7b926f00979c169dd6903da22e10b6e85
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list