[empathy: 8/12] fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb



commit d22ead6ae9fd3d168a49ad6d66acf20f9d27fd4c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Mar 2 10:30:38 2012 +0100

    fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb

 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 0fc5596..3f98e78 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]