diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-06-11 19:31:10 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-06-11 19:31:10 +0000 |
| commit | 8acd6050ef34418e9966ac2d8a90d51c68abc97a (patch) | |
| tree | ba7d442e3d42fe4b78369682a0a2ae78835ff139 /ChangeLog | |
| parent | b8d15510b5337f411faf03b2406c663cae7c3db4 (diff) | |
gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fixes #339704.
Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
(scan_encoded_string), (parse_picture_frame):
Extract images from ID3v2 tags (APIC frames). Fixes #339704.
* configure.ac:
Require core >= 0.10.8 (for GST_TAG_IMAGE and
GST_TAG_PPEVIEW_IMAGE used in the patch above).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2006-06-11 Tim-Philipp Müller <tim at centricular dot net> + + * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), + (scan_encoded_string), (parse_picture_frame): + Extract images from ID3v2 tags (APIC frames). Fixes #339704. + + * configure.ac: + Require core >= 0.10.8 (for GST_TAG_IMAGE and + GST_TAG_PPEVIEW_IMAGE used in the patch above). + 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org> * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node): |
