qtmux: Correctly calculate the elst media start
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 23 Jun 2015 21:54:31 +0000 (17:54 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Wed, 24 Jun 2015 02:34:36 +0000 (22:34 -0400)
commit2359ee29e87715a34d71208dc634a3259a660f85
tree89edd62bce408bc77c61aba1681935cb65f8aa56
parenteceb2ccc739092d964d78945e19c2ecedbd214e2
qtmux: Correctly calculate the elst media start

The media start has nothing to do with the shift we have applied
but with the value of the first PTS. This is defined as:

  Dt(0) = 0
  Ct(0) = Dt(0) + CTTS(0)

So the media start is always the first CTTS.

https://bugzilla.gnome.org/show_bug.cgi?id=751361
gst/isomp4/gstqtmux.c
gst/isomp4/gstqtmux.h