diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/Makefile.am | 1 | ||||
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 39 | ||||
-rw-r--r-- | docs/libs/gst-plugins-bad-libs.types | 4 |
3 files changed, 0 insertions, 44 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index f294bd008..a5ae1f845 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -57,7 +57,6 @@ 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 \ diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index a32206362..53a8d8504 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -1846,45 +1846,6 @@ 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_get_latency -gst_aggregator_get_buffer_pool -gst_aggregator_get_allocator -<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 -gst_aggregator_pad_drop_buffer -gst_aggregator_pad_is_eos -<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> - -<SECTION> <FILE>gstvideoaggregator</FILE> <TITLE>GstVideoAggregator</TITLE> GstVideoAggregator diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types index 6d5a82b35..b107113ed 100644 --- a/docs/libs/gst-plugins-bad-libs.types +++ b/docs/libs/gst-plugins-bad-libs.types @@ -1,6 +1,5 @@ #include <gst/gst.h> -#include <gst/base/gstaggregator.h> #include <gst/audio/gstaudioaggregator.h> #include <gst/video/gstvideoaggregator.h> #include <gst/codecparsers/gsth264parser.h> @@ -10,9 +9,6 @@ #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 |