From fc9cfb0c0036d4ff8432d6b5880eb377dabf465b Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 30 Jul 2010 23:59:10 +0200 Subject: [PATCH] rtmpsrc: fix warning on osx. --- ext/rtmp/gstrtmpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/rtmp/gstrtmpsrc.c b/ext/rtmp/gstrtmpsrc.c index 74aae6e16c..63ff51237e 100644 --- a/ext/rtmp/gstrtmpsrc.c +++ b/ext/rtmp/gstrtmpsrc.c @@ -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) {