After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767173 - tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer
tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-02 16:27 UTC by Michael Olbrich
Modified: 2016-06-04 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.10 KB, patch)
2016-06-02 16:27 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2016-06-02 16:27:00 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.
Comment 1 Tim-Philipp Müller 2016-06-04 11:44:37 UTC
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