]> git.sesse.net Git - vlc/commitdiff
sout-all now defaults to true
authorRafaël Carré <funman@videolan.org>
Sat, 15 Feb 2014 14:24:45 +0000 (15:24 +0100)
committerRafaël Carré <funman@videolan.org>
Sat, 15 Feb 2014 15:34:20 +0000 (16:34 +0100)
Stop losing extra audio tracks after the first one

NEWS
src/libvlc-module.c

diff --git a/NEWS b/NEWS
index e1deaa8ba5ee27c1614044ca6487cd42cfa47fd9..e97e433ff8b3234e0e65d3e8198c55c047edd80d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,8 @@ Streaming:
  * HLS: Allow setting the first segment number and numerous improvements
  * new stats module to output block timing values and md5 sums
  * transcode module access fps values as rationals now, eg 30000/1001
+ * VLC now streams all elementary streams, you can revert to previous behaviour
+    with --no-sout-all
 
 libVLC:
  * add equalizer API libvlc_audio_equalizer_* functions
index ddc17dfd70da7e70225617965f48e4e2a8d939af..11fd1cbbc80ef87dcccaffd49569ac88e66f7b5d 100644 (file)
@@ -1905,7 +1905,7 @@ vlc_module_begin ()
                                 SOUT_DISPLAY_LONGTEXT, true )
     add_bool( "sout-keep", false, SOUT_KEEP_TEXT,
                                 SOUT_KEEP_LONGTEXT, true )
-    add_bool( "sout-all", 0, SOUT_ALL_TEXT,
+    add_bool( "sout-all", true, SOUT_ALL_TEXT,
                                 SOUT_ALL_LONGTEXT, true )
     add_bool( "sout-audio", 1, SOUT_AUDIO_TEXT,
                                 SOUT_AUDIO_LONGTEXT, true )