summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am1
-rw-r--r--docs/libs/gst-plugins-bad-libs-docs.sgml5
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt24
-rw-r--r--docs/libs/gst-plugins-bad-libs.types3
4 files changed, 33 insertions, 0 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index 7e9b966a8..3ffe796bb 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -56,6 +56,7 @@ GTKDOC_LIBS = \
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/signalprocessor/libgstsignalprocessor-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/video/libgstbasevideo-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/insertbin/libgstinsertbin-@GST_API_VERSION@.la \
$(GST_BASE_LIBS)
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml
index 3384e9fd4..d4e0060ca 100644
--- a/docs/libs/gst-plugins-bad-libs-docs.sgml
+++ b/docs/libs/gst-plugins-bad-libs-docs.sgml
@@ -44,6 +44,11 @@
<xi:include href="xml/gstsurfacebuffer.xml" />
<xi:include href="xml/gstsurfaceconverter.xml" />
</chapter>
+
+ <chapter id="tools">
+ <title>Useful elements</title>
+ <xi:include href="xml/gstinsertbin.xml" />
+ </chapter>
</part>
<part id="gstreamer-libs-hierarchy">
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index 59439f9bb..433c4b962 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -486,3 +486,27 @@ GstSurfaceConverterInterface
gst_surface_converter_get_type
gst_surface_converter_upload
</SECTION>
+
+<SECTION>
+<FILE>gstinsertbin</FILE>
+<TITLE>GstInsertbin</TITLE>
+GstInsertBin
+GstInsertBinClass
+GstInsertBinCallback
+gst_insert_bin_new
+gst_insert_bin_append
+gst_insert_bin_prepend
+gst_insert_bin_insert_after
+gst_insert_bin_insert_before
+gst_insert_bin_remove
+<SUBSECTION Standard>
+GST_INSERT_BIN
+GST_INSERT_BIN_CLASS
+GST_INSERT_BIN_GET_CLASS
+GST_IS_INSERT_BIN
+GST_IS_INSERT_BIN_CLASS
+GST_TYPE_INSERT_BIN
+gst_insert_bin_get_type
+<SUBSECTION Private>
+GstInsertBinPrivate
+</SECTION>
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types
index 493215718..caa3918aa 100644
--- a/docs/libs/gst-plugins-bad-libs.types
+++ b/docs/libs/gst-plugins-bad-libs.types
@@ -2,3 +2,6 @@
#include <gst/codecparsers/gsth264parser.h>
#include <gst/codecparsers/gstmpegvideoparser.h>
+#include <gst/insertbin/gstinsertbin.h>
+
+gst_insert_bin_get_type \ No newline at end of file