mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
zbar: remove useless conditional on passthrough
seen that passthrough is never set for this element, no need to allow to remove the 'transform' call
This commit is contained in:
parent
e8fb7fc046
commit
db06f8e9da
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue