diff options
Diffstat (limited to 'gst/rtp/gstrtpdepay.c')
-rw-r--r-- | gst/rtp/gstrtpdepay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpdepay.c b/gst/rtp/gstrtpdepay.c index c309ae31..580ad49e 100644 --- a/gst/rtp/gstrtpdepay.c +++ b/gst/rtp/gstrtpdepay.c @@ -26,7 +26,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpdepay_debug); /* elementfactory information */ static const GstElementDetails rtpdepay_details = GST_ELEMENT_DETAILS ("RTP payloader", - "Codec/Depayr/Network", + "Codec/Depayloader/Network", "Accepts raw RTP and RTCP packets and sends them forward", "Wim Taymans <wim@fluendo.com>"); |