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 +}