pleora: add support for sending/receiving KLV metadata as chunk data

This attemps to partially implement MISB ST1608.1, "Transport of Motion
Imagery and Metadata over GigE Vision". This relies on GstKLVMeta, which
is currently a merge request 124 for gst-plugins-base. For now we
include it here. Currently all KLVMeta is packed into one chunk, no
special handling of timestamps is done. Testing has only been done
between pleorasink and pleorasrc, no other MISB-compliant stream.
This commit is contained in:
Joshua M. Doe
2019-11-21 11:47:42 -05:00
parent f6509a1b4d
commit a92281c965
9 changed files with 674 additions and 10 deletions

View File

@@ -1,10 +1,12 @@
add_definitions(-D_XKEYCHECK_H)
set (SOURCES
klv.c
gstpleora.cpp
gstpleorasrc.cpp)
set (HEADERS
klv.h
gstpleorasrc.h)
if (Pleora_VERSION_MAJOR GREATER 5)