Merge branch 'v0.23.x'
This commit is contained in:
@@ -234,7 +234,8 @@ private:
|
||||
[[maybe_unused]] uint32_t id,
|
||||
const struct pw_stream_control *control) noexcept {
|
||||
auto &o = *(PipeWireOutput *)data;
|
||||
if (StringIsEqual(control->name, "Channel Volumes"))
|
||||
if (control->name != nullptr &&
|
||||
StringIsEqual(control->name, "Channel Volumes"))
|
||||
o.ControlInfo(control);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user