summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-01-27 18:24:43 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-01-27 18:27:16 +0100
commit1969b94267b4f377ea2663876ae8720717889693 (patch)
tree089fbdc7b4d5800bfcfee0673289ec7e41622173
parentded0ea049edbd7026901f4f6b68fdac6d20f6c98 (diff)
trace: remove from public headers
-rw-r--r--docs/gst/gstreamer-docs.sgml1
-rw-r--r--docs/gst/gstreamer-sections.txt36
-rw-r--r--gst/Makefile.am2
3 files changed, 1 insertions, 38 deletions
diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml
index e35097044c..e4b1a273c7 100644
--- a/docs/gst/gstreamer-docs.sgml
+++ b/docs/gst/gstreamer-docs.sgml
@@ -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>
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 18f01b964e..c37660a3cc 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -2544,42 +2544,6 @@ gst_task_state_get_type
<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>
GstTypeFind
diff --git a/gst/Makefile.am b/gst/Makefile.am
index c0e032be65..ce409a78de 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -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