From 30c2f67e4909b029931232ca78352c6c92ff6930 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 25 Jul 2024 16:28:04 +0200 Subject: [PATCH] bad: Add missing plugin since These predate current stable release. Was never spotted since they weren't built on the CI Part-of: --- subprojects/gst-plugins-bad/ext/ldac/ldac-plugin.c | 6 ++++++ subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c | 6 ++++++ subprojects/gst-plugins-bad/ext/svthevcenc/gstsvthevcenc.c | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/subprojects/gst-plugins-bad/ext/ldac/ldac-plugin.c b/subprojects/gst-plugins-bad/ext/ldac/ldac-plugin.c index da0cb5aead..cbe39632b1 100644 --- a/subprojects/gst-plugins-bad/ext/ldac/ldac-plugin.c +++ b/subprojects/gst-plugins-bad/ext/ldac/ldac-plugin.c @@ -24,6 +24,12 @@ #include "gstldacenc.h" #include +/** + * plugin-ldac: + * + * Since: 1.20 + */ + static gboolean plugin_init (GstPlugin * plugin) { diff --git a/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c b/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c index 5e19a0b363..f56304e200 100644 --- a/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c +++ b/subprojects/gst-plugins-bad/ext/svtav1/gstsvtav1enc.c @@ -1121,6 +1121,12 @@ gst_svtav1enc_parse_parameters_string (GstSvtAv1Enc * svtav1enc) g_strfreev (key_values); } +/** + * plugin-svtav1: + * + * Since: 1.24 + */ + static gboolean plugin_init (GstPlugin * plugin) { diff --git a/subprojects/gst-plugins-bad/ext/svthevcenc/gstsvthevcenc.c b/subprojects/gst-plugins-bad/ext/svthevcenc/gstsvthevcenc.c index 078725aef9..a013608b09 100644 --- a/subprojects/gst-plugins-bad/ext/svthevcenc/gstsvthevcenc.c +++ b/subprojects/gst-plugins-bad/ext/svthevcenc/gstsvthevcenc.c @@ -2256,6 +2256,12 @@ gst_svthevc_enc_get_property (GObject * object, guint prop_id, GST_OBJECT_UNLOCK (encoder); } +/** + * plugin-svthevcenc: + * + * Since: 1.18 + */ + static gboolean plugin_init (GstPlugin * plugin) {