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 459809 - [API] add GST_TAG_COMPOSER
[API] add GST_TAG_COMPOSER
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 127939
 
 
Reported: 2007-07-24 04:07 UTC by Benjamin Gramlich
Modified: 2007-10-04 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Gramlich 2007-07-24 04:07:29 UTC
gstreamer does not support "composer" tag, which is essential for managing a collection of classical music.
Comment 1 Tim-Philipp Müller 2007-09-25 19:10:40 UTC
Thanks for the sample files. Should be fixed in CVS now:

core:

 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>

        * docs/gst/gstreamer-sections.txt:
        * gst/gsttaglist.c:
        * gst/gsttaglist.h:
        API: add GST_TAG_COMPOSER, fixes #459809.


-base:

 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * gst-libs/gst/tag/gstid3tag.c:
        * gst-libs/gst/tag/gstvorbistag.c:
          Add mappings for the new GST_TAG_COMPOSER for vorbis comments
          and ID3v2 tags.

-good:

 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/taglib/gstapev2mux.cc:
        * ext/taglib/gstid3v2mux.cc:
        * gst/apetag/gstapedemux.c:
          Add support for the new GST_TAG_COMPOSER (#459809).