vlc | branch: master | Rafaël Carré <fun...@videolan.org> | Sat Feb 15 15:24:45 
2014 +0100| [f2f0361f350efcb6f6921a0b497114e6890bdd7a] | committer: Rafaël Carré

sout-all now defaults to true

Stop losing extra audio tracks after the first one

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

 NEWS                |    2 ++
 src/libvlc-module.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index e1deaa8..e97e433 100644
--- 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
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index ddc17df..11fd1cb 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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 )

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to