summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-09-25 20:37:15 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-09-25 20:37:15 -0400
commit240648e79c882702b497b0af9c3ec5cc563739d6 (patch)
treed2ee4d53b618dcb70f576666182621e790e70500
parent96dc161f99ec2058127d50b2bb28ea3e9c2d3835 (diff)
Fix typo, make it build
-rw-r--r--examples/call-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/call-handler.c b/examples/call-handler.c
index e8e1661..dd4e8d5 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -369,7 +369,7 @@ start_sending_cb (TfContent *content, gpointer user_data)
goto out;
element = setup_video_source (context, content);
- content->has_video_src = TRUE;
+ context->has_video_src = TRUE;
break;
default:
g_warning ("Unknown media type");