summaryrefslogtreecommitdiff
path: root/libpurple/media-gst.h
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@ktknet.cz>2016-06-21 14:59:29 +0200
committerJakub Adam <jakub.adam@ktknet.cz>2016-06-21 14:59:29 +0200
commit0543b475bbcc40f5844f58132de83f260967542b (patch)
treed8677f54f2089ef8836c44fc972583b9c2e118bf /libpurple/media-gst.h
parent78167e8fe8bef149dccb17e0f367a6c0253423ae (diff)
downloadpidgin-0543b475bbcc40f5844f58132de83f260967542b.tar.gz
mediamanager: add info argument to PurpleMediaElementCreateCallback
Diffstat (limited to 'libpurple/media-gst.h')
-rw-r--r--libpurple/media-gst.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libpurple/media-gst.h b/libpurple/media-gst.h
index 4d81bfc719..5ef290ee9b 100644
--- a/libpurple/media-gst.h
+++ b/libpurple/media-gst.h
@@ -49,8 +49,9 @@
typedef struct _PurpleMediaElementInfo PurpleMediaElementInfo;
typedef struct _PurpleMediaElementInfoClass PurpleMediaElementInfoClass;
-typedef GstElement *(*PurpleMediaElementCreateCallback)(PurpleMedia *media,
- const gchar *session_id, const gchar *participant);
+typedef GstElement *(*PurpleMediaElementCreateCallback)(
+ PurpleMediaElementInfo *info, PurpleMedia *media,
+ const gchar *session_id, const gchar *participant);
/**
* PurpleMediaElementType: