Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296562

Summary: =media-libs/mutagen-0.15 Ogg vorbis bitrate error
Product: Gentoo Linux Reporter: regomodo <regomodo>
Component: [OLD] LibraryAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/mutagen/issues/detail?id=30
Whiteboard:
Package list:
Runtime testing required: ---

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.