diff options
Diffstat (limited to 'ext/amrwb')
-rw-r--r-- | ext/amrwb/gstamrwbdec.c | 11 | ||||
-rw-r--r-- | ext/amrwb/gstamrwbenc.c | 11 | ||||
-rw-r--r-- | ext/amrwb/gstamrwbparse.c | 11 |
3 files changed, 15 insertions, 18 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", diff --git a/ext/amrwb/gstamrwbenc.c b/ext/amrwb/gstamrwbenc.c index ad2ccecc..3ce373e6 100644 --- a/ext/amrwb/gstamrwbenc.c +++ b/ext/amrwb/gstamrwbenc.c @@ -23,12 +23,11 @@ #include "gstamrwbenc.h" -static GstElementDetails gst_amrwbenc_details = { - "AMR-WB encoder", - "Codec/Encoder/Audio", - "Adaptive Multi-Rate Wideband audio encoder", - "Renato Araujo <renato.filho@indt.org.br>" -}; +static GstElementDetails gst_amrwbenc_details = +GST_ELEMENT_DETAILS ("AMR-WB audio encoder", + "Codec/Encoder/Audio", + "Adaptive Multi-Rate Wideband audio encoder", + "Renato Araujo <renato.filho@indt.org.br>"); static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/ext/amrwb/gstamrwbparse.c b/ext/amrwb/gstamrwbparse.c index 9cd03371..69b6d207 100644 --- a/ext/amrwb/gstamrwbparse.c +++ b/ext/amrwb/gstamrwbparse.c @@ -31,12 +31,11 @@ GST_DEBUG_CATEGORY_STATIC (amrwbparse_debug); #define GST_CAT_DEFAULT amrwbparse_debug -static GstElementDetails gst_amrwbparse_details = { - "AMR-WB parser", - "Codec/Parser/Audio", - "Adaptive Multi-Rate WideBand audio parser", - "Renato Filho <renato.filho@indt.org.br>" -}; +static GstElementDetails gst_amrwbparse_details = +GST_ELEMENT_DETAILS ("AMR-WB parser", + "Codec/Parser/Audio", + "Adaptive Multi-Rate WideBand audio parser", + "Renato Filho <renato.filho@indt.org.br>"); static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src", |