Commit 42ad4aaf5b1488e6a1fccdbb3edb5bf16f9392f4
1 parent
1ed1fe55
Superclass init methods are not called automatically
Showing
1 changed file
with
2 additions
and
0 deletions
openbr/plugins/stream.cpp
| ... | ... | @@ -958,6 +958,8 @@ public: |
| 958 | 958 | { |
| 959 | 959 | if (transforms.isEmpty()) return; |
| 960 | 960 | |
| 961 | + CompositeTransform::init(); | |
| 962 | + | |
| 961 | 963 | // We share a thread pool across streams attached to the same |
| 962 | 964 | // parent tranform, retrieve or create a thread pool based |
| 963 | 965 | // on our parent transform. | ... | ... |