diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 14:10:30 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-19 14:10:30 +0100 |
commit | 17f794deebc36d284c82a9022cf2fd417a5d9df0 (patch) | |
tree | 0ed3f04f97dce1fbd67163b57c558b5c1675eae0 /gst/gstmessage.c | |
parent | 7db40d1abb6d60aa54830acda3c5c66c1ac65bf5 (diff) |
docs: make gtk-doc happy
Diffstat (limited to 'gst/gstmessage.c')
-rw-r--r-- | gst/gstmessage.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c index 2165a2a93..10bac83f4 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c @@ -480,11 +480,11 @@ gst_message_new_tag (GstObject * src, GstTagList * tag_list) * Create a new tag message. The message will take ownership of the tag list. * The message is posted by elements that discovered a new taglist. * + * MT safe. + * * Returns: The new tag message. * * Since: 0.10.24 - * - * MT safe. */ GstMessage * gst_message_new_tag_full (GstObject * src, GstPad * pad, GstTagList * tag_list) @@ -1012,9 +1012,9 @@ gst_message_parse_tag (GstMessage * message, GstTagList ** tag_list) * Extracts the tag list from the GstMessage. The tag list returned in the * output argument is a copy; the caller must free it when done. * - * Since: 0.10.24 - * * MT safe. + * + * Since: 0.10.24 */ void gst_message_parse_tag_full (GstMessage * message, GstPad ** pad, @@ -1769,8 +1769,6 @@ gst_message_new_step_start (GstObject * src, gboolean active, GstFormat format, * @rate: result location for the rate * @flush: result location for the flush flag * @intermediate: result location for the intermediate flag - * @duration: result location for the duration - * @eos: result location for the EOS flag * * Extract the values from step_start message. * |