[vlc-commits] android: deactivate vout window plugin

Thomas Guillem git at videolan.org
Mon Oct 20 17:39:02 CEST 2014


vlc | branch: master | Thomas Guillem <tom at gllm.fr> | Mon Oct 20 12:11:11 2014 +0200| [ccc10baea4650042532307da4f4a9c67b9f6dbea] | committer: 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: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/android/nativewindow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/android/nativewindow.c b/modules/video_output/android/nativewindow.c
index 5345c2d..5a3fbc0 100644
--- a/modules/video_output/android/nativewindow.c
+++ b/modules/video_output/android/nativewindow.c
@@ -56,7 +56,7 @@ vlc_module_begin()
     set_description(N_("Android native window"))
     set_category(CAT_VIDEO)
     set_subcategory(SUBCAT_VIDEO_VOUT)
-    set_capability("vout window", 10)
+    set_capability("vout window", 0)
     set_callbacks(Open, Close)
 vlc_module_end()
 



More information about the vlc-commits mailing list