mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
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:
parent
8fa150e0f9
commit
2c6a121e4f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue