telepathy-gabble: fix enum conversion

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Oct 7 14:45:48 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: d80ea5609b5578661476ab05047b2e3109fc3d1e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=d80ea5609b5578661476ab05047b2e3109fc3d1e

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Oct  7 14:25:42 2013 -0400

fix enum conversion

tp_call_stream_endpoint_get_state() returns a TpStreamEndpointState.

---

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

diff --git a/src/call-stream.c b/src/call-stream.c
index 89af93c..1a28969 100644
--- a/src/call-stream.c
+++ b/src/call-stream.c
@@ -250,7 +250,7 @@ _endpoint_state_changed_cb (
     GParamSpec *spec,
     WockyJingleContent *content)
 {
-  TpMediaStreamState state;
+  TpStreamEndpointState state;
 
   /* We only care about connecting RTP, RTCP is optional */
   state = tp_call_stream_endpoint_get_state (endpoint, 1);



More information about the telepathy-commits mailing list