From b27379051a47bb4233f56d7c79af60ef1d88eac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 May 2015 16:19:08 +0300 Subject: [PATCH] compositor: Fix double assignment --- gst/compositor/compositor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c index dd1ba70..4967cdc 100644 --- a/gst/compositor/compositor.c +++ b/gst/compositor/compositor.c @@ -252,11 +252,6 @@ _mixer_pad_get_output_size (GstCompositor * comp, *width = pad_width; if (height) *height = pad_height; - - if (width) - *width = pad_width; - if (height) - *height = pad_height; } static gboolean -- 2.7.4