diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index 3f07479c4c..e3058e53e2 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -3829,7 +3829,6 @@ gst_qtdemux_clip_buffer (GstQTDemux * qtdemux, QtDemuxStream * stream, diff = cstart - start; if (diff > 0) { pts += diff; - dts += diff; duration -= diff; if (clip_data) {