mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:46:13 +00:00
audioresample: fix debug message format specifier
This commit is contained in:
parent
f5f781e8fb
commit
97a4f7e1e5
1 changed files with 2 additions and 2 deletions
|
@ -1124,8 +1124,8 @@ gst_audio_resample_transform (GstBaseTransform * base, GstBuffer * inbuf,
|
||||||
gst_audio_resample_get_funcs (resample->width, resample->fp);
|
gst_audio_resample_get_funcs (resample->width, resample->fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_LOG_OBJECT (resample, "transforming buffer of %ld bytes, ts %"
|
GST_LOG_OBJECT (resample, "transforming buffer of %" G_GSIZE_FORMAT " bytes,"
|
||||||
GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT ", offset %"
|
" ts %" GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT ", offset %"
|
||||||
G_GINT64_FORMAT ", offset_end %" G_GINT64_FORMAT,
|
G_GINT64_FORMAT ", offset_end %" G_GINT64_FORMAT,
|
||||||
gst_buffer_get_size (inbuf), GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (inbuf)),
|
gst_buffer_get_size (inbuf), GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (inbuf)),
|
||||||
GST_TIME_ARGS (GST_BUFFER_DURATION (inbuf)),
|
GST_TIME_ARGS (GST_BUFFER_DURATION (inbuf)),
|
||||||
|
|
Loading…
Reference in a new issue