Totem 视频播放器在启动时崩溃,昨天还可以用,但现在停止工作了。从终端启动它时出现以下情况:
(totem:33272):GStreamer-CRITICAL **:16:29:23.486:gst_caps_from_string:断言“string”失败
(totem:33272):GStreamer-CRITICAL **:16:29:23.486:gst_pad_template_new:断言‘caps!= NULL’失败
(totem:33272): GStreamer-CRITICAL **: 16:29:23.486: gst_mini_object_unref: 断言‘mini_object != NULL’失败
(totem:33272):GStreamer-CRITICAL **:16:29:23.486:gst_element_class_add_pad_template:断言‘GST_IS_PAD_TEMPLATE(templ)’失败
(totem:33272):GStreamer-Video-CRITICAL **:16:29:23.486:gst_video_decoder_init:断言‘pad_template!= NULL’失败
(totem:33272): GStreamer-WARNING **: 16:29:23.487: 元素 vaapidecode0 始终具有模板 src,但没有同名的 pad 分段错误(核心转储)
答案1
我在更新驱动程序后开始遇到此问题。我能够通过以下方式在 Ubuntu 22.04.2 上修复此问题:
sudo apt purge gstreamer1.0-vaapi
rm -r ~/.cache/totem
rm -r ~/.cache/gstreamer-1.0/
答案2
删除该gstreamer-vaapi
包对我来说解决了这个问题。