[maemo-commits] [maemo-commits] r16744 - projects/haf/trunk/hildon-thumbnail/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Nov 19 15:48:21 EET 2008
Author: pvanhoof
Date: 2008-11-19 15:48:16 +0200 (Wed, 19 Nov 2008)
New Revision: 16744

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c
Log:
Bugfix

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-19 13:45:21 UTC (rev 16743)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gstreamer-video-plugin.c	2008-11-19 13:48:16 UTC (rev 16744)
@@ -436,7 +436,7 @@
 	g_free (ascii_digest);
 }
 
-#define PIPELINE "gst-launch avimux name=mux ! filesink location=\"%s\"  d. !  " \
+#define PIPELINE "/usr/bin/gst-launch avimux name=mux ! filesink location=\"%s\"  d. !  " \
 	"queue ! videorate ! videoscale ! \"video/x-raw-yuv, width=160, height=96, framerate=(fraction)10/1\"" \
 	" ! omx_mpeg4enc ! queue ! mux.video_0 filesrc location=\"%s\" ! decodebin2 name=d"
 


More information about the maemo-commits mailing list