From 41c11e3979ffbf83a7e039909fc98ebd0040ef57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 dd1ba7071d..4967cdc501 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