summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-09-21 22:39:46 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-09-21 22:39:46 +0100
commitcc50672d29e8fd97c4aa0ef059a4c402c6ffbda0 (patch)
tree58ffca922a73ee8c85803e8769d7aa04e62b6f4e
parent3607c617a52ee7d9b3f0cfb86042e4850f70fdf6 (diff)
downloadgstreamer-plugins-base-cc50672d29e8fd97c4aa0ef059a4c402c6ffbda0.tar.gz
pbutils: codec-utils: fix g-ir-scanner warning
Warning: GstPbutils: gst_codec_utils_h264_get_profile_flags_level: unknown parameter 'codec_data' in documentation comment, should be 'codecs_data Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1279>
-rw-r--r--gst-libs/gst/pbutils/codec-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/pbutils/codec-utils.h b/gst-libs/gst/pbutils/codec-utils.h
index 11ef18eb4..1aa72467c 100644
--- a/gst-libs/gst/pbutils/codec-utils.h
+++ b/gst-libs/gst/pbutils/codec-utils.h
@@ -69,7 +69,7 @@ gboolean gst_codec_utils_h264_caps_set_level_and_profile (GstCaps * ca
guint len);
GST_PBUTILS_API
-gboolean gst_codec_utils_h264_get_profile_flags_level (const guint8 * codecs_data,
+gboolean gst_codec_utils_h264_get_profile_flags_level (const guint8 * codec_data,
guint len,
guint8 * profile,
guint8 * flags,