mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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>
This commit is contained in:
parent
3607c617a5
commit
cc50672d29
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue