qtdemux: do not align reverse playback reference stream twice
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 8 Jul 2010 16:57:21 +0000 (18:57 +0200)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 16 Jul 2010 11:58:34 +0000 (13:58 +0200)
commitbbded080e0525b7d3646977ebbb46215ea36e434
tree174ca086e9598558cb56911361119024561cfa0c
parent2a22e9d487f24c0cd1457d6714f0406bca29b909
qtdemux: do not align reverse playback reference stream twice

Timestamp rounding issues could lead to going backwards 2 keyframe periods
(rather than only 1).  While this is not necessarily a problem, it might
potentially place additional (buffering) load on downstream and could be
avoided (because We Can).

Fixes #623629.
gst/qtdemux/qtdemux.c