[vlc-devel] commit: Rationalize the SDP session name string ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 3 22:12:44 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May  3 23:13:54 2008 +0300| [06ea7e5260268091ada1d64887f1c7cc1008adf8]

Rationalize the SDP session name string

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

 modules/stream_out/standard.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c
index ad1f4de..b4c14c7 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -56,8 +56,8 @@
   "helper setting for dst, dst=bind+'/'+path, dst-parameter overrides this" )
 #define NAME_TEXT N_("Session name")
 #define NAME_LONGTEXT N_( \
-  "This allows you to specify a name for the session, that will be announced "\
-  "if you choose to use SAP." )
+    "This is the name of the session that will be announced in the SDP " \
+    "(Session Descriptor)." )
 
 #define GROUP_TEXT N_("Session groupname")
 #define GROUP_LONGTEXT N_( \




More information about the vlc-devel mailing list