MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / ndi_source_thread_stop

Function ndi_source_thread_stop

src/ndi-source.cpp:864–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void ndi_source_thread_stop(ndi_source_t *s)
865{
866 if (s->running) {
867 s->running = false;
868 pthread_join(s->av_thread, NULL);
869 auto obs_source = s->obs_source;
870 auto obs_source_name = obs_source_get_name(obs_source);
871 obs_log(LOG_DEBUG, "'%s' ndi_source_thread_stop: Stopped A/V ndi_source_thread for NDI source '%s'",
872 obs_source_name, s->config.ndi_source_name);
873 }
874}
875
876int safe_strcmp(const char *str1, const char *str2)
877{

Callers 3

ndi-source.cppFile · 0.85
ndi_source_hiddenFunction · 0.85
ndi_source_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected