mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
ObsVolumeMeter: Don't use obs_weak_source_expired()
This function is not released yet. TODO: Reenable its usage when OBS 27.2.0 is released.
This commit is contained in:
parent
5704ea2970
commit
6d684eb07f
@ -58,7 +58,8 @@ Utils::Obs::VolumeMeter::Meter::~Meter()
|
|||||||
|
|
||||||
bool Utils::Obs::VolumeMeter::Meter::InputValid()
|
bool Utils::Obs::VolumeMeter::Meter::InputValid()
|
||||||
{
|
{
|
||||||
return !obs_weak_source_expired(_input);
|
// return !obs_weak_source_expired(_input);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
json Utils::Obs::VolumeMeter::Meter::GetMeterData()
|
json Utils::Obs::VolumeMeter::Meter::GetMeterData()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user