mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
trace: remove from public headers
This commit is contained in:
parent
ded0ea049e
commit
1969b94267
3 changed files with 1 additions and 38 deletions
|
@ -118,7 +118,6 @@ Windows. It is released under the GNU Library General Public License
|
|||
</para>
|
||||
|
||||
<xi:include href="xml/gstinfo.xml" />
|
||||
<xi:include href="xml/gsttrace.xml" />
|
||||
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -2543,42 +2543,6 @@ gst_task_state_get_type
|
|||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttrace</FILE>
|
||||
<TITLE>GstTrace</TITLE>
|
||||
GstTrace
|
||||
gst_trace_new
|
||||
gst_trace_destroy
|
||||
gst_trace_flush
|
||||
gst_trace_text_flush
|
||||
gst_trace_add_entry
|
||||
gst_trace_get_size
|
||||
gst_trace_get_offset
|
||||
gst_trace_get_remaining
|
||||
gst_trace_set_default
|
||||
gst_trace_read_tsc
|
||||
GstAllocTraceFlags
|
||||
GstAllocTrace
|
||||
gst_alloc_trace_available
|
||||
gst_alloc_trace_list
|
||||
gst_alloc_trace_live_all
|
||||
gst_alloc_trace_print_all
|
||||
gst_alloc_trace_set_flags_all
|
||||
gst_alloc_trace_get
|
||||
gst_alloc_trace_print
|
||||
gst_alloc_trace_print_live
|
||||
gst_alloc_trace_set_flags
|
||||
gst_alloc_trace_register
|
||||
gst_alloc_trace_new
|
||||
gst_alloc_trace_free
|
||||
<SUBSECTION Standard>
|
||||
GST_TYPE_ALLOC_TRACE_FLAGS
|
||||
gst_alloc_trace_flags_get_type
|
||||
<SUBSECTION Private>
|
||||
GstTraceEntry
|
||||
</SECTION>
|
||||
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttypefind</FILE>
|
||||
<TITLE>GstTypeFind</TITLE>
|
||||
|
|
|
@ -185,7 +185,6 @@ gst_headers = \
|
|||
gsttagsetter.h \
|
||||
gsttask.h \
|
||||
gsttaskpool.h \
|
||||
gsttrace.h \
|
||||
gsttypefind.h \
|
||||
gsttypefindfactory.h \
|
||||
gsturi.h \
|
||||
|
@ -209,6 +208,7 @@ noinst_HEADERS = \
|
|||
gstquark.h \
|
||||
gstregistrybinary.h \
|
||||
gstregistrychunks.h \
|
||||
gsttrace.h \
|
||||
gst_private.h
|
||||
|
||||
gstmarshal.h: gstmarshal.list
|
||||
|
|
Loading…
Reference in a new issue