summaryrefslogtreecommitdiffstats
path: root/gst/tta/gstttadec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/tta/gstttadec.c')
-rw-r--r--gst/tta/gstttadec.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/tta/gstttadec.c b/gst/tta/gstttadec.c
index 9f36ffcf..a74041ec 100644
--- a/gst/tta/gstttadec.c
+++ b/gst/tta/gstttadec.c
@@ -171,12 +171,11 @@ gst_tta_dec_get_type (void)
static void
gst_tta_dec_base_init (GstTtaDecClass * klass)
{
- static GstElementDetails plugin_details = {
- "TTA decoder",
- "Codec/Decoder/Audio",
- "Decode TTA audio data",
- "Arwed v. Merkatz <v.merkatz@gmx.net>"
- };
+ static GstElementDetails plugin_details =
+ GST_ELEMENT_DETAILS ("TTA audio decoder",
+ "Codec/Decoder/Audio",
+ "Decode TTA audio data",
+ "Arwed v. Merkatz <v.merkatz@gmx.net>");
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
gst_element_class_add_pad_template (element_class,