mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
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:
parent
f40eede3d4
commit
2f9b081b9f
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue