From 9f37c03e692735433bad2e3a25bc3043c6c97bf2 Mon Sep 17 00:00:00 2001 From: Dzmitry Maladzenkau <151655734+maladzenkau@users.noreply.github.com> Date: Sun, 28 Apr 2024 21:06:11 +0200 Subject: [PATCH] Update video.cpp --- src/video.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video.cpp b/src/video.cpp index 00b1a7e..dc43ce4 100644 --- a/src/video.cpp +++ b/src/video.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include @@ -167,4 +167,4 @@ void Image2rtsp::topic_callback(const sensor_msgs::msg::Image::SharedPtr msg){ GST_BUFFER_FLAG_SET(buf, GST_BUFFER_FLAG_LIVE); gst_app_src_push_buffer(appsrc, buf); } -} \ No newline at end of file +}