[next] telepathy-glib: Farstream: Propagate the call channel' s factory to other TpProxy instances

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:25:28 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 50e4140fbf34dd63419467467d89dc19be62d7f1
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=50e4140fbf34dd63419467467d89dc19be62d7f1

Author: Xavier Claessens <xavier.claessens at collabora.com>
Date:   Sun Mar 30 09:27:08 2014 -0400

Farstream: Propagate the call channel's factory to other TpProxy instances

---

 telepathy-farstream/call-content.c |    1 +
 telepathy-farstream/call-stream.c  |    1 +
 2 files changed, 2 insertions(+)

diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index 9fe7e80..053559e 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -849,6 +849,7 @@ process_media_description (TfCallContent *self,
       "dbus-daemon", tp_proxy_get_dbus_daemon (self->proxy),
       "bus-name", tp_proxy_get_bus_name (self->proxy),
       "object-path", media_description_objpath,
+      "factory", tp_proxy_get_factory (self->proxy),
       NULL);
   tp_proxy_add_interface_by_id (TP_PROXY (proxy),
       TP_IFACE_QUARK_CALL1_CONTENT_MEDIA_DESCRIPTION);
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 318139b..d7a08d2 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -915,6 +915,7 @@ tf_call_stream_add_endpoint (TfCallStream *self, const gchar *obj_path)
       "dbus-daemon", tp_proxy_get_dbus_daemon (self->proxy),
       "bus-name", tp_proxy_get_bus_name (self->proxy),
       "object-path", self->endpoint_objpath,
+      "factory", tp_proxy_get_factory (self->proxy),
       NULL);
   tp_proxy_add_interface_by_id (TP_PROXY (self->endpoint),
       TP_IFACE_QUARK_CALL1_STREAM_ENDPOINT);



More information about the telepathy-commits mailing list