diff options
Diffstat (limited to 'ext/snapshot')
-rw-r--r-- | ext/snapshot/gstsnapshot.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <jsimon13@yahoo.fr>", |