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 582387 - [avidemux] Seeking regression
[avidemux] Seeking regression
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal blocker
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-12 19:09 UTC by Sebastian Dröge (slomo)
Modified: 2009-05-13 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avi-seeking.diff (1.04 KB, patch)
2009-05-12 19:10 UTC, Sebastian Dröge (slomo)
accepted-commit_now Details | Review

Description Sebastian Dröge (slomo) 2009-05-12 19:09:17 UTC
Hi,
the attached patch fixes a seeking regression in avidemux if there's a) index entries for other tracks than 0 and b) the search returned an index entry other than 0.

Problem is, that pointer arithmetic in C is of course done with respect to the pointer type size...
Comment 1 Sebastian Dröge (slomo) 2009-05-12 19:10:41 UTC
Created attachment 134522 [details] [review]
avi-seeking.diff
Comment 2 Wim Taymans 2009-05-12 19:20:50 UTC
ack.
Comment 3 Sebastian Dröge (slomo) 2009-05-13 08:17:25 UTC
commit e93f784ee11b5b57612cd89a0443fab47a4a6590
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Tue May 12 21:20:04 2009 +0200

    avidemux: Fix pointer arithmetic
    
    This fixes a seeking regression, bug #582387.