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 159512 - Progress bar with m4a (aac) broken
Progress bar with m4a (aac) broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.6
Other Linux
: Normal normal
: 0.8.7
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2004-11-26 03:02 UTC by Michael A. Peters
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael A. Peters 2004-11-26 03:02:13 UTC
FC3 - either stock totem (0.99.19) or updated to 0.9.22
gst-plugins 0.8.6

It will play an aac file now (wouldn't with gst-plugins 0.8.5 - at least for me)
but the progress bar and time elapsed zooms to the end faster than real time.

The audio though sounds peachy.
These are iTunes encoded aac files if it matters.
Comment 1 Ronald Bultje 2004-11-26 08:31:10 UTC
Can you post a m4a file for me to look at? I don't think it does that for me. If
you feel frightened (copyright or so), feel free to put it online and mail me
the address privately.
Comment 2 Michael A. Peters 2004-11-26 09:56:58 UTC
http://homepage.mac.com/mpeters/misc/test.m4a

History of file - ripped to wav w/ EAC (windows)
Encoded to m4a (iTunes windows)
renamed to make url easy to type here
Comment 3 Michael A. Peters 2004-11-26 22:23:07 UTC
Added info - the progress bar in gst-player-0.8 works fine
Comment 4 Ronald Bultje 2004-12-01 17:47:16 UTC
I can reproduce this. No fix yet. ;).
Comment 5 Ronald Bultje 2004-12-03 14:30:11 UTC
OK, found the reason. The faad plugin uses duration provided by qtdemux - which
it doesn't set. :(. Therefore, there was no duration and the queue would thus
cache infinite amounts of data, and the qtdemux position (which totem grabs)
would thus increase very fast. Fix in CVS.
Comment 6 Michael A. Peters 2004-12-03 15:48:10 UTC
You the man :)