mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
ffmpegdec: Fix unitialized variables on macosx
This commit is contained in:
parent
a90df26e15
commit
051e2de3d3
1 changed files with 1 additions and 1 deletions
|
@ -2560,7 +2560,7 @@ gst_ffmpegdec_chain (GstPad * pad, GstBuffer * inbuf)
|
|||
&data, &size, bdata, bsize, in_info->idx, in_info->idx);
|
||||
|
||||
GST_LOG_OBJECT (ffmpegdec,
|
||||
"parser returned res %d and size %d, id %d", res, size,
|
||||
"parser returned res %d and size %d, id %" G_GINT64_FORMAT, res, size,
|
||||
ffmpegdec->pctx->pts);
|
||||
|
||||
/* store pts for decoding */
|
||||
|
|
Loading…
Reference in a new issue