mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2023-12-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that broke play-out events. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -196,12 +196,6 @@ MainObject::MainObject(QObject *parent)
|
||||
SLOT(setAudioPassthroughLevelData(int,unsigned,unsigned,unsigned,int)));
|
||||
connect(cae_server,SIGNAL(setClockSourceReq(int,unsigned,int)),
|
||||
this,SLOT(setClockSourceData(int,unsigned,int)));
|
||||
connect(cae_server,
|
||||
SIGNAL(openRtpCaptureChannelReq(int,unsigned,unsigned,uint16_t,
|
||||
unsigned,unsigned)),
|
||||
this,
|
||||
SLOT(openRtpCaptureChannelData(int,unsigned,unsigned,uint16_t,
|
||||
unsigned,unsigned)));
|
||||
connect(cae_server,
|
||||
SIGNAL(meterEnableReq(int,uint16_t,const QList<unsigned> &)),
|
||||
this,
|
||||
|
Reference in New Issue
Block a user