[Xfce4-commits] [xfce/tumbler] 01/01: Enable support for video/webm in ffmpeg thumbnailer plugin (bug #10360)
noreply at xfce.org
noreply at xfce.org
Fri Jul 25 14:09:08 CEST 2014
This is an automated email from the git hooks/post-receive script.
jannis pushed a commit to branch master
in repository xfce/tumbler.
commit ec33c5395438fb4662b17d07d5463483fbdecdc3
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Jul 25 14:08:03 2014 +0200
Enable support for video/webm in ffmpeg thumbnailer plugin (bug #10360)
Patch provided by kwiatek at iv.pl.
---
plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
index b76adee..23b1c87 100644
--- a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c
@@ -118,6 +118,7 @@ ffmpeg_thumbnailer_provider_get_thumbnailers (TumblerThumbnailerProvider *provid
"video/3gpp",
"video/x-matroska",
"video/ogg",
+ "video/webm",
NULL
};
FfmpegThumbnailer *thumbnailer;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list