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