Blank cap. filt.: use scaling instead of black

It is not so disturbing at the picture. Black can still be enabled with
":black" option.
This commit is contained in:
Martin Pulec
2015-07-07 15:11:52 +02:00
parent 1df0c31824
commit a60b9d2cbb
5 changed files with 181 additions and 78 deletions

View File

@@ -62,7 +62,6 @@ using namespace std;
static void init_capture_filters() __attribute__((constructor));
static void init_capture_filters() {
register_library("blank", &capture_filter_blank, LIBRARY_CLASS_CAPTURE_FILTER, CAPTURE_FILTER_ABI_VERSION);
register_library("every", &capture_filter_every, LIBRARY_CLASS_CAPTURE_FILTER, CAPTURE_FILTER_ABI_VERSION);
register_library("logo", &capture_filter_logo, LIBRARY_CLASS_CAPTURE_FILTER, CAPTURE_FILTER_ABI_VERSION);
register_library("none", &capture_filter_none, LIBRARY_CLASS_CAPTURE_FILTER, CAPTURE_FILTER_ABI_VERSION);