summaryrefslogtreecommitdiffstats
path: root/gst/mixmatrix/mixmatrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mixmatrix/mixmatrix.c')
-rw-r--r--gst/mixmatrix/mixmatrix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c
index 935b203b..a8d5279f 100644
--- a/gst/mixmatrix/mixmatrix.c
+++ b/gst/mixmatrix/mixmatrix.c
@@ -42,9 +42,11 @@ struct _GstMixMatrixClass {
void (*resize) (GstMixMatrix *mix);
};
+/* elementfactory information */
static GstElementDetails mixmatrix_details = {
"Mixing Matrix",
"Filter/Audio/Mixing",
+ "LGPL",
"Mix N audio channels together into M channels",
VERSION,
"Erik Walthinsen <omega@temple-baptist.com>",