diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index a454ae370d..41a8e1bd0c 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -65,7 +65,8 @@ CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc # thomasvs: another nice wingo addition would be an explanation on why # this is useful ;) -SCANOBJ_DEPS = +SCANOBJ_DEPS = \ + $(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la # Header files to ignore when scanning. IGNORE_HFILES = @@ -179,7 +180,7 @@ extra_files = # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. -GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) +GTKDOC_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BAD_CFLAGS) $(GST_BASE_CFLAGS) -I$(top_builddir) GTKDOC_LIBS = $(SCANOBJ_DEPS) $(GST_BASE_LIBS) GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 65330adebe..4302877ba5 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1180,6 +1180,8 @@ GstWhiteBalanceMode GstColourToneMode GstSceneMode GstFlashMode +GstFlickerReductionMode +GstFocusMode GstFocusStatus GstPhotoCaps GstPhotoShakeRisk