[vlc-devel] commit: drawable: fix capability ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 15 22:00:46 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 15 22:56:22 2009 +0300| [a1833f927e7aa7718d4e9c2182773be5ee9ebebb] | committer: Rémi Denis-Courmont 

drawable: fix capability

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

 modules/video_output/drawable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c
index f40b8c3..347729b 100644
--- a/modules/video_output/drawable.c
+++ b/modules/video_output/drawable.c
@@ -42,7 +42,7 @@ vlc_module_begin ()
     set_description (N_("Embedded window video"))
     set_category (CAT_VIDEO)
     set_subcategory (SUBCAT_VIDEO_VOUT)
-    set_capability ("vout window xid", 70)
+    set_capability ("vout window hwnd", 70)
     set_callbacks (Open, Close)
     //add_integer ("drawable-hwnd", 0, NULL, HWN_TEXT, HWND_LONGTEXT, true) /* How to ? */
     //    change_unsaveable ()




More information about the vlc-devel mailing list