创建画廊的尝试默默失败。
我注意到尝试截取屏幕截图会导致错误,提示这不应该发生,请提交错误报告,但我不确定这两个问题是否有关联。
我在论坛上发现一些信息表明删除 gstreamer1.0-vaapi 可以解决问题,但这种方法不会导致行为发生任何改变,所以我重新安装了它。
totem-video-thumbnailer inputvideo outputpng
将很乐意创建一个屏幕截图。
我在使用几种不同分辨率的 H265 编码 Matroska 文件以及 1280x720 H264 MP4 时也遇到了同样的问题。(这是我手头上唯一可用的非 H265 素材)
我在 Ubuntu 16.04 下测试了 totem 3.18.1,它似乎没有创建图库的问题,因为它在我测试的两个文件上都运行良好(前面提到的 1280x720 H264 MP4 以及 885x480 H265 文件)。(它无法(静默地)截取屏幕截图,但图库创建是我主要关心的问题)
在启动图腾 3.26.0 的终端上显示
(totem:13101): Gtk-WARNING **: 19:42:33.598: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node slider owner GtkScale)
尝试创建画廊会导致:
Gtk-Message: 19:46:56.986: GtkDialog mapped without a transient parent. This is discouraged.
无论我使用上述哪个版本,我认为可以安全地忽略 Gtk-Message。
apt list --installed |grep libgstreamer
结果是
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libgstreamer-gl1.0-0/bionic-updates,now 1.14.1-1ubuntu1~ubuntu18.04.1 amd64 [installed]
libgstreamer-plugins-bad1.0-0/bionic-updates,now 1.14.1-1ubuntu1~ubuntu18.04.1 amd64 [installed,automatic]
libgstreamer-plugins-base1.0-0/bionic-updates,now 1.14.1-1ubuntu1~ubuntu18.04.1 amd64 [installed]
libgstreamer-plugins-good1.0-0/bionic-updates,now 1.14.1-1ubuntu1~ubuntu18.04.1 amd64 [installed]
libgstreamer1.0-0/bionic-updates,now 1.14.1-1~ubuntu18.04.1 amd64 [installed]
重新安装图腾没有效果。
如果我可以提供更多有用的信息,请询问。