From 3d23ceebae48b9994e76581e8c97cbefc8c5bc55 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 28 Jan 2016 08:56:44 +0100 Subject: [PATCH] monoscope: update README We can already create multiple instances. --- gst/monoscope/README | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gst/monoscope/README b/gst/monoscope/README index 5c85e80e00..1aff0c0469 100644 --- a/gst/monoscope/README +++ b/gst/monoscope/README @@ -3,11 +3,7 @@ alsaplayer. The monoscope convolution matching code was written by Ralph Loader. -The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). +The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). This implementation is taken from alsaplayer version 0.99.54, at http://www.alsaplayer.org/ - -Note: only one instance of this plugin may be created at a time: it has a -lot of static data. This should be fixed (and it shouldn't be hard to do -so, either).