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