summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2010-07-30 23:59:10 +0200
committerAlessandro Decina <alessandro.d@gmail.com>2010-07-30 23:59:10 +0200
commitfc9cfb0c0036d4ff8432d6b5880eb377dabf465b (patch)
treed90dd066264c212a2675f18d372726524cb65799
parentb37869c315284b1bd426a06201f81c1ba6ea3840 (diff)
rtmpsrc: fix warning on osx.
-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
@@ -330,3 +330,3 @@ gst_rtmp_src_create (GstPushSrc * pushsrc, GstBuffer ** buffer)
}
- GST_LOG (" got size %" G_GUINT64_FORMAT, read);
+ GST_LOG (" got size %d", read);
}