From 6e3ea627e70266d8c3739300e900a5b7bc0763bc Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 26 Aug 2012 16:20:56 +0200 Subject: 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. --- libempathy-gtk/empathy-call-utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libempathy-gtk/empathy-call-utils.h') 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 - 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); -- cgit v1.2.3