qtmux: Reset current chunk after writing out timecode
authorSebastian Dröge <sebastian@centricular.com>
Wed, 22 Mar 2017 17:15:09 +0000 (19:15 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 22 Mar 2017 17:16:33 +0000 (19:16 +0200)
commit9c121b09a52379762d362eb9c616b14ec75c7ea8
tree31a56694cf45823ca0c1802aa78051a1c1909a07
parentcb6aab8685d4a3c88fda6b9be44788123f7cea96
qtmux: Reset current chunk after writing out timecode

If we have multiple tracks with timecodes, or it's not the first track
that has timecodes, or not the first buffer, we already started a chunk
for media data. We now need to "close" that chunk because we wrote data
for the timecode track and a new chunk has to be started for the
original track the next time it has data.
gst/isomp4/gstqtmux.c