| 183 | } |
| 184 | |
| 185 | void |
| 186 | TVProcessorWorker::start(void) |
| 187 | { |
| 188 | if (this->processor == nullptr) { |
| 189 | this->processor = su_tv_processor_new(&this->defaultParams); |
| 190 | if (this->processor == nullptr) |
| 191 | emit error("TV processor failed to initialize: invalid parameters"); |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | void |
| 196 | TVProcessorWorker::process() |
no outgoing calls
no test coverage detected