h264parser: Fix mismatched argument of declaration and definition

This commit is contained in:
Seungha Yang 2020-04-07 09:17:15 +09:00 committed by GStreamer Merge Bot
parent 01628fa847
commit 5a675080c5

View file

@ -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