mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +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
|
||||
|
||||
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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue