summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/rtmp/gstrtmpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rtmp/gstrtmpsrc.c b/ext/rtmp/gstrtmpsrc.c
index 74aae6e16..63ff51237 100644
--- a/ext/rtmp/gstrtmpsrc.c
+++ b/ext/rtmp/gstrtmpsrc.c
@@ -328,7 +328,7 @@ gst_rtmp_src_create (GstPushSrc * pushsrc, GstBuffer ** buffer)
328 } else { 328 } else {
329 todo = 0; 329 todo = 0;
330 } 330 }
331 GST_LOG (" got size %" G_GUINT64_FORMAT, read); 331 GST_LOG (" got size %d", read);
332 } 332 }
333 333
334 if (src->discont) { 334 if (src->discont) {