Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 中运行 Python 脚本。该脚本使用 gstreamer。我收到以下错误消息。
错误:没有元素“h264parse”
让我知道是否有任何其他信息会有所帮助。
h264parse 是 "gst-plugins-bad" 的一部分,您需要通过包管理器安装它们,如果您的脚本从 gi.repository 导入 Gst,您将需要 1.0 插件,否则需要 0.10。
祝你今天过得愉快 :)