diff options
Diffstat (limited to 'gst/smoothwave/gstsmoothwave.c')
-rw-r--r-- | gst/smoothwave/gstsmoothwave.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <omega@cse.ogi.edu>", -}; + "Erik Walthinsen <omega@cse.ogi.edu>" +); /* SmoothWave signals and args */ |