From a16fce710b421de5144860f6f119e4d3d4f431c9 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 25 Sep 2013 12:50:43 +0200 Subject: [PATCH 1/4] call-stream: fix type of state variable https://bugs.freedesktop.org/show_bug.cgi?id=69806 --- telepathy-farstream/call-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1