adaptivedemux: Fix playback of live streams
authorSebastian Dröge <sebastian@centricular.com>
Tue, 15 Sep 2015 19:50:19 +0000 (21:50 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Sep 2015 20:05:19 +0000 (22:05 +0200)
commit5674dd75d9d230496d15496deb4280d6455224c6
tree2a1365f6a71d27017fb8b355ed4678cfedff6cc6
parent7e834a5d85254831d692260db60698f49a26d3e2
adaptivedemux: Fix playback of live streams

dashdemux seeks each live stream to its current fragment in the beginning, but
the base class does not know about this. Update the demuxer segment with this
seek so we generate the correct SEGMENT event and can actually play the
stream.

This needs some refactoring at some point.

https://bugzilla.gnome.org/show_bug.cgi?id=755047
gst-libs/gst/adaptivedemux/gstadaptivedemux.c