summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-09-08 16:47:46 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-09-08 16:47:46 +0000
commitf1163bb16d8ae140ad0e81da779b10dd6a9015e8 (patch)
tree46ba13c08eabe993a9e683abdd86716e84207ce9 /configure.ac
parent64396d9026d8317ec80e6208119eaee79a6de9b5 (diff)
downloadgst-plugins-bad-f1163bb16d8ae140ad0e81da779b10dd6a9015e8.tar.gz
gst-plugins-bad-f1163bb16d8ae140ad0e81da779b10dd6a9015e8.tar.bz2
gst-plugins-bad-f1163bb16d8ae140ad0e81da779b10dd6a9015e8.zip
configure.ac: Bump requirements of -base (videocrop test case needs this).
Original commit message from CVS: * configure.ac: Bump requirements of -base (videocrop test case needs this). * gst/videocrop/gstvideocrop.c: Document sloppy handling of subsampled chroma planes if left/top cropping is an odd number. * tests/check/elements/videocrop.c: (handoff_cb), (videocrop_test_cropping_init_context), (videocrop_test_cropping_deinit_context), (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST), (videocrop_suite), (main): Add another unit test that crops the input to 1x1 (and checks that that pixel has the expected values in a number of formats).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 29bb7fab..8095aa69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,8 +42,8 @@ dnl AS_LIBTOOL_TAGS([CXX])
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.8.1
-GSTPB_REQ=0.10.3
+GST_REQ=0.10.9.1
+GSTPB_REQ=0.10.9.1
dnl *** autotools stuff ****