summaryrefslogtreecommitdiffstats
path: root/gst/level
diff options
context:
space:
mode:
Diffstat (limited to 'gst/level')
-rw-r--r--gst/level/gstlevel.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 270ba239..0d37f524 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -86,12 +86,10 @@
GST_DEBUG_CATEGORY (level_debug);
#define GST_CAT_DEFAULT level_debug
-static GstElementDetails level_details = {
- "Level",
- "Filter/Analyzer/Audio",
- "RMS/Peak/Decaying Peak Level messager for audio/raw",
- "Thomas Vander Stichele <thomas at apestaart dot org>"
-};
+static GstElementDetails level_details = GST_ELEMENT_DETAILS ("Level",
+ "Filter/Analyzer/Audio",
+ "RMS/Peak/Decaying Peak Level messager for audio/raw",
+ "Thomas Vander Stichele <thomas at apestaart dot org>");
static GstStaticPadTemplate sink_template_factory =
GST_STATIC_PAD_TEMPLATE ("sink",