[gst-devel] debugging system rewrite
Colin Walters
walters at verbum.org
Mon Jun 9 20:36:04 CEST 2003
On Mon, 2003-06-09 at 22:13, Benjamin Otte wrote:
> Hi people,
>
> I have rewritten the debugging system to solve some issues that people
> (esp me ;)) were having with it, and I'd like to know if it's ok to
> commit.
Sounds pretty cool to me. It would be nice to use this in rb.
One thing I saw while briefly looking over the code:
> #pragma GCC poison gst_debug_log
> #pragma GCC poison gst_debug_logv
These should probably be wrapped in an #if __GNUC__ or something; C
compilers are allowed to do whatever they want if they see an unknown
pragma. Older versions of gcc exec'd nethack when they hit one :)
More information about the gstreamer-devel
mailing list