[Pkg-telepathy-commits] [telepathy-glib-1] 77/212: Farstream: Propagate the call channel's factory to other TpProxy instances

Simon McVittie smcv at debian.org
Wed May 14 12:08:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib-1.

commit 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib-1.git



More information about the Pkg-telepathy-commits mailing list