mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
parent
f0685dd026
commit
e7659756a1
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ gst_jpegenc_chain (GstPad * pad, GstObject * parent, GstBuffer * buf)
|
|||
|
||||
height = GST_VIDEO_FRAME_HEIGHT (&frame);
|
||||
|
||||
GST_LOG_OBJECT (jpegenc, "got buffer of %lu bytes",
|
||||
GST_LOG_OBJECT (jpegenc, "got buffer of %" G_GSIZE_FORMAT " bytes",
|
||||
gst_buffer_get_size (buf));
|
||||
|
||||
for (i = 0; i < jpegenc->channels; i++) {
|
||||
|
|
Loading…
Reference in a new issue