mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
zbar: fix build after base transform changes
This commit is contained in:
parent
bc38bc27b7
commit
497ba9d2c5
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue