Skip to content

Commit 8578edc

Browse files
committed
obs-browser: Ensure saved source is alive
1 parent a6df681 commit 8578edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-browser-source.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ struct BrowserSource {
137137
bool AudioMix(uint64_t *ts_out, struct audio_output_data *audio_output,
138138
size_t channels, size_t sample_rate);
139139
std::mutex audio_sources_mutex;
140-
std::vector<obs_source_t *> audio_sources;
140+
std::vector<OBSSource> audio_sources;
141141
std::unordered_map<int, AudioStream> audio_streams;
142142
#endif
143143
void SendMouseClick(const struct obs_mouse_event *event, int32_t type,

0 commit comments

Comments
 (0)