diff options
Diffstat (limited to 'ext/gdk_pixbuf/pixbufscale.c')
-rw-r--r-- | ext/gdk_pixbuf/pixbufscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c index 9c4907b1..b240528d 100644 --- a/ext/gdk_pixbuf/pixbufscale.c +++ b/ext/gdk_pixbuf/pixbufscale.c @@ -253,7 +253,7 @@ gst_pixbufscale_transform_caps (GstBaseTransform * trans, gst_structure_remove_field (structure, "pixel-aspect-ratio"); } - GST_DEBUG_OBJECT (trans, "returning caps: %", ret); + GST_DEBUG_OBJECT (trans, "returning caps: %" GST_PTR_FORMAT, ret); return ret; } |