summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2014-07-25 14:08:03 +0200
committerJannis Pohlmann <jannis@xfce.org>2014-07-25 14:08:03 +0200
commitec33c5395438fb4662b17d07d5463483fbdecdc3 (patch)
tree1ce557e7126913d5d18fce1623ecc0441a7b8d47
parentdc74b5d38009a5f6c1064f69d8b7d632ae0b52a5 (diff)
downloadtumbler-ec33c5395438fb4662b17d07d5463483fbdecdc3.tar.gz
Enable support for video/webm in ffmpeg thumbnailer plugin (bug #10360)
Patch provided by kwiatek@iv.pl.
-rw-r--r--plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer-provider.c1
1 files changed, 1 insertions, 0 deletions
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;