diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index 3ad1939de0..466e4b0a5d 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -28,7 +28,7 @@ static GstElementDetails gst_rtpL16pay_details = { "RTP RAW Audio Payloader", "Codec/Payloader/Network", - "Payodes Raw Audio into a RTP packet", + "Payload-encodes Raw Audio into a RTP packet", "Zeeshan Ali " }; diff --git a/gst/rtp/gstrtpg711pay.c b/gst/rtp/gstrtpg711pay.c index 59c357e6b7..1833fcb88b 100644 --- a/gst/rtp/gstrtpg711pay.c +++ b/gst/rtp/gstrtpg711pay.c @@ -27,7 +27,7 @@ static GstElementDetails gst_rtp_g711_pay_details = { "RTP packet parser", "Codec/Payloader/Network", - "Payodes PCMU/PCMA audio into a RTP packet", + "Payload-encodes PCMU/PCMA audio into a RTP packet", "Edgard Lima " }; diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c index b85f9854cd..23e2a5f88a 100644 --- a/gst/rtp/gstrtpgsmpay.c +++ b/gst/rtp/gstrtpgsmpay.c @@ -32,7 +32,7 @@ static GstElementDetails gst_rtp_gsm_pay_details = { "RTP GSM Audio Payloader", "Codec/Payloader/Network", - "Payodes GSM audio into a RTP packet", + "Payload-encodes GSM audio into a RTP packet", "Zeeshan Ali " }; diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index 25df31e9ec..0f9ae3a860 100644 --- a/gst/rtp/gstrtph263pay.c +++ b/gst/rtp/gstrtph263pay.c @@ -142,7 +142,7 @@ typedef struct _GstH263PictureLayer static GstElementDetails gst_rtp_h263pay_details = { "RTP packet parser", "Codec/Payloader/Network", - "Payodes H263 video in RTP packets (RFC 2190)", + "Payload-encodes H263 video in RTP packets (RFC 2190)", "Neil Stratford " }; diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c index c2ee2ea342..d41e5fa64a 100644 --- a/gst/rtp/gstrtph263ppay.c +++ b/gst/rtp/gstrtph263ppay.c @@ -26,7 +26,7 @@ static GstElementDetails gst_rtp_h263ppay_details = { "RTP packet parser", "Codec/Payloader/Network", - "Payodes H263+ video in RTP packets (RFC 2429)", + "Payload-encodes H263+ video in RTP packets (RFC 2429)", "Wim Taymans " }; diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index fe23e082f0..3be8869bfa 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -26,7 +26,7 @@ static GstElementDetails gst_rtp_speex_pay_details = { "RTP packet parser", "Codec/Payloader/Network", - "Payodes Speex audio into a RTP packet", + "Payload-encodes Speex audio into a RTP packet", "Edgard Lima " };