[maemo-commits] [maemo-commits] r16782 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Nov 26 15:59:55 EET 2008
- Previous message: [maemo-commits] r16781 - projects/haf/tags/epeg
- Next message: [maemo-commits] r16783 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-11-26 15:59:54 +0200 (Wed, 26 Nov 2008) New Revision: 16782 Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c Log: Glitch Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c 2008-11-25 14:47:35 UTC (rev 16781) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c 2008-11-26 13:59:54 UTC (rev 16782) @@ -428,7 +428,7 @@ gchar *ascii_digest; ascii_digest = g_compute_checksum_for_string (G_CHECKSUM_MD5, uri, -1); - thumb_filename = g_strdup_printf ("%s.mpeg", ascii_digest); + thumb_filename = g_strdup_printf ("%s.avi", ascii_digest); *thumb_path = g_build_filename (g_get_home_dir (), ".thumbnails", "animated", thumb_filename, NULL);
- Previous message: [maemo-commits] r16781 - projects/haf/tags/epeg
- Next message: [maemo-commits] r16783 - projects/haf/branches/hildon-fm/fremantle/hildon-fm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]