Skip to content

Commit fa20719

Browse files
Merge pull request #24 from pollen-robotics/23-refactoring-cleaning
23 refactoring cleaning
2 parents 345c729 + 6800921 commit fa20719

File tree

15 files changed

+503
-596
lines changed

15 files changed

+503
-596
lines changed

Plugin/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ set(SOURCE_FILES
1818
src/RenderingPlugin.cpp
1919
src/DebugLog.cpp
2020
src/DebugLog.h
21+
src/GstBasePipeline.h
22+
src/GstBasePipeline.cpp
2123
src/GstAVPipeline.cpp
2224
src/GstAVPipeline.h
25+
src/GstMicPipeline.cpp
26+
src/GstMicPipeline.h
2327
src/GstDataPipeline.cpp
2428
src/GstDataPipeline.h
2529

0 commit comments

Comments
 (0)