mad

mad

Properties

gboolean half Read / Write
gboolean ignore-crc Read / Write

Types and Values

struct GstMad

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstMad

Description

MP3 audio decoder.

Example pipelines

1
gst-launch filesrc location=music.mp3 ! mad ! audioconvert ! audioresample ! autoaudiosink
Decode the mp3 file and play

Functions

Types and Values

struct GstMad

struct GstMad;

Property Details

The “half” property

  “half”                     gboolean

Generate PCM at 1/2 sample rate.

Owner: GstMad

Flags: Read / Write

Default value: FALSE


The “ignore-crc” property

  “ignore-crc”               gboolean

Ignore CRC errors.

Owner: GstMad

Flags: Read / Write

Default value: TRUE

See Also

lame