[maemo-commits] [maemo-commits] r17565 - in projects/haf/trunk/hildon-welcome: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Mar 2 13:59:38 EET 2009
Author: schulhof
Date: 2009-03-02 13:59:32 +0200 (Mon, 02 Mar 2009)
New Revision: 17565

Modified:
   projects/haf/trunk/hildon-welcome/debian/changelog
   projects/haf/trunk/hildon-welcome/src/main.c
Log:
Removed "flags=99", because it was breaking still images


Modified: projects/haf/trunk/hildon-welcome/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-welcome/debian/changelog	2009-03-02 11:54:22 UTC (rev 17564)
+++ projects/haf/trunk/hildon-welcome/debian/changelog	2009-03-02 11:59:32 UTC (rev 17565)
@@ -1,7 +1,8 @@
-hildon-welcome (0.13-1unreleased) unstable; urgency=low
+hildon-welcome (0.13-1) unstable; urgency=low
 
   * Added command line parsing for 3 options: -a for audio pipeline, -v for video pipeline,
     and -s for silence pipeline
+  * Removed "flags=99" from default video pipeline because it breaks still image playback
 
  -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue, 24 Feb 2009 16:38:56 +0200
 

Modified: projects/haf/trunk/hildon-welcome/src/main.c
===================================================================
--- projects/haf/trunk/hildon-welcome/src/main.c	2009-03-02 11:54:22 UTC (rev 17564)
+++ projects/haf/trunk/hildon-welcome/src/main.c	2009-03-02 11:59:32 UTC (rev 17565)
@@ -36,7 +36,7 @@
 
 #define KILL_TO_LENGTH_MS 30000
 
-#define DEFAULT_VIDEO_PIPELINE_STR " playbin2 uri=file://%s flags=99 " 
+#define DEFAULT_VIDEO_PIPELINE_STR " playbin2 uri=file://%s "
 #define DEFAULT_AUDIO_PIPELINE_STR " filesrc location=%s ! decodebin2 ! autoaudiosink "
 #define DEFAULT_SHUSH_PIPELINE_STR " audiotestsrc ! volume volume=0 ! autoaudiosink "
 


More information about the maemo-commits mailing list