GNOME Bugzilla – Bug 767173
tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer
Last modified: 2016-06-04 11:44:51 UTC
Created attachment 328982 [details] [review] patch 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 tie timestamp is stil valid.
commit ac56c1c3a78c72e209fdec3331954e93ceb7cd10 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Wed Jun 1 11:02:12 2016 +0200 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