mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a fencepost bug in rdcatchd(8) that caused meter level updates to sent to the incorrect deck channel. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23651,3 +23651,6 @@
|
||||
2022-11-10 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added code to catch warning exception when processing image
|
||||
conversions in 'RDIMResizeImage()'.
|
||||
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a fencepost bug in rdcatchd(8) that caused meter level
|
||||
updates to sent to the incorrect deck channel.
|
||||
|
@@ -1017,7 +1017,7 @@ void MainObject::meterData()
|
||||
if(catch_record_deck_status[i]==RDDeck::Recording) {
|
||||
rda->cae()->
|
||||
inputMeterUpdate(catch_record_card[i],catch_record_stream[i],levels);
|
||||
meter_levels.push_back(RDCatchMeterLevel(i,levels));
|
||||
meter_levels.push_back(RDCatchMeterLevel(i+1,levels));
|
||||
}
|
||||
if(catch_playout_deck_status[i]==RDDeck::Recording) {
|
||||
rda->cae()->
|
||||
|
Reference in New Issue
Block a user