summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/rtp/gstrtpL16pay.c2
-rw-r--r--gst/rtp/gstrtpg711pay.c2
-rw-r--r--gst/rtp/gstrtpgsmpay.c2
-rw-r--r--gst/rtp/gstrtph263pay.c2
-rw-r--r--gst/rtp/gstrtph263ppay.c2
-rw-r--r--gst/rtp/gstrtpspeexpay.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c
index 3ad1939d..466e4b0a 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 <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpg711pay.c b/gst/rtp/gstrtpg711pay.c
index 59c357e6..1833fcb8 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 <edgard.lima@indt.org.br>"
};
diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c
index b85f9854..23e2a5f8 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 <zeenix@gmail.com>"
};
diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c
index 25df31e9..0f9ae3a8 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 <neils@vipadia.com>"
};
diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c
index c2ee2ea3..d41e5fa6 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 <wim@fluendo.com>"
};
diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c
index fe23e082..3be8869b 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 <edgard.lima@indt.org.br>"
};