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 708953 - audiorate: clip buffers before pushing them out
audiorate: clip buffers before pushing them out
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: 1.2.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-27 21:05 UTC by Matej Knopp
Modified: 2013-09-30 08:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to clip the buffers (1.54 KB, patch)
2013-09-27 21:05 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-09-27 21:05:04 UTC
Created attachment 255957 [details] [review]
Patch to clip the buffers

otherwise the buffer can start outside current segment due to slight imprecision when determining timestamps
Comment 1 Sebastian Dröge (slomo) 2013-09-28 09:41:52 UTC
commit 2f0993a95d84a00b2e97f49ce180bd1996c45cb6
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Fri Sep 27 22:41:28 2013 +0200

    audiorate: clip buffer before pushing it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708953