mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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:
parent
5be441adff
commit
0ae8df4312
2 changed files with 8 additions and 4 deletions
|
@ -358,8 +358,9 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl disable experimental plug-ins
|
dnl disable experimental plug-ins
|
||||||
dnl if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
||||||
dnl fi
|
AG_GST_DISABLE_PLUGIN(camerabin2)
|
||||||
|
fi
|
||||||
|
|
||||||
# This will always succeed because we depend on GLib >= 2.16
|
# 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)
|
PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)
|
||||||
|
|
|
@ -17,9 +17,12 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* 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
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue