summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--configure.ac1
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ccda660f..e8ab27ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-20 Christian Schaller <christian.schaller@collabora.co.uk>
+
+ * configure.ac: switch v4l2src over to the normal build instead of
+ being 'experimental'. Fixes bug #536831.
+
2008-06-19 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
diff --git a/common b/common
-Subproject 46ec7dfc1c09ff550ed6b7a4e0d3f2b2ac7d3ee
+Subproject d9cd98b46aebaf143dc43d8563a3bff650be6a7
diff --git a/configure.ac b/configure.ac
index 5d6fc90a..0f81eaac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -479,7 +479,6 @@ esac
dnl *** Video 4 Linux 2 ***
dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
dnl renamed to GST_V4L2 because of some conflict with kernel headers
-USE_GST_V4L2=$BUILD_EXPERIMENTAL
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
AC_MSG_CHECKING([Checking for up to date v4l2 installation])