aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-call-utils.h')
-rw-r--r--libempathy-gtk/empathy-call-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h
index 87676161c..836103100 100644
--- a/libempathy-gtk/empathy-call-utils.h
+++ b/libempathy-gtk/empathy-call-utils.h
@@ -40,7 +40,8 @@ GHashTable * empathy_call_create_streamed_media_request (const gchar *contact,
gboolean initial_audio,
gboolean initial_video);
-void empathy_call_set_stream_properties (GstElement *element);
+void empathy_call_set_stream_properties (GstElement *element,
+ gboolean echo_cancellation);
G_END_DECLS