GNOME Bugzilla – Bug 641860
discoverer: Use nominal bitrate if bitrate tag is unavailable
Last modified: 2011-02-10 08:00:41 UTC
This patch tries to use nominal bitrate if the bitrate tag is not available. This is potentially useful immediately if mpegaudioparse starts emitting nominal bitrate for CBR streams as suggested on bug 641858.
Created attachment 180406 [details] [review] discoverer: Use nominal bitrate if bitrate tag is unavailable If the bitrate tag is unavailable, this falls back to the nominal bitrate tag instead, if that is present.
+1 for this.
commit e9ff48376b04a5c3bd73c37bd37171a63282d6aa Author: Arun Raghavan <arun.raghavan@collabora.co.uk> Date: Tue Feb 8 23:58:56 2011 +0530 discoverer: Use nominal bitrate if bitrate tag is unavailable If the bitrate tag is unavailable, this falls back to the nominal bitrate tag instead, if that is present. https://bugzilla.gnome.org/show_bug.cgi?id=641860