Original commit message from CVS:
* ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
call to gst_debug_log() if debugging is disabled (bug #145118)
+2004-07-03 David Schleef <ds@schleef.org>
+
+ * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
+ call to gst_debug_log() if debugging is disabled (bug #145118)
+
2004-07-03 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
gst_alsa_error_wrapper (const char *file, int line, const char *function,
int err, const char *fmt, ...)
{
+#ifndef GST_DISABLE_GST_DEBUG
va_list args;
gchar *str;
"alsalib error: %s%s%s", str, err ? ": " : "",
err ? snd_strerror (err) : "");
g_free (str);
+#endif
}
static gboolean