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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 23 18:53:32 EET 2009
Author: pvanhoof
Date: 2009-03-23 18:53:30 +0200 (Mon, 23 Mar 2009)
New Revision: 17779

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

        * daemon/plugins/gstreamer-video-plugin.c: Added support for some
        video formats



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-03-23 15:12:50 UTC (rev 17778)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-03-23 16:53:30 UTC (rev 17779)
@@ -1,3 +1,8 @@
+2009-03-23  Philip Van Hoof  <pvanhoof at codeminded.be>
+
+	* daemon/plugins/gstreamer-video-plugin.c: Added support for some
+	video formats
+
 2009-03-20  Marius Vollmer  <marius.vollmer at nokia.com>
 
 	Released 3.0.22

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-23 15:12:50 UTC (rev 17778)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2009-03-23 16:53:30 UTC (rev 17779)
@@ -42,7 +42,10 @@
 #define GSTP_ERROR_DOMAIN	"HildonThumbnailerGStreamerVideoPlugin"
 #define GSTP_ERROR		g_quark_from_static_string (GSTP_ERROR_DOMAIN)
 
-static gchar *supported[] = { "video/mp4", "video/mpeg", "video/quicktime", NULL };
+static gchar *supported[] = { "video/mp4", "video/mpeg", "video/quicktime", 
+			      "video/x-msvideo", "audio/x-pn-realaudio",
+			      "video/3gpp", NULL };
+
 static gboolean do_cropped = TRUE;
 static gboolean do_vidthumbs = FALSE;
 static GFileMonitor *monitor = NULL;


More information about the maemo-commits mailing list