summaryrefslogtreecommitdiffstats
path: root/gst/smoothwave
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
commit1b6b3af9bb408cacee54f75fd4474f60456bd7cd (patch)
treef3b1d7d1d8c590a2817da440b57a45339eb9e8f7 /gst/smoothwave
parentf45357b246262a664d370e3d741e5354bb8edfdb (diff)
downloadgst-plugins-bad-1b6b3af9bb408cacee54f75fd4474f60456bd7cd.tar.gz
gst-plugins-bad-1b6b3af9bb408cacee54f75fd4474f60456bd7cd.tar.bz2
gst-plugins-bad-1b6b3af9bb408cacee54f75fd4474f60456bd7cd.zip
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Diffstat (limited to 'gst/smoothwave')
-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 */