black list another frei0r plugin, check for port before setting HOST_type

This commit is contained in:
niels
2015-01-10 13:47:28 +01:00
parent 32fc0aedd4
commit cef01ae541
2 changed files with 3 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ static struct {
{ "opencvfacedetect", 0, 1 }, /* default initialization fails */
{ "Curves", 0, 1 },
{ "scanline0r",0, 1 },
{ "RGB-Parade", 0, 1 },
{ NULL, 0, 0 },
};

View File

@@ -128,6 +128,7 @@ static void* instantiate_plugin( const void *plugin, int w , int h )
break;
}
if( instance != NULL )
vevo_property_set( instance, "HOST_type", VEVO_ATOM_TYPE_INT, 1, &type );