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 112567 - MPEG encoder doesn't support ID3 tags
MPEG encoder doesn't support ID3 tags
Status: RESOLVED DUPLICATE of bug 116420
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other other
: Normal enhancement
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-08 12:13 UTC by Ross Burton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2003-05-08 12:13:52 UTC
None of the MP3 encoders support ID3 tags. :(
Comment 1 Ross Burton 2003-05-08 12:20:36 UTC
Of course I'd like it if the interface to the metadata was identical
to that in the Ogg Vorbis encoder...
Comment 2 Ronald Bultje 2003-05-08 13:14:28 UTC
That'll always happen as much as possible. We just need to document
that, e.g. the names that we use ("title" for title? or "name" or
"Title"? or ... - etc.).

Currently, mad, vorbis, avidemux handle metadata, they explain some of
the names used in the name/value pairs.
Comment 3 Thomas Vander Stichele 2003-05-11 18:10:30 UTC
no, consistent metadata handling should be done at a higher level.
It's not a good idea to have the same low-level interface to vorbis
and id3 metadata since they're fundamentally different.
Comment 4 Ronald Bultje 2003-05-11 18:22:34 UTC
Is that a good idea? It seems to me that it's best to provide an
interface that's as uniform as possible. The result would otherwise be
that every player needs to duplicate code for metadata and most will
probably do it wrong.

Or do you think it will work out fine? And if so, how/why?
Comment 5 Thomas Vander Stichele 2003-06-07 15:32:54 UTC
b/c we should have a metadata library above the plugin level that
unifies this
Comment 6 Bastien Nocera 2003-06-30 23:37:23 UTC

*** This bug has been marked as a duplicate of 116420 ***