GLib.Error:gst_parse_error:没有元素“zbar”

时间:2015-03-04 21:39:46

标签: python gstreamer archlinux python-gstreamer

from gi.repository import GdkX11, GstVideo

p = 'v4l2src ! tee name=t ! queue ! videoconvert ! zbar ! fakesink t. ! queue ! videoconvert ! xvimagesink'
self.a = a = Gst.parse_launch(p)

错误:

    self.a = a = Gst.parse_launch(p)
GLib.Error: gst_parse_error: no element "zbar" (1)

根据python gstreamer script error message no element "h264parse"的回答,我找到了zbar is a part of gst-plugins-bad,但我已经安装了gst-plugins-bad 1.4.5-1。那我为什么还会收到这个错误?

我正在使用Arch Linux,如果有帮助的话。

1 个答案:

答案 0 :(得分:1)

bug中的gst-plugins-bad Arch package。只需在PKGBUILDbuildinstall中将zbar添加到depends