deinterlace: remove redundant _set_allocation call

This commit is contained in:
Wim Taymans 2012-09-06 17:09:20 +02:00
parent 397e987c7d
commit ecaa2624d3

View 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);
}