Commit 5e18c0b0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

RTSP VoD: mark the old one as legacy

parent 25689598
...@@ -73,7 +73,7 @@ static void Close( vlc_object_t * ); ...@@ -73,7 +73,7 @@ static void Close( vlc_object_t * );
vlc_module_begin () vlc_module_begin ()
set_shortname( N_("RTSP VoD" ) ) set_shortname( N_("RTSP VoD" ) )
set_description( N_("RTSP VoD server") ) set_description( N_("Legacy RTSP VoD server") )
set_category( CAT_SOUT ) set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_VOD ) set_subcategory( SUBCAT_SOUT_VOD )
set_capability( "vod server", 1 ) set_capability( "vod server", 1 )
......
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