From c2bdfc11af5c2cc0f6076fde095d58e261a2ca1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Jun 2010 21:04:48 +0200 Subject: [PATCH] videoscale: Use correct variables for debug output --- gst/videoscale/gstvideoscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index 9c9b47efe8..7ef4779eb5 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -493,7 +493,7 @@ gst_video_scale_fixate_caps (GstBaseTransform * base, GstPadDirection direction, if (!gst_value_is_fixed (to_par)) { if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, from_par_n, from_par_d, w, h)) { - GST_DEBUG_OBJECT (base, "fixating to_par to %dx%d", num, den); + GST_DEBUG_OBJECT (base, "fixating to_par to %dx%d", n, d); if (gst_structure_has_field (outs, "pixel-aspect-ratio")) gst_structure_fixate_field_nearest_fraction (outs, "pixel-aspect-ratio", n, d);