diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 22:27:35 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-10-22 22:50:24 +0900 |
commit | 7d5f0227d679a3650f24cbdf37905a13d039e951 (patch) | |
tree | 30eabbd60396a0261467ca4425fb5a73cba16f98 /gnu | |
parent | 00cf2d9de69651439abe74443f5b0ea28b9e84e6 (diff) | |
download | guix-7d5f0227d679a3650f24cbdf37905a13d039e951.tar.gz guix-7d5f0227d679a3650f24cbdf37905a13d039e951.zip |
gnu: totem: Add gst-libav plugin.
This helps with the generation of thumbnails, avoiding errors such as:
totem-video-thumbnailer couldn't open file
'file:///tmp/gnome-desktop-file-to-thumbnail.mkv'
* gnu/packages/gnome.scm (totem) [inputs]: Add gst-libav.
Change-Id: I6947095561f4f1dd83a45d1a47ddb837f5990456
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e1349cec67..242cdb6325 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6787,6 +6787,7 @@ discovery protocols.") grilo grilo-plugins gsettings-desktop-schemas + gst-libav gst-plugins-base gst-plugins-good gstreamer |