mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
Fix GStreamer initialization error typo
This commit is contained in:
@@ -36,7 +36,7 @@ GStreamerEnv::GStreamerEnv()
|
||||
if (err)
|
||||
{
|
||||
cv::util::throw_error(
|
||||
std::runtime_error(std::string("GStreamer initializaton error! Details: ") +
|
||||
std::runtime_error(std::string("GStreamer initialization error! Details: ") +
|
||||
err->message));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user