Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on libgstta...
authorTim-Philipp Müller <tim@centricular.net>
Sat, 23 Sep 2006 13:21:07 +0000 (13:21 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 23 Sep 2006 13:21:07 +0000 (13:21 +0000)
commitae45b7d755516e5097f025355d3a0826597b68b3
tree6e2a269b6fdbe82967c34e1c0f96afb3e1140b10
parent3469171e1667d96edde16a948ea16439205c8557
Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on libgsttag. This is required so we can ex...

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/cdda/Makefile.am:
* gst-libs/gst/cdda/gstcddabasesrc.c:
(gst_cdda_base_src_base_init):
* gst-libs/gst/cdda/gstcddabasesrc.h:
* gst-libs/gst/tag/tag.h:
* gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
(gst_tag_register_musicbrainz_tags):
Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
depend on libgsttag. This is required so we can extract/read tags like
DISCID without depending on libgstcddabasesrc (which used to register
them).
* gst-libs/gst/tag/gstvorbistag.c:
Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
tags (also see #347848).
* ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
Log vorbis comments we are actually writing. Const-ify array.
ChangeLog
docs/libs/gst-plugins-base-libs-sections.txt
ext/vorbis/vorbisenc.c
gst-libs/gst/cdda/Makefile.am
gst-libs/gst/cdda/gstcddabasesrc.c
gst-libs/gst/cdda/gstcddabasesrc.h
gst-libs/gst/tag/gstvorbistag.c
gst-libs/gst/tag/tag.h
gst-libs/gst/tag/tags.c