summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2010-01-22 10:48:26 +0100
committerAlessandro Decina <alessandro.d@gmail.com>2010-01-22 10:48:54 +0100
commitde81378a62acc7706199155e2c08543130425bf4 (patch)
tree1d0201eddaf2542293b73e842fcaa33997a36d50
parentaff35e5e65c851f407385cb0b1f5be161d581d02 (diff)
faac: fix warnings under OS X..
-rw-r--r--ext/faac/gstfaac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c
index 4a1fc8d94..c60bf56db 100644
--- a/ext/faac/gstfaac.c
+++ b/ext/faac/gstfaac.c
@@ -580,7 +580,7 @@ gst_faac_configure_source_pad (GstFaac * faac)
/* let's see what really happened,
* note that this may not really match desired rate */
- GST_DEBUG_OBJECT (faac, "average bitrate: %d kbps",
+ GST_DEBUG_OBJECT (faac, "average bitrate: %lu kbps",
(conf->bitRate + 500) / 1000 * faac->channels);
GST_DEBUG_OBJECT (faac, "quantization quality: %ld", conf->quantqual);
GST_DEBUG_OBJECT (faac, "bandwidth: %d Hz", conf->bandWidth);