smooth: fix printf format compiler warning in debug message
https://bugzilla.gnome.org/show_bug.cgi?id=664631
This commit is contained in:
parent
4286414e00
commit
da43e59aab
@ -188,9 +188,8 @@ gst_smooth_transform (GstBaseTransform * btrans, GstBuffer * inbuf,
|
|||||||
GstBuffer * outbuf)
|
GstBuffer * outbuf)
|
||||||
{
|
{
|
||||||
GstSmooth *smooth;
|
GstSmooth *smooth;
|
||||||
guchar *idata, *odata;
|
guint8 *idata, *odata;
|
||||||
gulong size;
|
guint size, lumsize, chromsize;
|
||||||
gint lumsize, chromsize;
|
|
||||||
|
|
||||||
smooth = GST_SMOOTH (btrans);
|
smooth = GST_SMOOTH (btrans);
|
||||||
idata = GST_BUFFER_DATA (inbuf);
|
idata = GST_BUFFER_DATA (inbuf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user