summaryrefslogtreecommitdiff
path: root/ext/speex/gstspeexdec.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
commite09ae5736d58df9fb6ea9ba6aebafee797f60919 (patch)
tree31d463d69cd2bedb72de5927834097b4c6f73e99 /ext/speex/gstspeexdec.c
parentbe9baf1a0ba04d338aaa5e64eaddbc3eb32f0b59 (diff)
downloadgstreamer-plugins-good-e09ae5736d58df9fb6ea9ba6aebafee797f60919.tar.gz
Use new gst_element_class_set_static_metadata()
Diffstat (limited to 'ext/speex/gstspeexdec.c')
-rw-r--r--ext/speex/gstspeexdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index 7027d20dd..fd1a80053 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -120,8 +120,8 @@ gst_speex_dec_class_init (GstSpeexDecClass * klass)
gst_static_pad_template_get (&speex_dec_src_factory));
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&speex_dec_sink_factory));
- gst_element_class_set_details_simple (gstelement_class, "Speex audio decoder",
- "Codec/Decoder/Audio",
+ gst_element_class_set_static_metadata (gstelement_class,
+ "Speex audio decoder", "Codec/Decoder/Audio",
"decode speex streams to audio", "Wim Taymans <wim@fluendo.com>");
GST_DEBUG_CATEGORY_INIT (speexdec_debug, "speexdec", 0,