]> git.sesse.net Git - vlc/commitdiff
Tell that dst-parameter overrides new bind/path parameters.
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 17 Mar 2008 08:14:45 +0000 (10:14 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 17 Mar 2008 08:23:03 +0000 (10:23 +0200)
modules/stream_out/standard.c

index 148f1537e2dcb93aa2275465042c8f82a3dffcfd..041ce0d28b5063f7aac18f48fcebbd2743315bd2 100644 (file)
     "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 "\