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 641860 - discoverer: Use nominal bitrate if bitrate tag is unavailable
discoverer: Use nominal bitrate if bitrate tag is unavailable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-08 18:31 UTC by Arun Raghavan
Modified: 2011-02-10 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
discoverer: Use nominal bitrate if bitrate tag is unavailable (1.81 KB, patch)
2011-02-08 18:31 UTC, Arun Raghavan
committed Details | Review

Description Arun Raghavan 2011-02-08 18:31:04 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.
Comment 1 Arun Raghavan 2011-02-08 18:31:06 UTC
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.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2011-02-09 13:16:08 UTC
+1 for this.
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2011-02-10 08:00:31 UTC
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