GNOME Bugzilla – Bug 302625
mad element doesn't report bitrate for mp3 files with no xing header
Last modified: 2005-05-02 09:31:29 UTC
1. gst-launch-0.8 -t filesrc location=mp3file_with_no_xing_header.mp3 ! \ decodebin ! fakesink 2. observe lack of bitrate information The naive patch I'm playing with (attached shortly) seems to fix this, and the bitrate information reported is, well, good enough for me. I'm not sure reporting every bitrate change is a good idea, but I don't think dropping that information on the floor is better.
Created attachment 45903 [details] [review] proposed fix pretty dumb, but it seems to work
I changed the patch halfly to do it right, thanks for the work, fixed in CVS.