]> git.sesse.net Git - vlc/commitdiff
Select --vout value from vout display list rather than video output
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 10 Jan 2010 12:28:21 +0000 (14:28 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 10 Jan 2010 12:43:18 +0000 (14:43 +0200)
This fixes the plugin names in the user interface. On the other hand,
legacy video output plugins cannot be selected explicitly anymore
(though they still take part in automatic probing).

src/libvlc-module.c

index d5fe1f79d9fa80acd0c8233c39c46360f9df5f1c..e53d5c7ecc26a1b0b8d97e70facbd009a7f3dad6 100644 (file)
@@ -1741,7 +1741,7 @@ vlc_module_begin ()
         change_safe()
 
     set_subcategory( SUBCAT_VIDEO_VOUT )
-    add_module( "vout", "video output", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
+    add_module( "vout", "vout display", NULL, NULL, VOUT_TEXT, VOUT_LONGTEXT,
                 true )
         change_short('V')