From db06f8e9da70796cf3b3e2fd9efda7e2b0fb638b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 7 Jan 2020 10:05:33 +0100 Subject: zbar: remove useless conditional on passthrough seen that passthrough is never set for this element, no need to allow to remove the 'transform' call --- ext/zbar/gstzbar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/zbar') 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); -- cgit v1.2.1