mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Merge pull request #21775 from luzpaz:typos/gapi
* GAPI: fix various gapi related typos Fixes source comments and documentation related to gapi code. * Fix source typos * Fixed typos requested * Follow-up typo fix
This commit is contained in:
@@ -1520,7 +1520,7 @@ cv::gimpl::GStreamingExecutor::GStreamingExecutor(std::unique_ptr<ade::Graph> &&
|
||||
|
||||
cv::gimpl::GStreamingExecutor::~GStreamingExecutor()
|
||||
{
|
||||
// FIXME: this is a temporary try-catch exception hadling.
|
||||
// FIXME: this is a temporary try-catch exception handling.
|
||||
// Need to eliminate throwings from stop()
|
||||
try {
|
||||
if (state == State::READY || state == State::RUNNING)
|
||||
@@ -1619,7 +1619,7 @@ void cv::gimpl::GStreamingExecutor::setSource(GRunArgs &&ins)
|
||||
case T::index_of<cv::gapi::wip::IStreamSource::Ptr>():
|
||||
#if !defined(GAPI_STANDALONE)
|
||||
emitter.reset(new VideoEmitter{emit_arg});
|
||||
// Currently all video inputs are syncronized if sync policy is to drop,
|
||||
// Currently all video inputs are synchronized if sync policy is to drop,
|
||||
// there is no different fps branches etc, so all video emitters are registered
|
||||
video_emitters.emplace_back(emit_nh);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user