mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: add aggregator _get_type functions for signals + properties
https://bugzilla.gnome.org/show_bug.cgi?id=775379
This commit is contained in:
parent
1db88cbee7
commit
7f0697c758
2 changed files with 15 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue