docs: fix gtk-doc warnings

Variable names in function prototypes in the headers should match the doc-
comment.
This commit is contained in:
Stefan Kost 2010-06-10 20:36:32 +03:00
parent 2b9670958d
commit a0b5bb5113

View 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);