Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296562 - =media-libs/mutagen-0.15 Ogg vorbis bitrate error
Summary: =media-libs/mutagen-0.15 Ogg vorbis bitrate error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL: http://code.google.com/p/mutagen/issu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 21:10 UTC by regomodo
Modified: 2010-06-06 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description regomodo 2009-12-11 21:10:34 UTC
For all ogg files, the bitrate is always incorrectly returned as "4294967k".





Reproducible: Always

Steps to Reproduce:
1.Install  =media-libs/mutagen-0.15
2. in python --> audio = mutagen.oggvorbis.OggVorbis($FILENAME)
3. print audio.info.bitrate

Actual Results:  
4294967
is the returned kbps value

Expected Results:  
Something a lot less than 524MB/s audio bitrate.

The link is the bug at the project page where it was reported and fixed. 

The bug is not there in ver-0.18.
Comment 1 regomodo 2010-06-06 12:38:25 UTC
This version no longer exists in the portage tree.