diff options
Diffstat (limited to 'ext/speex/gstspeexdec.c')
-rw-r--r-- | ext/speex/gstspeexdec.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c index da53dd98..704aa450 100644 --- a/ext/speex/gstspeexdec.c +++ b/ext/speex/gstspeexdec.c @@ -28,12 +28,11 @@ GST_DEBUG_CATEGORY (speexdec_debug); #define GST_CAT_DEFAULT speexdec_debug -static GstElementDetails speex_dec_details = { - "SpeexDec", - "Codec/Decoder/Audio", - "decode speex streams to audio", - "Wim Taymans <wim@fluendo.com>", -}; +static GstElementDetails speex_dec_details = +GST_ELEMENT_DETAILS ("Speex audio decoder", + "Codec/Decoder/Audio", + "decode speex streams to audio", + "Wim Taymans <wim@fluendo.com>"); #define DEFAULT_ENH TRUE |