[vlc-devel] commit: Tell that dst-parameter overrides new bind/path parameters. ( Ilkka Ollakka )

git version control git at videolan.org
Mon Mar 17 09:23:56 CET 2008


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Mar 17 10:14:45 2008 +0200| [0e2052d5cd889db4fa7c84c7457f66bc7d3951e1]

Tell that dst-parameter overrides new bind/path parameters.

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

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

diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c
index 148f153..041ce0d 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -45,15 +45,15 @@
     "Muxer to use for the stream." )
 #define DEST_TEXT N_("Output destination")
 #define DEST_LONGTEXT N_( \
-    "Destination (URL) to use for the stream." )
+    "Destination (URL) to use for the stream. Overrides path and bind parameters" )
 #define BIND_TEXT N_("address to bind to (helper setting for dst)")
 #define BIND_LONGTEXT N_( \
   "address:port to bind vlc to listening incoming streams "\
-  "helper setting for dst,dst=bind+'/'+path" )
+  "helper setting for dst,dst=bind+'/'+path. dst-parameter overrides this" )
 #define PATH_TEXT N_("filename for stream (helper setting for dst)")
 #define PATH_LONGTEXT N_( \
   "Filename for stream "\
-  "helper setting for dst, dst=bind+'/'+path" )
+  "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 "\




More information about the vlc-devel mailing list