diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c index 4951e1e092..a933a7cf42 100644 --- a/gst-libs/gst/video/video-converter.c +++ b/gst-libs/gst/video/video-converter.c @@ -3573,7 +3573,7 @@ convert_scale_planes (GstVideoConverter * convert, } static gboolean -setup_scale (GstVideoConverter * convert, GstFormat fformat) +setup_scale (GstVideoConverter * convert, GstVideoFormat fformat) { int i, n_planes; gint method, stride = 0, in_w, in_h, out_w, out_h;