gstreamer/gst/aacparse
René Stadler 179632dc02 aacparse: Fix busyloop when seeking. Fixes #575388
The problem is that after a discont, set_min_frame_size(1024) is called when
detect_stream returns FALSE. However, detect_stream calls check_adts_frame
which sets the frame size on its own to something larger than 1024. This is the
same situation as in the beginning, so the base class ends up calling
check_valid_frame in an endless loop.
2011-04-08 18:06:57 +01:00
..
gstaacparse.c aacparse: Fix busyloop when seeking. Fixes #575388 2011-04-08 18:06:57 +01:00
gstaacparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
gstbaseparse.c baseparse: revert last change and properly fix 2011-04-08 18:06:57 +01:00
gstbaseparse.h Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00
Makefile.am Add two new baseparse based parsers (aac and amr) from Bug #518857. 2011-04-08 18:06:56 +01:00