camerabin2: Keep it under --enable-experimental

camerabin2 is still under heavy development, activate it only if
the --enable-experimental flag is on.

Also add a note to the docs.
This commit is contained in:
Thiago Santos 2010-11-30 11:40:18 -03:00
parent 5be441adff
commit 0ae8df4312
2 changed files with 8 additions and 4 deletions

View file

@ -358,8 +358,9 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
fi
dnl disable experimental plug-ins
dnl if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
dnl fi
if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
AG_GST_DISABLE_PLUGIN(camerabin2)
fi
# This will always succeed because we depend on GLib >= 2.16
PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)

View file

@ -17,9 +17,12 @@
* Boston, MA 02111-1307, USA.
*/
/**
* SECTION:element-gstcamerabin
* SECTION:element-gstcamerabin2
*
* The gstcamerabin element does FIXME stuff.
* The gstcamerabin2 element does FIXME stuff.
*
* Note that camerabin2 is still UNSTABLE, EXPERIMENTAL and under heavy
* development.
*/
#ifdef HAVE_CONFIG_H