projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397e987
)
deinterlace: remove redundant _set_allocation call
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 6 Sep 2012 15:09:20 +0000
(17:09 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 6 Sep 2012 15:09:20 +0000
(17:09 +0200)
gst/deinterlace/gstdeinterlace.c
patch
|
blob
|
history
diff --git
a/gst/deinterlace/gstdeinterlace.c
b/gst/deinterlace/gstdeinterlace.c
index d2e17e80ec43fd0c59d6a473d58d5cf714ac743a..e0e9027dd3572ed78ddc2407811542cf7dc8321e 100644
(file)
--- 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);
}