diff options
Diffstat (limited to 'ext/amrwb/gstamrwbdec.c')
-rw-r--r-- | ext/amrwb/gstamrwbdec.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/amrwb/gstamrwbdec.c b/ext/amrwb/gstamrwbdec.c index 0feed2bd..cba2041d 100644 --- a/ext/amrwb/gstamrwbdec.c +++ b/ext/amrwb/gstamrwbdec.c @@ -23,12 +23,11 @@ #include "gstamrwbdec.h" -static GstElementDetails gst_amrwbdec_details = { - "AMR-WB decoder", - "Codec/Decoder/Audio", - "Adaptive Multi-Rate Wideband audio decoder", - "Renato Araujo <renato.filho@indt.org.br>" -}; +static GstElementDetails gst_amrwbdec_details = +GST_ELEMENT_DETAILS ("AMR-WB audio decoder", + "Codec/Decoder/Audio", + "Adaptive Multi-Rate Wideband audio decoder", + "Renato Araujo <renato.filho@indt.org.br>"); static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", |