From a0b5bb5113a76310ae66aec278bddbd13ca0e462 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 10 Jun 2010 20:36:32 +0300 Subject: [PATCH] docs: fix gtk-doc warnings Variable names in function prototypes in the headers should match the doc- comment. --- gst-libs/gst/tag/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4