Skip to content

Commit

Permalink
Update APIs in video performance tests (#4464)
Browse files Browse the repository at this point in the history
* Refs #20415: Update APIs in videoTestPublisher cpp/hpp

Signed-off-by: elianalf <[email protected]>

* Refs #20415: Update APIs in videoTestPublisher cpp/hpp

Signed-off-by: elianalf <[email protected]>

* Refs #20415: Add gtest dependency

Signed-off-by: elianalf <[email protected]>

* Refs #20415: Add namespaces where missing

Signed-off-by: elianalf <[email protected]>

* Refs #20415: Remove comments and unnecessary code

Signed-off-by: elianalf <[email protected]>

* Refs #20415:  Uncrustify

Signed-off-by: elianalf <[email protected]>

---------

Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf authored Mar 5, 2024
1 parent 5bf8326 commit 6eec2ea
Show file tree
Hide file tree
Showing 8 changed files with 916 additions and 553 deletions.
2 changes: 2 additions & 0 deletions test/performance/video/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ if(GST_FOUND)
fastcdr
foonathan_memory
fastdds::optionparser
GTest::gtest
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}
${GST_LIBRARIES}
Expand All @@ -128,6 +129,7 @@ if(GST_FOUND)
fastcdr
foonathan_memory
fastdds::optionparser
GTest::gtest
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}
${GST_LIBRARIES}
Expand Down
Loading

0 comments on commit 6eec2ea

Please sign in to comment.