mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 22:16:22 +00:00
mpeg4videoparse: Use correct type specifiers for format strings to fix compiler warnings
This commit is contained in:
parent
4bf50b6af0
commit
ac6967a843
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ gst_mpeg4vparse_process_config (GstMpeg4VParse * mp4vparse,
|
|||
mp4vparse->vol.fixed_vop_time_increment);
|
||||
|
||||
|
||||
GST_LOG_OBJECT (mp4vparse, "accepting parsed config size %" G_GSSIZE_FORMAT,
|
||||
GST_LOG_OBJECT (mp4vparse, "accepting parsed config size %" G_GSIZE_FORMAT,
|
||||
size);
|
||||
|
||||
if (mp4vparse->config != NULL)
|
||||
|
|
Loading…
Reference in a new issue