summaryrefslogtreecommitdiff
path: root/ext/zbar
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2020-01-07 10:05:33 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-01-07 17:24:50 +0000
commitdb06f8e9da70796cf3b3e2fd9efda7e2b0fb638b (patch)
tree9ec054164f20e58a8781786cb3e360478159fa06 /ext/zbar
parente8fb7fc0463b9b4a3b70c265fd7fa42fe9e1f0ab (diff)
downloadgstreamer-plugins-bad-db06f8e9da70796cf3b3e2fd9efda7e2b0fb638b.tar.gz
zbar: remove useless conditional on passthrough
seen that passthrough is never set for this element, no need to allow to remove the 'transform' call
Diffstat (limited to 'ext/zbar')
-rw-r--r--ext/zbar/gstzbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zbar/gstzbar.c b/ext/zbar/gstzbar.c
index 91caf9ebf..b8b7e47d6 100644
--- 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);