summaryrefslogtreecommitdiff
path: root/libpurple/media-gst.h
diff options
context:
space:
mode:
authorMichael Ruprecht <maiku@pidgin.im>2009-08-30 03:52:19 +0000
committerMichael Ruprecht <maiku@pidgin.im>2009-08-30 03:52:19 +0000
commitce7030fae12aed3af46896e97aeebdff1a0023d1 (patch)
tree98dab8f46f57105593537bb7c3cfa163df45e2be /libpurple/media-gst.h
parent1347d829b58b118f4a5c7911b9d04531ec92d528 (diff)
downloadpidgin-ce7030fae12aed3af46896e97aeebdff1a0023d1.tar.gz
Fix some docs warnings. Thanks to darkrain for pointing them out.
Diffstat (limited to 'libpurple/media-gst.h')
-rw-r--r--libpurple/media-gst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libpurple/media-gst.h b/libpurple/media-gst.h
index 450c3bd729..d729e32aa5 100644
--- a/libpurple/media-gst.h
+++ b/libpurple/media-gst.h
@@ -42,7 +42,7 @@ G_BEGIN_DECLS
#define PURPLE_IS_MEDIA_ELEMENT_INFO_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), PURPLE_TYPE_MEDIA_ELEMENT_INFO))
#define PURPLE_MEDIA_ELEMENT_INFO_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), PURPLE_TYPE_MEDIA_ELEMENT_INFO, PurpleMediaElementInfo))
-/** @copydoc _PurpleMediaElementInfo */
+/** An opaque structure representing an audio/video source/sink. */
typedef struct _PurpleMediaElementInfo PurpleMediaElementInfo;
typedef struct _PurpleMediaElementInfoClass PurpleMediaElementInfoClass;
typedef GstElement *(*PurpleMediaElementCreateCallback)(PurpleMedia *media,
@@ -138,6 +138,9 @@ GstElement *purple_media_manager_get_pipeline(PurpleMediaManager *manager);
*
* @param manager The media manager to use to obtain the source/sink.
* @param type The type of source/sink to get.
+ * @param media The media call this element is requested for.
+ * @param session_id The id of the session this element is requested for or NULL.
+ * @param participant The remote user this element is requested for or NULL.
*
* @since 2.6.0
*/