[Telepathy-commits] [telepathy-stream-engine/master] Limit framerate to resonable values
Olivier Crête
olivier.crete at collabora.co.uk
Mon Feb 16 21:04:21 PST 2009
---
src/tp-stream-engine.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/tp-stream-engine.c b/src/tp-stream-engine.c
index e5f37e6..e23c2cb 100644
--- a/src/tp-stream-engine.c
+++ b/src/tp-stream-engine.c
@@ -947,6 +947,7 @@ _build_base_video_elements (TpStreamEngine *self)
"width", G_TYPE_INT, 352,
"height", G_TYPE_INT, 288,
"format", GST_TYPE_FOURCC, GST_MAKE_FOURCC ('I', '4', '2', '0'),
+ "framerate", GST_TYPE_FRACTION_RANGE, 5, 1, 20, 1,
NULL);
}
--
1.5.6.5
More information about the telepathy-commits
mailing list