diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-02 22:03:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-02 22:22:55 +0800 |
commit | 59ec941bf710736869384acf3cfe137a6d1180a9 (patch) | |
tree | 7b1253cdd7e2d4a6d566c09a5635dde2909a9bff /libempathy-gtk/empathy-call-utils.h | |
parent | 2d19fc2f3bc163cf742469185d61e667b2dcd084 (diff) | |
download | gsoc2013-empathy-59ec941bf710736869384acf3cfe137a6d1180a9.tar.gz gsoc2013-empathy-59ec941bf710736869384acf3cfe137a6d1180a9.tar.zst gsoc2013-empathy-59ec941bf710736869384acf3cfe137a6d1180a9.zip |
Revert "Revert "Stop requesting StreamedMedia channels""
This reverts commit 758b4250e767d9e952b8c0ea4db7d93df192a0c0.
https://bugzilla.gnome.org/show_bug.cgi?id=675296
Diffstat (limited to 'libempathy-gtk/empathy-call-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-call-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h index 99e4ecf91..6d78908b8 100644 --- a/libempathy-gtk/empathy-call-utils.h +++ b/libempathy-gtk/empathy-call-utils.h @@ -36,10 +36,6 @@ GHashTable * empathy_call_create_call_request (const gchar *contact, gboolean initial_audio, gboolean initial_video); -GHashTable * empathy_call_create_streamed_media_request (const gchar *contact, - gboolean initial_audio, - gboolean initial_video); - void empathy_call_set_stream_properties (GstElement *element, gboolean echo_cancellation); |