summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-15 13:39:58 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-15 13:40:48 +0000
commit2e1f3242bf54c6e9e74e0d10cd1d2d9f910b3812 (patch)
tree4d056f7698e752feb4095d4f047d33a4cff85f4d
parent08b0e0761b860ebf9a96a504f7c261765c44ef61 (diff)
docs: fix typo in gst_tag_list_from_xmp_buffer() docs chunk
-rw-r--r--gst-libs/gst/tag/gstxmptag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/tag/gstxmptag.c b/gst-libs/gst/tag/gstxmptag.c
index 07ab7fe03..18d5891a9 100644
--- a/gst-libs/gst/tag/gstxmptag.c
+++ b/gst-libs/gst/tag/gstxmptag.c
@@ -156,7 +156,7 @@ read_one_tag (GstTagList * list, const gchar * tag, const gchar * v)
/**
* gst_tag_list_from_xmp_buffer:
- * @list: buffer
+ * @buffer: buffer
*
* Parse a xmp packet into a taglist.
*