mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-12-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in the CAE subsystem that broke play-out positing and active output port reporting. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1738,8 +1738,9 @@ void RDSoundPanel::Stopped(int id)
|
||||
void RDSoundPanel::ClearChannel(int id)
|
||||
{
|
||||
RDPlayDeck *playdeck=panel_active_buttons[id]->playDeck();
|
||||
|
||||
if(rda->cae()->
|
||||
playPortActive(playdeck->card(),playdeck->port(),playdeck->stream())) {
|
||||
playPortStatus(playdeck->card(),playdeck->port(),playdeck->serial())) {
|
||||
return;
|
||||
}
|
||||
panel_event_player->exec(panel_stop_rml[panel_active_buttons[id]->output()]);
|
||||
|
||||
Reference in New Issue
Block a user