GNOME Bugzilla – Bug 384294
[modplug] returns position query results in attoseconds
Last modified: 2006-12-11 09:52:36 UTC
modplug calculates the position as a fraction of song_length (already stored in nanoseconds), then multiplies the result by GST_SECOND, leading to completely bogus results.
Created attachment 78067 [details] [review] fixes modplug position query
Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>). * gst/modplug/gstmodplug.cc: Fix modplug duration query. Fixes #384294.