mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
docs: fix gtk-doc warnings
Variable names in function prototypes in the headers should match the doc- comment.
This commit is contained in:
parent
2b9670958d
commit
a0b5bb5113
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue