(API Change) Rename source_audio structure
Rename source_audio to obs_source_audio to make it more consistent with the rest of the API
This commit is contained in:
@@ -117,7 +117,7 @@ static void pulse_stream_read(pa_stream *p, size_t nbytes, void *userdata)
|
||||
goto exit;
|
||||
}
|
||||
|
||||
struct source_audio out;
|
||||
struct obs_source_audio out;
|
||||
out.speakers = data->speakers;
|
||||
out.samples_per_sec = data->samples_per_sec;
|
||||
out.format = pulse_to_obs_audio_format(data->format);
|
||||
|
Reference in New Issue
Block a user