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 708952 - audio: change buffer ts when clipping buffer even if data length is same
audio: change buffer ts when clipping buffer even if data length is same
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.2.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-27 21:00 UTC by Matej Knopp
Modified: 2013-09-30 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to update buffer timestamps (1.15 KB, patch)
2013-09-27 21:00 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-09-27 21:00:47 UTC
Created attachment 255956 [details] [review]
Patch to update buffer timestamps 

The buffer PTS/duration might be slightly changed by clipping even if data length is the same. The values should be updated otherwise buffer might fall out of segment.
Comment 1 Sebastian Dröge (slomo) 2013-09-28 09:40:21 UTC
commit dbaf1bf0a375674e0eef46be5d0bbe456c57e2e8
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Fri Sep 27 22:40:28 2013 +0200

    audio: change buffer timestamp when clipping even if data hasn't been trimmed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708952