mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
fa25dd4de5
commit
30c2f67e49
3 changed files with 18 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
#include "gstldacenc.h"
|
||||
#include <string.h>
|
||||
|
||||
/**
|
||||
* plugin-ldac:
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue