| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstBaseParse
                    ╰── GstMpegAudioParse
Parses and frames mpeg1 audio streams. Provides seeking.
| 1 2 | gst-launch-1.0 filesrc location=test.mp3 ! mpegaudioparse ! mpg123audiodec ! audioconvert ! audioresample ! autoaudiosink | 
| plugin | audioparsers | 
| author | Jan Schmidt <thaytan@mad.scientist.com>,Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> | 
| class | Codec/Parser/Audio |