diff --git a/ext/zbar/gstzbar.c b/ext/zbar/gstzbar.c index e9e9d2661d..8fd6854ee4 100644 --- a/ext/zbar/gstzbar.c +++ b/ext/zbar/gstzbar.c @@ -253,7 +253,7 @@ gst_zbar_transform_frame_ip (GstVideoFilter * vfilter, GstVideoFrame * frame) const zbar_symbol_t *symbol; int n; - if (GST_BASE_TRANSFORM (vfilter)->passthrough) + if (gst_base_transform_is_passthrough (GST_BASE_TRANSFORM (vfilter))) goto done; image = zbar_image_create ();