deinterlace: remove redundant _set_allocation call
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 6 Sep 2012 15:09:20 +0000 (17:09 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 6 Sep 2012 15:09:20 +0000 (17:09 +0200)
gst/deinterlace/gstdeinterlace.c

index d2e17e80ec43fd0c59d6a473d58d5cf714ac743a..e0e9027dd3572ed78ddc2407811542cf7dc8321e 100644 (file)
@@ -745,8 +745,6 @@ gst_deinterlace_init (GstDeinterlace * self)
   self->pattern_buf_dur = GST_CLOCK_TIME_NONE;
   self->still_frame_mode = FALSE;
 
-  gst_deinterlace_set_allocation (self, NULL, NULL, NULL);
-
   gst_deinterlace_reset (self);
 }