summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-06-10 20:36:32 +0300
committerStefan Kost <ensonic@users.sf.net>2010-06-10 20:36:32 +0300
commita0b5bb5113a76310ae66aec278bddbd13ca0e462 (patch)
treeb9bb63122356df66d36dcffdbddc8302cc883d72
parent2b9670958d1afb79713b216285cf15a6d0ac2797 (diff)
docs: fix gtk-doc warnings
Variable names in function prototypes in the headers should match the doc- comment.
-rw-r--r--gst-libs/gst/tag/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h
index 97e615fc0..c00f22cfd 100644
--- a/gst-libs/gst/tag/tag.h
+++ b/gst-libs/gst/tag/tag.h
@@ -225,7 +225,7 @@ GstBuffer * gst_tag_list_to_xmp_buffer (const GstTagList * list,
gboolean read_only);
/* functions related to exif */
-GstBuffer * gst_tag_list_to_exif_buffer (const GstTagList * list,
+GstBuffer * gst_tag_list_to_exif_buffer (const GstTagList * taglist,
gint byte_order,
guint32 base_offset);