gst-libs/gst/tag/gstid3tag.c: Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).

Original commit message from CVS:
* gst-libs/gst/tag/gstid3tag.c:
Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
This commit is contained in:
Tim-Philipp Müller 2006-05-12 16:56:52 +00:00
parent f40eede3d4
commit 2f9b081b9f
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/tag/gstid3tag.c:
Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
2006-05-12 Sebastien Moutte <sebastien@moutte.net>
* win32/MANIFEST:

View file

@ -204,6 +204,7 @@ static GstTagEntryMatch tag_matches[] = {
{GST_TAG_ALBUM_VOLUME_NUMBER, "TPOS"},
{GST_TAG_DURATION, "TLEN"},
{GST_TAG_ISRC, "TSRC"},
{GST_TAG_IMAGE, "APIC"},
{NULL, NULL}
};