From 7f0697c758bd6aa66b9c1c3915a1ac93951730c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 30 Nov 2016 09:35:27 +0000 Subject: [PATCH] docs: add aggregator _get_type functions for signals + properties https://bugzilla.gnome.org/show_bug.cgi?id=775379 --- docs/libs/Makefile.am | 3 +++ docs/libs/gst-plugins-bad-libs.types | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 7919d66ebb..f294bd0085 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 69b3c399be..ff31ee9dc8 100644 --- a/docs/libs/gst-plugins-bad-libs.types +++ b/docs/libs/gst-plugins-bad-libs.types @@ -1,5 +1,8 @@ #include +#include +#include +#include #include #include #include @@ -7,6 +10,15 @@ #include #include +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