Commit ccc10bae authored by Thomas Guillem's avatar Thomas Guillem Committed by Jean-Baptiste Kempf

android: deactivate vout window plugin

For now, we do everything in vout display, so we don't need a window.

Fix vout_display_IsWindowed returning true and breaking android vout.
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 59dbabdd
...@@ -56,7 +56,7 @@ vlc_module_begin() ...@@ -56,7 +56,7 @@ vlc_module_begin()
set_description(N_("Android native window")) set_description(N_("Android native window"))
set_category(CAT_VIDEO) set_category(CAT_VIDEO)
set_subcategory(SUBCAT_VIDEO_VOUT) set_subcategory(SUBCAT_VIDEO_VOUT)
set_capability("vout window", 10) set_capability("vout window", 0)
set_callbacks(Open, Close) set_callbacks(Open, Close)
vlc_module_end() vlc_module_end()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment