fix element descriptions
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 3 Dec 2005 18:51:48 +0000 (18:51 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 3 Dec 2005 18:51:48 +0000 (18:51 +0000)
Original commit message from CVS:
fix element descriptions

gst/rtp/gstrtpL16pay.c
gst/rtp/gstrtpg711pay.c
gst/rtp/gstrtpgsmpay.c
gst/rtp/gstrtph263pay.c
gst/rtp/gstrtph263ppay.c
gst/rtp/gstrtpspeexpay.c

index 3ad1939..466e4b0 100644 (file)
@@ -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>"
 };
 
index 59c357e..1833fcb 100644 (file)
@@ -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>"
 };
 
index b85f985..23e2a5f 100644 (file)
@@ -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>"
 };
 
index 25df31e..0f9ae3a 100644 (file)
@@ -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>"
 };
 
index c2ee2ea..d41e5fa 100644 (file)
@@ -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>"
 };
 
index fe23e08..3be8869 100644 (file)
@@ -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>"
 };