mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 23:21:37 +01:00
2022-11-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcartslots(1) that caused it to play double audio when sent multiple 'Play Slot' ['DP'] RMLs. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23641,3 +23641,6 @@
|
|||||||
2022-11-09 Fred Gleason <fredg@paravelsystems.com>
|
2022-11-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in the 'Edit Image' dialog in rdadmin(1) that could
|
* Fixed a bug in the 'Edit Image' dialog in rdadmin(1) that could
|
||||||
cause the image display to be incorrectly scaled/positioned.
|
cause the image display to be incorrectly scaled/positioned.
|
||||||
|
2022-11-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdcartslots(1) that caused it to play double audio
|
||||||
|
when sent multiple 'Play Slot' ['DP'] RMLs.
|
||||||
|
|||||||
@@ -271,7 +271,8 @@ void RDCartSlot::unload()
|
|||||||
bool RDCartSlot::play()
|
bool RDCartSlot::play()
|
||||||
{
|
{
|
||||||
bool ret=false;
|
bool ret=false;
|
||||||
if(slot_logline->cartNumber()!=0) {
|
if((slot_deck->state()==RDPlayDeck::Stopped)&&
|
||||||
|
(slot_logline->cartNumber()!=0)) {
|
||||||
if(slot_deck->setCart(slot_logline,true)) {
|
if(slot_deck->setCart(slot_logline,true)) {
|
||||||
if(slot_options->hookMode()&&(slot_logline->hookStartPoint()>=0)) {
|
if(slot_options->hookMode()&&(slot_logline->hookStartPoint()>=0)) {
|
||||||
slot_deck->playHook();
|
slot_deck->playHook();
|
||||||
|
|||||||
Reference in New Issue
Block a user