| Top |  |  |  |  | 
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstRTPBasePayload ╰── GstRTPBaseAudioPayload ╰── GstRtpL8Pay
Payload raw audio into RTP packets according to RFC 3551. For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt
| 1 | gst-launch -v audiotestsrc ! audioconvert ! rtpL8pay ! udpsink | 
| plugin | rtp | 
| author | Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc. | 
| class | Codec/Payloader/Network/RTP | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | audio/x-raw, format=(string)U8, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ] | 
| name | src | 
| direction | source | 
| presence | always | 
| details | application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L8, channels=(int)[ 1, 2147483647 ] |