h264parser: Fix mismatched argument of declaration and definition
authorSeungha Yang <seungha@centricular.com>
Tue, 7 Apr 2020 00:17:15 +0000 (09:17 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 8 Apr 2020 15:39:12 +0000 (15:39 +0000)
gst-libs/gst/codecparsers/gsth264parser.h

index bce0905..8ffcc45 100644 (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