summaryrefslogtreecommitdiff
path: root/finch/gntmedia.c
diff options
context:
space:
mode:
authorMichael Ruprecht <maiku@pidgin.im>2009-03-31 23:53:03 +0000
committerMichael Ruprecht <maiku@pidgin.im>2009-03-31 23:53:03 +0000
commit9ddd743ac6d8c4eb792fca526228bd0991d20728 (patch)
tree53ed0e792ce87b5b71cc3d7eb3f1215bd26e1c3b /finch/gntmedia.c
parentb52c3bd55be918d9a2f6aba9c6a63f36111c549a (diff)
downloadpidgin-9ddd743ac6d8c4eb792fca526228bd0991d20728.tar.gz
Give more information to element creation functions.
This should allow for Picture in Picture support.
Diffstat (limited to 'finch/gntmedia.c')
-rw-r--r--finch/gntmedia.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/finch/gntmedia.c b/finch/gntmedia.c
index 20f0992bdb..d747d973ae 100644
--- a/finch/gntmedia.c
+++ b/finch/gntmedia.c
@@ -390,7 +390,8 @@ call_cmd_cb(PurpleConversation *conv, const char *cmd, char **args,
}
static GstElement *
-create_default_audio_src(void)
+create_default_audio_src(PurpleMedia *media,
+ const gchar *session_id, const gchar *participant)
{
GstElement *bin, *src, *volume;
GstPad *pad, *ghost;
@@ -416,7 +417,8 @@ create_default_audio_src(void)
}
static GstElement *
-create_default_audio_sink(void)
+create_default_audio_sink(PurpleMedia *media,
+ const gchar *session_id, const gchar *participant)
{
GstElement *bin, *sink, *volume, *queue;
GstPad *pad, *ghost;