[Bug 724536] Infinite loop while encoding audio to aac

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 18 06:00:19 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724536
  GStreamer | gst-libav | git

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiago.sousa.santos at collabo
                   |                            |ra.co.uk

--- Comment #1 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-02-18 14:20:32 UTC ---
Any reason you are using libav's aac instead of faac from gst-plugins-bad? Faac
has a higher rank and is recommended on top of avenc_aac.

It seems that the aac encoder keeps producing some output even though we feed
it a 0 sized input. It looks like a libav issue to me.

What we can do is patch gst-libav to at least abort encoding data when the user
sets the state to READY to avoid a stall of the pipeline.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list