fix element descriptions

Original commit message from CVS:
fix element descriptions
This commit is contained in:
Thomas Vander Stichele 2005-12-03 18:51:48 +00:00
parent ffb6f2563d
commit 2af907ecab
6 changed files with 6 additions and 6 deletions

View 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>"
};

View 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>"
};

View 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>"
};

View 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>"
};

View 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>"
};

View 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>"
};