diff options
Diffstat (limited to 'gst/rtp/gstrtpgsmpay.c')
-rw-r--r-- | gst/rtp/gstrtpgsmpay.c | 11 |
1 files changed, 5 insertions, 6 deletions
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", |