projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47a479e
)
id3tag: actually write image to APIC tag.
author
Michael Smith
<msmith@songbirdnest.com>
Fri, 16 Oct 2009 21:37:02 +0000
(14:37 -0700)
committer
Michael Smith
<msmith@songbirdnest.com>
Fri, 16 Oct 2009 21:37:02 +0000
(14:37 -0700)
gst/id3tag/id3tag.c
patch
|
blob
|
history
diff --git
a/gst/id3tag/id3tag.c
b/gst/id3tag/id3tag.c
index bd481e1f3b79d543b96d155f0e16b19170b8414f..07633343ad59e647ece5ee2758df36f1ef1ad9a9 100644
(file)
--- a/
gst/id3tag/id3tag.c
+++ b/
gst/id3tag/id3tag.c
@@
-700,6
+700,9
@@
add_image_tag (GstId3v2Tag * id3v2tag, const GstTagList * list,
id3v2_frame_write_string (&frame, encoding, desc, TRUE);
+ id3v2_frame_write_bytes (&frame, GST_BUFFER_DATA (image),
+ GST_BUFFER_SIZE (image));
+
g_array_append_val (id3v2tag->frames, frame);
}
} else {