[gstreamer-bugs] [Bug 615740] FAAD plugin do not handle AAC LATM transport format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 14 05:01:19 PDT 2010


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

--- Comment #8 from Danilo Freire <xharada at gmail.com> 2010-07-14 12:01:16 UTC ---
The aacparse caps has as its output caps the following format:
stream-format: { raw, adts, adif }

ADTS and ADIF are mux/container formats such as LATM/LOAS.

Instead of make a new property, I think we should use:
1) Adding a new output format in aacparse
stream-format: { raw, adts, adif, latm }

Then Creating a separate parse for LATM/LOAS with as input format
stream-format: { latm }
and as output:
stream-format: { raw }

That way we do not need to implement something to extract raw aac from
ADTS/ADIF (which most of aac decoders already make).


I think that with this approach we can handle most of cases. For example, if I
implement an aac decoder that handles LATM/LOAS format, I can use it directly
with aacparse (as I prefer to use my decoder LATM/LOAS parse instead of
gstreamer one).

If not, I can use the loasparse with my decoder (which handles raw data).

[]s

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