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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user