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