summaryrefslogtreecommitdiffstats
path: root/gst/smoothwave/gstsmoothwave.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-11-02 13:19:55 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-11-02 13:19:55 +0000
commit77165869d3a2be3a054f39a20d2671295a4ce1ce (patch)
treea78a72ff9b03715224d8c32ddb2918b389b52719 /gst/smoothwave/gstsmoothwave.c
parentecfac6c0f421c3643219791f5be9f55981551506 (diff)
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Diffstat (limited to 'gst/smoothwave/gstsmoothwave.c')
-rw-r--r--gst/smoothwave/gstsmoothwave.c6
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 */