From d33bbb11767d3575a13f3f33d1c6740ed5ef529a Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 20 Jun 2008 15:21:59 +0000 Subject: [PATCH] switch v4l2src from experimental to normal build. Fixes #536831 Original commit message from CVS: switch v4l2src from experimental to normal build. Fixes #536831 --- ChangeLog | 5 +++++ common | 2 +- configure.ac | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ccda660fc2..e8ab27ae22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 Christian Schaller + + * configure.ac: switch v4l2src over to the normal build instead of + being 'experimental'. Fixes bug #536831. + 2008-06-19 Wim Taymans * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps): diff --git a/common b/common index 46ec7dfc1c..d9cd98b46a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 46ec7dfc1c09ff550ed6b7a4e0d3f2b2ac7d3ee8 +Subproject commit d9cd98b46aebaf143dc43d8563a3bff650be6a7e diff --git a/configure.ac b/configure.ac index 5d6fc90a42..0f81eaacac 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])