|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::IO::IOManager::release_video_reader | ( | uint64_t | reader_id | ) |
Release ownership of the reader identified by reader_id.
When the last shared_ptr to the reader is released its decode thread is joined. Safe to call from a container state-change callback. No-op with a warning if reader_id is unknown.
| reader_id | Id returned by register_video_reader(). |
Definition at line 171 of file IOManager.cpp.
References MayaFlux::Journal::Core, MayaFlux::Journal::FileIO, m_readers_mutex, m_video_readers, MF_DEBUG, and MF_WARN.
Referenced by load_video().
Here is the caller graph for this function: