mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
83016fa9dc
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. |
||
---|---|---|
.. | ||
gstaacparse.c | ||
gstaacparse.h | ||
gstbaseparse.c | ||
gstbaseparse.h | ||
Makefile.am |