diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 16:35:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 17:36:09 +0800 |
commit | 8ad9151c1f7228436492e992158346e2bc808122 (patch) | |
tree | cefc4f99765c52f51a56693afb8cd76a3ae7a4f2 /libempathy | |
parent | 9694c8d334037461fc11537920d0a01520a032e5 (diff) | |
download | gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar.gz gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar.bz2 gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar.lz gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar.xz gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.tar.zst gsoc2013-empathy-8ad9151c1f7228436492e992158346e2bc808122.zip |
Claim that we support H264
May not be actually true but needed to be callable using Google Video.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-call-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 54377ad7a..945bbd4a2 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -105,6 +105,7 @@ empathy_call_factory_init (EmpathyCallFactory *obj) tp_base_client_add_handler_capabilities_varargs (priv->handler, "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp", "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p", + "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/video/h264", NULL); g_object_unref (dbus); |