1
This commit is contained in:
parent
d292a70a54
commit
7cce2abdca
@ -95,6 +95,8 @@ GstElement* RTMPManager::create_pipeline(const Camera& cam)
|
|||||||
"\" "
|
"\" "
|
||||||
"sync=false async=false";
|
"sync=false async=false";
|
||||||
|
|
||||||
|
LOG_INFO("[PIPELINE] " + pipeline_str);
|
||||||
|
|
||||||
GError* error = nullptr;
|
GError* error = nullptr;
|
||||||
GstElement* pipeline = gst_parse_launch(pipeline_str.c_str(), &error);
|
GstElement* pipeline = gst_parse_launch(pipeline_str.c_str(), &error);
|
||||||
if (error)
|
if (error)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user