summaryrefslogtreecommitdiffstats
path: root/gst/filter
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter')
-rw-r--r--gst/filter/gstiir.c3
-rw-r--r--gst/filter/gstlpwsinc.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c
index 818d495b..1aee2d5f 100644
--- a/gst/filter/gstiir.c
+++ b/gst/filter/gstiir.c
@@ -25,7 +25,8 @@
#include "gstfilter.h"
#include "iir.h"
-static GstElementDetails gst_iir_details = GST_ELEMENT_DETAILS ("IIR",
+static GstElementDetails gst_iir_details =
+GST_ELEMENT_DETAILS ("Infinite Impulse Response(IIR) filter",
"Filter/Effect/Audio",
"IIR filter based on vorbis code",
"Monty <monty@xiph.org>, " "Thomas <thomas@apestaart.org>");
diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c
index bf2773e6..a69c20f7 100644
--- a/gst/filter/gstlpwsinc.c
+++ b/gst/filter/gstlpwsinc.c
@@ -38,7 +38,8 @@
#include <math.h> /* M_PI */
#include <string.h> /* memmove */
-static GstElementDetails gst_lpwsinc_details = GST_ELEMENT_DETAILS ("LPWSinc",
+static GstElementDetails gst_lpwsinc_details =
+GST_ELEMENT_DETAILS ("Low-pass Windowed sinc filter",
"Filter/Effect/Audio",
"Low-pass Windowed sinc filter",
"Thomas <thomas@apestaart.org>, " "Steven W. Smith");