diff options
Diffstat (limited to 'gst/rtp/gstrtpamrdepay.c')
-rw-r--r-- | gst/rtp/gstrtpamrdepay.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index 3eb08d35..9a4d7c99 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -29,12 +29,11 @@ */ /* elementfactory information */ -static GstElementDetails gst_rtp_amrdepay_details = { - "RTP packet parser", - "Codec/Depayr/Network", - "Extracts AMR audio from RTP packets (RFC 3267)", - "Wim Taymans <wim@fluendo.com>" -}; +static GstElementDetails gst_rtp_amrdepay_details = +GST_ELEMENT_DETAILS ("RTP packet parser", + "Codec/Depayr/Network", + "Extracts AMR audio from RTP packets (RFC 3267)", + "Wim Taymans <wim@fluendo.com>"); /* RtpAMRDepay signals and args */ enum |