[vlc-commits] RTSP VoD: mark the old one as legacy
Jean-Baptiste Kempf
git at videolan.org
Mon Aug 19 15:00:05 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 19 14:59:48 2013 +0200| [5e18c0b05302fd85872be536279215b7a93625bd] | committer: Jean-Baptiste Kempf
RTSP VoD: mark the old one as legacy
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e18c0b05302fd85872be536279215b7a93625bd
---
modules/misc/rtsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/misc/rtsp.c b/modules/misc/rtsp.c
index 92f4bc3..d484c25 100644
--- a/modules/misc/rtsp.c
+++ b/modules/misc/rtsp.c
@@ -73,7 +73,7 @@ static void Close( vlc_object_t * );
vlc_module_begin ()
set_shortname( N_("RTSP VoD" ) )
- set_description( N_("RTSP VoD server") )
+ set_description( N_("Legacy RTSP VoD server") )
set_category( CAT_SOUT )
set_subcategory( SUBCAT_SOUT_VOD )
set_capability( "vod server", 1 )
More information about the vlc-commits
mailing list