[Telepathy-commits] [mingle/master] Up framerate to 15 fps

Sjoerd Simons sjoerd at luon.net
Tue Nov 11 10:49:30 PST 2008


---
 fs2.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs2.py b/fs2.py
index deafd80..c555e62 100644
--- a/fs2.py
+++ b/fs2.py
@@ -97,7 +97,7 @@ class VideoSource(gst.Bin):
         filter = gst.element_factory_make("capsfilter")
         filter.set_property("caps",
           gst.Caps("video/x-raw-yuv,width=320,height=240," + \
-            "framerate=(fraction)10/1"))
+            "framerate=(fraction)15/1"))
 
         self.add(filter)
         rate.link(filter)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list