mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
videoencoder: add proper format for gsize
This commit is contained in:
parent
d2aebc7f94
commit
d8326a8eda
1 changed files with 1 additions and 1 deletions
|
@ -1543,7 +1543,7 @@ gst_video_encoder_allocate_output_frame (GstVideoEncoder *
|
|||
&& gst_pad_check_reconfigure (encoder->srcpad))))
|
||||
gst_video_encoder_negotiate (encoder);
|
||||
|
||||
GST_LOG_OBJECT (encoder, "alloc buffer size %d", size);
|
||||
GST_LOG_OBJECT (encoder, "alloc buffer size %" G_GSIZE_FORMAT, size);
|
||||
|
||||
frame->output_buffer =
|
||||
gst_buffer_new_allocate (encoder->priv->allocator, size,
|
||||
|
|
Loading…
Reference in a new issue