From a917648be3d980a3845ed227322a74300632643b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 9 Aug 2021 19:02:56 -0400 Subject: fdkaacdec: Add Converter class to hint gst-validate fdkaacdec have minimal conversion capability, adding the Converter class allow gst-validate to behave properly and not spit an error when it notice that the number of channels or rate miss-match in and out. Same logic as with opusdec, see: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1142> Part-of: --- docs/plugins/gst_plugins_cache.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index d6ebd7c90..dd166e491 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -13930,7 +13930,7 @@ "interfaces": [ "GstPreset" ], - "klass": "Codec/Encoder/Audio", + "klass": "Codec/Encoder/Audio/Converter", "long-name": "FDK AAC audio encoder", "pad-templates": { "sink": { -- cgit v1.2.1