mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
deinterlace: remove redundant _set_allocation call
This commit is contained in:
parent
397e987c7d
commit
ecaa2624d3
1 changed files with 0 additions and 2 deletions
|
@ -745,8 +745,6 @@ gst_deinterlace_init (GstDeinterlace * self)
|
||||||
self->pattern_buf_dur = GST_CLOCK_TIME_NONE;
|
self->pattern_buf_dur = GST_CLOCK_TIME_NONE;
|
||||||
self->still_frame_mode = FALSE;
|
self->still_frame_mode = FALSE;
|
||||||
|
|
||||||
gst_deinterlace_set_allocation (self, NULL, NULL, NULL);
|
|
||||||
|
|
||||||
gst_deinterlace_reset (self);
|
gst_deinterlace_reset (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue