diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 17:30:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-02 17:30:38 +0800 |
commit | d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c (patch) | |
tree | 8d90c6283c5a9f8caada50f5d2c6dfe4c543db49 | |
parent | 886773a371ac59f3fd039270a90b3e813d02d7cd (diff) | |
download | gsoc2013-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.c | 6 |
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; |