diff options
Diffstat (limited to 'gst/smooth')
-rw-r--r-- | gst/smooth/gstsmooth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index be66748d..6b3f1a43 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -20,10 +20,11 @@ #include <string.h> #include <gstsmooth.h> - +/* elementfactory information */ static GstElementDetails smooth_details = { "Smooth effect", "Filter/Video", + "LGPL", "Apply a smooth filter to an image", VERSION, "Wim Taymans <wim.taymans@chello.be>", |