fix: Fix FP Plugin init call
This commit is contained in:
parent
deeb8db59f
commit
c2096a4c71
@ -41,7 +41,7 @@
|
||||
+ (void) load {
|
||||
[FrameProcessorPluginRegistry addFrameProcessorPlugin:@"example_plugin"
|
||||
withInitializer:^FrameProcessorPlugin*(NSDictionary* options) {
|
||||
return [[ExampleFrameProcessorPlugin alloc] initWithOptions:options];
|
||||
return [[ExampleFrameProcessorPlugin alloc] init];
|
||||
}];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user