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 598810 - wavenc: Fix buffer offset by moving length incrementation
wavenc: Fix buffer offset by moving length incrementation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-17 23:20 UTC by Robert Swain
Modified: 2009-10-27 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix buffer offset by moving length incrementation (1.07 KB, patch)
2009-10-17 23:20 UTC, Robert Swain
none Details | Review

Description Robert Swain 2009-10-17 23:20:01 UTC
Created attachment 145703 [details] [review]
Fix buffer offset by moving length incrementation

The wavenc->length variable was being incremented by the source buffer size
before the buffer offset was being set, thus producing an incorrect offset.
Comment 1 Wim Taymans 2009-10-27 11:44:22 UTC
commit 0cbe0d6e983e74312443874a6fe917ee77e8e946
Author: Robert Swain <robert.swain@gmail.com>
Date:   Sun Oct 18 00:16:06 2009 +0100

    wavenc: Fix buffer offset by moving length incrementation