[gstreamer-bugs] [Bug 625862] unused symbol GST_CAT_LEVEL_LOG_valist breaks the compilation

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 2 16:03:09 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625862
  GStreamer | documentation | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-08-02 23:03:07 UTC ---
This symbol is private and not really supposed to be part of the API.

Is this enough to fix the build again for you?

diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 3f9920f..5cd498f 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -1046,6 +1046,7 @@ gst_debug_color_flags_get_type
 gst_debug_level_get_type
 gst_debug_graph_details_get_type
 M_PI
+GST_CAT_LEVEL_LOG_valist
 </SECTION>

 Is this with gtk-doc HEAD or what version of gtk-doc? (I don't get this with
1.15).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list