qtdemux: avoid storing non-time newsegments to push later
authorThiago Santos <thiago.sousa.santos@collabora.com>
Fri, 12 Apr 2013 13:21:11 +0000 (10:21 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 7 May 2013 22:29:17 +0000 (19:29 -0300)
commitd1b91c755c44f3bc4c28d3b17efc110e49ac2b10
tree11f5553b922a5d901cb3f14bb12ccecd4d700bcf
parent895525b5cbcf7bb29b0fede40c6531462c475525
qtdemux: avoid storing non-time newsegments to push later

This can confuse downstream when they get a byte segment after receiving
the natural time segment from qtdemux that it sends when starting to
push buffers. This is specially the case with parsers that try to
convert the position from byte to time format and might miss the
correct position for playback to start.
gst/isomp4/qtdemux.c