mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
tracer: update the docs
Add the new enum and flags. Remove the GstTracerRecordPrivate.
This commit is contained in:
parent
765cf11ff8
commit
d15da9e221
2 changed files with 6 additions and 1 deletions
|
@ -3146,6 +3146,8 @@ gst_tracer_factory_get_type
|
|||
<FILE>gsttracerrecord</FILE>
|
||||
<TITLE>GstTracerRecord</TITLE>
|
||||
GstTracerRecord
|
||||
GstTracerValueFlags
|
||||
GstTracerValueScope
|
||||
gst_tracer_record_new
|
||||
gst_tracer_record_log
|
||||
<SUBSECTION Standard>
|
||||
|
@ -3157,8 +3159,12 @@ GST_IS_TRACER_RECORD_CLASS
|
|||
GST_TRACER_RECORD_GET_CLASS
|
||||
GST_TRACER_RECORD_CAST
|
||||
GST_TYPE_TRACER_RECORD
|
||||
GST_TYPE_TRACER_VALUE_FLAGS
|
||||
GST_TYPE_TRACER_VALUE_SCOPE
|
||||
<SUBSECTION Private>
|
||||
gst_tracer_record_get_type
|
||||
gst_tracer_value_flags_get_type
|
||||
gst_tracer_value_scope_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GstTracerRecord GstTracerRecord;
|
||||
typedef struct _GstTracerRecordPrivate GstTracerRecordPrivate;
|
||||
typedef struct _GstTracerRecordClass GstTracerRecordClass;
|
||||
|
||||
#define GST_TYPE_TRACER_RECORD (gst_tracer_record_get_type())
|
||||
|
|
Loading…
Reference in a new issue