mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
rtmpsrc: fix warning on osx.
This commit is contained in:
parent
b37869c315
commit
fc9cfb0c00
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ gst_rtmp_src_create (GstPushSrc * pushsrc, GstBuffer ** buffer)
|
|||
} else {
|
||||
todo = 0;
|
||||
}
|
||||
GST_LOG (" got size %" G_GUINT64_FORMAT, read);
|
||||
GST_LOG (" got size %d", read);
|
||||
}
|
||||
|
||||
if (src->discont) {
|
||||
|
|
Loading…
Reference in a new issue