mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
h264parser: Fix mismatched argument of declaration and definition
This commit is contained in:
parent
01628fa847
commit
5a675080c5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue