configure.ac: Bump core/base requirements to released versions, to avoid confusion.
authorTim-Philipp Müller <tim@centricular.net>
Fri, 1 Feb 2008 13:02:53 +0000 (13:02 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 1 Feb 2008 13:02:53 +0000 (13:02 +0000)
commit1bd5b1ddf7b8334157b603f86da09a697f886406
tree9d9a6384d3ecaea4c4f6ebc35e0ca0c3a0313080
parent7a44301116944d95af91dca94eae3802dd776121
configure.ac: Bump core/base requirements to released versions, to avoid confusion.

Original commit message from CVS:
* configure.ac:
Bump core/base requirements to released versions, to avoid confusion.
* gst/deinterlace/Makefile.am:
* gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
Use the new GstVideoFormat API to get strides, plane offsets etc..
For Y42B we still need to calculate these ourselves, since the lib
in -base doesn't know about this format yet and we can't bump the
requirement to CVS right now. Fix the Y42B stride, offset and size
calculations for odd widths and heights while we're at it though
(to match those in videotestsrc).
ChangeLog
configure.ac
gst/deinterlace/Makefile.am
gst/deinterlace/gstdeinterlace.c