This commit is contained in:
cxh 2026-01-09 10:19:11 +08:00
parent d292a70a54
commit 7cce2abdca

View File

@ -95,6 +95,8 @@ GstElement* RTMPManager::create_pipeline(const Camera& cam)
"\" "
"sync=false async=false";
LOG_INFO("[PIPELINE] " + pipeline_str);
GError* error = nullptr;
GstElement* pipeline = gst_parse_launch(pipeline_str.c_str(), &error);
if (error)