diff options
Diffstat (limited to 'libempathy-gtk/empathy-call-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-call-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h index 99a97f202..87676161c 100644 --- a/libempathy-gtk/empathy-call-utils.h +++ b/libempathy-gtk/empathy-call-utils.h @@ -21,6 +21,8 @@ #ifndef __EMPATHY_CALL_UTILS_H__ #define __EMPATHY_CALL_UTILS_H__ +#include <gst/gst.h> + G_BEGIN_DECLS /* Calls */ @@ -38,6 +40,8 @@ GHashTable * empathy_call_create_streamed_media_request (const gchar *contact, gboolean initial_audio, gboolean initial_video); +void empathy_call_set_stream_properties (GstElement *element); + G_END_DECLS #endif /* __EMPATHY_CALL_UTILS_H__ */ |