bad: Add missing plugin since

These predate current stable release. Was never spotted since they weren't built
on the CI

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7277>
This commit is contained in:
Edward Hervey 2024-07-25 16:28:04 +02:00 committed by GStreamer Marge Bot
parent fa25dd4de5
commit 30c2f67e49
3 changed files with 18 additions and 0 deletions

View file

@ -24,6 +24,12 @@
#include "gstldacenc.h"
#include <string.h>
/**
* plugin-ldac:
*
* Since: 1.20
*/
static gboolean
plugin_init (GstPlugin * plugin)
{

View file

@ -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)
{

View file

@ -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)
{