From 1ec4905e92c1e9d51b9ffde5abf395a94e747609 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 22 Oct 2022 22:33:01 +0900 Subject: [PATCH] wic: Add since marker Part-of: --- subprojects/gst-plugins-bad/sys/wic/plugin.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subprojects/gst-plugins-bad/sys/wic/plugin.cpp b/subprojects/gst-plugins-bad/sys/wic/plugin.cpp index 80ac55be2c..055a334abe 100644 --- a/subprojects/gst-plugins-bad/sys/wic/plugin.cpp +++ b/subprojects/gst-plugins-bad/sys/wic/plugin.cpp @@ -17,6 +17,12 @@ * Boston, MA 02110-1301, USA. */ +/** + * plugin-wic: + * + * Since: 1.22 + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif