Commit d5eacbea authored by Clément Stenac's avatar Clément Stenac

Really fix all the set_name.

Sorry for the trouble
parent 8921e021
...@@ -76,7 +76,7 @@ static char *psz_recursive_list_text[] = { N_("none"), N_("collapse"), ...@@ -76,7 +76,7 @@ static char *psz_recursive_list_text[] = { N_("none"), N_("collapse"),
vlc_module_begin(); vlc_module_begin();
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_name( _("Directory" ) ); set_shortname( _("Directory" ) );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
set_description( _("Standard filesystem directory input") ); set_description( _("Standard filesystem directory input") );
set_capability( "access2", 55 ); set_capability( "access2", 55 );
......
...@@ -69,7 +69,7 @@ static int Open ( vlc_object_t * ); ...@@ -69,7 +69,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_name( _("DVD with menus (DVD with menu support)") ); set_shortname( _("DVD with menus") );
set_description( _("DVDnav Input") ); set_description( _("DVDnav Input") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -87,7 +87,7 @@ static int Open ( vlc_object_t * ); ...@@ -87,7 +87,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_name( _("DVD without menus") ); set_shortname( _("DVD without menus") );
set_description( _("DVDRead Input (DVD without menu support)") ); set_description( _("DVDRead Input (DVD without menu support)") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -86,7 +86,7 @@ static void Close( vlc_object_t * ); ...@@ -86,7 +86,7 @@ static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("Standard filesystem file input") ); set_description( _("Standard filesystem file input") );
set_name( _("File") ); set_shortname( _("File") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
add_integer( "file-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE ); add_integer( "file-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );
......
...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * ); ...@@ -52,7 +52,7 @@ static void Close( vlc_object_t * );
"used for the connection.") "used for the connection.")
vlc_module_begin(); vlc_module_begin();
set_name( "FTP" ); set_shortname( "FTP" );
set_description( _("FTP input") ); set_description( _("FTP input") );
set_capability( "access2", 0 ); set_capability( "access2", 0 );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
......
...@@ -74,7 +74,7 @@ static void Close( vlc_object_t * ); ...@@ -74,7 +74,7 @@ static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("HTTP input") ); set_description( _("HTTP input") );
set_capability( "access2", 0 ); set_capability( "access2", 0 );
set_name( _( "HTTP/HTTPS" ) ); set_shortname( _( "HTTP/HTTPS" ) );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -55,7 +55,7 @@ static void Close( vlc_object_t * ); ...@@ -55,7 +55,7 @@ static void Close( vlc_object_t * );
"Always select the stream with the maximum bitrate." ) "Always select the stream with the maximum bitrate." )
vlc_module_begin(); vlc_module_begin();
set_name( _("MMS") ); set_shortname( _("MMS") );
set_description( _("Microsoft Media Server (MMS) input") ); set_description( _("Microsoft Media Server (MMS) input") );
set_capability( "access2", -1 ); set_capability( "access2", -1 );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
......
...@@ -43,7 +43,7 @@ static int Open ( vlc_object_t * ); ...@@ -43,7 +43,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_name( _("TCP") ); set_shortname( _("TCP") );
set_description( _("TCP input") ); set_description( _("TCP input") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -51,7 +51,7 @@ static int Open ( vlc_object_t * ); ...@@ -51,7 +51,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_name( _("UDP/RTP" ) ); set_shortname( _("UDP/RTP" ) );
set_description( _("UDP/RTP input") ); set_description( _("UDP/RTP input") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -64,7 +64,7 @@ vlc_module_begin(); ...@@ -64,7 +64,7 @@ vlc_module_begin();
set_description( _("ASF muxer") ); set_description( _("ASF muxer") );
set_category( CAT_SOUT ); set_category( CAT_SOUT );
set_subcategory( SUBCAT_SOUT_MUX ); set_subcategory( SUBCAT_SOUT_MUX );
set_name( "ASF" ); set_shortname( "ASF" );
set_capability( "sout mux", 5 ); set_capability( "sout mux", 5 );
add_shortcut( "asf" ); add_shortcut( "asf" );
......
...@@ -56,7 +56,7 @@ vlc_module_begin(); ...@@ -56,7 +56,7 @@ vlc_module_begin();
set_description( _("MP4/MOV muxer") ); set_description( _("MP4/MOV muxer") );
set_category( CAT_SOUT ); set_category( CAT_SOUT );
set_subcategory( SUBCAT_SOUT_MUX ); set_subcategory( SUBCAT_SOUT_MUX );
set_name( "MP4" ); set_shortname( "MP4" );
add_bool( SOUT_CFG_PREFIX "faststart", 1, NULL, FASTSTART_TEXT, FASTSTART_LONGTEXT, add_bool( SOUT_CFG_PREFIX "faststart", 1, NULL, FASTSTART_TEXT, FASTSTART_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
......
...@@ -53,7 +53,7 @@ static void Close ( vlc_object_t * ); ...@@ -53,7 +53,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("PS muxer") ); set_description( _("PS muxer") );
set_name( "MPEG-PS" ); set_shortname( "MPEG-PS" );
set_category( CAT_SOUT ); set_category( CAT_SOUT );
set_subcategory( SUBCAT_SOUT_MUX ); set_subcategory( SUBCAT_SOUT_MUX );
set_capability( "sout mux", 50 ); set_capability( "sout mux", 50 );
......
...@@ -127,7 +127,7 @@ static void Close ( vlc_object_t * ); ...@@ -127,7 +127,7 @@ static void Close ( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( _("TS muxer (libdvbpsi)") ); set_description( _("TS muxer (libdvbpsi)") );
set_name( "MPEG-TS"); set_shortname( "MPEG-TS");
set_category( CAT_SOUT ); set_category( CAT_SOUT );
set_subcategory( SUBCAT_SOUT_MUX ); set_subcategory( SUBCAT_SOUT_MUX );
set_capability( "sout mux", 120 ); set_capability( "sout mux", 120 );
......
...@@ -109,7 +109,7 @@ static void SwitchContext( vout_thread_t * ); ...@@ -109,7 +109,7 @@ static void SwitchContext( vout_thread_t * );
"set it to 0 for first screen, 1 for the second.") "set it to 0 for first screen, 1 for the second.")
vlc_module_begin(); vlc_module_begin();
set_name( N_("OpenGL") ); set_shortname( N_("OpenGL") );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VOUT ); set_subcategory( SUBCAT_VIDEO_VOUT );
set_description( _("X11 OpenGL provider") ); set_description( _("X11 OpenGL provider") );
......
...@@ -64,7 +64,7 @@ extern void E_(Deactivate) ( vlc_object_t * ); ...@@ -64,7 +64,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
"set it to 0 for first screen, 1 for the second.") "set it to 0 for first screen, 1 for the second.")
vlc_module_begin(); vlc_module_begin();
set_name( N_("X11") ); set_shortname( N_("X11") );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VOUT ); set_subcategory( SUBCAT_VIDEO_VOUT );
add_string( "x11-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE ); add_string( "x11-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE );
......
...@@ -75,7 +75,7 @@ extern void E_(Deactivate) ( vlc_object_t * ); ...@@ -75,7 +75,7 @@ extern void E_(Deactivate) ( vlc_object_t * );
"set it to 0 for first screen, 1 for the second.") "set it to 0 for first screen, 1 for the second.")
vlc_module_begin(); vlc_module_begin();
set_name( N_("XVideo") ); set_shortname( N_("XVideo") );
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VOUT ); set_subcategory( SUBCAT_VIDEO_VOUT );
add_string( "xvideo-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE ); add_string( "xvideo-display", NULL, NULL, DISPLAY_TEXT, DISPLAY_LONGTEXT, VLC_TRUE );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment