[vlc-commits] RTSP VoD: mark the old one as legacy

Jean-Baptiste Kempf git at videolan.org
Mon Aug 19 15:01:25 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 19 14:59:48 2013 +0200| [41ba04c5084c06febbd159962d4415448e1ae915] | committer: Jean-Baptiste Kempf

RTSP VoD: mark the old one as legacy

(cherry picked from commit 5e18c0b05302fd85872be536279215b7a93625bd)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=41ba04c5084c06febbd159962d4415448e1ae915
---

 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..45cfc7a 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( "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