mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
2023-08-22 Fred Gleason <fredg@paravelsystems.com>
* Removed 'RDSetMixerPorts()' from 'lib/rdmixer.[cpp|h]'. * Removed 'RDSetMixerOutputPort()' from 'lib/rdmixer.[cpp|h]'. * Added a 'RDCae::setOutputPort()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include "rdescape_string.h"
|
||||
#include "rdlog.h"
|
||||
#include "rdlogplay.h"
|
||||
#include "rdmixer.h"
|
||||
#include "rdsvc.h"
|
||||
#include "rdweb.h"
|
||||
|
||||
@@ -2058,9 +2057,8 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type,
|
||||
if(play_timescaling_available&&logline->enforceLength()) {
|
||||
logline->setTimescalingActive(true);
|
||||
}
|
||||
RDSetMixerOutputPort(play_cae,playdeck->card(),
|
||||
playdeck->stream(),
|
||||
playdeck->port());
|
||||
play_cae->
|
||||
setOutputPort(playdeck->card(),playdeck->stream(),playdeck->port());
|
||||
if((int)logline->playPosition()>logline->effectiveLength()) {
|
||||
rda->syslog(LOG_DEBUG,"log engine: *** position out of bounds: Line: %d Cart: %d Pos: %d ***",line,logline->cartNumber(),logline->playPosition());
|
||||
logline->setPlayPosition(0);
|
||||
|
||||
Reference in New Issue
Block a user