summaryrefslogtreecommitdiffstats
path: root/gst/spectrum
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-10-05 18:14:46 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-05 18:14:46 +0000
commitda1bed8d24782a83aef7cc9f2f0b246625ed1af7 (patch)
tree5ed53bb5f2a87f955bcbd9d769514fcde267631a /gst/spectrum
parent82f5a3508c4f7be17a2dd55b78acc8c9c5221665 (diff)
Another batch of printf format fixes.
Original commit message from CVS: * ext/dts/gstdtsdec.c: (gst_dtsdec_chain): * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps): * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps): * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse), (qtdemux_parse_trak): * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip): Another batch of printf format fixes.
Diffstat (limited to 'gst/spectrum')
-rw-r--r--gst/spectrum/gstspectrum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index cfb31e5e..7c1dacde 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -429,7 +429,7 @@ gst_spectrum_transform_ip (GstBaseTransform * trans, GstBuffer * in)
GstClockTime blktime =
GST_FRAMES_TO_CLOCK_TIME (spectrum->len, spectrum->rate);
- GST_LOG ("transform : %ld bytes", GST_BUFFER_SIZE (in));
+ GST_LOG ("input size: %d bytes", GST_BUFFER_SIZE (in));
gst_adapter_push (spectrum->adapter, gst_buffer_ref (in));
/* required number of bytes */