diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-21 16:19:08 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-21 16:19:08 +0300 |
commit | 41c11e3979ffbf83a7e039909fc98ebd0040ef57 (patch) | |
tree | c88bb32a6223171b94c6a8864872ec53c8c791c5 /gst | |
parent | e9f0d0fb51e8d92b566868f8fa5db10c2eccc22f (diff) |
compositor: Fix double assignment
Diffstat (limited to 'gst')
-rw-r--r-- | gst/compositor/compositor.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/compositor/compositor.c b/gst/compositor/compositor.c index dd1ba7071..4967cdc50 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 |