diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-11-10 03:25:17 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-11-11 22:01:08 +0800 |
commit | 92e94e644937590a6832f1321b1ce285cae38f86 (patch) | |
tree | fc3ddafba8a743dbf4778025dda742a355a1f1b0 /src/empathy-audio-sink.h | |
parent | 8b9ee2a0f048ce6263efe0d0660ed04a53861adf (diff) | |
download | gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar.gz gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar.bz2 gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar.lz gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar.xz gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.tar.zst gsoc2013-empathy-92e94e644937590a6832f1321b1ce285cae38f86.zip |
Don't turn on echo cancellation on the sink if it's for raw conferences
https://bugzilla.gnome.org/show_bug.cgi?id=663842
Diffstat (limited to 'src/empathy-audio-sink.h')
-rw-r--r-- | src/empathy-audio-sink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-audio-sink.h b/src/empathy-audio-sink.h index cc21fc467..ceb0bbe36 100644 --- a/src/empathy-audio-sink.h +++ b/src/empathy-audio-sink.h @@ -63,6 +63,8 @@ GstElement *empathy_audio_sink_new (void); void empathy_audio_sink_set_volume (EmpathyGstAudioSink *sink, gdouble volume); gdouble empathy_audio_sink_get_volume (EmpathyGstAudioSink *sink); +void empathy_audio_sink_set_echo_cancel (EmpathyGstAudioSink *sink, + gboolean echo_cancel); G_END_DECLS |