diff options
Diffstat (limited to 'gst/rtp')
-rw-r--r-- | gst/rtp/gstasteriskh263.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpL16depay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpL16pay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpamrdepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpamrpay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpdepay.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpgsmpay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtph263pay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtph263pdepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtph263ppay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpmp4gpay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpmp4vdepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpmp4vpay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpmpadepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpmpapay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtppcmadepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtppcmapay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtppcmudepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtppcmupay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpspeexdepay.c | 11 | ||||
-rw-r--r-- | gst/rtp/gstrtpspeexpay.c | 11 |
21 files changed, 101 insertions, 121 deletions
diff --git a/gst/rtp/gstasteriskh263.c b/gst/rtp/gstasteriskh263.c index 3fe3326f..c2a12337 100644 --- a/gst/rtp/gstasteriskh263.c +++ b/gst/rtp/gstasteriskh263.c @@ -43,12 +43,11 @@ typedef struct _GstAsteriskH263Header #define GST_ASTERISKH263_HEADER_LENGTH(buf) (((GstAsteriskH263Header *)(GST_BUFFER_DATA (buf)))->length) /* elementfactory information */ -static GstElementDetails gst_rtp_h263p_depaydetails = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts H263 video from RTP and encodes in Asterisk H263 format", - "Neil Stratford <neils@vipadia.com>" -}; +static GstElementDetails gst_rtp_h263p_depaydetails = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts H263 video from RTP and encodes in Asterisk H263 format", + "Neil Stratford <neils@vipadia.com>"); /* Asteriskh263 signals and args */ enum diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c index 60e2bcd5..d7a48dd6 100644 --- a/gst/rtp/gstrtpL16depay.c +++ b/gst/rtp/gstrtpL16depay.c @@ -20,12 +20,11 @@ #include "gstrtp-common.h" /* elementfactory information */ -static GstElementDetails gst_rtp_L16depay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts raw audio from RTP packets", - "Zeeshan Ali <zak147@yahoo.com>" -}; +static GstElementDetails gst_rtp_L16depay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts raw audio from RTP packets", + "Zeeshan Ali <zak147@yahoo.com>"); /* RtpL16Depay signals and args */ enum diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c index 3f61d73d..ce424fe4 100644 --- a/gst/rtp/gstrtpL16pay.c +++ b/gst/rtp/gstrtpL16pay.c @@ -25,12 +25,11 @@ #include "gstrtpL16pay.h" /* elementfactory information */ -static GstElementDetails gst_rtpL16pay_details = { - "RTP RAW Audio Payloader", - "Codec/Payloader/Network", - "Payload-encodes Raw Audio into a RTP packet", - "Zeeshan Ali <zak147@yahoo.com>" -}; +static GstElementDetails gst_rtpL16pay_details = +GST_ELEMENT_DETAILS ("RTP RAW audio payloader", + "Codec/Payloader/Network", + "Payload-encodes Raw Audio into a RTP packet", + "Zeeshan Ali <zak147@yahoo.com>"); /* RtpL16Pay signals and args */ enum diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index 3eb08d35..9a4d7c99 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -29,12 +29,11 @@ */ /* elementfactory information */ -static GstElementDetails gst_rtp_amrdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts AMR audio from RTP packets (RFC 3267)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_amrdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts AMR audio from RTP packets (RFC 3267)", + "Wim Taymans <wim@fluendo.com>"); /* RtpAMRDepay signals and args */ enum diff --git a/gst/rtp/gstrtpamrpay.c b/gst/rtp/gstrtpamrpay.c index 27588d8c..93dd5fb0 100644 --- a/gst/rtp/gstrtpamrpay.c +++ b/gst/rtp/gstrtpamrpay.c @@ -33,12 +33,11 @@ GST_DEBUG_CATEGORY (rtpamrpay_debug); */ /* elementfactory information */ -static GstElementDetails gst_rtp_amrpay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encode AMR audio into RTP packets (RFC 3267)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_amrpay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encode AMR audio into RTP packets (RFC 3267)", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate gst_rtp_amr_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtpdepay.c b/gst/rtp/gstrtpdepay.c index 531f8710..9b114aa3 100644 --- a/gst/rtp/gstrtpdepay.c +++ b/gst/rtp/gstrtpdepay.c @@ -25,7 +25,7 @@ GST_DEBUG_CATEGORY (rtpdepay_debug); /* elementfactory information */ static GstElementDetails rtpdepay_details = -GST_ELEMENT_DETAILS ("RTP Payloader", +GST_ELEMENT_DETAILS ("RTP payloader", "Codec/Depayr/Network", "Accepts raw RTP and RTCP packets and sends them forward", "Wim Taymans <wim@fluendo.com>"); diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c index 23e2a5f8..0c324d31 100644 --- a/gst/rtp/gstrtpgsmpay.c +++ b/gst/rtp/gstrtpgsmpay.c @@ -29,12 +29,11 @@ #include "gstrtpgsmpay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_gsm_pay_details = { - "RTP GSM Audio Payloader", - "Codec/Payloader/Network", - "Payload-encodes GSM audio into a RTP packet", - "Zeeshan Ali <zeenix@gmail.com>" -}; +static GstElementDetails gst_rtp_gsm_pay_details = +GST_ELEMENT_DETAILS ("RTP GSM audio payloader", + "Codec/Payloader/Network", + "Payload-encodes GSM audio into a RTP packet", + "Zeeshan Ali <zeenix@gmail.com>"); static GstStaticPadTemplate gst_rtp_gsm_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index 78477723..45b96ce3 100644 --- a/gst/rtp/gstrtph263pay.c +++ b/gst/rtp/gstrtph263pay.c @@ -139,12 +139,11 @@ typedef struct _GstH263PictureLayer /* elementfactory information */ -static GstElementDetails gst_rtp_h263pay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encodes H263 video in RTP packets (RFC 2190)", - "Neil Stratford <neils@vipadia.com>" -}; +static GstElementDetails gst_rtp_h263pay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encodes H263 video in RTP packets (RFC 2190)", + "Neil Stratford <neils@vipadia.com>"); static GstStaticPadTemplate gst_rtp_h263_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c index 8afb499b..d4003c72 100644 --- a/gst/rtp/gstrtph263pdepay.c +++ b/gst/rtp/gstrtph263pdepay.c @@ -22,12 +22,11 @@ #include "gstrtph263pdepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_h263pdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts H263+ video from RTP packets (RFC 2429)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_h263pdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts H263+ video from RTP packets (RFC 2429)", + "Wim Taymans <wim@fluendo.com>"); /* RtpH263PDepay signals and args */ enum diff --git a/gst/rtp/gstrtph263ppay.c b/gst/rtp/gstrtph263ppay.c index c35de198..532b4a69 100644 --- a/gst/rtp/gstrtph263ppay.c +++ b/gst/rtp/gstrtph263ppay.c @@ -23,12 +23,11 @@ #include "gstrtph263ppay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_h263ppay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encodes H263+ video in RTP packets (RFC 2429)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_h263ppay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encodes H263+ video in RTP packets (RFC 2429)", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate gst_rtp_h263p_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c index d1e5efe0..36b955a1 100644 --- a/gst/rtp/gstrtpmp4gpay.c +++ b/gst/rtp/gstrtpmp4gpay.c @@ -26,12 +26,11 @@ GST_DEBUG_CATEGORY (rtpmp4gpay_debug); #define GST_CAT_DEFAULT (rtpmp4gpay_debug) /* elementfactory information */ -static GstElementDetails gst_rtp_mp4gpay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload MPEG4 elementary streams as RTP packets (RFC 3640)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_mp4gpay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload MPEG4 elementary streams as RTP packets (RFC 3640)", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate gst_rtp_mp4g_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtpmp4vdepay.c b/gst/rtp/gstrtpmp4vdepay.c index 3582a302..a9ac441a 100644 --- a/gst/rtp/gstrtpmp4vdepay.c +++ b/gst/rtp/gstrtpmp4vdepay.c @@ -22,12 +22,11 @@ #include "gstrtpmp4vdepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_mp4vdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts MPEG4 video from RTP packets (RFC 3016)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_mp4vdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts MPEG4 video from RTP packets (RFC 3016)", + "Wim Taymans <wim@fluendo.com>"); /* RtpMP4VDepay signals and args */ enum diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c index f08f10fb..59dae819 100644 --- a/gst/rtp/gstrtpmp4vpay.c +++ b/gst/rtp/gstrtpmp4vpay.c @@ -26,12 +26,11 @@ GST_DEBUG_CATEGORY (rtpmp4vpay_debug); #define GST_CAT_DEFAULT (rtpmp4vpay_debug) /* elementfactory information */ -static GstElementDetails gst_rtp_mp4vpay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payode MPEG4 video as RTP packets (RFC 3016)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_mp4vpay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payode MPEG4 video as RTP packets (RFC 3016)", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate gst_rtp_mp4v_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtpmpadepay.c b/gst/rtp/gstrtpmpadepay.c index 046efe93..822a3d3d 100644 --- a/gst/rtp/gstrtpmpadepay.c +++ b/gst/rtp/gstrtpmpadepay.c @@ -22,12 +22,11 @@ #include "gstrtpmpadepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_mpadepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts MPEG audio from RTP packets (RFC 2038)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_mpadepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts MPEG audio from RTP packets (RFC 2038)", + "Wim Taymans <wim@fluendo.com>"); /* RtpMPADepay signals and args */ enum diff --git a/gst/rtp/gstrtpmpapay.c b/gst/rtp/gstrtpmpapay.c index 0979d3f2..1e60bb7e 100644 --- a/gst/rtp/gstrtpmpapay.c +++ b/gst/rtp/gstrtpmpapay.c @@ -23,12 +23,11 @@ #include "gstrtpmpapay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_mpapay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payode MPEG audio as RTP packets (RFC 2038)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_mpapay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payode MPEG audio as RTP packets (RFC 2038)", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate gst_rtp_mpa_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtppcmadepay.c b/gst/rtp/gstrtppcmadepay.c index d01a312e..2694ae62 100644 --- a/gst/rtp/gstrtppcmadepay.c +++ b/gst/rtp/gstrtppcmadepay.c @@ -23,12 +23,11 @@ #include "gstrtppcmadepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_pcmadepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts PCMA audio from RTP packets", - "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>" -}; +static GstElementDetails gst_rtp_pcmadepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts PCMA audio from RTP packets", + "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>"); /* RtpPcmaDepay signals and args */ enum diff --git a/gst/rtp/gstrtppcmapay.c b/gst/rtp/gstrtppcmapay.c index bb99e700..b4526ce7 100644 --- a/gst/rtp/gstrtppcmapay.c +++ b/gst/rtp/gstrtppcmapay.c @@ -25,12 +25,11 @@ #include "gstrtppcmapay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_pcma_pay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encodes PCMA audio into a RTP packet", - "Edgard Lima <edgard.lima@indt.org.br>" -}; +static GstElementDetails gst_rtp_pcma_pay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encodes PCMA audio into a RTP packet", + "Edgard Lima <edgard.lima@indt.org.br>"); static GstStaticPadTemplate gst_rtp_pcma_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtppcmudepay.c b/gst/rtp/gstrtppcmudepay.c index 0de704ce..fd02ee35 100644 --- a/gst/rtp/gstrtppcmudepay.c +++ b/gst/rtp/gstrtppcmudepay.c @@ -23,12 +23,11 @@ #include "gstrtppcmudepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_pcmudepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts PCMU audio from RTP packets", - "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>" -}; +static GstElementDetails gst_rtp_pcmudepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts PCMU audio from RTP packets", + "Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>"); /* RtpPcmuDepay signals and args */ enum diff --git a/gst/rtp/gstrtppcmupay.c b/gst/rtp/gstrtppcmupay.c index 67c40201..2ddbc436 100644 --- a/gst/rtp/gstrtppcmupay.c +++ b/gst/rtp/gstrtppcmupay.c @@ -25,12 +25,11 @@ #include "gstrtppcmupay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_pcmu_pay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encodes PCMU audio into a RTP packet", - "Edgard Lima <edgard.lima@indt.org.br>" -}; +static GstElementDetails gst_rtp_pcmu_pay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encodes PCMU audio into a RTP packet", + "Edgard Lima <edgard.lima@indt.org.br>"); static GstStaticPadTemplate gst_rtp_pcmu_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/rtp/gstrtpspeexdepay.c b/gst/rtp/gstrtpspeexdepay.c index c0ff29b5..5858596c 100644 --- a/gst/rtp/gstrtpspeexdepay.c +++ b/gst/rtp/gstrtpspeexdepay.c @@ -21,12 +21,11 @@ #include "gstrtpspeexdepay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_speexdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts Speex audio from RTP packets", - "Edgard Lima <edgard.lima@indt.org.br>" -}; +static GstElementDetails gst_rtp_speexdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts Speex audio from RTP packets", + "Edgard Lima <edgard.lima@indt.org.br>"); /* RtpSPEEXDepay signals and args */ enum diff --git a/gst/rtp/gstrtpspeexpay.c b/gst/rtp/gstrtpspeexpay.c index ac4a3742..e954a2ce 100644 --- a/gst/rtp/gstrtpspeexpay.c +++ b/gst/rtp/gstrtpspeexpay.c @@ -23,12 +23,11 @@ #include "gstrtpspeexpay.h" /* elementfactory information */ -static GstElementDetails gst_rtp_speex_pay_details = { - "RTP packet parser", - "Codec/Payloader/Network", - "Payload-encodes Speex audio into a RTP packet", - "Edgard Lima <edgard.lima@indt.org.br>" -}; +static GstElementDetails gst_rtp_speex_pay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Payloader/Network", + "Payload-encodes Speex audio into a RTP packet", + "Edgard Lima <edgard.lima@indt.org.br>"); static GstStaticPadTemplate gst_rtp_speex_pay_sink_template = GST_STATIC_PAD_TEMPLATE ("sink", |