qtdemux: fill timestamp table completely
authorWim Taymans <wim.taymans@collabora.co.uk>
Sun, 7 Jun 2009 18:46:45 +0000 (20:46 +0200)
committerWim Taymans <wim@metal.(none)>
Sun, 7 Jun 2009 18:46:45 +0000 (20:46 +0200)
commit790b050fc5302cae89cddcd23b258093967d05a9
tree1c276f476ae365f91a13e095705ed4c03360d85d
parentfb25aced92f9d2d0396f62b7b157ca9666285d86
qtdemux: fill timestamp table completely

When there are less timestamps that there are samples, fill up the sample table
with the last know timestamp. This situation can happen when the last sample
does not decode and doesn't need a timestamp. We however calculate the total
track length using the last sample timestamp so we need to have something
sensible in there.

Fixes #585056
gst/qtdemux/qtdemux.c