[maemo-commits] [maemo-commits] r17609 - in projects/haf/trunk/hildon-thumbnail: . daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 9 12:42:03 EET 2009
Author: pvanhoof
Date: 2009-03-09 12:42:00 +0200 (Mon, 09 Mar 2009)
New Revision: 17609

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c
Log:
2009-03-09  Philip Van Hoof  <pvanhoof at codeminded.be>

        * daemon/plugins/gstreamer-video-plugin.c: Added support for
        video/quicktime (.mov files). Bugfix for Bug# 104293.



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-03-09 10:39:05 UTC (rev 17608)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-03-09 10:42:00 UTC (rev 17609)
@@ -1,3 +1,8 @@
+2009-03-09  Philip Van Hoof  <pvanhoof at codeminded.be>
+
+	* daemon/plugins/gstreamer-video-plugin.c: Added support for
+	video/quicktime (.mov files). Bugfix for Bug# 104293.
+
 2009-03-06  Philip Van Hoof  <pvanhoof at codeminded.be>
 
 	* daemon/plugins/gstreamer-video-plugin.c: Disable animated video

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2009-03-09 10:39:05 UTC (rev 17608)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2009-03-09 10:42:00 UTC (rev 17609)
@@ -42,7 +42,7 @@
 #define GSTP_ERROR_DOMAIN	"HildonThumbnailerGStreamerVideoPlugin"
 #define GSTP_ERROR		g_quark_from_static_string (GSTP_ERROR_DOMAIN)
 
-static gchar *supported[] = { "video/mp4", "video/mpeg", NULL };
+static gchar *supported[] = { "video/mp4", "video/mpeg", "video/quicktime", NULL };
 static gboolean do_cropped = TRUE;
 static gboolean do_vidthumbs = FALSE;
 static GFileMonitor *monitor = NULL;


More information about the maemo-commits mailing list