[vlc-commits] demux: dash: fix onDemand regression
    Francois Cartegnie 
    git at videolan.org
       
    Tue Sep 22 00:38:49 CEST 2015
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Sep 14 21:20:40 2015 +0200| [12802b60443f6b492a1ba6c1d445f85952a01055] | committer: Francois Cartegnie
demux: dash: fix onDemand regression
We need to send segment index for segment splitting.
regression by c1591aa1246bcc1c0dd292d64c2757443d2a354d
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12802b60443f6b492a1ba6c1d445f85952a01055
---
 modules/demux/adaptative/SegmentTracker.cpp |    1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/demux/adaptative/SegmentTracker.cpp b/modules/demux/adaptative/SegmentTracker.cpp
index dd23890..ba24712 100644
--- a/modules/demux/adaptative/SegmentTracker.cpp
+++ b/modules/demux/adaptative/SegmentTracker.cpp
@@ -80,6 +80,7 @@ SegmentChunk * SegmentTracker::getNextChunk(bool switch_allowed)
     {
         prevRepresentation = rep;
         init_sent = false;
+        index_sent = false;
         initializing = true;
     }
 
    
    
More information about the vlc-commits
mailing list