mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Separate construction/destruction for the sink output plugin core and the GUI
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "dsp/devicesamplesource.h"
|
||||
#include "dsp/devicesamplesink.h"
|
||||
#include "plugin/plugininterface.h"
|
||||
#include "plugininstanceui.h"
|
||||
|
||||
@@ -18,3 +19,7 @@ void PluginInterface::deleteSampleSinkPluginInstanceGUI(PluginInstanceUI *ui)
|
||||
ui->destroy();
|
||||
}
|
||||
|
||||
void PluginInterface::deleteSampleSinkPluginInstanceOutput(DeviceSampleSink *sink)
|
||||
{
|
||||
sink->destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user