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