]> git.0d.be Git - empathy.git/commitdiff
Claim that we support H264
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 29 Jun 2010 08:35:58 +0000 (10:35 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 29 Jun 2010 09:36:09 +0000 (11:36 +0200)
May not be actually true but needed to be callable using Google Video.

data/Empathy.AudioVideo.client
libempathy/empathy-call-factory.c

index a8a146594e73061e1a011a9bc519a3705abdf3a9..ec673b8655587fc93c7603431f6eddf15cffaf05 100644 (file)
@@ -18,3 +18,4 @@ org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo b=true
 [org.freedesktop.Telepathy.Client.Handler.Capabilities]
 org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp=true
 org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p=true
+org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/video/h264=true
index 54377ad7ac79fe6290790a2cd43b2374deb98c60..945bbd4a2a2a2431d46fb07eddc4eb863c65b842 100644 (file)
@@ -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);