zbar: remove useless conditional on passthrough
authorStéphane Cerveau <scerveau@collabora.com>
Tue, 7 Jan 2020 09:05:33 +0000 (10:05 +0100)
committerGuillaume 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

index 91caf9e..b8b7e47 100644 (file)
@@ -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);