[vlc-commits] drawable: automatically select the plugin if --drawable-hwnd is passed
Rémi Denis-Courmont
git at videolan.org
Thu Oct 16 19:25:55 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Oct 9 19:42:24 2014 +0300| [74770b699521e9c13b857b1371c6f486a9b5abf4] | committer: Rémi Denis-Courmont
drawable: automatically select the plugin if --drawable-hwnd is passed
(same priority as XCB embedded window)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=74770b699521e9c13b857b1371c6f486a9b5abf4
---
modules/video_output/drawable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index 7b9ccbc..9703f97 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -47,7 +47,7 @@ vlc_module_begin ()
set_description (N_("Embedded window video"))
set_category (CAT_VIDEO)
set_subcategory (SUBCAT_VIDEO_VOUT)
- set_capability ("vout window", 0)
+ set_capability ("vout window", 70)
set_callbacks (Open, Close)
add_shortcut ("embed-hwnd")
More information about the vlc-commits
mailing list