summaryrefslogtreecommitdiffstats
path: root/ext/dts
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
commitc403790b6cb1c9af19a71064f71bf43ae12e77d2 (patch)
tree88e7813c09a5d1f7ea01e6acd449e6abf6bf90d2 /ext/dts
parent84807e3db3f4fbba66c2aab4401348606b43e922 (diff)
downloadgst-plugins-bad-c403790b6cb1c9af19a71064f71bf43ae12e77d2.tar.gz
gst-plugins-bad-c403790b6cb1c9af19a71064f71bf43ae12e77d2.tar.bz2
gst-plugins-bad-c403790b6cb1c9af19a71064f71bf43ae12e77d2.zip
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 'ext/dts')
-rw-r--r--ext/dts/gstdtsdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c
index 3bfd2dc3..6b913dc6 100644
--- a/ext/dts/gstdtsdec.c
+++ b/ext/dts/gstdtsdec.c
@@ -475,7 +475,7 @@ gst_dtsdec_chain (GstPad * pad, GstBuffer * buf)
{
GstDtsDec *dts;
guint8 *data;
- gint64 size;
+ gint size;
gint length, flags, sample_rate, bit_rate, frame_length;
GstFlowReturn result = GST_FLOW_OK;