mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-16 21:00:00 +01:00
black list another frei0r plugin, check for port before setting HOST_type
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user