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 --- ext/snapshot/gstsnapshot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/snapshot') diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index 20dc2648..3b4d0528 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -24,10 +24,11 @@ #define MAX_HEIGHT 2048 - +/* elementfactory information */ static GstElementDetails snapshot_details = { "snapshot", "Filter/Effect", + "LGPL", "Dump a frame to a png file", VERSION, "Jeremy SIMON ", -- cgit v1.2.1