8bool GstreamerJsonFactory::publishFrameHeaderImpl(
const GFrameHeader* gframeHeader) {
9 if (!is_building_frame) {
18 current_frame <<
"\"header\": {"
19 <<
"\"frame_id\": " << gframeHeader->
getFrameID()
22 current_frame_has_header =
true;
std::shared_ptr< GLogger > log
void error(int exit_code, Args &&... args) const
Shared constants and error codes for the gstreamer module.
#define ERR_PUBLISH_ERROR
Publish sequence encountered invalid state or invalid input data.
JSON streamer plugin declarations.