5bool GstreamerJsonFactory::publishFrameHeaderImpl(
const GFrameHeader* gframeHeader) {
6 if (!is_building_frame) {
16 current_frame <<
"\"header\": {"
17 <<
"\"frame_id\": " << gframeHeader->
getFrameID()
20 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
Generic publish-time error (null pointers, invalid state).