aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 18:15:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 23:10:33 +0800
commit84307490fb67c43c291627d22381f542f6824206 (patch)
tree86c829decb0681e30944c1f0e434842631c3370c /libempathy/empathy-call-handler.h
parentcea420f26c8f38e216f2c94fdc22437ef5235541 (diff)
downloadgsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar.gz
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar.bz2
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar.lz
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar.xz
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.tar.zst
gsoc2013-empathy-84307490fb67c43c291627d22381f542f6824206.zip
call-handler: add send audio/video codec properties
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__*/