summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstafparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/audiofile/gstafparse.c')
-rw-r--r--ext/audiofile/gstafparse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c
index 73a2ad6d..853a52e5 100644
--- a/ext/audiofile/gstafparse.c
+++ b/ext/audiofile/gstafparse.c
@@ -26,10 +26,11 @@
#include <string.h>
#include "gstafparse.h"
-
+/* elementfactory information */
static GstElementDetails afparse_details = {
"Audiofile Parse",
"Codec/Parser",
+ "LGPL",
"Audiofile parser for audio/raw",
VERSION,
"Steve Baker <stevebaker_org@yahoo.co.uk>",