summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-30 09:35:27 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-30 09:35:27 +0000
commit7f0697c758bd6aa66b9c1c3915a1ac93951730c2 (patch)
tree24456bdfa0fc91336543cb8b95f315d322afd008 /docs
parent1db88cbee7aa071e7fdd521dad01bcd70e1f1d2f (diff)
downloadgstreamer-plugins-bad-7f0697c758bd6aa66b9c1c3915a1ac93951730c2.tar.gz
docs: add aggregator _get_type functions for signals + properties
https://bugzilla.gnome.org/show_bug.cgi?id=775379
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am3
-rw-r--r--docs/libs/gst-plugins-bad-libs.types12
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index 7919d66eb..f294bd008 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -57,6 +57,9 @@ extra_files =
# contains GtkObjects/GObjects and you want to document signals and properties.
GTKDOC_CFLAGS = -DGST_USE_UNSTABLE_API $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
GTKDOC_LIBS = \
+ $(top_builddir)/gst-libs/gst/base/libgstbadbase-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/audio/libgstbadaudio-@GST_API_VERSION@.la \
+ $(top_builddir)/gst-libs/gst/video/libgstbadvideo-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \
$(top_builddir)/gst-libs/gst/insertbin/libgstinsertbin-@GST_API_VERSION@.la \
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types
index 69b3c399b..ff31ee9dc 100644
--- a/docs/libs/gst-plugins-bad-libs.types
+++ b/docs/libs/gst-plugins-bad-libs.types
@@ -1,5 +1,8 @@
#include <gst/gst.h>
+#include <gst/base/gstaggregator.h>
+#include <gst/audio/gstaudioaggregator.h>
+#include <gst/video/gstvideoaggregator.h>
#include <gst/codecparsers/gsth264parser.h>
#include <gst/codecparsers/gstmpegvideoparser.h>
#include <gst/insertbin/gstinsertbin.h>
@@ -7,6 +10,15 @@
#include <gst/gl/gl.h>
#include <gst/player/player.h>
+gst_aggregator_get_type
+gst_aggregator_pad_get_type
+
+gst_audio_aggregator_get_type
+gst_audio_aggregator_pad_get_type
+
+gst_video_aggregator_get_type
+gst_video_aggregator_pad_get_type
+
gst_mpegts_section_get_type
gst_mpegts_section_type_get_type
gst_mpegts_section_table_id_get_type