[gstreamer-bugs] [Bug 575388] [aacparse] deadlocks in busy loop when seeking

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 23 12:04:39 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=575388

  GStreamer | gst-plugins-bad | Ver: git

René Stadler changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from René Stadler  2009-03-23 19:05 UTC -------
commit 83016fa9dc4d3229aae00ce53488a6375ca43132
Author: René Stadler <mail at renestadler.de>
Date:   Thu Mar 19 01:17:25 2009 +0200

    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.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=575388.




More information about the Gstreamer-bugs mailing list