| 89 | } |
| 90 | |
| 91 | void 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 | |
| 100 | std::string GStreamerStream::create_source_encode_pipeline( |
| 101 | const CameraHolder& cam_holder) { |