| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstRTPBaseDepayload
                    ╰── GstRtpAC3Depay
Extract AC3 audio from RTP packets according to RFC 4184. For detailed information see: http://www.rfc-editor.org/rfc/rfc4184.txt
| 1 | gst-launch-1.0 udpsrc caps='application/x-rtp, media=(string)audio, clock-rate=(int)44100, encoding-name=(string)AC3, payload=(int)96' ! rtpac3depay ! a52dec ! pulsesink | 
| plugin | rtp | 
| author | Wim Taymans <wim.taymans@gmail.com> | 
| class | Codec/Depayloader/Network/RTP |