tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer
authorMichael Olbrich <m.olbrich@pengutronix.de>
Wed, 1 Jun 2016 09:02:12 +0000 (11:02 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 4 Jun 2016 11:40:24 +0000 (12:40 +0100)
commitac56c1c3a78c72e209fdec3331954e93ceb7cd10
tree638995cf40b882c3c5100be38109e2e4fbbf0753
parent1335ccd228d43f920235bbf4ffadeaeb567ee3ff
tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer

gst_buffer_copy_region() does not copy the timestamp if it doesn't start
with the first byte. We just skip the tag here, so the timestamp is still
valid.

https://bugzilla.gnome.org/show_bug.cgi?id=767173
gst-libs/gst/tag/gsttagdemux.c