summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-05-22 19:44:37 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-06-20 19:53:33 +0200
commit55c65d079f7fcdecdd5500a249507ed78b80bb0a (patch)
treefd52e524efc6631ce149de116c3a26bcc3555757 /docs
parent337bc06de1987d4e97165d897dea45056fb12881 (diff)
downloadgstreamer-plugins-bad-55c65d079f7fcdecdd5500a249507ed78b80bb0a.tar.gz
aggregator: Add new GstAggregator base class
This base class has been added to a newly created libgstbadbase library Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> https://bugzilla.gnome.org/show_bug.cgi?id=731917
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-docs.sgml6
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt35
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-docs.sgml b/docs/libs/gst-plugins-bad-libs-docs.sgml
index 44c2cd66c..7ef65da68 100644
--- a/docs/libs/gst-plugins-bad-libs-docs.sgml
+++ b/docs/libs/gst-plugins-bad-libs-docs.sgml
@@ -57,6 +57,12 @@
<xi:include href="xml/gstinsertbin.xml" />
</chapter>
+ <chapter id="base">
+ <title>GStreamer Base classes from gst-plugins-bad</title>
+ <xi:include href="xml/gstaggregator.xml" />
+ <xi:include href="xml/gstaggregatorpad.xml" />
+ </chapter>
+
<chapter id="gl">
<title>OpenGL Helper Library</title>
<xi:include href="xml/gstglapi.xml"/>
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index c54978eee..de8168687 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -1290,3 +1290,38 @@ gst_gl_window_x11_get_type
GstGLWindowX11Private
x11_event_source_new
</SECTION>
+
+<SECTION>
+<FILE>gstaggregator</FILE>
+<TITLE>GstAggregator</TITLE>
+GstAggregator
+GstAggregatorClass
+gst_aggregator_finish_buffer
+gst_aggregator_set_src_caps
+gst_aggregator_iterate_sinkpads
+<SUBSECTION Standard>
+GST_IS_AGGREGATOR
+GST_IS_AGGREGATOR_CLASS
+GST_TYPE_AGGREGATOR
+GST_AGGREGATOR
+GST_AGGREGATOR_CLASS
+GST_AGGREGATOR_GET_CLASS
+gst_aggregator_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gstaggregatorpad</FILE>
+<TITLE>GstAggregatorPad</TITLE>
+GstAggregatorPad
+GstAggregatorPadClass
+gst_aggregator_pad_steal_buffer
+gst_aggregator_pad_get_buffer
+<SUBSECTION Standard>
+GST_IS_AGGREGATOR_PAD
+GST_IS_AGGREGATOR_PAD_CLASS
+GST_TYPE_AGGREGATOR_PAD
+GST_AGGREGATOR_PAD
+GST_AGGREGATOR_PAD_CLASS
+GST_AGGREGATOR_PAD_GET_CLASS
+gst_aggregator_pad_get_type
+</SECTION>