[gstreamer-bugs] [Bug 608114] Unable to decode RAW AAC data

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 25 18:29:21 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=608114
  GStreamer | gst-plugins-bad | 0.10.14

David Schleef <ds> changed:

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

--- Comment #2 from David Schleef <ds at schleef.org> 2010-01-26 02:29:18 UTC ---
RAW AAC streams are not in a container, nor do they have ADIF or ADTS headers,
which are the normal means of using AAC without a container.  There's no way to
detect such a stream other than to attempt to decode it.  Parsing such files is
possible, but is about as complicated as decoding.

It's best to convert files like this to something useful using 'faad -a', which
outputs an ADTS stream.

-- 
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