[telepathy-gabble/master] Webcam streams should be of type Video

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Dec 24 08:04:32 PST 2009


---
 tests/twisted/jingle/call-basics.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/jingle/call-basics.py b/tests/twisted/jingle/call-basics.py
index 9ae3dae..76bd814 100644
--- a/tests/twisted/jingle/call-basics.py
+++ b/tests/twisted/jingle/call-basics.py
@@ -321,7 +321,7 @@ def run_test(jp, q, bus, conn, stream, incoming):
                   stream_props["Senders"])
 
     try:
-        path = chan.AddContent ("Webcam", cs.CALL_MEDIA_TYPE_AUDIO,
+        path = chan.AddContent ("Webcam", cs.CALL_MEDIA_TYPE_VIDEO,
             dbus_interface=cs.CHANNEL_TYPE_CALL)
         content = bus.get_object (conn.bus_name, path)
         content_properties = content.GetAll (cs.CALL_CONTENT,
-- 
1.5.6.5




More information about the telepathy-commits mailing list