From 1d5f318e0dbfb59479f9b1d834a46d2dde22c942 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Wed, 18 Sep 2002 19:02:52 +0000 Subject: plugins part of license field patch Original commit message from CVS: plugins part of license field patch --- gst/mixmatrix/mixmatrix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/mixmatrix') 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 ", -- cgit v1.2.1