[vlc-devel] commit: Select --vout value from vout display list rather than video output ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jan 10 13:46:40 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 10 14:28:21 2010 +0200| [11d2043778443601e04f832402af5979b8073b99] | committer: Rémi Denis-Courmont 

Select --vout value from vout display list rather than video output

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).

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

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index d5fe1f7..e53d5c7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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')
 




More information about the vlc-devel mailing list