aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 942fa7520..b8fa94965 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -24,6 +24,7 @@
#include <glib-object.h>
#include <gst/gst.h>
+#include <gst/farsight/fs-conference-iface.h>
#include <libempathy/empathy-tp-call.h>
#include <libempathy/empathy-contact.h>
@@ -76,6 +77,12 @@ gboolean empathy_call_handler_has_initial_video (EmpathyCallHandler *handler);
void empathy_call_handler_bus_message (EmpathyCallHandler *handler,
GstBus *bus, GstMessage *message);
+FsCodec * empathy_call_handler_get_send_audio_codec (
+ EmpathyCallHandler *self);
+
+FsCodec * empathy_call_handler_get_send_video_codec (
+ EmpathyCallHandler *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/