From: Stefan Kost Date: Thu, 10 Jun 2010 17:36:32 +0000 (+0300) Subject: docs: fix gtk-doc warnings X-Git-Tag: 1.19.3~511^2~8359 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0b5bb5113a76310ae66aec278bddbd13ca0e462;p=platform%2Fupstream%2Fgstreamer.git docs: fix gtk-doc warnings Variable names in function prototypes in the headers should match the doc- comment. --- diff --git a/gst-libs/gst/tag/tag.h b/gst-libs/gst/tag/tag.h index 97e615f..c00f22c 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);