diff --git a/ext/smoothwave/gstsmoothwave.c b/ext/smoothwave/gstsmoothwave.c index 807aa98b4b1..a113bc53941 100644 --- a/ext/smoothwave/gstsmoothwave.c +++ b/ext/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 */ diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c index 807aa98b4b1..a113bc53941 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 */