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 113532 - [PATCH] mad can_seek is bogus
[PATCH] mad can_seek is bogus
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-22 15:31 UTC by Joshua N Pritikin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to remove can_seek from mad (1.24 KB, patch)
2003-05-22 15:32 UTC, Joshua N Pritikin
none Details | Review

Description Joshua N Pritikin 2003-05-22 15:31:06 UTC
There is a "can_seek" flag in mad that is no longer meaningful.  The
index_seek can work very early.  The normal_seek should fail when it
tries to convert a zero samplerate.  There is no need to protect
against these cases anymore.
Comment 1 Joshua N Pritikin 2003-05-22 15:32:27 UTC
Created attachment 16734 [details] [review]
patch to remove can_seek from mad
Comment 2 David Schleef 2003-07-17 08:32:22 UTC
Applied, thanks.