camerabin2: Keep it under --enable-experimental
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Tue, 30 Nov 2010 14:40:18 +0000 (11:40 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Wed, 8 Dec 2010 18:38:28 +0000 (15:38 -0300)
camerabin2 is still under heavy development, activate it only if
the --enable-experimental flag is on.

Also add a note to the docs.

configure.ac
gst/camerabin2/gstcamerabin2.c

index c8aab6f..3beb627 100644 (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)
index 9029b5d..c967a1c 100644 (file)
  * 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