pleorasink: add GigE Vision sink for eBUS GEV Tx API

Most basic working implementation
This commit is contained in:
Joshua M. Doe
2019-10-31 10:53:23 -04:00
parent 64dc597e42
commit 995bcca23b
7 changed files with 901 additions and 23 deletions

View File

@@ -1,10 +1,15 @@
add_definitions(-D_XKEYCHECK_H)
set (SOURCES
gstpleorasrc.cpp)
gstpleora.cpp
gstpleorasink.cpp
gstpleorasrc.cpp
streamingchannelsource.cpp)
set (HEADERS
gstpleorasrc.h)
gstpleorasink.h
gstpleorasrc.h
streamingchannelsource.h)
include_directories (AFTER
${PLEORA_INCLUDE_DIR})
@@ -27,4 +32,4 @@ target_link_libraries (${libname}
set (pdbfile "${CMAKE_CURRENT_BINARY_DIR}/\${CMAKE_INSTALL_CONFIG_NAME}/${libname}.pdb")
install (FILES ${pdbfile} DESTINATION lib/gstreamer-1.0 COMPONENT pdb)
install(TARGETS ${libname}
LIBRARY DESTINATION lib/gstreamer-1.0)
LIBRARY DESTINATION lib/gstreamer-1.0)