docs: fix gtk-doc warnings
authorStefan Kost <ensonic@users.sf.net>
Thu, 10 Jun 2010 17:36:32 +0000 (20:36 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 10 Jun 2010 17:36:32 +0000 (20:36 +0300)
Variable names in function prototypes in the headers should match the doc-
comment.

gst-libs/gst/tag/tag.h

index 97e615f..c00f22c 100644 (file)
@@ -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);