summaryrefslogtreecommitdiffstats
path: root/ext/faac/gstfaac.c
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2009-01-02 01:44:11 +0000
committerAlessandro Decina <alessandro.d@gmail.com>2009-01-02 01:44:11 +0000
commit833807a67ffb0cd8ce75232b9ac1fdf6d77725cf (patch)
tree46685f5a43ff6d0ce9f7f26072be3dabfee6ce4e /ext/faac/gstfaac.c
parent1d71d95218e6615ee8edc8fdf38a83c6479d5d3f (diff)
downloadgst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.tar.gz
gst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.tar.bz2
gst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.zip
ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.
Original commit message from CVS: * ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free. * ext/faac/gstfaac.c: * ext/x264/gstx264enc.c: Fix compiler warnings.
Diffstat (limited to 'ext/faac/gstfaac.c')
-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 f802568a..22484ffb 100644
--- a/ext/faac/gstfaac.c
+++ b/ext/faac/gstfaac.c
@@ -401,7 +401,7 @@ gst_faac_configure_source_pad (GstFaac * faac)
.5);
if (conf->bitRate > maxbitrate) {
GST_ELEMENT_WARNING (faac, RESOURCE, SETTINGS, (NULL),
- ("bitrate %u exceeds maximum allowed bitrate of %u for samplerate %d. "
+ ("bitrate %lu exceeds maximum allowed bitrate of %u for samplerate %d. "
"Setting bitrate to %u", conf->bitRate, maxbitrate,
faac->samplerate, maxbitrate));
conf->bitRate = maxbitrate;