qtdemux: Don't modify upstream TIME segment
authorSeungha Yang <sh.yang@lge.com>
Tue, 15 Nov 2016 12:17:51 +0000 (21:17 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:46:34 +0000 (14:46 +0200)
commite5b3d9257d3290620caeeef9574fef575bf6a455
treeb5eda50c284dbe60be22a43c7a73097def2d1f14
parent6a7bdfd2eaffd72a3bb4ea36e590740a7d09ab8b
qtdemux: Don't modify upstream TIME segment

TIME segment implies that stream/running time is being handled by upstream.
So, we shouldn't override it without any clue.
This patch is for fixing seek in DASH streaming.

https://bugzilla.gnome.org/show_bug.cgi?id=774196
gst/isomp4/qtdemux.c