diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 2 deletions
@@ -1,5 +1,12 @@ 2006-09-22 Tim-Philipp Müller <tim at centricular dot net> + * configure.ac: + Up requirements to -base CVS and core CVS (the format for the + video orientation interface used by v4l2src and the latter + since that's what -base CVS requires). + +2006-09-22 Tim-Philipp Müller <tim at centricular dot net> + * ext/directfb/dfbvideosink.c: (plugin_init): Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might be autoplugged shouldn't trump plugins in -base, -good or -ugly diff --git a/configure.ac b/configure.ac index 8095aa69..cc0cc96f 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.9.1 -GSTPB_REQ=0.10.9.1 +GST_REQ=0.10.10.1 +GSTPB_REQ=0.10.10.1 dnl *** autotools stuff **** |