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