aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-02 17:30:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-02 17:30:38 +0800
commitd22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c (patch)
tree8d90c6283c5a9f8caada50f5d2c6dfe4c543db49
parent886773a371ac59f3fd039270a90b3e813d02d7cd (diff)
downloadgsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar.gz
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar.bz2
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar.lz
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar.xz
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.tar.zst
gsoc2013-empathy-d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c.zip
fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb
-rw-r--r--src/empathy-streamed-media-handler.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/empathy-streamed-media-handler.c b/src/empathy-streamed-media-handler.c
index 0fc55964a..3f98e78bd 100644
--- a/src/empathy-streamed-media-handler.c
+++ b/src/empathy-streamed-media-handler.c
@@ -611,7 +611,11 @@ src_pad_added_error_idle (gpointer data)
static void
empathy_streamed_media_handler_tf_content_src_pad_added_cb (TfContent *content,
- GstPad *pad, FsCodec *codec, EmpathyStreamedMediaHandler *handler)
+ guint handle,
+ FsStream *stream,
+ GstPad *pad,
+ FsCodec *codec,
+ EmpathyStreamedMediaHandler *handler)
{
guint media_type;
gboolean retval;