[Xfce4-commits] <tumbler:master> Add video/ogg to the MIME types supported by the ffmpeg thumbnailer.

Jannis Pohlmann noreply at xfce.org
Fri Jul 16 12:48:01 CEST 2010


Updating branch refs/heads/master
         to ef32c8cc68d277e8b86ce3081a4aa6a12f5ba377 (commit)
       from 2621ee8d1db623ef28f8b4aabd7fb246f9e8991e (commit)

commit ef32c8cc68d277e8b86ce3081a4aa6a12f5ba377
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Jul 16 12:45:56 2010 +0200

    Add video/ogg to the MIME types supported by the ffmpeg thumbnailer.

 .../ffmpeg-thumbnailer-provider.c                  |    1 +
 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 09ff768..16175e8 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
     "application/x-flash-video",
     "video/3gpp",
     "video/x-matroska",
+    "video/ogg",
     NULL
   };
   FfmpegThumbnailer  *thumbnailer;



More information about the Xfce4-commits mailing list