mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-03-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDMarkerPlayer' that would cause the play cursor position to fail to be properly initialized when opening a new cut. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21324,3 +21324,6 @@
|
||||
* Fixed a bug in 'RDMarkerView' that caused PlayTo operations to
|
||||
fail if the target marker was within 2 seconds of the start of the
|
||||
cut.
|
||||
2021-03-21 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'RDMarkerPlayer' that would cause the play cursor
|
||||
position to fail to be properly initialized when opening a new cut.
|
||||
|
@@ -150,6 +150,7 @@ bool RDMarkerPlayer::setCut(unsigned cartnum,int cutnum)
|
||||
&d_cae_stream,&d_cae_handle)) {
|
||||
return false;
|
||||
}
|
||||
rda->cae()->positionPlay(d_cae_handle,0);
|
||||
RDSetMixerOutputPort(rda->cae(),d_cards.first(),d_cae_stream,d_port);
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user