From ecaa2624d392535d2ba0eb39f6766011e72f209c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 6 Sep 2012 17:09:20 +0200 Subject: [PATCH] deinterlace: remove redundant _set_allocation call --- gst/deinterlace/gstdeinterlace.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index d2e17e80ec..e0e9027dd3 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -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); }