rtmpsrc: fix warning on osx.
This commit is contained in:
parent
b37869c315
commit
fc9cfb0c00
@ -328,7 +328,7 @@ gst_rtmp_src_create (GstPushSrc * pushsrc, GstBuffer ** buffer)
|
|||||||
} else {
|
} else {
|
||||||
todo = 0;
|
todo = 0;
|
||||||
}
|
}
|
||||||
GST_LOG (" got size %" G_GUINT64_FORMAT, read);
|
GST_LOG (" got size %d", read);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (src->discont) {
|
if (src->discont) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user