Skip to content

Commit

Permalink
obs-browser: Unsure saved source is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-WSH committed May 30, 2022
1 parent a6df681 commit c90b8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-browser-source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ struct BrowserSource {
bool AudioMix(uint64_t *ts_out, struct audio_output_data *audio_output,
size_t channels, size_t sample_rate);
std::mutex audio_sources_mutex;
std::vector<obs_source_t *> audio_sources;
std::vector<OBSSource> audio_sources;
std::unordered_map<int, AudioStream> audio_streams;
#endif
void SendMouseClick(const struct obs_mouse_event *event, int32_t type,
Expand Down

0 comments on commit c90b8c9

Please sign in to comment.