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 621520 - [id3v2mux] write beats-per-minute tag
[id3v2mux] write beats-per-minute tag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal enhancement
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-14 10:04 UTC by Jonathan Matthew
Modified: 2010-08-04 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.81 KB, patch)
2010-06-14 10:04 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2010-06-14 10:04:12 UTC
Created attachment 163566 [details] [review]
patch

id3v2mux currently doesn't support the beats-per-minute tag.
ID3 uses the TBPM frame to store beats-per-minute as an integer rather than a double as it is in GStreamer tag lists.
Comment 1 Tim-Philipp Müller 2010-08-04 23:06:01 UTC
Thanks for the patch and unit test!

commit debe2d56341cb7160cf008a02f1914642b95b6a0
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Mon Jun 14 19:58:11 2010 +1000

    id3v2mux: write beats-per-minute tag using TBPM frame
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621520