mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
docs: hide internal tracer api from docs
Also address warnigns regarding the unstable tracer api.
This commit is contained in:
parent
efa316d666
commit
0be259f44f
3 changed files with 9 additions and 4 deletions
|
@ -47,6 +47,7 @@ IGNORE_HFILES= \
|
|||
gst_private.h \
|
||||
gstelementdetails.h \
|
||||
gstmacros.h \
|
||||
gsttracerutils.h \
|
||||
\
|
||||
grammar.tab.h \
|
||||
grammar.tab.pre.h \
|
||||
|
@ -67,7 +68,7 @@ extra_files = gst-universe.dot
|
|||
|
||||
# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib
|
||||
# contains GtkObjects/GObjects and you want to document signals and properties.
|
||||
GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) -DGST_USE_UNSTABLE_API
|
||||
GTKDOC_LIBS = $(GST_OBJ_LIBS) \
|
||||
$(top_builddir)/gst/libgstreamer-@GST_API_VERSION@.la \
|
||||
$(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la \
|
||||
|
|
|
@ -3046,8 +3046,10 @@ GST_TYPE_TRACER
|
|||
GST_TRACER_CLASS
|
||||
GST_IS_TRACER_CLASS
|
||||
GST_TRACER_GET_CLASS
|
||||
GST_TRACER_CAST
|
||||
<SUBSECTION Private>
|
||||
gst_tracer_get_type
|
||||
GstTracerPrivate
|
||||
</SECTION>
|
||||
|
||||
|
||||
|
@ -3059,10 +3061,11 @@ gst_tracer_factory_get_list
|
|||
<SUBSECTION Standard>
|
||||
GstTracerFactoryClass
|
||||
GST_TRACER_FACTORY
|
||||
GST_IS_TYPE_TRACER
|
||||
GST_TYPE_TRACER_CLASS
|
||||
GST_IS_TRACER_FACTORY
|
||||
GST_TRACER_FACTORY_CLASS
|
||||
GST_IS_TRACER_FACTORY_CLASS
|
||||
GST_TYPE_TRACER_GET_CLASS
|
||||
GST_TRACER_FACTORY_GET_CLASS
|
||||
GST_TRACER_FACTORY_CAST
|
||||
GST_TYPE_TRACER_FACTORY
|
||||
<SUBSECTION Private>
|
||||
gst_tracer_factory_get_type
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
% - document properties and signals
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/gsttracer.h>
|
||||
|
||||
gst_bin_get_type
|
||||
gst_buffer_pool_get_type
|
||||
|
|
Loading…
Reference in a new issue