mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 08:01:13 +02:00
2023-10-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in rdlibrary(1)'s 'Cut Info/Record' and 'Edit Audio' dialogs that broke audio stoppage and looping. * Fixed a regression in caed(1) that caused play-out streams to be leaked when a play-out hit EOF. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Audio player for RDMarkerDialog
|
||||
//
|
||||
// (C) Copyright 2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2021-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -82,7 +82,6 @@ class RDMarkerPlayer : public RDWidget
|
||||
void readoutClickedData(int role);
|
||||
void meterData();
|
||||
void playbackStoppedData(int serial);
|
||||
void caePositionData(int handle,unsigned pos);
|
||||
void trimThresholdChanged(int dbfs);
|
||||
void positionTimeoutData();
|
||||
|
||||
|
Reference in New Issue
Block a user