mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
hlsdemux: Another windows build fix
Replace %lld with %u as GST_BUFFER_SIZE is a guint
This commit is contained in:
parent
944d54e359
commit
12f539c6bb
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ gst_hls_demux_fetcher_chain (GstPad * pad, GstBuffer * buf)
|
|||
goto done;
|
||||
}
|
||||
|
||||
GST_LOG_OBJECT (demux, "The uri fetcher received a new buffer of size %lld",
|
||||
GST_LOG_OBJECT (demux, "The uri fetcher received a new buffer of size %u",
|
||||
GST_BUFFER_SIZE (buf));
|
||||
if (demux->downloaded_uri == NULL)
|
||||
demux->downloaded_uri = buf;
|
||||
|
|
Loading…
Reference in a new issue