summaryrefslogtreecommitdiff
path: root/examples/call-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/call-handler.c')
-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");