From 77165869d3a2be3a054f39a20d2671295a4ce1ce Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 2 Nov 2003 13:19:55 +0000 Subject: [PATCH] Use GST_ELEMENT_DETAILS for initialising GstElementDetails Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails --- gst/smoothwave/gstsmoothwave.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 807aa98b4b..a113bc5394 100644 --- a/gst/smoothwave/gstsmoothwave.c +++ b/gst/smoothwave/gstsmoothwave.c @@ -25,12 +25,12 @@ #include "gstsmoothwave.h" -static GstElementDetails gst_smoothwave_details = { +static GstElementDetails gst_smoothwave_details = GST_ELEMENT_DETAILS ( "Smooth waveform", "Visualization", "Fading grayscale waveform display", - "Erik Walthinsen ", -}; + "Erik Walthinsen " +); /* SmoothWave signals and args */