From 1969b94267b4f377ea2663876ae8720717889693 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 27 Jan 2012 18:24:43 +0100 Subject: [PATCH] trace: remove from public headers --- docs/gst/gstreamer-docs.sgml | 1 - docs/gst/gstreamer-sections.txt | 36 --------------------------------- gst/Makefile.am | 2 +- 3 files changed, 1 insertion(+), 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 - 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 @@ -2543,42 +2543,6 @@ gst_task_state_get_type -
-gsttrace -GstTrace -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 - -GST_TYPE_ALLOC_TRACE_FLAGS -gst_alloc_trace_flags_get_type - -GstTraceEntry -
- -
gsttypefind 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