libs/gst/controller/gstlfocontrolsource.c: Printf format fix.

Original commit message from CVS:
* libs/gst/controller/gstlfocontrolsource.c:
Printf format fix.
This commit is contained in:
Tim-Philipp Müller 2007-08-10 10:30:22 +00:00
parent c99ddd944f
commit 2595ee189e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-08-10 Tim-Philipp Müller <tim at centricular dot net>
* libs/gst/controller/gstlfocontrolsource.c:
Printf format fix.
2007-08-09 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
* libs/gst/base/gstbasesink.c:

View file

@ -632,7 +632,8 @@ gst_lfo_control_source_set_waveform (GstLFOControlSource * self,
if (ret)
self->priv->waveform = waveform;
else
GST_WARNING ("incomplete implementation for type '%d'", self->priv->type);
GST_WARNING ("incomplete implementation for type '%s'",
GST_STR_NULL (g_type_name (self->priv->type)));
return ret;
}