projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc38bc2
)
zbar: fix build after base transform changes
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 18 Mar 2012 01:18:26 +0000
(
01:18
+0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 18 Mar 2012 01:18:26 +0000
(
01:18
+0000)
ext/zbar/gstzbar.c
patch
|
blob
|
history
diff --git
a/ext/zbar/gstzbar.c
b/ext/zbar/gstzbar.c
index e9e9d2661d0a8b0c98331ef5ab8f8eaebad79cf1..8fd6854ee4b9d6deb2f8d95cd1cdb97bda4736ca 100644
(file)
--- 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 ();