vlc | branch: master | Sergio Ammirata <[email protected]> | Tue Nov 27 09:39:02 2018 -0500| [33381800e6d66382fb1d0be690fc096ac564f3f3] | committer: Thomas Guillem
access_out: rist: improve/fix config help text Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33381800e6d66382fb1d0be690fc096ac564f3f3 --- modules/access_output/rist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access_output/rist.c b/modules/access_output/rist.c index 6fec6d5a10..0097291bed 100644 --- a/modules/access_output/rist.c +++ b/modules/access_output/rist.c @@ -769,10 +769,10 @@ failed: "a near jitter free output. Be aware that this setting will also add to " \ "the overall latency of the stream." ) -#define BUFFER_TEXT N_("RIST client side buffer size (ms)") +#define BUFFER_TEXT N_("RIST retry-buffer queue size (ms)") #define BUFFER_LONGTEXT N_( \ "This must match the buffer size (latency) configured on the server side. If you " \ - "are not sure, leave the default of -1 which will set it the maximum " \ + "are not sure, leave the default of 0 which will set it the maximum " \ "value and will use about 100MB of RAM" ) #define SSRC_TEXT N_("SSRC used in RTP output (default is random, i.e. 0)") _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
