[telepathy-stream-engine/master] Default to UYVY, not I420

Olivier Crête olivier.crete at collabora.co.uk
Thu Dec 17 09:54:20 PST 2009


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

diff --git a/src/tp-stream-engine.c b/src/tp-stream-engine.c
index e4d787b..8418f35 100644
--- a/src/tp-stream-engine.c
+++ b/src/tp-stream-engine.c
@@ -1408,7 +1408,7 @@ _build_base_video_elements (TpStreamEngine *self)
           "width", G_TYPE_INT, 176,
           "height", G_TYPE_INT, 144,
 #endif
-          "format", GST_TYPE_FOURCC, GST_MAKE_FOURCC ('I', '4', '2', '0'),
+          "format", GST_TYPE_FOURCC, GST_MAKE_FOURCC ('U','Y','V','Y'),
           "framerate", GST_TYPE_FRACTION_RANGE, 5, 1, 20, 1,
           NULL);
     }
-- 
1.5.6.5




More information about the telepathy-commits mailing list