From 1b6b3af9bb408cacee54f75fd4474f60456bd7cd Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 2 Nov 2003 13:19:55 +0000 Subject: 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(-) (limited to 'gst/smoothwave') diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 807aa98b..a113bc53 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 */ -- cgit v1.2.1