fix element descriptions
Original commit message from CVS: fix element descriptions
This commit is contained in:
parent
ffb6f2563d
commit
2af907ecab
@ -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>"
|
||||
};
|
||||
|
||||
|
@ -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>"
|
||||
};
|
||||
|
||||
|
@ -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>"
|
||||
};
|
||||
|
||||
|
@ -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>"
|
||||
};
|
||||
|
||||
|
@ -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>"
|
||||
};
|
||||
|
||||
|
@ -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>"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user