configure.ac: Bump requirements of -base (videocrop test case needs this).
authorTim-Philipp Müller <tim@centricular.net>
Fri, 8 Sep 2006 16:47:46 +0000 (16:47 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 8 Sep 2006 16:47:46 +0000 (16:47 +0000)
commitb6f9f141f00b601d352a5273be2f20cb8c6b422a
tree46961a830ca18b855928da8e93273fa4a59ff7e3
parent4b0fe4828758bf406f2ed89fff4832a93b19e397
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).
gst/videocrop/gstvideocrop.c
tests/check/elements/videocrop.c