mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
c99ddd944f
commit
2595ee189e
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue