telepathy-farstream: call-stream: fix type of state variable

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Sep 25 06:50:07 PDT 2013


Module: telepathy-farstream
Branch: master
Commit: 034eee8ea7303ee0f43ad5d9594a37e29f1e24ef
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=034eee8ea7303ee0f43ad5d9594a37e29f1e24ef

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Sep 25 12:50:43 2013 +0200

call-stream: fix type of state variable

https://bugs.freedesktop.org/show_bug.cgi?id=69806

---

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

diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 6d3ef02..2b3c4e2 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1531,7 +1531,7 @@ static void
 cb_fs_component_state_changed (TfCallStream *stream, guint component,
     FsStreamState fsstate)
 {
-  TpMediaStreamState state;
+  TpStreamEndpointState state;
 
   if (!stream->endpoint)
     return;



More information about the telepathy-commits mailing list