pbutils: codec-utils: fix g-ir-scanner warning
authorTim-Philipp Müller <tim@centricular.com>
Tue, 21 Sep 2021 21:39:46 +0000 (22:39 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 21 Sep 2021 21:39:46 +0000 (22:39 +0100)
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>

gst-libs/gst/pbutils/codec-utils.h

index 11ef18e..1aa7246 100644 (file)
@@ -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,