qtdemux: Don't accumulate segment bases manually
authorSebastian Dröge <sebastian@centricular.com>
Tue, 7 Apr 2015 03:17:52 +0000 (20:17 -0700)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 7 Apr 2015 03:17:52 +0000 (20:17 -0700)
commitbf95f93c0189aa04f18e264b86b6527e431c5d53
treee8160aa382c2b448dedb08be248f9743e2fd0a8f
parent6611517af574d2f5d2007b9458143438cec9029e
qtdemux: Don't accumulate segment bases manually

gst_segment_do_seek() does that for us already, and doing it twice
will break non-flushing seeks in interesting ways. Leftover from 1.0
porting.

Also copy over segment offset and applied_rate, just in case.
gst/isomp4/qtdemux.c