Make build without warnings with debugging disabled

This commit is contained in:
Tim-Philipp Müller 2009-06-19 16:21:28 +01:00
parent cf873498d2
commit c5793a6a45

View file

@ -1688,9 +1688,8 @@ flushing:
} }
pause: pause:
{ {
const gchar *reason = gst_flow_get_name (result); GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s",
gst_flow_get_name (result));
GST_DEBUG_OBJECT (jitterbuffer, "pausing task, reason %s", reason);
JBUF_LOCK (priv); JBUF_LOCK (priv);
/* store result */ /* store result */