zaheer - in flumotion/branches/newoverlay-1: .
flumotion/component/converters/overlay
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Mon Feb 26 11:30:07 CET 2007
Author: zaheer
Date: Mon Feb 26 11:30:06 2007
New Revision: 4524
Modified:
flumotion/branches/newoverlay-1/ChangeLog
flumotion/branches/newoverlay-1/flumotion/component/converters/overlay/overlay.py
Log:
2007-02-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/converters/overlay/overlay.py:
Fix framerate to be a fraction.
Modified: flumotion/branches/newoverlay-1/ChangeLog
==============================================================================
--- flumotion/branches/newoverlay-1/ChangeLog (original)
+++ flumotion/branches/newoverlay-1/ChangeLog Mon Feb 26 11:30:06 2007
@@ -1,3 +1,8 @@
+2007-02-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * flumotion/component/converters/overlay/overlay.py:
+ Fix framerate to be a fraction.
+
2007-02-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/converters/overlay/osdparser.py:
Modified: flumotion/branches/newoverlay-1/flumotion/component/converters/overlay/overlay.py
==============================================================================
--- flumotion/branches/newoverlay-1/flumotion/component/converters/overlay/overlay.py (original)
+++ flumotion/branches/newoverlay-1/flumotion/component/converters/overlay/overlay.py Mon Feb 26 11:30:06 2007
@@ -50,7 +50,7 @@
pipeline = "ffmpegcolorspace ! alpha ! videomixer name=mix" + \
" fakesrc name=source signal-handoffs=1 silent=true ! " + \
- "video/x-raw-rgb,bpp=32,width=%d,height=%d,framerate=1.0 ! " % (
+ "video/x-raw-rgb,bpp=32,width=%d,height=%d,framerate=1/1` ! " % (
width, height) + \
"alphacolor ! mix." + \
" mix."
More information about the flumotion-commit
mailing list