mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 03:15:47 +00:00
4d7b4ca2ae
Looking at the remaining bits in the bitstream after decoding a single frame can't be used as loop condition. The remaining bits might not give a complete frame and the speex decoder will then output nothing but access uninitialized memory, which leads to valgrind warnings. Fixes bug #644669. |
||
---|---|---|
.. | ||
gstspeex.c | ||
gstspeexdec.c | ||
gstspeexdec.h | ||
gstspeexenc.c | ||
gstspeexenc.h | ||
Makefile.am |