use the correct type for got_bytes. fixes bytestream weirdness taaz was seeing.

Original commit message from CVS:
use the correct type for got_bytes. fixes bytestream weirdness taaz was seeing.
This commit is contained in:
Steve Baker 2002-05-26 10:00:21 +00:00
parent 8fa150e0f9
commit 2c6a121e4f

View file

@ -379,7 +379,7 @@ gst_a52dec_loop (GstElement *element)
int i, length, flags, sample_rate, bit_rate;
int stream_channels;
GstBuffer *buf;
guint8 got_bytes;
guint32 got_bytes;
a52dec = GST_A52DEC (element);