diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/gst/gsttrace.c --- a/gstreamer_core/gst/gsttrace.c Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/gst/gsttrace.c Tue Aug 31 15:30:33 2010 +0300 @@ -65,6 +65,8 @@ #include "gsttrace.h" +GStaticMutex _gst_trace_mutex = G_STATIC_MUTEX_INIT; + static #ifdef __inline__ __inline__