diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml
index d1371c88f8..a4128fc335 100644
--- a/docs/plugins/gst-plugins-good-plugins-docs.sgml
+++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml
@@ -190,6 +190,8 @@
+
+
diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt
index 880f3eb9e6..b23db52b90 100644
--- a/docs/plugins/gst-plugins-good-plugins-sections.txt
+++ b/docs/plugins/gst-plugins-good-plugins-sections.txt
@@ -2847,6 +2847,38 @@ GST_TYPE_RTP_KLV_PAY
gst_rtp_klv_pay_get_type
+
+element-rtpL8depay
+rtpL8depay
+GstRtpL8Depay
+
+GstRtpL8DepayClass
+GST_RTP_L8_DEPAY
+GST_RTP_L8_DEPAY_CAST
+GST_IS_RTP_L8_DEPAY
+GST_RTP_L8_DEPAY_CLASS
+GST_IS_RTP_L8_DEPAY_CLASS
+GST_TYPE_RTP_L8_DEPAY
+
+gst_rtp_l8_depay_get_type
+
+
+
+element-rtpL8pay
+rtpL8pay
+GstRtpL8Pay
+
+GstRtpL8PayClass
+GST_RTP_L8_PAY
+GST_RTP_L8_PAY_CAST
+GST_IS_RTP_L8_PAY
+GST_RTP_L8_PAY_CLASS
+GST_IS_RTP_L8_PAY_CLASS
+GST_TYPE_RTP_L8_PAY
+
+gst_rtp_l8_pay_get_type
+
+
element-rtpL16depay
rtpL16depay
diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy
index fd1bcc8f4b..82bd3d7a06 100644
--- a/docs/plugins/gst-plugins-good-plugins.hierarchy
+++ b/docs/plugins/gst-plugins-good-plugins.hierarchy
@@ -213,6 +213,7 @@ GObject
GstRtpKlvDepay
GstRtpL16Depay
GstRtpL24Depay
+ GstRtpL8Depay
GstRtpMP1SDepay
GstRtpMP2TDepay
GstRtpMP4ADepay
@@ -243,6 +244,7 @@ GObject
GstRtpG726Pay
GstRtpL16Pay
GstRtpL24Pay
+ GstRtpL8Pay
GstRtpPcmaPay
GstRtpPcmuPay
GstRTPDVPay
diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml
index d0f0dec12e..0afaed6c46 100644
--- a/docs/plugins/inspect/plugin-rtp.xml
+++ b/docs/plugins/inspect/plugin-rtp.xml
@@ -114,6 +114,48 @@
+
+ rtpL8depay
+ RTP audio depayloader
+ Codec/Depayloader/Network/RTP
+ Extracts raw audio from RTP packets
+ Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.
+
+
+ sink
+ sink
+ always
+ application/x-rtp, media=(string)audio, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L8
+
+
+ src
+ source
+ always
+ audio/x-raw, format=(string)U8, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
+
+
+
+ rtpL8pay
+ RTP audio payloader
+ Codec/Payloader/Network/RTP
+ Payload-encode Raw audio into RTP packets (RFC 3551)
+ Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.
+
+
+ sink
+ sink
+ always
+ audio/x-raw, format=(string)U8, layout=(string)interleaved, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]
+
+
+ src
+ source
+ always
+ application/x-rtp, media=(string)audio, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)L8, channels=(int)[ 1, 2147483647 ]
+
+
+
rtpac3depay
RTP AC3 depayloader