| Top | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstRTPBasePayload
                    ╰── GstRtpAC3Pay
Payload AC3 audio into RTP packets according to RFC 4184. For detailed information see: http://www.rfc-editor.org/rfc/rfc4184.txt
1  | 
        gst-launch-1.0 -v audiotestsrc ! avenc_ac3 ! rtpac3pay ! udpsink  | 
      
plugin  | 
rtp | 
author  | 
Wim Taymans <wim.taymans@gmail.com> | 
class  | 
Codec/Payloader/Network/RTP |