aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-08-26 22:20:56 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-29 16:12:31 +0800
commit6e3ea627e70266d8c3739300e900a5b7bc0763bc (patch)
tree464aebbea115de0dc148ca834c9b3f2d97d344d8 /libempathy-gtk/empathy-call-utils.h
parentf7ab6457995133ccd3fd32ce028c6c8cb1e68322 (diff)
downloadgsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar.gz
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar.bz2
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar.lz
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar.xz
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.tar.zst
gsoc2013-empathy-6e3ea627e70266d8c3739300e900a5b7bc0763bc.zip
Remove libempathy-gtk dependency on gstreamer
libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file.
Diffstat (limited to 'libempathy-gtk/empathy-call-utils.h')
-rw-r--r--libempathy-gtk/empathy-call-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h
index 6d78908b8..12fca684e 100644
--- a/libempathy-gtk/empathy-call-utils.h
+++ b/libempathy-gtk/empathy-call-utils.h
@@ -21,8 +21,6 @@
#ifndef __EMPATHY_CALL_UTILS_H__
#define __EMPATHY_CALL_UTILS_H__
-#include <gst/gst.h>
-
G_BEGIN_DECLS
/* Calls */
@@ -36,9 +34,6 @@ GHashTable * empathy_call_create_call_request (const gchar *contact,
gboolean initial_audio,
gboolean initial_video);
-void empathy_call_set_stream_properties (GstElement *element,
- gboolean echo_cancellation);
-
TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self);
void empathy_call_channel_send_video (TpCallChannel *self,
gboolean send);