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 513373 - [PATCH] [gstvorbistag] Preserve cover art in Ogg/Vorbis tags
[PATCH] [gstvorbistag] Preserve cover art in Ogg/Vorbis tags
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-31 08:18 UTC by John Millikin
Modified: 2009-05-07 12:49 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Serialize cover art to Ogg/Vorbis comments (2.20 KB, patch)
2008-01-31 08:19 UTC, John Millikin
committed Details | Review

Description John Millikin 2008-01-31 08:18:13 UTC
Related to #512333, this bug is a request for when encoding to Ogg/Vorbis. The image tags should be saved using COVERART and COVERARTMIME comments.
Comment 1 John Millikin 2008-01-31 08:19:44 UTC
Created attachment 104099 [details] [review]
Serialize cover art to Ogg/Vorbis comments
Comment 2 Tim-Philipp Müller 2008-05-08 16:02:10 UTC
Apologies for the delay, will get this in before the next release (now that we depend on GLib-2.12).
Comment 3 Jonathan Matthew 2008-12-06 22:47:50 UTC
ping?
Comment 4 John Millikin 2009-01-18 00:56:05 UTC
Any progress on this?
Comment 5 Sebastian Dröge (slomo) 2009-05-07 12:49:42 UTC
Committed locally with some minor changes... I'll push it after the freeze.

commit bc6f6e6a092339d8bcfe412a53784be4e730eca0
Author: John Millikin <jmillikin@gmail.com>
Date:   Thu May 7 14:48:29 2009 +0200

    vorbistag: Store cover art in vorbiscomments
    
    Fixes bug #513373.