qtdemux: push buffers after segment stop until reaching a keyframe
authorThiago Santos <thiago.sousa.santos@collabora.com>
Tue, 27 Aug 2013 20:33:40 +0000 (17:33 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 28 Aug 2013 15:58:56 +0000 (12:58 -0300)
commit9549289a18d032ff891e1da302e1ffde2ea058b9
tree6ac8bfa06636ceb30707ced5b43cfc070c76e300
parent73acdf4cc200fb6b70cb7f4e0100cdcde7568ba4
qtdemux: push buffers after segment stop until reaching a keyframe

This should make decoders able to precisely push buffers until the stop
time in case they need the next keyframe to do it.

Also, according to gst_segment_clip, it should only push a buffer that
the starting ts is strictly smaller than the segment stop, so we change
the min < comparison for <=
gst/isomp4/qtdemux.c