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 3ad1939de07a006c18713ff21cf00c45b65aa65e..466e4b0a5dedc736b379c6a1a240cf9a41503177 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 59c357e6b77a5f5cbcbe5e9dc0bf6d10c8208ced..1833fcb88b7c7ea81cccc7ca609017361f42c165 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 b85f9854cdc375d34d7d80a19ebf0f23a8c42997..23e2a5f88a0849189207aba54900ce6958f49771 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 25df31e9ec5fb947ae4118a117cf46f7fcdb6865..0f9ae3a860dcefead1c072f97b7a5211dab320de 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 c2ee2ea34271c1b8483f599b9383781559e02f65..d41e5fa64aff5cdc56588f5904bb3507abad33af 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 fe23e082f004c22e05c984a4a81d654d16e29ebc..3be8869bfa4da67d91409d07ddf0b197acd31354 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>"
 };