v1.1.0 : Added GST RTSP standard in cmd line

This commit is contained in:
Brendan LE GLAUNEC
2016-10-31 10:01:13 +01:00
parent 74b4590758
commit 8e26751247
5 changed files with 44 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ parsing::parse_camera(TiXmlElement* xml_host, std::vector<stream_model>& data) c
stream.service_name = "closed";
stream.product = "closed";
}
data.push_back(stream);
if (!stream.state.compare("open")) data.push_back(stream);
}
}