summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-11 19:31:10 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-11 19:31:10 +0000
commit8acd6050ef34418e9966ac2d8a90d51c68abc97a (patch)
treeba7d442e3d42fe4b78369682a0a2ae78835ff139 /configure.ac
parentb8d15510b5337f411faf03b2406c663cae7c3db4 (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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b187c366..14aaa8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ dnl AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.4.1
+GST_REQ=0.10.8
GSTPB_REQ=0.10.5.1
dnl *** autotools stuff ****