mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-03 23:48:05 +02:00
more fixes
This commit is contained in:
@ -92,7 +92,7 @@ namespace dsp {
|
||||
generic_block<AGC>::registerOutput(&out);
|
||||
}
|
||||
|
||||
void setInputSize(stream<float>* in) {
|
||||
void setInput(stream<float>* in) {
|
||||
std::lock_guard<std::mutex> lck(generic_block<AGC>::ctrlMtx);
|
||||
generic_block<AGC>::tempStop();
|
||||
generic_block<AGC>::unregisterInput(_in);
|
||||
|
Reference in New Issue
Block a user