projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8fb7fc
)
zbar: remove useless conditional on passthrough
author
Stéphane Cerveau
<scerveau@collabora.com>
Tue, 7 Jan 2020 09:05:33 +0000
(10:05 +0100)
committer
Guillaume Desmottes
<guillaume.desmottes@collabora.com>
Tue, 7 Jan 2020 17:24:50 +0000
(17:24 +0000)
seen that passthrough is never set for this element, no need
to allow to remove the 'transform' call
ext/zbar/gstzbar.c
patch
|
blob
|
history
diff --git
a/ext/zbar/gstzbar.c
b/ext/zbar/gstzbar.c
index
91caf9e
..
b8b7e47
100644
(file)
--- a/
ext/zbar/gstzbar.c
+++ b/
ext/zbar/gstzbar.c
@@
-166,7
+166,6
@@
gst_zbar_class_init (GstZBarClass * g_class)
trans_class->start = GST_DEBUG_FUNCPTR (gst_zbar_start);
trans_class->stop = GST_DEBUG_FUNCPTR (gst_zbar_stop);
- trans_class->transform_ip_on_passthrough = FALSE;
vfilter_class->transform_frame_ip =
GST_DEBUG_FUNCPTR (gst_zbar_transform_frame_ip);