aacparse

aacparse — AAC parser

Synopsis

                    GstAacParse;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstAudioBaseParseBad
                     +----GstAacParse

Description

This is an AAC parser which handles both ADIF and ADTS stream formats.

As ADIF format is not framed, it is not seekable and stream duration cannot be determined either. However, ADTS format AAC clips can be seeked, and parser can also estimate playback position and clip duration.

Example launch line

1
gst-launch filesrc location=abc.aac ! aacparse ! faad ! audioresample ! audioconvert ! alsasink

Details

GstAacParse

typedef struct _GstAacParse GstAacParse;

The opaque GstAacParse data structure.

See Also

GstAmrParse