amrwbparse

amrwbparse — Adaptive Multi-Rate WideBand audio parser

Synopsis

                    GstAmrwbParse;

Description

This is an AMR wideband parser.

Example launch line

gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink

Synopsis

Element Information

plugin

amrwb

author

Renato Filho <renato.filho@indt.org.br>

class

Codec/Parser/Audio

Element Pads

name

src

direction

source

presence

always

details

audio/AMR-WB, rate=(int)16000, channels=(int)1

name

sink

direction

sink

presence

always

details

audio/x-amr-wb-sh

Details

GstAmrwbParse

typedef struct {
  GstElement element;

  /* pads */
  GstPad *sinkpad, *srcpad;

  GstAdapter *adapter;

  gboolean seekable;
  gboolean need_header;
  gint64 offset;
  gint block;
  
  GstAmrwbSeekHandler seek_handler;

  guint64 ts;

  /* for seeking etc */
  GstSegment segment;
} GstAmrwbParse;

See Also

#GstAmrwbDec, GstAmrwbEnc