hlsdemux: Another windows build fix

Replace %lld with %u as GST_BUFFER_SIZE is a guint
This commit is contained in:
Thiago Santos 2011-04-01 16:52:48 -03:00
parent 944d54e359
commit 12f539c6bb

View file

@ -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;