From 5a675080c56cf37b350d75e8e9186bd85fefc673 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 7 Apr 2020 09:17:15 +0900 Subject: [PATCH] h264parser: Fix mismatched argument of declaration and definition --- gst-libs/gst/codecparsers/gsth264parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h index bce09051fe..8ffcc45bb7 100644 --- a/gst-libs/gst/codecparsers/gsth264parser.h +++ b/gst-libs/gst/codecparsers/gsth264parser.h @@ -1224,7 +1224,7 @@ void gst_h264_video_calculate_framerate (const GstH264SPS * sps, guint field_pic guint pic_struct, gint * fps_num, gint * fps_den); GST_CODEC_PARSERS_API -GstMemory * gst_h264_create_sei_memory (guint8 start_code_prefix_size, +GstMemory * gst_h264_create_sei_memory (guint8 start_code_prefix_length, GArray * messages); GST_CODEC_PARSERS_API