summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 12:50:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-25 15:48:46 +0200
commit034eee8ea7303ee0f43ad5d9594a37e29f1e24ef (patch)
tree436cff3cca845c4d665eb948110ba1ae6f870910 /telepathy-farstream
parent1ddd6ae3dfb2e6f1200700215eafcf53bdd4cf35 (diff)
call-stream: fix type of state variable
https://bugs.freedesktop.org/show_bug.cgi?id=69806
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 6d3ef023f..2b3c4e21e 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;