compositor: Fix double assignment
authorSebastian Dröge <sebastian@centricular.com>
Thu, 21 May 2015 13:19:08 +0000 (16:19 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 21 May 2015 13:19:08 +0000 (16:19 +0300)
gst/compositor/compositor.c

index dd1ba70..4967cdc 100644 (file)
@@ -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