libobs: Pass address of cf_uid rather than the contents of cf_uid
This commit is contained in:
parent
ddc32aaf1c
commit
5c066ed48f
@ -200,7 +200,7 @@ static bool audio_monitor_init(struct audio_monitor *monitor,
|
||||
|
||||
stat = AudioQueueSetProperty(monitor->queue,
|
||||
kAudioQueueProperty_CurrentDevice,
|
||||
cf_uid, sizeof(cf_uid));
|
||||
&cf_uid, sizeof(cf_uid));
|
||||
CFRelease(cf_uid);
|
||||
|
||||
if (!success(stat, "set current device")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user