Use GST_ELEMENT_DETAILS for initialising GstElementDetails
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 2 Nov 2003 13:19:55 +0000 (13:19 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 2 Nov 2003 13:19:55 +0000 (13:19 +0000)
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails

gst/smoothwave/gstsmoothwave.c

index 807aa98..a113bc5 100644 (file)
 
 #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 */