qtdemux: push data from adapter before starting new segment
authorThiago Santos <thiagoss@osg.samsung.com>
Wed, 8 Jul 2015 15:35:55 +0000 (12:35 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 9 Jul 2015 02:23:53 +0000 (23:23 -0300)
commit38520a1e122928030b69374b88b8888cc556bab3
tree0b52dc773a355a5a355905e3c5ba21cac0566de4
parent6e7c724afadd6a4d04d6e68938d314e1be570f9e
qtdemux: push data from adapter before starting new segment

The adapter might have data remaining from the previous segment,
push it all before clearing the adapter and starting a new segment.

It can accumulate data if it had pushed and got not-linked, returning
immediately without processing all the data. Before starting a new
segment this data should be handled.
gst/isomp4/qtdemux.c