[Telepathy-commits] [telepathy-stream-engine/master] Make default resolution QCIF

Olivier Crête olivier.crete at collabora.co.uk
Thu Feb 19 11:47:19 PST 2009


---
 src/tp-stream-engine.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/tp-stream-engine.c b/src/tp-stream-engine.c
index e23c2cb..cff4f18 100644
--- a/src/tp-stream-engine.c
+++ b/src/tp-stream-engine.c
@@ -944,8 +944,13 @@ _build_base_video_elements (TpStreamEngine *self)
   else
     {
       filter = gst_caps_new_simple ("video/x-raw-yuv",
+#if 0
           "width", G_TYPE_INT, 352,
           "height", G_TYPE_INT, 288,
+#else
+          "width", G_TYPE_INT, 176,
+          "height", G_TYPE_INT, 144,
+#endif
           "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