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 78da1b7e..9c4907b1 100644 --- a/ext/gdk_pixbuf/pixbufscale.c +++ b/ext/gdk_pixbuf/pixbufscale.c @@ -306,7 +306,7 @@ gst_pixbufscale_get_unit_size (GstBaseTransform * trans, GstPixbufScale *pixbufscale; gint width, height; - g_return_val_if_fail (size, FALSE); + g_assert (size); pixbufscale = GST_PIXBUFSCALE (trans); |