[gstreamer-bugs] [Bug 599870] [API] micro-optimisation: add GST_DEBUG_FUNCPTR_FULL
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 28 00:32:35 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=599870
GStreamer | gstreamer (core) | git
--- Comment #2 from Edward Hervey <bilboed at gmail.com> 2009-10-28 07:32:30 UTC ---
Review of attachment 146401:
--> (https://bugzilla.gnome.org/review?bug=599870&attachment=146401)
::: gst/gstinfo.h
@@ +1398,2 @@
#define GST_DEBUG_FUNCPTR(ptr) (ptr)
+#define GST_DEBUG_FUNCPTR_FULL(ptr,inited) (ptr)
When debugging is disabled, shouldn't that 'inited' boolean be removed somehow
(since it won't be used) ?
--
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