[vlc-commits] vout: android: set is_slow when non opaque
Thomas Guillem
git at videolan.org
Mon Nov 28 16:37:47 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Nov 23 14:50:42 2016 +0100| [e093c829e3994e1599dcdd004fbd0fd079e8f17b] | committer: Thomas Guillem
vout: android: set is_slow when non opaque
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e093c829e3994e1599dcdd004fbd0fd079e8f17b
---
modules/video_output/android/display.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/video_output/android/display.c b/modules/video_output/android/display.c
index 45782c5..947a5b9 100644
--- a/modules/video_output/android/display.c
+++ b/modules/video_output/android/display.c
@@ -738,6 +738,7 @@ static int Open(vlc_object_t *p_this)
vd->control = Control;
vd->manage = NULL;
vd->info.has_event_thread = true;
+ vd->info.is_slow = !sys->p_window->b_opaque;
/* Fix initial state */
vout_display_SendEventFullscreen(vd, true);
More information about the vlc-commits
mailing list