MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / terminate_looping

Method terminate_looping

OpenHD/ohd_video/src/gstreamerstream.cpp:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void GStreamerStream::terminate_looping() {
92 m_keep_looping = false;
93 if (m_loop_thread) {
94 m_console->debug("Wating for loop thread to terminate");
95 m_loop_thread->join();
96 m_loop_thread = nullptr;
97 }
98}
99
100std::string GStreamerStream::create_source_encode_pipeline(
101 const CameraHolder& cam_holder) {

Callers

nothing calls this directly

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected