Remove unused files 92/318692/2 accepted/tizen/unified/20250123.054016 accepted/tizen/unified/x/20250123.071403
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 22 Jan 2025 07:40:30 +0000 (16:40 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 22 Jan 2025 07:54:57 +0000 (16:54 +0900)
Change-Id: I75544e3bbae9e352dbe1819366cb8948af23d2fb

16 files changed:
subprojects/gst-devtools/NEWS [deleted file]
subprojects/gst-devtools/RELEASE [deleted file]
subprojects/gst-devtools/gst-devtools.doap [deleted file]
subprojects/gst-devtools/meson.build [deleted file]
subprojects/gst-docs/meson.build [deleted file]
subprojects/gst-docs/symbols/symbol_index.json [deleted file]
subprojects/gst-examples/meson.build [deleted file]
subprojects/gst-integration-testsuites/meson.build [deleted file]
subprojects/gstreamer-sharp/meson.build [deleted file]
subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs [deleted file]
subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs [deleted file]
subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml [deleted file]
subprojects/gstreamer-vaapi/NEWS [deleted file]
subprojects/gstreamer-vaapi/RELEASE [deleted file]
subprojects/gstreamer-vaapi/gstreamer-vaapi.doap [deleted file]
subprojects/gstreamer-vaapi/meson.build [deleted file]

diff --git a/subprojects/gst-devtools/NEWS b/subprojects/gst-devtools/NEWS
deleted file mode 100644 (file)
index 00597ba..0000000
+++ /dev/null
@@ -1,3048 +0,0 @@
-GStreamer 1.24 Release Notes
-
-GStreamer 1.24.0 was originally released on 4 March 2024.
-
-The latest bug-fix release in the stable 1.24 series is 1.24.10 and was released on 06 January 2025.
-
-See https://gstreamer.freedesktop.org/releases/1.24/ for the latest version of this document.
-
-Last updated: Tuesday 06 January 2025, 19:30 UTC (log)
-
-## Introduction
-
-The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite
-cross-platform multimedia framework!
-
-As always, this release is again packed with many new features, bug fixes and other improvements.
-
-## Highlights
-
--   New Discourse forum and Matrix chat space
--   New Analytics and Machine Learning abstractions and elements
--   Playbin3 and decodebin3 are now stable and the default in gst-play-1.0, GstPlay/GstPlayer
--   The va plugin is now preferred over gst-vaapi and has higher ranks
--   GstMeta serialization/deserialization and other GstMeta improvements
--   New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
--   New unixfd plugin for efficient 1:N inter-process communication on Linux
--   cudaipc source and sink for zero-copy CUDA memory sharing between processes
--   New intersink and intersrc elements for 1:N pipeline decoupling within the same process
--   Qt5 + Qt6 QML integration improvements including qml6glsrc, qml6glmixer, qml6gloverlay, and qml6d3d11sink elements
--   DRM Modifier Support for dmabufs on Linux
--   OpenGL, Vulkan and CUDA integration enhancements
--   Vulkan H.264 and H.265 video decoders
--   RTP stack improvements including new RFC7273 modes and more correct header extension handling in depayloaders
--   WebRTC improvements such as support for ICE consent freshness, and a new webrtcsrc element to complement webrtcsink
--   WebRTC signallers and webrtcsink implementations for LiveKit and AWS Kinesis Video Streams
--   WHIP server source and client sink, and a WHEP source
--   Precision Time Protocol (PTP) clock support for Windows and other additions
--   Low-Latency HLS (LL-HLS) support and many other HLS and DASH enhancements
--   New W3C Media Source Extensions library
--   Countless closed caption handling improvements including new cea608mux and cea608tocea708 elements
--   Translation support for awstranscriber
--   Bayer 10/12/14/16-bit depth support
--   MPEG-TS support for asynchronous KLV demuxing and segment seeking, plus various new muxer features
--   Capture source and sink for AJA capture and playout cards
--   SVT-AV1 and VA-API AV1 encoders, stateless AV1 video decoder
--   New uvcsink element for exporting streams as UVC camera
--   DirectWrite text rendering plugin for windows
--   Direct3D12-based video decoding, conversion, composition, and rendering
--   AMD Advanced Media Framework AV1 + H.265 video encoders with 10-bit and HDR support
--   AVX/AVX2 support and NEON support on macOS on Apple ARM64 CPUs via new liborc
--   GStreamer C# bindings have been updated
--   Rust bindings improvements and many new and improved Rust plugins
--   Rust plugins now shipped in packages for all major platforms including Android and iOS
--   Lots of new plugins, features, performance improvements and bug fixes
-
-## Major new features and changes
-
-### Discourse forum and Matrix chat space
-
--   The new Discourse forum and Matrix chat space are now our preferred communication channels for support and developer chat.
-
--   The mailing lists and IRC channel are on their way to being phased out, but Discourse can be used via e-mail as well.
-
--   For release announcements please subscribe to the News + Announcements category on Discourse, although we will continue to
-    also send announcements to the mailing list for the time being.
-
-### Playbin3, decodebin3 now stable and default
-
--   After a year of stability, testing and more improvements, playbin3, and its various components (uridecodebin3, decodebin3
-    and urisourcebin), are now the recommended playback components.
-
--   Some playback components have now switched to defaulting to playbin3: gst-play-1.0 and the GstPlay / GstPlayer libraries.
-    Application developers are strongly recommended to switch to using those components instead of the legacy playbin and
-    (uri)decodebin.
-
-Improvements in this cycle:
-
--   Better support missing/faulty decoders, attempt to use another one or gracefully un-select the stream.
-
--   Many fixes for more complex gapless and instant-switching scenarios
-
--   Lower latency for live pipelines
-
--   Fix for “chained” streams (ex: Ogg, or PMT update in MPEG-TS)
-
--   Fixes for hardware-accelerated playback with subtitles (provided the sink can handle offloading composition). This was also
-    partly due to a historical confusion between subtitle “decoders” (which decode the format to text and “parsers” (which only
-    do timing detection and optional seeking).
-
-### GstMeta serialization/deserialization and other GstMeta improvements
-
--   GstMeta serialization/deserialization allows metas to be transmitted or stored. This is used by the unixfd and cudaipc
-    plugins for inter-process communication (IPC). Implemented so far for GstCustomMeta, GstVideoMeta, GstAudioMeta and
-    GstReferenceTimestampMeta.
-
--   Simplified GstCustomMeta registration with gst_meta_register_custom_simple() for the simple case where tags and transform
-    functions are not needed.
-
--   GstMetaClearFunction clears the content of the meta. This will be called by buffer pools when a pooled buffer is returned to
-    the pool.
-
--   Add gst_meta_info_new() and gst_meta_info_register() to register a GstMeta in two steps for easier extensibility.
-
-### New unixfd plugin for efficient 1:N inter-process communication on Linux
-
--   unixfdsink and unixfdsrc are elements that, inspired by shmsink andn shmsrc, send UNIX file descriptors (e.g. memfd, dmabuf)
-    from one sink to multiple source elements in other processes on Linux.
-
--   The unixfdsink proposes a memfd/shm allocator to upstream elements which allows for example videotestsrc to write directly
-    into memory that can be transfered to other processes without copying.
-
-### New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
-
--   Previously only various specific GstMeta for ancillary data were provided, such as GstVideoCaptionMeta and GstVideoAFDMeta.
-    The new GstAncillaryMeta allows passing arbitrary ancillary data between elements, including custom and non-standard
-    ancillary data. See GstAncillaryMeta for details.
-
--   Add with gst_buffer_add_ancillary_meta() and retrieve with gst_buffer_get_ancillary_meta() or
-    gst_buffer_iterate_ancillary_meta().
-
--   Supported by the newly added AJA sink and source elements
-
-### DSD audio support
-
--   DSD audio is a non-PCM raw audio format representation and the GstAudio library gained support for this in form of new
-    GstDsdInfo and GstDsdFormat API.
-
--   Support for DSD audio has been implemented in alsasink as well as the GstAudioSink and GstAudioRingBuffer base classes, and
-    the gst-libav plugin to enable FFmpeg-based DSD elements and functionality.
-
-### Analytics and Machine Learning
-
--   A new library, GstAnalytics, has been added. It defines a GstAnalyticsRelationMeta that can efficiently hold a large number
-    of observations from a data analysis process, for example from machine learning. It also contains a matrix of the
-    relationship between those observations.
-
--   Three types of metadata are already defined in the library: object detection, classification and tracking.
-
--   A new objectdetectionoverlay element has been merged that draws the bounding boxes and the classes from the object detection
-    and classification metadata types.
-
--   The onnxinference element has been split into two parts. The first part works with the ONNX Runtime library to do the actual
-    inference, while the second part called ssdobjectdetector interprets the produced tensor. This new element creates
-    GstAnalyticsRelationMeta.
-
--   The onnxinference element now accepts video frames without transformation if the module declares that it accepts the “Image”
-    type and the format is something that GStreamer knows.
-
--   In the next release, tensor decoders such as ssdobjectdetector will live outside of the ONNX plugin so they can be used with
-    other machine learning acceleration frameworks.
-
-### Qt5 + Qt6 QML integration improvements
-
--   The Qt5 qmlglsink, qmlgloverlay, qmlglmixer received support for directly consuming BGRA and YV12 video frames without a
-    prior glcolorconvert.
-
--   New qml6glsrc, qml6glmixer, and qml6gloverlay elements as Qt6 counterparts to the existing Qt5 elements, also with support
-    for directly consuming BGRA and YV12 video frames without a prior glcolorconvert.
-
--   qml6d3d11sink is a new Direct3D11 Qt6 QML sink for Windows as an alternative to the existing qml6glsink.
-
-### DRM Modifier Support for dmabufs on Linux
-
-The Linux dmabuf subsystem provides buffer sharing across different hardware device drivers and subsystems, and is used
-extensively by the DRM subsystem to exchange buffers between processes, contexts, and library APIs within the same process, and
-also to exchange buffers with other subsystems such as Linux Media.
-
-In GStreamer, it’s used on the capture side (v4l2src, pipewire), hardware-accelerated video decoders and encoders, OpenGL
-integration, Wayland renderers, etc.
-
-GStreamer has had support for dmabufs for a long time and was able to negotiate “zero-copy” paths between different components,
-however it only supported and assumed simple linear formats and was not able to negotiate complex non-linear formats. This meant
-that dmabuf support actually had to be disabled in many scenarios to avoid “garbled video”.
-
-With GStreamer 1.24 there is now full DRM modifier support and complex non-linear formats can be supported and negotiated
-between components.
-
-This is achieved with an extra drm_format field in video/x-raw(memory:DMABuf), format=(string)DMA_DRM caps, e.g.
-drm-format=(string)NV12:0x0x0100000000000001.
-
-See the GStreamer DMA buffers design documentation for more details.
-
-This is used in the VA-API va plugin, waylandsink, the MSDK plugin, and the OpenGL integration. Video4Linux support is expected
-to land in one of the next minor releases.
-
-New API has been added for easy handling of these new caps:
-
--   GstVideoInfoDmaDrm plus associated functions, similar to GstVideoInfo, including conversion to and from GstVideoInfo with
-    gst_video_info_dma_drm_from_video_info() and gst_video_info_dma_drm_to_video_info()
-
--   GST_VIDEO_DMA_DRM_CAPS_MAKE
-
--   GST_VIDEO_FORMAT_DMA_DRM
-
-### OpenGL integration enhancements
-
--   When using EGL, if both OpenGL ES and OpenGL are available, OpenGL ES is preferred over OpenGL. OpenGL ES supports some
-    necessary features required for dmabuf support. This does not apply if an external library/application chooses an OpenGL API
-    first.
-
--   Improved support for dmabuf use cases. The glupload element now supports the new and improved dmabuf negotiation with
-    explicit modifiers.
-
--   Base classes for mixing with OpenGL are now public API. GstGLBaseMixer and GstGLMixer are exposed matching the existing
-    filter-based GstGLBaseFilter and GstGLFilter base classes. The new OpenGL mixer base classes are based on
-    GstVideoAggregator.
-
--   Add support for a ‘surfaceless’ EGL context using EGL_MESA_platform_surfaceless.
-
--   Expose Vivante Framebuffer build-related files (pkg-config, gir) as public API
-
--   Add support for more video formats:
-
-    -   A420 8/10/12/16-bit.
-    -   A422 8/10/12/16-bit.
-    -   A444 8/10/12/16-bit.
-    -   I420 10/12 bit.
-    -   RBGA.
-
--   Add support for tiled video formats
-
-    -   NV12_16L32S (Mediatek format)
-    -   NV12_4L4 (Verisilicon Hantro format)
-
--   glcolorconvert now has API for retrieving shader strings for:
-
-    -   swizzling (reordering components).
-    -   YUV->RGB conversion.
-    -   RGB->YUV conversion.
-
--   Add more helpers for information about a particular video and/or GL format e.g. number of components, bytes used, or pixel
-    ordering.
-
--   glvideomixer has new sink pad properties sizing-policy, xalign, yalign matching compositor.
-
--   GstGLBufferPool now has a configuration option for allowing a number of buffers to be always outstanding allowing for
-    reducing the potential synchronisation delay when reusing OpenGL memory backed buffers.
-
-### Vulkan integration enhancements
-
--   Add support for the Vulkan H.264 and H.265 decoders.
-
--   Add support for timeline semaphores.
-
--   Optionally use newer Vulkan functions for format selection.
-
--   Add support for GPU-assisted validation.
-
--   Vulkan/Wayland: add support for xdg_wm_base protocol for creating a visible debug window. Required as the previous wl_shell
-    interface is being removed from compositors.
-
-### CUDA / NVCODEC integration and feature additions
-
--   New cudaipcsrc and cudaipcsink elements for zero-copy CUDA memory sharing between processes
-
--   New nvJPEG library based nvjpegenc JPEG encoder element
-
--   The NVIDIA desktop GPU decoder nvh264sldec, nvh265sldec, nvvp8sldec, and nvvp9sldec elements were renamed to nvh264dec,
-    nvh265dec, nvvp8dec, and nvvp9dec, respectively.
-
--   GStreamer NVIDIA H.264 and H.265 encoders except for nvh264enc and nvh265enc gained support for CEA708 Closed Caption
-    inserting.
-
--   OpenGL memory support is added to nv{cuda,autogpu}h264enc and nv{cuda,autogpu}h265enc elements
-
--   CUDA stream integration: As of 1.24, CUDA stream synchronization is an application’s responsibility, and GStreamer will not
-    execute unnecessary synchronization operations. If an application needs direct access to CUDA memory via GST_MAP_CUDA map
-    flag, cuStreamSynchronize() or gst_cuda_memory_sync() call is required unless application-side CUDA operation is executed
-    with the GstCudaMemory’s associated CUDA stream.
-
-### RTP stack improvements
-
--   New rtppassthroughpay element which just passes RTP packets through unchanged, but appears like an RTP payloader element.
-    This is useful for relaying an RTP stream as-is through gst-rtsp-server, which expects an RTP payloader with certain
-    properties at the end of an RTSP media sub-pipeline.
-
--   New “timeout-inactive-rtp-sources” property on rtpbin, sdpdemux and rtpsession to allow applications to disable automatic
-    timeout of sources from which no data has been received for a while.
-
--   rtpvp8pay, rtpvp9pay: expose “picture-id” as a property, and add a “picture-id-offset” property to the VP9 payloader to
-    bring it in line with the VP8 payloader.
-
--   rtpjitterbuffer has seen improved media clock handling (clock equality and clock setting/resetting), as well as two new
-    properties that allow reconstruction of absolute PTP timestamps without actually syncing to the PTP clock, which can be
-    useful in scenarios where one wants to reconstruct the absolute PTP clock timestamps on a machine that doesn’t have access
-    to the network of the PTP clock provider. The two new properties are:
-
-    -   “rfc7273-use-system-clock”: allows the jitter buffer to assume that the system clock is synced sufficiently close to the
-        media clock used by an RFC7273 stream. By default the property is disabled and the jitter buffer will create a media
-        clock and try to sync to it, but this is only required to determine in which wraparound period from the media clock’s
-        Epoch the current RTP timestamps refer to (and thus to reconstruct absolute time stamps from them). If the property is
-        enabled the wraparound period and current offset from the Epoch will be determined based on the local system clock,
-        which means that no direct network connection to the media clock provider is needed to reconstruct absolute timestamps.
-        There is also no start-up delay, because there’s no clock sync that needs to be established first.
-
-    -   “rfc7273-reference-timestamp-meta-only”: If this property is enabled then the jitter buffer will do the normal timestamp
-        calculations for the output buffers according to the configured mode instead of making use of the RFC7273 media clock
-        for that. It will still calculate RFC7273 media clock timestamps, but only attach them to the output buffers in form of
-        a clock reference meta.
-
--   RTP payloaders and depayloaders now have an “extensions” property for retrieving the list of currently enabled RTP header
-    extensions.
-
--   rtpbin and webrtcbin no longer blindly set properties on the jitter buffer assuming it’s a standard rtpjitterbuffer, but
-    instead check if the property is available first, to better support non-standard jitterbuffers or even an identity element
-    in lieu of a jitter buffer.
-
--   RTP header extension handling fixes for depayloaders that aggregate multiple input buffers into a single output buffer.
-    Before, only the last RTP input buffer was checked for header extensions. Now the depayloader remembers all RTP packets
-    pushed before an output buffer is produced and checks all RTP input buffers for header extensions.
-
-    -   Affected depayloaders: rtph264depay, rtph265depay, rtpvp8depay, rtpvp9depay, rtpxqtdepay, rtpasfdepay, rtpmp4gdepay,
-        rtpsbcdepay, rtpvorbisdepay, rtpmp4vdepay, rtptheoradepay, rtpsv3vdepay, rtpmp4adepay, rtpklvdepay, rtpjpegdepay,
-        rtpj2kdepay, rtph263pdepay, rtph263depay, rtph261depay. rtpgstdepay.
-
-### WebRTC improvements
-
--   Add support for ICE consent freshness (RFC 7675). This requires libnice >= 0.1.22.
-
--   Advertise the local side of an end-of-candidates with an empty candidate string.
-
--   Add the number of Data Channels opened and closed to webrtcbin’s statistics.
-
--   Various improvements and feature additions in the Rust webrtc plugin, which provides webrtcsrc and webrtcsink elements as
-    well as specific elements for different WebRTC signalling protocols. See the Rust plugins section below for more details.
-
-### Adaptive Streaming improvements and Low-Latency HLS (LL-HLS) support
-
--   hlsdemux2 now supports Low-Latency HLS (LL-HLS)
-
--   hlsdemux2 asynchronous playlist download and update improves responsiveness and bandwith usage.
-
--   hlsdemux2 handles fallback variant URLs.
-
--   hlsdemux2 is more responsive and accurate when handling seeks.
-
--   dashdemux2 and hlsdemux2 have a new “start-bitrate” property, improving the decision for which initial stream variant that
-    will be used.
-
--   dashdemux2, hlsdemux2, mssdemux2 have received many improvements regarding seeking, along with support for “early-seek”
-    which allows playback to start immediately from the requested position without any previous download.
-
--   dashdemux2, hlsdemux2, mssdemux2 better handle errors on or near the live edge.
-
--   dashsink can now use the dashmp4mux muxer from the Rust plugins and will also produce better and RFC 6381-compatible codec
-    strings. The “suggested-presentation-delay” property allows to set the suggested presentation delay in the MPD.
-
--   No development took place on the legacy demuxers (dashdemux, hlsdemux, mssdemux). Application developers are reminded to use
-    the new demuxers instead. They are automatically picked up when using urisourcebin, uridecodebin3 or playbin3.
-
-### W3C Media Source Extensions library
-
--   A new GStreamer library (mse) implementing the W3C Media Source Extensions specification was added.
-
--   Applications can embed this library along with GStreamer in order to integrate software that uses the Media Source APIs
-    without relying on a web browser engine. Typically an application consuming this library will wrap the C API with JavaScript
-    bindings that match the Media Source API so their existing code can integrate with this library.
-
-### Closed Caption handling improvements
-
--   ccconverter supports converting between the two CEA-608 fields.
-
--   New cea608mux element for muxing multiple CEA-608 streams together.
-
--   Various improvements and feature additions in the Rust-based closed caption elements. Check out the Rust plugins section
-    below for more details.
-
-### Precision Time Protocol (PTP) clock improvements
-
--   Many fixes and compatibility/interoperability improvements.
-
--   Better support for running on devices with multiple network interfaces.
-
--   Allow sync to master clock on same host.
-
--   PTP clock support is now also available on Windows.
-
--   The standalone ptp-helper binary has been rewritten in Rust for portability and security. This works on Linux, Android,
-    Windows, macOS, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, Solaris and Illumos. Newly supported compared to the C version is
-    Windows. Compared to the C version various error paths are handled more correctly and a couple of memory leaks are fixed.
-    Otherwise it should work identically. The minimum required Rust version for compiling this is 1.48, i.e. the version
-    currently in Debian oldstable. On Windows, Rust 1.54 is needed at least.
-
--   New ptp-helper Meson build option so PTP support can be disabled or required.
-
--   gst_ptp_init_full() allows for a more fine-grained and extensible configuration and initialization of the GStreamer PTP
-    subsystem, including TTL configuration.
-
-### Bayer 10/12/14/16-bit depth support
-
--   bayer2rgb and rgb2bayer now support bayer with 10/12/14/16 bit depths
-
--   v4l2src and videotestsrc now support bayer with 10/12/14/16 bit depths
-
--   imagefreeze gained bayer support as well
-
-### MPEG-TS improvements
-
--   mpegtsdemux gained support for
-    -   segment seeking for seamless non-flushing looping, and
-    -   synchronous KLV
--   mpegtsmux now
-    -   allows attaching PCR to non-PES streams
-    -   allows setting of the PES stream number for AAC audio and AVC video streams via a new “stream-number” property on the
-        muxer sink pads. Currently the PES stream number is hard-coded to zero for these stream types.
-    -   allows writing arbitrary Opus channel mapping families and up to 255 channels
-    -   separate handling of DVB and ATSC AC3 descriptors
-
-## New elements and plugins
-
--   analyticsoverlay visualises object-detection metas on a video stream.
-
--   autovideoflip and autodeinterlace are two new auto elements.
-
--   AJA source and sink elements plus device provider for AJA capture and playout cards, including support for HANC/VANC
-    ancillary data.
-
--   New cea608mux element for muxing multiple CEA-608 streams together.
-
--   The codec2json plugin adds av12json, h2642json, h2652json and vp82json elements which convert AV1, H.264, H.265 and VP8
-    frame parameters into human readable JSON data, which is useful for debugging and testing purposes.
-
--   New lc3 plugin with a decoder and encoder for the Bluetooth LC3 audio codec.
-
--   New onnxinference element to run ONNX inference models on video buffers.
-
--   New rtppassthroughpay element which just passes RTP packets through unchanged, but appears like an RTP payloader element.
-    This is mostly useful for medias that simply pass through an existing RTP stream in gst-rtsp-server.
-
--   Qt6: qml6glsrc, qml6glmixer, qml6gloverlay, and qml6d3d11sink
-
--   New SVT-AV1 encoder plugin, imported from SVT-AV1 but with many fixes.
-
--   Many exciting new Rust elements, see Rust section below.
-
--   New DirectWrite text rendering and Direct3D12 plugins (see Windows section below).
-
--   New vaav1enc element for encoding video in AV1 (See VA-API section)
-
--   New uvcsink element for exporting streams as UVC camera
-
-## New element features and additions
-
--   alphacombine supports I420_10LE now for 10-bit WebM/alpha support.
-
--   The amfcodec for hardware-accelerated video encoding using the Advanced Media Framework (AMF) SDK for AMD GPUs gained some
-    new features:
-
-    -   10-bit and HDR support for H.265 / HEVC and AV1 video encoders
-    -   B-frame support in the H.264 encoder
-    -   Initial support of pre-analysis and pre-encoding
-    -   Initial support of Smart Access Video for optimal distribution amongst multiple AMD hardware instances.
-
--   appsink: new “propose-allocation” signal so applications can provide a buffer pool or allocators to the upstream elements,
-    as well as “max-time” and “max-buffers” properties to configure the maximum size of the appsink-internal queue in addition
-    to the existing “max-bytes” property.
-
--   autovideoconvert exposes colorspace and scaler elements for well know elements
-
--   avtp: add AVTP Raw Video Format payload and de-payload support.
-
--   cacasink’s output driver can now be selected via the “driver” property.
-
--   camerabin: various fixes and stability improvements
-
--   clocksync: “QoS” property to optionally send QoS events upstream like a synchronising sink would.
-
--   cutter: can add GstAudioLevelMeta on output buffers, which can be enabled via the new “audio-level-meta” property.
-
--   dashdemux2 has a new “start-bitrate” property.
-
--   dashsink can now use the dashmp4mux muxer from the Rust plugins and will also produce better and RFC 6381-compatible codec
-    strings. The “suggested-presentation-delay” property allows to set the suggested presentation delay in the MPD.
-
--   deinterlace: Add support for 10/12/16-bit planar YUV formats
-
--   The dvdspu subpicture overlay now implements GstVideoOverlayComposition support to make it work better with hardware
-    decoders where the video data should ideally stay on the GPU/VPU and the overlay blitting be delegated to the renderer.
-
--   encodebin now automatically autoplugs timestamper elements such as h264timestamper or h265timestamper, based on new
-    “Timestamper” element factory type and rank.
-
--   New fakevideodec element (see debugging section below).
-
--   filesink: “file-mode” property to allow the ability to specify rb+ file mode, which overwrites an existing file. This is
-    useful in combination with splitmuxsink so that files can be pre-allocated which can be useful to reduce disk fragmentation
-    over time.
-
--   flvmux: add “enforce-increasing-timestamps” property to allow disabling a hack that was added back in the day because
-    librtmp as used in rtmpsink would get confused by timestamps going backwards, but this is no longer required with rtmpsink2.
-    If set to true (still the default, for backwards compatibility), flvmux will modify buffers timestamps to ensure they are
-    always strictly increasing, inside one stream and also between the audio and video streams.
-
--   giostreamsink: Add a property to close the stream on stop().
-
--   h264parse improved its AU boundary detection.
-
--   h264parse, h265parse, mpegvideoparse now support multiple unregistered user data SEI messages.
-
--   insertbin is now a registered element and available via the registry, so can be constructed via parse-launch and not just
-    via the insertbin API.
-
--   jack: libjack is now loaded dynamically at runtime instead of linking it at build time. This means the plugin can be shipped
-    on Windows and macOS and will work if there’s a user-installed JACK server/library setup.
-
--   jpegparse now has a rank so it will be autoplugged if needed.
-
--   kmssink: Add auto-detection for NXP i.MX8M Plus LCDIFv3, ST STM32 LTDC, and Texas Instruments TIDSS display controllers.
-
--   matroskademux and matroskamux gained support for more raw video formats, namely RGBA64_LE, BGRA64_LE, GRAY10_BE32, GRAY16_LE
-
--   mpg123audiodec’s rank was changed from MARGINAL to PRIMARY so it’s now higher than avdec_mp3, as it works better with
-    “freeformat” MP3s.
-
--   msdk:
-
-    -   DRM modifier support on Linux
-
-    -   only expose codecs and capabilities actually supported by the platform
-
-    -   msdkvpp video post-processing:
-
-        -   new “hdr-tone-mapping” property to enable HDR-to-SDR tone mapping
-        -   new compute scaling mode
-
-    -   Decoders sport D3D11 and VA integration, and the VP9 decoder supports certain resolution changes.
-
-    -   Encoders:
-
-        -   msdkh264enc, msdkh265enc**: “pic-timing-sei” property to insert pic timing SEI
-        -   msdkh264enc, msdkh265enc**: Add properties to allow different max/min-qp values for I/P/B frames
-        -   msdkh264enc: Added BGRx format DMABuf support
-        -   Advertise special image formats in low power mode
-
--   mxfdemux gained support for FFV1 demuxing
-
--   opusenc, opusdec now support decoding and encoding more than 8 channels, and can also handle unknown/unpositioned channel
-    layouts.
-
--   The oss plugin gained a device provider for audio device discovery
-
--   pcapparse learned how to handle the Linux “cooked” capture encapsulation v2
-
--   Intel Quick Sync plugin improvements:
-
-    -   qsvh264enc gained more encoding options
-    -   qsvh265dec now supports GBR decoding and HEVC RExt profiles
-
--   qtdemux now adds audio clipping meta when playing gapless m4a content, supports CENC sample grouping, as well as the SpeedHQ
-    video codec.
-
--   ristsrc gained support for dynamic payloads via the new “caps” and “encoding-name” properties. These can be used to make the
-    ristsrc receive other payload types than MPEG-TS.
-
--   rtmp2src: a new “no-eof-is-error” property was added: There is currently no way for applications to know if the stream has
-    been properly terminated by the server or if the network connection was disconnected, as an EOS is sent in both cases. With
-    the property set, connection errors will be reported as errors, allowing applications to distinguish between both scenarios.
-
--   rtspsrc: new “extra-http-request-headers” property for adding custom http request headers when using http tunnelling.
-
--   sdpdemux now supports SDP source filters as per RFC 4570; audio-only or video-only streaming can be selected via the new
-    “media” property, and RTCP feedback can be disabled via the “rtcp-mode” property.
-
--   splitmuxsrc uses natural ordering to sort globbed filenames now, i.e. 0, 1, 2, 10, 11 instead of 0, 1, 10, 11, 2, …
-
--   srt: Add more fields to the statistics to see how many packets were retransmitted and how many were dropped.
-
--   switchbin: many improvements, especially for caps handling and passthrough.
-
--   taginject: a “scope” property was added to allow injection of global tags in addition to the current default which is stream
-    tags.
-
--   timeoverlay: add buffer-count and buffer-offset time modes.
-
--   udpsrc: new “multicast-source” property to support IGMPv3 Source Specific Muliticast (SSM) as per RFC 4604.
-
--   videoconvertscale, videoconvert: add a “converter-config” property to allow fine-tuning conversion parameters that are not
-    exposed directly as property.
-
--   videoflip: many orientation tag handling fixes and improvements
-
--   videorate: add “drop-out-of-segment” property to force dropping of out-of-segment buffers.
-
--   volume now supports arbitrarily-large positive gains via a new “volume-full-range” property (it was not possibly to just
-    allow a bigger maximum value for the existing “volume” property for GstController-related backwards-compatibility reasons).
-
--   waylandsink, gtkwaylandsink: improved frame scheduling reducing frame drops and improve throughput.
-
--   webpenc now has support for animated WebP which can be enabled via the new “animated” property. By default it will just
-    output a stand-alone WebP image for each input buffer, just like before.
-
--   wpe: added a WebProcess crash handler; gained WPEWebKit 2.0 API support.
-
--   x264enc gained support for 8-bit monochrome video (GRAY8).
-
--   ximagesrc gained navigation support (mouse and keyboard events).
-
--   y4mdec now parses extended headers to support high bit depth video.
-
-## Plugin and library moves
-
--   The AMR-NB and AMR-WB plugins have been moved from -ugly to -good.
-
-## Plugin and element removals
-
--   The entire gst-omx package and plugin has been retired. See the OMX section below for more details.
-
--   The RealServer RTSP extension, RDT handling and PNM source have been removed from the realmedia plugin.
-
--   The kate subtitle plugin has been removed.
-
-## Miscellaneous API additions
-
-GStreamer Core
-
--   gst_pipeline_get_configured_latency() and gst_pipeline_is_live() convenience functions to query liveness and configured
-    latency of a pipeline.
-
--   Plugins can now provide status info messages for plugins that will be displayed in gst-inspect-1.0 and is useful for dynamic
-    plugins that register features at runtime. They are now able to provide information to the user why features might not be
-    available. This is now used in the amfcodec, nvcodec, qsv, and va plugins.
-
--   GST_OBJECT_AUTO_LOCK() and GST_PAD_STREAM_AUTO_LOCK() are g_autoptr(GMutexLocker)-based helpers for GstPad and GstObject
-    that unlock the mutex automatically when the helper goes out of scope. This is not portable so should not be used in
-    GStreamer code that needs to be portable to e.g. Windows with MSVC.
-
--   gst_clear_context(), gst_clear_promise(), gst_clear_sample()
-
--   gst_util_ceil_log2() and gst_util_simplify_fraction() utility functions
-
--   New TAG_CONTAINER_SPECIFIC_TRACK_ID tag for container specific track ID as used in an HTML5 context, plus basic support in
-    matroskademux, qtdemux, dashdemux and dashdemux2
-
--   New utility functions to create a stream-id without a pad for elements:
-
-    -   gst_element_decorate_stream_id()
-    -   gst_element_decorate_stream_id_printf_valist()
-    -   gst_element_decorate_stream_id_printf()
-
--   GstQueueArray gained API for sorting and sorted insertion
-
--   Add strict GstStructure serialisation with gst_structure_serialize_full() in combination with GST_SERIALIZE_FLAG_STRICT
-    which only succeeds if the result can later be fully deserialised again.
-
--   GstBaseSrc enhancements: the “automatic-eos” property can be used to do the equivalent to gst_base_src_set_automatic_eos().
-    gst_base_src_push_segment() sends a segment event right away which can be useful for subclasses like appsrc which have their
-    own internal queuing.
-
--   GstBaseSink gained a new custom GST_BASE_SINK_FLOW_DROPPED flow return which can be used by subclasses from the virtual
-    ::render method to signal to the base class that a frame is not being rendered. This is used in e.g. waylandsink and ensures
-    that elements such as fpsdisplaysink will correctly report the rate of frames rendered and dropped.
-
-GstDiscoverer
-
--   New “load-serialized-info” signal to retrieve a serialized GstDiscovererInfo
-
-GstSDP
-
--   Add gst_sdp_message_remove_media()
-
-Video Library
-
-DRM Modifier Support for dmabufs on Linux
-
-See section above.
-
-List of Video Formats for Passthrough
-
-New helper API was added to get a list of all supported video formats, including DMA_DRM formats, and can be used to advertise
-all supported formats for passthrough purposes:
-
--   GST_VIDEO_FORMATS_ANY_STR, GST_VIDEO_FORMATS_ANY
--   gst_video_formats_any() which can be used by bindings or for code that prefers GstVideoFormat values instead of strings.
-
-New Video Formats
-
--   12-bit and 16-bit A420 / A422 / A444 (YUV with alpha channel) variants:
-
-    -   A444_12BE, A444_12LE
-    -   A422_12BE, A422_12LE
-    -   A420_12BE, A420_12LE
-    -   A444_16BE, A444_16LE
-    -   A422_16BE, A422_16LE
-    -   A420_16BE, A420_16LE
-
--   8-bit A422 / A444 (YUV with alpha channel) variant:
-
-    -   A422
-    -   A444
-
--   Planar 16-bit 4:4:4 RGB formats:
-
-    -   GBR_16BE
-    -   GBR_16LE
-
--   RBGA, intended to be used by hardware decoders where VUYA is only supported 4:4:4 decoding surface but the stream is encoded
-    with GBR color space, such as HEVC and VP9 GBR streams for example.
-
--   Two tiled Mediatek 10-bit formats:
-
-    -   MT2110T
-    -   MT2110R
-
--   Tiled 10-bit NV12 format NV12_10LE40_4L4 (Verisilicon Hantro)
-
-## Miscellaneous performance, latency and memory optimisations
-
--   liborc 0.4.35 (latest: 0.4.38) adds support for AVX/AVX2 and contains improvements for the SSE backend.
-
--   liborc 0.4.37 adds support for NEON on macOS on Apple ARM64 CPUs.
-
--   Most direct use of the GLib GSLice allocator has been removed, as there is little evidence that it actually still provides
-    much advantage over the standard system allocator on Linux or Windows in 2024. There is strong evidence however that it
-    causes memory fragmentation for standard GStreamer workloads such as RTSP/RTP/WebRTC streaming.
-
--   As always there have been plenty of performance, latency and memory optimisations all over the place.
-
-## Tracing framework and debugging improvements
-
--   The gst-stats tool can now be passed a custom regular expression
-
--   gst-debug-viewer from the devtools module has seen minor improvements and fixes
-
-New tracers
-
--   None in this release.
-
-Debug logging system improvements
-
--   Nothing major in this cycle.
-
-Fake video decoder
-
--   The new fakevideodec element does not decode the input bitstream, it only reads video width, height and framerate from the
-    caps and then pushes out raw video frames of the expected size in RGB format.
-
--   It draws a snake moving from left to right in the middle of the frame, which is reasonably light weight and still provides
-    an idea about how smooth the rendering is.
-
-## Tools
-
--   gst-launch-1.0 gained a new --prog-name command line option to set the program name, which will be used by GTK and GStreamer
-    to set the class or app-id.
-
--   gst-play-1.0 now defaults to using playbin3, but can still be made to use the old playbin by passing the --use-playbin2
-    command line argument.
-
-## GStreamer FFmpeg wrapper
-
--   New avvideocompare element to compare two incoming video buffers using a specified comparison method (e.g. SSIM or PSNR).
-
--   Prefer using FFmpeg Musepack decoder/demuxer over musepackdec as they work better with decodebin3 and playbin3 which likes
-    to have parsers and decoders separate.
-
--   Added codec mappings for AV1, MxPEG, FFVHuff video
-
--   Added raw video format support for P010, VUYA, Y410, P012, Y212 and Y412.
-
--   Newer, non-deprecated APIs are used by the plugin when built with FFmpeg 6.0 or newer.
-
--   The FFmpeg meson subproject wrap has been updated to v6.1
-
--   Note: see Known Issues section below for known issues with FFmpeg 6.0.0 and the latest FFmpeg 7.x release
-
-## GStreamer RTSP server
-
--   New “ensure-keyunit-on-start” property: While the suspend modes NONE and PAUSED provided a low startup latency for
-    connecting clients, it did not ensure that streams started on fresh data. With this new property it is possible to maintain
-    the low startup latency of those suspend modes while also ensuring that a stream starts on a key unit. Furthermore, by
-    setting the new “ensure-keyunit-on-start-timeout” property it is also possible to accept a key unit of a certain age, but
-    discard it if too much time has passed and instead force a new key unit.
-
--   rtspclientsink: apply “port-range” property for RTCP port selection as well
-
-## GStreamer VA-API support
-
-GstVA
-
--   vah264dec, vah265dec, vavp8dec, vavp9dec, vampeg2dec and vaav1dec were promoted to rank PRIMARY+1 on Linux
-
--   Improved support for dmabuf use cases. All va elements now negotiate the new and improved dmabuf capabilities with explicit
-    modifiers. This supports both import and export of dmabufs.
-
--   Added vaav1enc element, available in recent Intel and AMD GPUs
-
--   Added support for the experimental VA-Win32 backend. It needs at least libva 1.18
-
--   Improved handling of multi-GPU systems. Still, sharing buffers among them is not advised.
-
--   Bumped minimum libva version to 1.12
-
--   Enhanced support for RadeonSI Mesa driver for 10bit decoding
-
--   Register elements only for allowed drivers (Intel and Mesa, for the moment)
-
-GStreamer-VAAPI
-
--   The new GstVA elements (see above) should be preferred when possible.
-
--   Ranks of decoders were demoted to NONE so they won’t be used automatically by playbin and similar elements anymore.
-
--   Clean-ups and minimal fixes.
-
--   gstreamer-vaapi should be considered deprecated and may be discontinued as soon as the va plugin is fully feature
-    equivalent. Users who rely on gstreamer-vaapi are encouraged to migrate and test the va elements at the earliest
-    opportunity.
-
-## GStreamer Video4Linux2 support
-
--   New uvcsink element, based on v4l2sink allow streaming your pipeline as a UVC camera using Linux UVC Gadget driver.
-
--   v4l2src now supports 10/12/14/16-bit bayer formats.
-
--   Stateful decoders now pass too large encoded frames over multiple buffers.
-
--   AV1 Stateless video decoder.
-
--   Stateless decoders now tested using Virtual driver (visl), making it possible to run the tests in the cloud based CI
-
-## GStreamer OMX
-
--   The gst-omx module has been removed. The OpenMAX standard is long dead and even the Raspberry Pi OS no longer supports it.
-    There has not been any development since 1.22 was released. Users of these elements should switch to the Video4Linux-based
-    video encoders and decoders which have been the standard on embedded Linux for quite some time now.
-
--   Hardware vendors which still use OpenMAX are known to have non-standard forks and it is recommended that they maintain it
-    while planning their move to the Video4Linux API.
-
-## GStreamer Editing Services and NLE
-
--   Implement a gesvideoscale effect which gives user the ability to chooses where a clip has to be scaled in the chain of
-    effects. By default scaling is done in the compositor.
-
--   Add support for gessrc as sub-timeline element so third party can implement their own formatters and use their timelines as
-    sub-timelines. Before that, only timelines serialized as files on the filesystem could be loaded as sub-timelines (using
-    gesdemux).
-
--   Implement a new GESDiscovererManager singleton object making management of the discoverers used to discoverer media files
-    cleaner and allowing to expose the following APIs:
-
-    -   load-serialize-info signal so GstDiscovererInfo can be serialized by users the way they like and load them without
-        requiring discovering the file when reloading a project.
-    -   source-setup signal so user can tweak source elements during discovery
-
--   Expose GESFrameCompositionMeta in public API so user can implement their own effects targetting GES which take into account
-    that meta.
-
--   Expose audioconvert:mix-matrix property in audio sources
-
--   Port GESPipeline rendering to use encodebin2. This allows rendering timelines directly with a muxing sink (like hlssinkX
-    etc..) and leverage all new features of that new element.
-
-ges-launch
-
--   Fix setting keyframes
-
--   Add an ignore-eos option
-
--   Allow overriding container profile so that the user can build encoding profiles following the media format of a specific
-    media file, for example, but ensuring it is muxed using a specific format
-
--   Ensure sink elements are inside a GstBin and never in a GstPipeline
-
--   Move +effect stack effects from source to last effect added, so it feels more natural to user as adding them at the
-    beginning of the chain while the syntax is +effect felt wrong
-
-## GStreamer validate
-
--   In action types, add a way to avoid checking property value after setting it, in case elements do it async for example.
-
--   Add a vmethod to free GstValidateActionParameters to be more binding friendly.
-
--   Allow scenarios to define the pipeline state target in the metadata instead of assuming PLAYING state.
-
--   Add support to run sub-pipelines/scenarios
-
-    -   Added support to forward buffers from appsink to appsrc
-
--   Add a way to set pipeline base-time, start-time and force using the system clock.
-
--   Add a ‘fill-mode’ to the appsrc-push action type so we can create some type of streams easily using an appsrc, giving
-    control when writing scenarios without requiring files with the content.
-
--   Add a “select-streams” action type to test “stream aware” elements.
-
--   Add a way to wait for a property to reach a specified value before executing an action. For example it is possible to wait
-    for a pad to get some specific caps set before executing an action.
-
--   validate: Add support to replace variables in deeply nested structures in particular for more complex action types where
-    some of the properties are inside structures.
-
--   Fixed compatibility with Python 3.12.
-
-## GStreamer Python Bindings
-
-gst-python is an extension of the regular GStreamer Python bindings based on gobject-introspection information and PyGObject,
-and provides “syntactic sugar” in form of overrides for various GStreamer APIs that makes them easier to use in Python and more
-pythonic; as well as support for APIs that aren’t available through the regular gobject-introspection based bindings, such as
-e.g. GStreamer’s fundamental GLib types such as Gst.Fraction, Gst.IntRange etc.
-
--   Added a GstTagList override that makes a tag list act like a dict
-
--   Fix build and usage in Windows
-
--   Various fixes for Python >= 3.12
-
--   Rework libpython loading to be relocatable
-
--   Fix libpython dlopen on macOS
-
-## GStreamer C# Bindings
-
--   The GStreamer C# bindings have been updated to a more recent version of GtkSharp and the bindings have been regenerated with
-    that version.
-
--   GStreamer API added in recent GStreamer releases is now available
-
--   GstRtspServer bindings have been added, plus an RTSP server example
-
-## GStreamer Rust Bindings and Rust Plugins
-
-The GStreamer Rust bindings and plugins are released separately with a different release cadence that’s tied to the twice-a-year
-GNOME release cycle.
-
-The latest release of the bindings (0.22) has already been updated for the new GStreamer 1.24 APIs, and works with any GStreamer
-version starting at 1.14.
-
-gst-plugins-rs, the module containing GStreamer plugins written in Rust, has also seen lots of activity with many new elements
-and plugins. The GStreamer 1.24 binaries track the 0.12 release series of gst-plugins-rs, and fixes from newer versions will be
-backported as needed to the 0.12 brach for future 1.24.x bugfix releases.
-
-Rust plugins can be used from any programming language. To applications they look just like a plugin written in C or C++.
-
-### WebRTC
-
--   New element webrtcsrc that can act as a recvonly WebRTC client. Just like the opposite direction, webrtcsink, this can
-    support various different WebRTC signalling protocols. Some are included with the plugin and provide their own element
-    factory for easier usage but it is also possible for applications to provide new signalling protocol implementations.
-
--   webrtcsink now exposes the signaller as property and allows implementing a custom signaller by connecting signal handlers to
-    the default signaller.
-
--   A new signaller and webrtcsink implementation for Janus’ VideoRoom implementation. The corresponding webrtcsrc signaller
-    implementation is currently in a merge request in GitLab.
-
--   New whepsrc element that can receive WHEP WebRTC streams. This is currently not based on webrtcsrc but in the future a new
-    element around webrtcsrc will be added.
-
--   New whipserversrc element around webrtcsrc for ingesting WHIP WebRTC streams in GStreamer.
-
--   New whipclientsink element around webrtcsink for publishing WHIP WebRTC streams from GStreamer. This deprecates the old
-    whipsink element.
-
--   A new signaller and webrtcsink implementation for LiveKit. The corresponding webrtcsrc signaller implementation was merged
-    into the git repository recently.
-
--   A new signaller and webrtcsink implementation for AWS Kinesis Video Streams
-
--   webrtcsink has a new payloader-setup signal to allow the application more fine grained control over the RTP payloader
-    configuration, similar to the already existing encoder-setup signal for encoders.
-
--   webrtcsrc gained support for a custom navigation event protocol over the data channel, which is compatible with the
-    navigation event protocol supported by webrtcsink.
-
--   webrtcsink supports encoded streams as input. Using encoded streams will disable webrtcsinks congestion control changing any
-    encoded stream parameters.
-
--   webrtcsink and webrtcsrc have a new signal ‘request-encoded-filter’ to allow transformations of the encoded stream. This can
-    be used, for example, for the same use-cases as the WebRTC Insertable Streams API.
-
--   gstwebrtc-api: JavaScript API for interacting with the default signalling protocol used by webrtcsink / webrtcsrc.
-
-… and various other smaller improvements!
-
-### RTSP
-
--   New rtspsrc2 element. Only a subset of RTSP features are implemented so far:
-    -   RTSP 1.0 support
-    -   TCP, UDP, UDP-Multicast lower transports
-    -   RTCP SR, RTCP RR, RTCP-based A/V sync
-        -   Tested for correctness in multicast cases too
-    -   Lower transport selection and order (NEW!)
-        -   The existing rtspsrc has a hard-coded order list for lower transports
-    -   Many advanced features are not implemented yet, such as non-live support. See the README for the current status.
-
-### GTK4
-
--   Support for rendering GL textures on X11/EGL, X11/GLX, Wayland, macOS, and WGL/EGL on Windows.
-
--   Create a window for testing purposes when running in gst-launch-1.0 or if GST_GTK4_WINDOW=1 is set.
-
--   New background-color property for setting the color of the background of the frame and the borders, if any. This also allows
-    setting a fully transparent background.
-
--   New scale-filter property for defining how to scale the frames.
-
--   Add Python example application to the repository.
-
--   Various bugfixes, including support for the new GTK 4.14 GL renderer. The plugin needs to be built with at least the
-    gtk_v4_10 feature to work with the new GTK 4.14 GL renderer, and will work best if built with the gtk_v4_14 feature.
-
-### Closed Caption
-
--   Add cea608tocea708 element for upconverting CEA-608 captions to their CEA-708 representation.
-
--   Add support for translations within transcriberbin.
-
--   awstranscriber supports translating the transcribed text into different languages, including multiple languages at the same
-    time.
-
--   awstranscriber is using the new HTTP/2-based API now instead of the WebSocket-based one.
-
-### Other new elements
-
--   New awss3putobjectsink that works similar to awss3sink but with a different upload strategy.
-
--   New hlscmafsink element for writing HLS streams with CMAF/ISOBMFF fragments.
-
--   New inter plugin with new intersink and intersrc elements that allow to 1:N connect different pipelines in the same process.
-    This is implemented around the appsrc / appsink-based StreamProducer API that is provided as part of the GStreamer Rust
-    bindings, and is also used inside webrtcsrc and webrtcsink.
-
--   New livesync element that allows maintaining a contiguous live stream without gaps from a potentially unstable source.
-
--   New isomp4mux non-fragmented MP4 muxer element.
-
-### Other improvements
-
--   audiornnoise
-    -   Attach audio level meta to output buffers.
-    -   Add voice detection threshold property
--   fmp4mux
-    -   Add support for CMAF-style chunking, e.g. low-latency / LL HLS and DASH
-    -   Add support for muxing Opus, VP8, VP9 and AV1 streams
-    -   Add ‘offset-to-zero’ property and make media/track timescales configurable
--   hlssink3
-    -   Allow adding EXT-X-PROGRAM-DATE-TIME tag to the manifest.
-    -   Allow generating I-frame-only playlist
--   ndi
-    -   Closed Caption support in ndisrc / ndisink
-    -   Zero-copy output support in ndisrc for raw video and audio
--   spotifyaudiosrc: Support configurable bitrate
-
-For a full list of changes in the Rust plugins see the gst-plugins-rs ChangeLog between versions 0.9 (shipped with GStreamer
-1.22) and 0.12 (shipped with GStreamer 1.24).
-
-## Cerbero Rust support
-
--   As of GStreamer 1.24, the GStreamer Rust plugins are shipped as part of our binary packages on all major platforms. This
-    includes Android and iOS now in addition to macOS and Windows/MSVC.
-
-## Build and Dependencies
-
--   Meson >= 1.1 is now required for all modules
-
--   The GLib requirement has been bumped to >= 2.64
-
--   liborc >= 0.4.38 is strongly recommended
-
--   libnice >= 0.1.22 is strongly recommended, as it is required for WebRTC ICE consent freshness (RFC 7675).
-
--   gst-libav was updated for FFmpeg API deprecations and removals
-
--   libwebpmux is required for the animated WebP support
-
--   The wpe plugin gained support for the WPEWebKit 2.0 API version
-
--   Bumped minimum libva version to 1.12 for the va plugin.
-
--   zxing: added support for the zxing-c++ 2.0 API
-
--   The ptp-helper for Precision Time Protocol (PTP) support in GStreamer core has been rewritten in Rust, and the minimum
-    required Rust version for building this is 1.48, i.e. the version currently in Debian oldstable. On Windows, at least Rust
-    1.54 is needed. There is a new ptp-helper Meson feature option that can be used to make sure everything needed for PTP
-    support is available (if set to ptp-helper=enabled). cargo is not required for building.
-
--   gst-plugins-rs requires Rust 1.70 or newer.
-
--   Link to libsoup at build time in all cases on non-Linux, and only load it dynamically on Linux systems where we might need
-    to support a mix of applications with dependencies that might be using libsoup2 or libsoup3. A “soup-version” meson build
-    option was added to prefer a specific version. Distros should make sure that libsoup is still a package dependency, since
-    it’s still required at runtime for the soup and adaptivedemux2 plugins to function.
-
--   libjack is now dynamically loaded at runtime by the JACK audio plugin, and no longer a hard build dependency. However, it
-    still is a runtime dependency, so distros should make sure it remains a package dependency.
-
-Monorepo build (née gst-build)
-
--   There is now a top-level meson build option to enable/require webrtc
-
--   The FFmpeg subproject wrap was udpated to 6.1
-
--   A libvpx wrap was added (for VP8/VP9 software encoding/decoding)
-
-gstreamer-full
-
--   Add full static build support, including on Windows: Allow a project to use gstreamer-full as a static library and link to
-    create a binary without dependencies. Introduce the meson build option gst-full-target-type to select the build type:
-    dynamic (default) or static.
-
--   Registers all full features in a plugin now to offer the possibility to get information at the plugin level and get it from
-    the registry. All the full features are now registered in a fullstaticfeatures meta plugin instead of having a NULL plugin.
-
-Development environment
-
--   add VSCode IDE integration
-
--   gst-env.py: Output a setting for the prompt with --only-environment
-
-### Cerbero
-
-Cerbero is a meta build system used to build GStreamer plus dependencies on platforms where dependencies are not readily
-available, such as Windows, Android, iOS, and macOS.
-
-General improvements
-
--   New plugins have been added
-    -   codecalpha dvbsubenc rtponvif switchbin videosignal isac ivfparse inter rtspsrc2
--   JACK plugin is now available all platforms (previously only Linux), and will be loaded if the JACK library is found at
-    plugin load time
--   Several recipes were ported to meson, leading to faster builds and better MSVC support
-    -   ffmpeg, gperf, lame, libvpx, ogg, opencore-amr, sbc, speex, tiff, webrtc-audio-processing
-    -   For more information, please see the tracker issue
--   Some recipes are now outdated or unnecessary and have been removed:
-    -   intltool, libkate
--   Various recipe updated to their latest versions
--   Rust toolchain updated to 1.76.0 (latest as of writing)
--   Rust plugins are now stripped and debug info split out correctly, reducing their size
--   Fix several spurious build issues, especially with the Rust toolchain
--   CMake is picked up from the system if available
--   Cerbero will no longer OOM or consume excessive resources on low-end systems
--   Python recipes have been moved from setuptools to virtualenv
--   Fixed support for Python 3.12+
-
-macOS
-
--   Minimum macOS version has been increased to 10.13 (High Sierra)
-    -   Released 5½ years ago, >95% marketshare
--   Fix macOS app store validation issue caused by absolute RPATHs
--   Rosetta is automatically installed if required for universal builds on Apple Silicon
--   The official macOS binaries now also include static libs for the GStreamer Rust plugins
-
-iOS
-
--   Minimum iOS version has been increased to 12.0
--   The iOS binary packages now include the GStreamer Rust plugins
--   tremor and ivorbisdec plugins are no longer shipped on iOS
-
-Windows
-
--   New features shipped with the official binaries:
-    -   plugins: dwrite d3d12 (MSVC) soundtouch (MSVC) taglib (MSVC) webrtcdsp (MSVC)
-    -   plugin features: d3d11-wgc (Windows Graphics Capture Support)
-    -   libraries: gstdxva-1.0
--   New qml6 plugin can be built on Windows with the qt6 variant enabled
-    -   Similar to qt5, this plugin cannot be included in the official binaries
--   GLib process handling helpers for Windows are now shipped
--   Windows 11 SDK is now required for builds
-    -   Visual Studio 2019 and newer ship this SDK
--   MSYS is now deprecated for building Windows binaries, will be removed in the next release
-    -   MSYS2 is required, and the bootstrap script tools/bootstrap-windows.ps can install it for you
--   Windows bootstrap script tools/bootstrap-windows.ps1 is much more interactive and user-friendly now
--   Fixed Pango crash on 32-bit Windows
--   WiX packaging now works with cross-windows builds from linux
-
-Linux
-
--   Linux packages will now also include static libs for the GStreamer Rust plugins
--   Add Python support for multiarch distributions
--   Build fixes for various recipes on multiarch distributions
--   Use arch-specific libdir correctly on multiarch distributions
--   gst-omx was removed from gstreamer, and hence is no longer shipped
--   Fixed Gentoo support
--   Added support for RHEL 9
--   Added support for Rocky Linux
--   Added support for Manjaro Linux
-
-Android
-
--   Android NDK has been updated to r25c
-    -   Only the Clang toolchain is used from the NDK now (both target and host)
-    -   gnustl has been completely removed
--   The Android binary packages now include the GStreamer Rust plugins
--   tremor and ivorbisdec plugins are no longer shipped on Android
--   openh264 plugin no longer enables ASM optimizations on Android x86 due to relocation errors
-
-## Platform-specific changes and improvements
-
-### Android
-
--   Add NDK implementation of Android MediaCodec. This reduces the amount of Java <-> native calls, which should reduce
-    overhead.
-
--   Add support for AV1 to the androidmedia video encoder and decoder.
-
-### Apple macOS and iOS
-
--   osxaudio: audio clock improvements (interpolate based on system time)
-
--   Set activation policy in gst_macos_main() and in osxvideosink and glimagesink. Setting the policy to
-    NSApplicationActivationPolicyAccessory by default makes sure that we can activate windows programmatically or by clicking on
-    them. Without that, windows would disappear if you clicked outside them and there would be no way to bring them to front
-    again. This change also allows osxvideosink to receive navigation events correctly.
-
-### Windows
-
--   New DirectWrite text rendering plugin with dwriteclockoverlay, dwritetimeoverlay, dwritetextoverlay, dwritesubtitlemux, and
-    dwritesubtitleoverlay elements, including closed caption overlay support in dwritetextoverlay.
-
--   PTP clock support is now also available on Windows
-
--   qml6d3d11sink is a new Direct3D11 Qt6 QML sink for Windows as an alternative to the existing qml6glsink.
-
--   wasapi2 audio plugin:
-
-    -   Added an option to monitor a loopback device’s mute state
-    -   Allows process loopback capture on Windows 10
-
--   win32ipc supports zero-copy rendering now through a shared bufferpool.
-
--   Add a Windows-specific plugin loader implementation (gst-plugin-scanner), so plugin loading during registry updates happens
-    in an external process on Windows as well.
-
--   gst_video_convert_sample() which is often used for thumbnailing gained a D3D11 specific conversion path.
-
--   d3d11 plugin:
-
-    -   d3d11mpeg2dec element is promoted to PRIMARY + 1 rank
-    -   Added d3d11ipcsrc and d3d11ipcsink elements for zero-copy GPU memory sharing between multiple processes.
-    -   Added HLSL shader pre-compilation (at binary build time) support in MSVC build.
-    -   d3d11videosink and d3d11convert elements support 3D transform, MSAA (MultiSampling Anti-Aliasing) and anisotropic
-        sampling method.
-    -   Added support for more raw video formats by using compute shader. A list of supported raw video formats can be found in
-        the d3d11videosink plugin documentation.
-    -   Added d3d11overlay element for applications to be able to draw/blend an overlay image on Direct3D11 texture directly.
-
--   New Direct3D12 plugin: From a video decoding, conversion, composition, and rendering point of view, this new d3d12 plugin is
-    feature-wise near equivalent to the d3d11 plugin. Notable differences between d3d12 and d3d11 are:
-    -   The GStreamer Direct3D12 integration layer is not exposed as a GStreamer API yet. Thus, other plugins such as amfcodec,
-        nvcodec, qsv, and dwrite are not integrated with d3d12 yet.
-    -   H.264 video encoding support via d3d12h264enc element.
-        -   Direct3D12 video encoding API requires Windows 11 or DirectX 12 Agility SDK
-    -   IPC, overlay, and deinterlace elements are not implemented in d3d12
-    -   Windows Graphics Capture API based screen capturing is not implemented in d3d12
-    -   In this release, MSVC is the only officially supported toolchain for the d3d12 plugin build.
-    -   All d3d12 elements are zero ranked for now. Users will need to adjust rank of each d3d12 element via GST_PLUGIN_RANK
-        environment or appropriate plugin feature APIs if they want these elements autoplugged.
-
-## Documentation improvements
-
--   hotdoc has been updated to the latest version, and the theme has also been updated, which should fix various usability
-    issues.
-
-## Possibly Breaking Changes
-
--   gst_plugin_feature_check_version() has been updated to fix unexpected version check behaviour for git versions. It would
-    return TRUE if the plugin version is for a git development version (e.g. 1.24.0.1) and the check is for the “next” micro
-    version (1.24.1). Now it no longer does this. This just brings the runtime version check in line with the build time version
-    checks which have been fixed some time ago.
-
--   GstAudioAggregator and subclasses such as audiomixer now sync property values to output timestamp, which is what
-    GstVideoAggregator has been doing already since 2019, and which makes sense, as the properties need to change at every
-    output frame based on the output time because they may change even though the input frame is not changing.
-
--   rtpac3depay now outputs audio/x-ac3 instead of audio/ac3 as that is the canonical media format in GStreamer. audio/ac3 is
-    still sometimes accepted as input format for backwards compatibility (e.g. in rtpac3pay or ac3parse), but shouldn’t be
-    output.
-
--   timecodestamper: The “drop-frame” property now defaults to TRUE
-
--   The NVIDIA desktop GPU decoders nvh264sldec, nvh265sldec, nvvp8sldec and nvvp9sldec were renamed to nvh264dec, nvh265dec,
-    nvvp8dec and nvvp9dec, respectively.
-
-## Known Issues
-
--   There are known issues with FFmpeg version 6.0.0 due to opaque passing being broken in that version. This affects at least
-    avdec_h264, but may affect other decoders as well. Versions before 6.0.0, and 6.0.1 or higher are not affected.
-
--   gst-libav currently doesn’t build against the latest FFmpeg 7.0 release. This is being worked on and tracked in this “libav:
-    Fix compatibility with ffmpeg 7” Merge Request.
-
-## Statistics
-
--   4643 commits
-
--   2405 Merge Requests
-
--   850 Issues
-
--   290+ Contributors
-
--   ~25% of all commits and Merge Requests were in Rust modules
-
--   4747 files changed
-
--   469633 lines added
-
--   209842 lines deleted
-
--   259791 lines added (net)
-
-## Contributors
-
-Aaron Boxer, Aaron Huang, Acky Xu, adixonn, Adrian Fiergolski, Adrien De Coninck, Akihiro Sagawa, Albert Sjölund, Alessandro
-Bono, Alexande B, Alexander Slobodeniuk, Alicia Boya García, amindfv, Amir Naghdinezhad, anaghdin, Anders Hellerup Madsen,
-Andoni Morales Alastruey, Antonio Kevo, Antonio Rojas, Arnaud Rebillout, Arnaud Vrac, Arun Raghavan, badcel, Balló György, Bart
-Van Severen, Bastien Nocera, Benjamin Gaignard, Bilal Elmoussaoui, Brad Hards, Camilo Celis Guzman, Carlo Cabrera, Carlos
-Falgueras García, Carlos Rafael Giani, Célestin Marot, Chao Guo, Charlie Blevins, Cheah, Vincent Beng Keat, Chris Degawa, Chris
-Spencer, Christian Curtis Veng, Christian Meissl, Christopher Degawa, Chris Wiggins, Cidana-Developers, Colin Kinloch, Damian
-Hobson-Garcia, Daniel Almeida, Daniel Knobe, Daniel Moberg, Daniel Morin, Daniel Pendse, Daniel Stone, Daniel Ulery, Dan
-Searles, Dario Marino Saccavino, Dave Patrick Caberto, David Craven, David Revay, David Rosca, David Svensson Fors, Detlev
-Casanova, Diego Nieto, Dominique Leroux, Dongyun Seo, Doug Nazar, Edward Hervey, Ekwang Lee, elenril, Elliot Chen, Enrique Ocaña
-González, Erik Fröbrant, Eva Pace, Evgeny Pavlov, Fabian Orccon, Felix Yan, Fernando Jiménez Moreno, Florian Zwoch, François
-Laignel, Frank Dana, Georges Basile Stavracas Neto, Guillaume Desmottes, Guillaume Gomez, Gwyn Ciesla, Haihua Hu, Hassene Tmar,
-hassount, Heiko Becker, He Junyan, hguermaz, Hiero32, Hosang Lee, Hou Qi, Hugo Svirak, Hugues Fruchet, Hu Qian, Hyung Song,
-Ignazio Pillai, Ilie Halip, Itamar Marom, Ivan Molodetskikh, Ivan Tishchenko, JackZhouVCD, Jacob Johnsson, jainl28patel, Jakub
-Adam, James Cowgill, James Hilliard, James Oliver, Jan Alexander Steffens (heftig), Jan Beich, Jan Schmidt, Jan Vermaete, Jayson
-Reis, Jeff Wilson, Jeongki Kim, Jeri Li, Jimmi Holst Christensen, Jimmy Ohn, Jochen Henneberg, Johan Adam Nilsson, Johan
-Sternerup, John King, Jonas Danielsson, Jonas K Danielsson, Jonas Kvinge, Jordan Petridis, Jordan Yelloz, Josef Kolář, Juan
-Navarro, Julien Isorce, Jun Zhao, Jurijs Satcs, Kalev Lember, Kamal Mostafa, kelvinhu325, Kevin Song, Khem Raj, Kourosh
-Firoozbakht, Leander Schulten, Leif Andersen, L. E. Segovia, Lieven Paulissen, lijing0010, Lily Foster, Link Mauve, Li Yuanheng,
-Loïc Le Page, Loïc Molinari, Lukas Geiger, Luke McGartland, Maksym Khomenko, Ma, Mingyang, Manel J, Marcin Kolny, Marc Leeman,
-Marc Solsona, Marc Wiblishauser, Marek Vasut, Marijn Suijten, Mark Hymers, Markus Ebner, Martin Nordholts, Martin Robinson, Mart
-Raudsepp, Marvin Schmidt, Mathieu Duponchelle, Matt Feury, Matthew Waters, Matthias Fuchs, Matthieu Volat, Maxim P. Dementyev,
-medithe, Mengkejiergeli Ba, Michael Bunk, Michael Gruner, Michael Grzeschik, Michael Olbrich, Michael Tretter, Michiel
-Westerbeek, Mihail Ivanchev, Ming Qian, Nader Mahdi, naglis, Nick Steel, Nicolas Beland, Nicolas Dufresne, Nirbheek Chauhan,
-Olivier Babasse, Olivier Blin, Olivier Crête, Omar Khlif, Onur Demiralay, Patricia Muscalu, Paul Fee, Pawel Stawicki, Peter
-Stensson, Philippe Normand, Philipp Zabel, PhoenixWorthVCD, Piotr Brzeziński, Priit Laes, Qian Hu, Rabindra Harlalka, Rafał
-Dzięgiel, Rahul T R, rajneeshksoni, Ratchanan Srirattanamet, renjun wang, Rhythm Narula, Robert Ayrapetyan, Robert Mader, Robert
-Rosengren, Robin Gustavsson, Roman Lebedev, Rouven Czerwinski, Ruben Gonzalez, Ruslan Khamidullin, Ryan Pavlik, Sanchayan Maity,
-Sangchul Lee, Scott Kanowitz, Scott Moreau, SeaDve, Sean DuBois, Sebastian Dröge, Sebastian Szczepaniak, Sergey Radionov,
-Seungha Yang, Shengqi Yu, Simon Himmelbauer, Slava Andrejev, Slawomir Pawlowski, soak, Stefan Brüns, Stéphane Cerveau, Stephan
-Seitz, Stijn Last, Talha Khan, Taruntej Kanakamalla, Jin Chung Teng, Théo Maillart, Thibault Saunier, Thomas Schneider,
-Tim-Philipp Müller, Tobias Rapp, Tong Wu, Tristan van Berkom, ttrigui, U. Artie Eoff, utzcoz, Víctor Manuel Jáquez Leal, Vivia
-Nikolaidou, Wang Chuan, William Manley, Wojciech Kapsa, Xabier Rodriguez Calvar, Xavier Claessens, Xuchen Yang, Yatin Maan,
-Yinhang Liu, Yorick Smilda, Yuri Fedoseev, Gang Zhao, Jack Zhou, …
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-Stable 1.24 branch
-
-After the 1.24.0 release there will be several 1.24.x bug-fix releases which will contain bug fixes which have been deemed
-suitable for a stable branch, but no new features or intrusive changes will be added to a bug-fix release usually. The 1.24.x
-bug-fix releases will be made from the git 1.24 branch, which will be a stable branch.
-
-1.24.0
-
-GStreamer 1.24.0 was released on 4 March 2024.
-
-1.24.1
-
-The first 1.24 bug-fix release (1.24.1) was released on 21 March 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.0.
-
-Highlighted bugfixes in 1.24.1
-
--   Fix instant-EOS regression in audio sinks in some cases when volume is 0
--   rtspsrc: server compatibility improvements and ONVIF trick mode fixes
--   rtsp-server: fix issues if RTSP media was set to be both shared and reusable
--   (uri)decodebin3 and playbin3 fixes
--   adaptivdemux2/hlsdemux2: Fix issues with failure updating playlists
--   mpeg123 audio decoder fixes
--   v4l2codecs: DMA_DRM caps support for decoders
--   va: various AV1 / H.264 / H.265 video encoder fixes
--   vtdec: fix potential deadlock regression with ProRes playback
--   gst-libav: fixes for video decoder frame handling, interlaced mode detection
--   avenc_aac: support for 7.1 and 16 channel modes
--   glimagesink: Fix the sink not always respecting preferred size on macOS
--   gtk4paintablesink: Fix scaling of texture position
--   webrtc: Allow resolution and framerate changes, and many other improvements
--   webrtc: Add new LiveKit source element
--   Fix usability of binary packages on arm64 iOS
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   registry, ptp: Canonicalize the library path returned by dladdr
--   segment: Don’t use g_return_val_if_fail() in gst_segment_to_running_time_full()
--   uri: Sort uri protocol sources/sinks by feature name to break a feature rank tie
--   ptp: Initialize expected DELAY_REQ seqnum to an invalid value
--   ptp: Don’t install test executable
--   gst-inspect: fix –exists for plugins with versions other than GStreamer’s version, like the Rust plugins
--   identity: Don’t refuse seeks unless single-segment=true
-
-gst-plugins-base
-
--   audiobasesink: Don’t wait on gap events
--   audioencoder: Avoid using temporarily mapped memory as base for input buffers
--   decodebin3: Be more specific when sending missing plugin messages
--   decodebin3: Fix re-usability issues
--   decodebin3: Provide clear error message if no decoders present
--   playbin3: Remove un-needed URI NULL check
--   uridecodebin3: Don’t hold lock when posting messages or signals
--   uridecodebin3: Handle potential double redirection errors
--   glimagesink: Fix the sink not always respecting preferred size on macOS
--   glupload: Do not propose allocators with sysmem, fixes warning when playing VP9 with alpha
--   shmallocator: fix build on Illumos
--   meson: Fix the condition to skip theoradec test
-
-gst-plugins-good
-
--   adaptivdemux/hlsdemux2: Fix issues with failure updating playlists
--   mpg123audiodec: Correctly handle the case of clipping all decoded samples
--   mpg123audiodec: gst_audio_decoder_allocate_output_buffer: assertion ‘size > 0’ failed
--   qt: Fix description in meson build options
--   qtdemux: Do not set channel-mask to zero
--   rtspsrc: remove ‘deprecated’ flag from the ‘push-backchannel-sample’ signal
--   rtspsrc: Consider 503 Service Not Available when handling broken control urls
--   rtspsrc, rtponviftimestamp: ONVIF mode fixes
--   rtspsrc: Don’t invoke close when stopping if we’ve started cleanup, fixing potential crash on shutdown
--   rtpgstpay: Delay pushing of event packets until the next buffer
-
-gst-plugins-bad
-
--   asio: Fix {input,output}-channels property handling
--   cuda,d3d11,d3d12bufferpool: Disable preallocation
--   d3d11device: Fix adapter LUID comparison in wrapped device mode
--   d3d12device: Fix IDXGIFactory2 leak
--   d3d12: Fix SDK debug layer activation
--   dvbsubenc: Fix bottom field size calculation
--   dvdspu: avoid null dereference
--   GstPlay: Fix a critical warning in error callback
--   v4l2codecs: decoders: Add DMA_DRM caps support
--   vaav1enc: Init the output_frame_num when resetting gf group
--   vah264enc, vah265enc, vaav1enc: fix potential crash on devices without rate control
--   vah265enc: checking surface alignment
--   videoparsers: Don’t verbosely warn about CEA_708_PROCESS_EM_DATA_FLAG not being set
--   vtdec: Fix a deadlock during ProRes playback, handle non-linked gracefully
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4paintablesink: Fix scaling of texture position
--   janusvrwebrtcsink: Handle 64 bit numerical room ids
--   janusvrwebrtcsink: Don’t include deprecated audio/video fields in publish messages
--   janusvrwebrtcsink: Handle various other messages to avoid printing errors
--   livekitwebrtc: Fix shutdown behaviour
--   rtpgccbwe: Don’t forward buffer lists with buffers from different SSRCs to avoid breaking assumptions in rtpsession
--   sccparse: Ignore invalid timecodes during seeking
--   webrtcsink: Don’t try parsing audio caps as video caps
--   webrtc: Allow resolution and framerate changes
--   webrtcsrc: Make producer-peer-id optional
--   livekitwebrtcsrc: Add new LiveKit source element
--   regex: Add support for configuring regex behaviour
--   spotifyaudiosrc: Document how to use with non-Facebook accounts
--   webrtcsrc: Add do-retransmission property
-
-gst-libav
-
--   avcodecmap: Increase max AAC channels to 16
--   avviddec: Fix how we get back the codec frame
--   avviddec: Fix interlaced mode detection
--   avviddec: Double check if AV_CODEC_FLAG_COPY_OPAQUE port is safe for our scenario
-
-gst-rtsp-server
-
--   media: gst_rtsp_media_set_reusable() and gst_rtsp_media_set_shared() have become incompatible
--   rtsp-stream: clear sockets when leaving bin
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix critical warning
-
-gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.1
-
--   gstreamer: Enable ptp helper explicitly
--   gst-plugins-bad: Package new insertbin plugin
--   gst-plugins-rs: Adjust parallel architecture build blocks
--   libnice: update to 0.1.22
--   pixman: Bump to 0.43.4
--   orc: disable JIT code generation on arm64 on iOS again, fixing crashes
-
-Contributors to 1.24.1
-
-Alexander Slobodeniuk, Antonio Larrosa, Edward Hervey, Elizabeth Figura, François Laignel, Guillaume Desmottes, He Junyan, Jan
-Schmidt, Jordan Yelloz, L. E. Segovia, Mark Nauwelaerts, Mathieu Duponchelle, Michael Tretter, Mikhail Rudenko, Nicolas
-Dufresne, Nirbheek Chauhan, Philippe Normand, Piotr Brzeziński, Robert Mader, Ruijing Dong, Sebastian Dröge, Seungha Yang,
-Thomas Goodwin, Thomas Klausner, Tim-Philipp Müller, Xi Ruoyao,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.1
-
--   List of Merge Requests applied in 1.24.1
--   List of Issues fixed in 1.24.1
-
-1.24.2
-
-The second 1.24 bug-fix release (1.24.2) was released on 9 April 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.2
-
--   H.264 parsing regression fixes
--   WavPack typefinding improvements
--   Video4linux fixes and improvements
--   Android build and runtime fixes
--   macOS OpenGL memory leak and robustness fixes
--   Qt/QML video sink fixes
--   Package new analytics and mse libraries in binary packages
--   Windows MSVC binary packages: fix libvpx avx/avx2/avx512 instruction set detection
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Block futex_time64 usage on Android API level < 30
--   basesrc: Clear submitted buffer lists consistently with buffers
--   ptpclock: fix double free of domain data during deinit
--   clocksync: Proxy allocation queries
--   inputselector: fix possible clock leak on shutdown
--   typefind: Handle WavPack block sizes > 131072
-
-gst-plugins-base
-
--   glcolorconvert: Ensure glcolorconvert does not miss supported RGB formats
--   gl/macos: a couple of race/reference count fixes
--   pbutils: descriptions: Don’t warn on MPEG-1 audio caps without layer field
--   encodebin: Add the parser before timestamper to tosync list
--   videorate: Reset last_ts when a new segment is received
-
-gst-plugins-good
-
--   qml6glsink: fix destruction of underlying texture
--   qt/qt6: Fixup for dummy textures
--   rtpjitterbuffer: Don’t use estimated_dts to do default skew adjustment
--   rtpjitterbuffer: Use an extended RTP timestamp for the clock-base
--   rtpmp4adepay: Set duration on outgoing buffers
--   tests: rtpred: fix out-of-bound writes
--   v4l2: allocator: Fix unref log/trace on memory release
--   v4l2: Also set max_width/max_width if enum framesize fail
--   v4l2: enforce a pixel aspect ratio of 1/1 if no data are available
--   v4l2: fix error in calculating padding bottom for tile format
--   v4l2src: need maintain the caps order in caps compare when fixate
--   vpxenc: Include vpx error details in errors and warnings
-
-gst-plugins-bad
-
--   h264parse: element hangs with some video streams (regression)
--   h264parse: Revert “AU boundary detection changes”
--   alphadecodebin: Explicitly pass 64 bit integers as such through varargs
--   atdec: Set a channel mask for channel counts greater than 2
--   ccconverter: Fix caps leak and remove unnecessary code
--   d3d11videosink: disconnect signals before releasing the window
--   d3d11: meson: Add support for MinGW DirectXMath package and update directxmath wrap to 3.1.9
--   d3d11: meson: Disable library build if DirectXMath header was not found
--   dwrite: Fix crash on device update
--   GstPlay: Update video_snapshot to support playbin3
--   jpegparse: avi1 tag can be progressive
--   jpegparse: turn some bus warnings into object ones
--   qsvdecoder: Release too old frames
--   ristsrc: Only free caps if needed
--   va: av1enc: Correct the reference number and improve the reference setting
--   va: {vp9, av1}enc: Avoid reopen encoder or renegotiate
--   videoparsers: Demote CC warning message
--   vkbufferpool: correct usage flags type
--   vkh26xdec: a couple decoding fixes
--   vtdec: Fix caps criticals during negotiation
--   wpe: avoid crash with G_DEBUG=fatal_criticals and static build
--   Sink missing floating references
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   aws: use fixed BehaviorVersion
--   aws: improve error message logs
--   fmp4: Update to dash-mpd 0.16
--   fmp4mux: Require gstreamer-pbutils 1.20 for the examples
--   onvifmetadataparse: Reset state in PAUSED->READY after pad deactivation, fixing occasional deadlock on shutdown
--   reqwest: Update to reqwest 0.12
--   webrtcsink: set perfect-timestamp=true on audio encoders
--   webrtcsink: improve panic message on unexpected caps during discovery
--   webrtchttp: Update to reqwest 0.12
--   webrtc: fix inconsistencies in documentation of object names
--   Fix clippy warnings after upgrade to Rust 1.77
-
-gst-libav
-
--   avviddec: Fix AVPacket leak
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: frame-composition-meta: Stop using keyword ‘operator’ for field in C++
-
-gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   webrtc examples: set perfect-timestamp=true on opusenc for better Chrome interoperability
-
-Development build environment
-
--   flac: Add subproject wrap and allow falling back to it in the flac plugin
--   libnice: bump subproject wrap to v0.1.22 (needed for ICE consent freshness support in gstwebrtc)
-
-Cerbero build tool and packaging changes in 1.24.2
-
--   glib: Block futex_time64 usage on Android API level < 30
--   libvpx: Fix build with Python 3.8
--   libvpx: Fix errors with avx* instruction set detection for x86* builds and MSVC
--   openjpeg: Update to 2.5.2
--   directxmath: Update to 3.1.9
--   gst-plugins-rs: Fix superstripping for ELF breaking all plugins
--   Rust-based plugin initialization hangs on Android with GStreamer 1.24.0
-
-Contributors to 1.24.2
-
-Alexander Slobodeniuk, Arnaud Vrac, Chao Guo, Chris Spencer, Daniel Morin, Edward Hervey, Elizabeth Figura, Elliot Chen, eri,
-François Laignel, Guillaume Desmottes, Haihua Hu, He Junyan, Hou Qi, Jan Schmidt, Jochen Henneberg, L. E. Segovia, Martin
-Nordholts, Matthew Waters, Nicolas Dufresne, Philippe Normand, Philipp Zabel, Piotr Brzeziński, Robert Guziolowski, Robert
-Mader, Ruben Gonzalez, Sebastian Dröge, Seungha Yang, Taruntej Kanakamalla, Thibault Saunier, Tim Blechmann, Tim-Philipp Müller,
-Víctor Manuel Jáquez Leal, Wojciech Kapsa, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.2
-
--   List of Merge Requests applied in 1.24.2
--   List of Issues fixed in 1.24.2
-
-1.24.3
-
-The third 1.24 bug-fix release (1.24.3) was released on 30 April 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.3
-
--   EXIF image tag parsing security fixes
--   Subtitle handling improvements in parsebin
--   Fix issues with HLS streams that contain VTT subtitles
--   Qt6 QML sink re-render and re-sizing fixes
--   unixfd ipc plugin timestamp and segment handling fixes
--   vah264enc, vah265enc: Do not touch the PTS of the output frame
--   vah264dec and vapostproc fixes and improvements
--   v4l2: multiple fixes and improvements, incl. for mediatek JPEG decoder and v4l2 loopback
--   v4l2: fix hang after seek with some v4l2 decoders
--   Wayland sink fixes
--   ximagesink: fix regression on RPi/aarch64
--   fmp4mux, mp4mux gained FLAC audio support
--   D3D11, D3D12: reliablity improvements and memory leak fixes
--   Media Foundation device provider fixes
--   GTK4 paintable sink improvements including support for directly importing dmabufs with GTK 4.14
--   WebRTC sink/source fixes and improvements
--   AWS s3sink, s3src, s3hlssink now support path-style addressing
--   MPEG-TS demuxer fixes
--   Python bindings fixes
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   ptp: Silence Rust compiler warning about some unused trait methods
-
-gst-plugins-base
-
--   EXIF image tag parsing security fixes
--   glcolorconvert: remove some dead code
--   parsebin: Ensure non-time subtitle streams get “parsed”
--   playbin3: Handle combiner update in case of errors
--   ximagesink: initialize mask for XISelectEvents
-
-gst-plugins-good
-
--   adaptivedemux2: Playback hangs with VTT fragments
--   adaptivedemux2: Avoid double usage of parsebin
--   pulsedeviceprovider: Add compare_device_type_name function and missing lock
--   qml6glsink: Notify that the returned QSGNode node has changes
--   qml6glsink: video content resizes to new item size
--   qtdemux: fix wrong full_range offset when parsing colr box
--   soup: fix thread name
--   v4l2: add multiplane y42b (yuv422m) support (for mediatek v4l2 jpeg decoder)
--   v4l2: bufferpool: Drop writable check on output pool process
--   v4l2: bufferpool: Ensure freshly created buffers are not marked as queued, fixing issues with v4l2sink on a v4l2loopback
-    device
--   v4l2: bufferpool: queue back the buffer flagged LAST but empty, fixes hangs after seek with some decoders
--   v4l2: silence valgrind warning
--   vpx: Include vpx error details in errors and warnings
-
-gst-plugins-bad
-
--   d3d11device: protect device_lock vs device_new
--   d3d11decoder, d3d12decoder: Fix potential use after free
--   d3d11videosink: Fix rendering on keyed mutex enabled handle
--   d3d12decoder: Fix d3d12 resource copy
--   d3d12encoder: Fix buffer pool leak
--   d3d12videosink: HWND event handling related fixes
--   d3d12vp9dec: Fix Intel GPU crash occurred when decoding VP9 SVC
--   dvbsubenc: fixed some memory leaks and a crash
--   GstPlay: fix read duration failure issue for some type rtsp streams which have valid duration
--   mediafoundation: Fix device enumeration
--   mediafoundation: Fix infinite loop in device provider
--   tests: fix possible libscpp build failure in gst-plugins-bad
--   tsdemux, tsparse: Fix Program equality check
--   tsdemux: Disable smart program update
--   unixfdsink: Take segment into account when converting timestamps
--   va: videoformat: use video library to get DRM fourcc
--   va: radeonsi: DRM RGB formats doesn’t look correctly mapped to VA formats
--   vah264enc, vah265enc: Do not touch the PTS of output frame
--   vaav1enc: Change the alignment of output to “tu”
--   vaallocator: disable derived all together for Mesa <23.3
--   waylandsink: free staged buffer when do gst_wl_window_finalize
--   wlwindow: clear configure mutex and cond when finalize
--   waylandsink: config buffer pool with query size when propose_allocation
--   v4l2codecs: Don’t unref allocation query caps
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
-Fixed:
-
--   hrtfrender: Use a bitmask instead of an int in the caps for the channel-mask
--   rtpgccbwe: Don’t log an error when pushing a buffer list fails while stopping
--   webrtcsink: Don’t panic in bitrate handling with unsupported encoders
--   webrtcsink: Don’t panic if unsupported input caps are used
--   webrtcsrc: Allow a None producer-id in request-encoded-filter signal
-
-Added:
-
--   aws: New property to support path-style addressing
--   fmp4mux / mp4mux: Support FLAC inside (f)MP4
--   gtk4: Support directly importing dmabufs with GTK 4.14
--   gtk4: Add force-aspect-ratio property similar to other video sinks
-
-gst-libav
-
--   libav: guard some recently dropped APIs
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   Fix Python library name fetching and library searching on Windows
--   Don’t link to python for the gi overrides module
-
-gst-editing-services
-
--   ges-launcher: Fix for forcing container profiles
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   debug-viewer: Fix plugin loading machinery
--   validate/flvdemux: Stop spamming audio/video on test
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.3
-
--   No changes
-
-Contributors to 1.24.3
-
-Alexander Slobodeniuk, Edward Hervey, Elliot Chen, F. Duncanh, François Laignel, Haihua Hu, He Junyan, Hou Qi, Jan Schmidt,
-Jimmy Ohn, Maksym Khomenko, Matthew Waters, Nicolas Dufresne, Nirbheek Chauhan, Philippe Normand, Philipp Zabel, Qian Hu (胡骞),
-Sanchayan Maity, Sebastian Dröge, Seungha Yang, Simonas Kazlauskas, Taruntej Kanakamalla, Tim Blechmann, Tim-Philipp Müller, U.
-Artie Eoff, Víctor Manuel Jáquez Leal, William Wedler, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.3
-
--   List of Merge Requests applied in 1.24.3
--   List of Issues fixed in 1.24.3
-
-1.24.4
-
-The fourth 1.24 bug-fix release (1.24.4) was released on 29 May 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.4
-
--   audioconvert: support more than 64 audio channels
--   avvidec: fix dropped frames when doing multi-threaded decoding of I-frame codecs such as DV Video
--   mpegtsmux: Correctly time out in live pipelines, esp. for sparse streams like KLV and DVB subtitles
--   vtdec deadlock fixes on shutdown and format/resolution changes (as might happen with e.g. HLS/DASH)
--   fmp4mux, isomp4mux: Add support for adding AV1 header OBUs into the MP4 headers, and add language from tags
--   gtk4paintablesink improvements: fullscreen mode and gst-play-1.0 support
--   webrtcsink: add support for insecure TLS and improve error handling and VP9 handling
--   v4l2codecs: decoder: Reorder caps to prefer DMA_DRM ones, fixes issues with playbin3
--   vah264enc, vah265enc: timestamp handling fixes; generate IDR frames on force-keyunit-requests, not I frames
--   Visualizer plugins fixes
--   Avoid using private APIs on iOS
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Fix 32 bit assertions in GST_TIME_TO_TIMEVAL and GST_TIME_TO_TIMESPEC
--   systemclock: fix usage of __STDC_NO_ATOMICS__
--   filesrc: Don’t abort on _get_osfhandle() on Windows
--   tests: Avoid using “bool” for the variable name
--   Various Solaris / Illumos fixes
--   parse: Don’t assume that child proxy child objects are GstObjects
-
-gst-plugins-base
-
--   audioconvert: Support converting >64 channels
--   decodebin3: Fix caps and stream leaks
--   playbin(3), streamsynchronizer: Fix deadlock when streams have been flushed before others start
--   videotestsrc: fix race condition when clearing cached buffer
--   Fix visualization plugins
--   GstDiscoverer hangs when processing media file containing mebx on MacOS
--   glmixer: Add GL_SYNC_META option to buffer pool
--   typefinding: Fix ID_ODD_SIZE handling regression in WavPack typefinder
-
-gst-plugins-good
-
--   osxaudio: Avoid using private APIs on iOS
--   qtdemux: unit test fixes for 32-bit platforms
-
-gst-plugins-bad
-
--   cudamemory: Fix offset of subsampled planar formats
--   d3d11: Revert “d3d11device: protect device_lock vs device_new
--   d3dshader: Fix gamma and primaries conversion pixel shader
--   dtlsconnection: Fix overflow in timeout calculation on systems with 32 bit time_t
--   GstPlay: Initialize debug category and error quark in class_init
--   kmssink: Do not close the DRM prime handle twice
--   mpegtsmux: Correctly time out and mux anyway in live pipelines
--   nvcodec: Accept progressive-high profiles for h264
--   nvencoder: Fix maximum QP value setting
--   qsvh264dec, qsvh265dec: Fix nalu leaks
--   v4l2codecs: decoder: Reorder caps to prefer DMA_DRM ones
--   vah264enc, vah265enc: Let FORCE_KEYFRAME be IDR frame rather than just I frame
--   vah264enc, vah265enc: Set DTS offset before PTS
--   vkh26xdec: Fix stop memory leak
--   vtdec: Fix deadlock when negotiating format change
--   vtdec: Fix PAUSED->READY deadlock when output loop is running
--   wayland: Use wl_display_create_queue_with_name
--   webrtc: request-aux-sender, only sink floating refs
--   webrtcbin: Allow session level setup attribute in SDP
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   fmp4mux, isomp4mux: Add support for adding AV1 header OBUs into the MP4 headers
--   fmp4mux, isomp4mux: Add language from tags
--   gtk4paintablesink: Also create own window for gst-play-1.0
--   gtk4paintablesink: Add GST_GTK4_WINDOW_FULLSCREEN environment variable to fullscreen window for testing with
-    e.g. gst-launch-1.0
--   gtk4: Fix plugin description and update python examples
--   rtpgccbwe: Log effective bitrate in more places, and log delay and loss target bitrates separately
--   webrtcsink: Improve error when no encoder was found or RTP plugins were missing
--   webrtcsink: Add VP9 parser after the encoder for VP9 too
--   webrtc: Add support for insecure TLS connections
-
-gst-libav
-
--   avvidec: Fix dropping wrong “ghost” frames - fixing multi-threaded decoding of I-frame codecs such as DV Video
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges-pipeline: Configure encodebin before linking
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.4
-
--   Add Fedora 40 support
--   srt: bump version to 1.5.3
--   pango: Fix leaks on Windows (textoverlay plugins)
--   windows runtime installer has empty qt6 msm
--   WiX: assorted fixes
-
-Contributors to 1.24.4
-
-Alexander Slobodeniuk, Bill Nottingham, Brad Reitmeyer, Chris Del Guercio, Daniel Stone, Edward Hervey, Emil Pettersson, He
-Junyan, Jordan Petridis, Joshua Breeden, L. E. Segovia, Martin Nordholts, Mathieu Duponchelle, Matthew Waters, Nirbheek Chauhan,
-Philippe Normand, Piotr Brzeziński, Rafael Carício, Robert Ayrapetyan, Robert Mader, Sebastian Dröge, Seungha Yang, Shengqi Yu,
-Stéphane Cerveau, Tim-Philipp Müller,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.4
-
--   List of Merge Requests applied in 1.24.4
--   List of Issues fixed in 1.24.4
-
-1.24.5
-
-The fifth 1.24 bug-fix release (1.24.5) was released on 20 June 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.5
-
--   webrtcsink: Support for AV1 via nvav1enc, av1enc or rav1enc encoders
--   AV1 RTP payloader/depayloader fixes to work correctly with Chrome and Pion WebRTC
--   av1parse, av1dec error handling/robustness improvements
--   av1enc: Handle force-keyunit events properly for WebRTC
--   decodebin3: selection and collection handling improvements
--   hlsdemux2: Various fixes for discontinuities, variant switching, playlist updates
--   qml6glsink: fix RGB format support
--   rtspsrc: more control URL handling fixes
--   v4l2src: Interpret V4L2 report of sync loss as video signal loss
--   d3d12 encoder, memory and videosink fixes
--   vtdec: more robust error handling, fix regression
--   ndi: support for NDI SDK v6
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   promise: Don’t use g_return_* for internal checks
--   debug: Add missing gst_debug_log_id_literal() dummy with gst_debug=false
--   ptp-helper: Add GNU/Hurd support
-
-gst-plugins-base
-
--   uridecodebin3: Don’t hold PLAY_ITEMS lock when activating them
--   decodebin3: Always ensure we end up with parsebin or identity
--   decodebin3: Properly support changing input collections
--   decodebin3: Avoid usage of parsebin even more
--   decodebin3: Fix dealing with input without caps
--   video-info: Don’t crash in gst_video_info_is_equal() if one videoinfo is zero-initialized
-
-gst-plugins-good
-
--   flacparse: fix buffer overflow
--   hlsdemux2: Various fixes for discontinuities, variant switching, playlist updates
--   qml6glsink: fix RGB format support
--   rtpdtmfdepay: fix caps negotiation with audioconvert
--   rtpdtmfsrc: fix leak when shutting down mid-event
--   rtspsrc: fix invalid seqnum assertions
--   rtspsrc: Various control URL handling fixes
--   v4l2src: Interpret V4L2 report of sync loss as video signal loss
-
-gst-plugins-bad
-
--   av1parse: Do not return error when expectedFrameId mismatch
--   av1dec: Don’t treat decoding errors as fatal and print more error details
--   av1enc: Handle force-keyunit events properly by requesting keyframes
--   codectimestamper: never set DTS to NONE
--   d3d12encoder: Do not print error log for not-supported feature
--   d3d12memory: Fix staging buffer alignment
--   d3d12videosink: Disconnect window signal handler on dispose as intended
--   dtlssrtpenc: Don’t crash if no pad name is provided when requesting a new pad
--   glcolorconvert: update existing sync meta if outbuf has one
--   pcapparse: Parsing code assumes unaligned memory accesses are OK
--   pcapparse: Avoid unaligned memory access
--   tsdemux: Fix maximum PCR/DTS values
--   vtdec: Improve error handling in edge cases
--   vtdec, qtdemux: regression in 1.24.3 - internal data stream error
--   uvcgadget: Use g_path_get_basename instead of libc basename
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4: update flatpak integration code
--   ndi: Add support for loading NDI SDK v6
--   reqwesthttpsrc: Fix race condition when unlocking
--   rtp: Don’t restrict payload types for payloaders
--   rtp: av1pay: Correctly use N flag for marking keyframes
--   rtp: av1depay: Parse internal size fields of OBUs and handle them
--   webrtcsink: Refactor value retrieval to avoid lock poisoning
--   webrtcsink: Add support for AV1
--   webrtc: Update to async-tungstenite 0.26
--   Fix various new clippy 1.79 warnings
--   meson: Fix various issues in dependency management, feature detection, some regressions, and add logging
-
-gst-libav
-
--   No changes
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   No changes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.5
-
--   osxrelocator: Fix RPATHs in deeply nested libraries
-
-Contributors to 1.24.5
-
-Angelo Verlain, Chris Del Guercio, Corentin Damman, Edward Hervey, Francisco Javier Velázquez-García, He Junyan, Jakub Adam,
-Jakub Vaněk, Khem Raj, L. E. Segovia, Martin Nordholts, Mathieu Duponchelle, Nirbheek Chauhan, Piotr Brzeziński, Samuel
-Thibault, Sebastian Dröge, Sergey Krivohatskiy, Seungha Yang, Tim-Philipp Müller, Zach van Rijn,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.5
-
--   List of Merge Requests applied in 1.24.5
--   List of Issues fixed in 1.24.5
-
-1.24.6
-
-The sixth 1.24 bug-fix release (1.24.6) was released on 29 July 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.6
-
--   Fix compatibility with FFmpeg 7.0
--   qmlglsink: Fix failure to display content on recent Android devices
--   adaptivedemux: Fix handling of closed caption streams
--   cuda: Fix runtime compiler loading with old CUDA tookit
--   decodebin3 stream selection handling fixes
--   d3d11compositor, d3d12compositor: Fix transparent background mode with YUV output
--   d3d12converter: Make gamma remap work as intended
--   h264decoder: Update output frame duration for interlaced video when second field frame is discarded
--   macOS audio device provider now listens to audio devices being added/removed at runtime
--   Rust plugins: audioloudnorm, s3hlssink, gtk4paintablesink, livesync and webrtcsink fixes
--   videoaggregator: preserve features in non-alpha caps for subclasses with non-system memory sink caps
--   vtenc: Fix redistribute latency spam
--   v4l2: fixes for complex video formats
--   va: Fix strides when importing DMABUFs, dmabuf handle leaks, and blocklist unmaintained Intel i965 driver for encoding
--   waylandsink: Fix surface cropping for rotated streams
--   webrtcdsp: Enable multi_channel processing to fix handling of stereo streams
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   downloadbuffer: fix push mode
--   queue: queue2: multiqueue: Don’t work with segment.position if buffers have no timestamps
--   gst-inspect-1.0: Fix leak of plugin/feature
-
-gst-plugins-base
-
--   decodebin3: Fix detection of selection done
--   glvideomixer: Fix critical when setting start-time-selection
--   parsebin: accept-caps handling for elements with unusual sink pad names
--   subparse: Don’t use jit for regular expressions when running in valgrind
--   subparse: put valgrind header availability define into config.h for subparse
--   videoaggregator: preserve features in non-alpha caps
--   videoscale: correct classification error
--   meson: Fix invalid include flag in uninstalled gl pc file
--   Fix various memory leaks
-
-gst-plugins-good
-
--   adaptivedemux: Fix handling closed caption streams
--   qml/glsink: also support GLES2 needing shader ‘precision’ directives
--   v4l2object: use v4l2 reported width for padded_width when complex video formats
--   v4l2: meson: fix SIZEOF_OFF_T when cross-compiling with Meson >= 1.3.0
-
-gst-plugins-bad
-
--   svtav1enc: Fix segfault when flushing
--   avfdeviceprovider: Fix debug category initialization
--   osxaudiodeviceprovider: Listen for audio devices being added/removed
--   avtp: Fixed Linux/Alpine 3.20 build
--   cuda: Fix runtime compiler loading with old CUDA tookit
--   d3d11compositor, d3d12compositor: Fix transparent background mode with YUV output
--   d3d11converter: Fix runtime compiled shader code
--   d3d12converter: Make gamma remap work as intended
--   h264decoder: Update output frame duration when second field frame is discarded
--   isac: Work around upstream having no shared library support for MSVC
--   lc3: remove bitstream comparison in the tests
--   qroverlay: redraw overlay when caps changes
--   qsv: Fix critical warnings
--   rtmp2: guard against calling gst_amf_node_get_type() with NULL
--   srtsrc: fix case fallthrough of authentication param
--   va: Blocklist unmaintained i965 driver for encoding
--   va: Fix strides when importing DMABUFs
--   va: Fix dmabuf handle leaks
--   vadisplay: fix minor version check
--   vkh265dec: Fix H.264 ref in logs
--   vulkan: fix wrong stages or access in barriers
--   vtenc: Fix redistribute latency spam
--   waylandsink: Fix surface cropping for rotated streams
--   webrtcdsp: Enable multi_channel processing
-
-gst-plugins-ugly
-
--   asfdemux: Be more lenient towards malformed header, fixes playback of files written by VLC
-
-GStreamer Rust plugins
-
--   audioloudnorm: Fix limiter buffer index wraparound off-by-one for the last buffer
--   aws: s3hlssink: Do not call abort before finishing uploads
--   gtk4paintablesink: Support RGBx formats in SW paths
--   gtk4paintablesink: default to force-aspect-ratio=false for Paintable
--   livesync: Use the actual output buffer duration of gap filler buffers
--   livesync: Allow queueing up to latency buffers, also sync on the first buffer and add sync property
--   webrtcsink: fix property types for rav1enc AV1 encoder
-
-gst-libav
-
--   Fix compatibility with ffmpeg 7
--   avauddec: Fix crash on stop()
--   avmux: Fix crash when muxer doesn’t get codecid
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Various leak fixes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Remove G_REGEX_OPTIMIZE usage, helps avoid valgrind issues
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   libgudev wrap: add fallback uri
--   liblc3 wrap: update to v1.1.1
-
-Cerbero build tool and packaging changes in 1.24.6
-
--   meson: Backport fix for Glib including a GCC-only flag in the pkg-config file
--   libsoup: Workaround build error with GCC 14
--   libltc: Fix Windows build
--   webrtc-audio-processing: Fix MinGW build
--   libvpx: Also build a shared lib on macOS
--   glib: Fix Windows build
--   osxrelocator: Fix framework entrypoints being unable to load dylibs
--   gobject-introspection, recipe: Fix more fallout from the Meson dylib ID fixes
--   cargo-c.recipe: Ensure that we can change the id and rpath
-
-Contributors to 1.24.6
-
-Chris Spoelstra, Edward Hervey, François Laignel, Guillaume Desmottes, Jakub Adam, Jan Schmidt, Jordan Petridis, L. E. Segovia,
-Loïc Yhuel, Matthew Waters, Nirbheek Chauhan, Piotr Brzeziński, Robert Mader, Ruben Gonzalez, Sanchayan Maity, Sebastian Dröge,
-Sebastian Gross, Seungha Yang, Shengqi Yu, Taruntej Kanakamalla, Tim-Philipp Müller, tomaszmi, Víctor Manuel Jáquez Leal,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.6
-
--   List of Merge Requests applied in 1.24.6
--   List of Issues fixed in 1.24.6
-
-1.24.7
-
-The seventh 1.24 bug-fix release (1.24.7) was released on 21 August 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.7
-
--   Fix APE and Musepack audio file and GIF playback with FFmpeg 7.0
--   playbin3: Fix potential deadlock with multiple playbin3s with glimagesink used in parallel
--   qt6: various qmlgl6src and qmlgl6sink fixes and improvements
--   rtspsrc: expose property to force usage of non-compliant setup URLs for RTSP servers where the automatic fallback doesn’t
-    work
--   urisourcebin: gapless playback and program switching fixes
--   v4l2: various fixes
--   va: Fix potential deadlock with multiple va elements used in parallel
--   meson: option to disable gst-full for static-library build configurations that do not need this
--   cerbero: libvpx updated to 1.14.1; map 2022Server to Windows11; disable rust variant on Linux if binutils is too old
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   bin: Don’t keep the object lock while setting a GstContext when handling NEED_CONTEXT
--   core: Log pad name, not just the pointer
-
-gst-plugins-base
-
--   pbutils: descriptions: use subsampling factor to get YUV subsampling
--   rtspconnection: Handle invalid argument properly
--   urisourcebin: Actually drop EOS on old-school pad switch
--   urisourcebin: Don’t hold lock when emitting about-to-finish
--   gst-launch deadlock with two playbin3s
--   xvimagesink: Fix crash in pool on error
-
-gst-plugins-good
-
--   qmlgl6src: Fix crash when use-default-fbo is not set
--   qt6glwindow: Fallback to GL_RGB on CopyTexImage2D error, fixing usage with eglfs backend
--   qt6glwindow: Only use GL_READ_FRAMEBUFFER when we do blits
--   qt6: glwindow: Don’t leak previously rendered buffer
--   rtspsrc: expose property for forcing usage of non-compliant URLs
--   v4l2object: fix ARIB_STD_B67 colorimetry unmatch issue
--   v4l2: Fix colorimetry mismatch for encoded format with RGB color-matrix
-
-gst-plugins-bad
-
--   aom: av1enc: restrict allowed input width and height
--   h264parse: bypass check for length_size_minus_one
--   h265parse: Reject FD received before SPS
--   msdk: replace strcmp with g_strcmp0
--   msdkvc1dec crashes (segfault)
--   rsvgoverlay: add debug category
--   va: don’t use GST_ELEMENT_WARNING in set_context() vmethod to fix potential deadlock
--   va: deadlock when playing two videos at once
--   webrtc: Add missing G_BEGIN/END_DECLS in header for C++
--   wpe: initialize threading.ready before reading it
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4: Move the dmabuf cfg to the correct bracket level
-
-gst-libav
-
--   avdemux: Fix deadlock with FFmpeg 7.x when serialized events are received from upstream while opening, such as e.g. APE
-    files with tags
--   libav: return EOF when stream is out of data
--   avdemux: Never return 0 from read function, which would lead to infinite loops
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   vaapi: Fix sps_max_dec_pic_buffering_minus1 value in h265 decoder
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   nlecomposition: Don’t leak QoS events
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Fix copying of action name
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   Add a meson option to disable gst-full for static-library build configurations that do not need this
-
-Cerbero build tool and packaging changes in 1.24.7
-
--   Disable rust variant on Linux if binutils is too old
--   Added 2022Server to the Windows platform distro map as Windows11
--   libvpx: Update to 1.14.1
-
-Contributors to 1.24.7
-
-David Rosca, Edward Hervey, Guillaume Desmottes, Hou Qi, Jan Schmidt, Jesper Jensen, Jordan Petridis, Jordan Yelloz, L. E.
-Segovia, Lyra McMillan, Mathieu Duponchelle, Max Romanov, Nicolas Dufresne, Nirbheek Chauhan, Qian Hu (胡骞), Sebastian Dröge,
-Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.7
-
--   List of Merge Requests applied in 1.24.7
--   List of Issues fixed in 1.24.7
-
-1.24.8
-
-The eigth 1.24 bug-fix release (1.24.8) was released on 19 September 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.8
-
--   decodebin3: collection handling fixes
--   encodebin: Fix pad removal (and smart rendering in gst-editing-services)
--   glimagesink: Fix cannot resize viewport when video size changed in caps
--   matroskamux, webmmux: fix firefox compatibility issue with Opus audio streams
--   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
--   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
--   video: QoS event handling improvements
--   voamrwbenc: fix list of bitrates
--   vtenc: Restart encoding session when certain errors are detected
--   wayland: Fix ABI break in WL context type name
--   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
--   cerbero: ship vp8/vp9 software encoders again, which went missing in 1.24.7; ship transcode plugin
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Fix unchecked overflows in linear regression code
--   meta: Add missing include of gststructure.h
--   pad: Check data NULL-ness when probes are stopped
--   aggregator: Immediately return NONE from simple_get_next_time() on non-TIME segments
-
-gst-plugins-base
-
--   decodebin3: Fix collection identity check
--   encodebin: Fix pad removal
--   glimagesink: Fix cannot resize viewport when video size changed in caps
--   video: Don’t overshoot QoS earliest time by a factor of 2
--   meson: gst-play: link to libm
-
-gst-plugins-good
-
--   jackaudiosrc: actually use the queried ports from JACK
--   matroskamux: Include end padding in the block duration for Opus streams, fixing firefox compatibility
--   osxaudio: Avoid dangling pointer on shutdown
--   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
--   v4l2bufferpool: actually queue back the empty buffer flagged LAST
--   v4l2videoenc: unref buffer pool after usage properly
--   v4l2: encoder: Add dynamic framerate support
-
-gst-plugins-bad
-
--   GstPlay: Name the different bus
--   GstPlay: check whether stream is seekable before seeking when state change
--   GstPlayer: Check GstPlayerSignalDispatcher type
--   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
--   mpegtsmux: Fix refcounting issue when selecting the best pad
--   uvcsink: fix caps event handling
--   v4l2codecs: h265: Minimize memory allocation
--   voamrwbenc: fix list of bitrates
--   vtenc: Restart encoding session when certain errors are detected
--   wayland: Fix ABI break in WL context type name
--   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
--   wpe: fix gst-launch example
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   No changes
-
-gst-libav
-
--   No changes
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   discoverer-manager: Fix race leading to assertion when stopping
--   structured-interface: Fix memory leak of invalid fields GList
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   pad-monitor: Fix remaining pad function data handling
--   pad-monitor: Fix pad function data properly
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   meson: Update openjpeg wrap to 2.5.2, fixes a warning
-
-Cerbero build tool and packaging changes in 1.24.8
-
--   No vp8 / vp9 encoders packaged (regression)
--   libvpx: Fix codec detection to fix vp8enc/vp9enc elements not being shipped
--   gst-plugins-bad: Add missing transcode plugin
-
-Contributors to 1.24.8
-
-Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Carlos Bentzen, Chao Guo, Edward Hervey, Francis Quiers, Guillaume
-Desmottes, Hou Qi, Jan Schmidt,, L. E. Segovia, Michael Tretter, Nicolas Dufresne, Nirbheek Chauhan, Peter Kjellerstedt,
-Philippe Normand, Piotr Brzeziński, Randy Li (ayaka), Sebastian Dröge, Thibault Saunier, Tim-Philipp Müller, Wim Taymans,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.8
-
--   List of Merge Requests applied in 1.24.8
--   List of Issues fixed in 1.24.8
-
-1.24.9
-
-The ninth 1.24 bug-fix release (1.24.9) was released on 30 October 2024.
-
-This release only contains bugfixes and a security fix and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.9
-
--   gst-rtsp-server security fix
--   GstAggregator start time selection and latency query fixes for force-live mode
--   audioconvert: fix dynamic handling of mix matrix, and accept custom upstream event for setting one
--   encodebin: fix parser selection for encoders that support multiple codecs
--   flvmux improvments for pipelines where timestamps don’t start at 0
--   glcontext: egl: Unrestrict the support base DRM formats
--   kms: Add IMX-DCSS auto-detection in sink and fix stride with planar formats in allocator
--   macOS main application event loop fixes
--   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
--   playbin3, decodebin3, parsebin, urisourcebin: fix races, and improve stability and stream-collection handling
--   rtpmanager: fix early RTCP SR generation for sparse streams like metadata
--   qml6glsrc: Reduce capture delay
--   qtdemux: fix parsing of rotation matrix with 180 degree rotation
--   rtpav1depay: added wait-for-keyframe and request-keyframe properties
--   srt: make work with newer libsrt versions and don’t re-connect on authentication failure
--   v4l2 fixes and improvement
--   webrtcsink, webrtcbin and whepsrc fixes
--   cerbero: fix Python 3.13 compatibility, g-i with newer setuptools, bootstrap on Arch Linux; iOS build fixes
--   Ship qroverlay plugin in binary packages - Various bug fixes, memory leak fixes, and other stability and reliability
-    improvements
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   aggregator: fix start time selection first with force-live
--   aggregator: fix live query when force-live is TRUE
--   parse-launch: Make sure children are bins before recursing in
--   macos: Fix race conditions in cocoa/application main event loop
--   multiqueue: Do not unref the query we get in pad->query
-
-gst-plugins-base
-
--   audioconvert: fix dynamic handling of mix matrix, accept custom upstream event for setting one
--   playback: Fix a variety of decodebin3/parsebin/urisourcebin races
--   playbin3: prevent crashing trying to play a corrupted mp4 file (WARNING : HIGH PITCHED CORRUPTED SOUND)
--   urisourcebin: Ensure all stream-start are handled
--   urisourcebin: Allow more cases for posting stream-collection
--   decodebin3: Make update/posting of collection messages atomic
--   decodebin3: send selected stream message as long as not all the tracks can’t select decoders
--   urisourcebin/parsebin: Improve collection creation and handling
--   encodebasebin: Miscellaneous fixes
--   allocators: drmdumb: Fix bpp value for P010
--   gldownload: use gst_gl_sync_meta_wait_cpu()
--   Revert “meson: Fix invalid include flag in uninstalled gl pc file”
--   gl: Fix configure error when libdrm is a subproject
--   glcontext: egl: Unrestrict the support base DRM formats
--   exiftag: Check the result of gst_date_time_new_local_time(), fixes criticals with malformed EXIF tags
-
-gst-plugins-good
-
--   flvmux: Use first running time on the initial header instead of 0
--   rtpmanager: skip RTPSources which are not ready in the RTCP generation
--   rtppassthroughpay: Fix reading clock-rate and payload type from caps
--   qml6glsrc: Reduce capture delay
--   qtdemux: fix parsing of matrix with 180 rotation
--   qtdemux: Check fourcc of a second CEA608 atom instead of assuming it’s cdt2
--   qtdemux: Skip zero-sized boxes instead of stopping to look at further boxes
--   twcc: Handle wrapping of reference time
--   v4l2object: append non colorimetry structure to probed caps
--   v4l2: Various fixes and improvement
-
-gst-plugins-bad
-
--   avfdeviceprovider: Fix leak from the GstCaps
--   codecparsers: add debug categories to bitwriters
--   codectimestamper: Fix gint wraparound in pts_compare_func
--   dvxa: Explicitly use cpp_std=c++11
--   GstPlay: message parsing and documentation improvements
--   h26xbitwriter: false have_space if aligning fails on aud
--   kmsallocator: fix stride with planar formats
--   kmssink: Add IMX-DCSS auto-detection
--   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
--   rtmp2sink: Initialize base_ts / last_ts with the actual first observed timestamp
--   scenechange: fix memory leak
--   srtsink: Register SRT listen callback before binding socket
--   srt: Don’t attempt to reconnect on authentication failures
--   tests: va: fix vapostproc test for DMABuf
--   tests: lc3: Allocate the same size for the buffer and the data
--   va: Fix libdrm include, plus meson and wrap changes
--   vaav1enc: Do not enable palette mode by default
--   vp8decoder: Fix resolution change handling
--   vtdec: add support for level 6 6.1 and 6.2
--   wayland: Add NV15 support
--   webrtcbin: Clean up bin elements when datachannel is removed
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   Build: turn lto off for dev profile for faster dev builds
--   fmp4 hls_live example: Don’t set header-update-mode=update, no need to update the header in live mode
--   gtk4paintablesink: Don’t check for a GL context when filtering dmabuf caps
--   livesync: Log latency query results when handling latency query too
--   onvifmetadatapay: Set output caps earlier, so upstream can send gap events earlier
--   rtpav1depay: Add wait-for-keyframe and request-keyframe properties
--   spotify: tweak dependencies
--   transcriberbin: fix panic during gst-inspect-1.0 -u
--   webrtcsink: fix segment format mismatch with remote offer
--   webrtcsink: fix assertions when finalizing
--   webrtcsink: Fix typo in “turn-servers” property description
--   whepsrc: Fix incorrect default caps
-
-gst-libav
-
--   avviddec: Unlock video decoder stream lock temporarily while finishing frames
-
-gst-rtsp-server
-
--   rtsp-server: Remove pointless assertions that can happen if client provides invalid rates (security fix)
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix name of GESFrameCompositionMeta API type (which caused gobject-introspection failures at build time)
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Ignore flaky dash playbin3 issue
--   validate: Blacklist more netsim tests
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.9
-
--   Fix Python 3.13 compatibility
--   gobject-introspection: Import patch to build against newer setuptools
--   Switch from wget to curl on Fedora 40 and newer
--   bootstrap: Add missing dependencies on Arch Linux
--   harfbuzz: Add CXXFLAGS to fix broken build on iOS
--   openssl.recipe: Stop using non-existent domain in primary tarball url
--   gst-plugins-bad: ship qroverlay plugin
-
-Contributors to 1.24.9
-
-Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Corentin Damman, Dave Lucia, Edward Hervey, Elliot Chen, eri,
-Francisco Javier Velázquez-García, Guillaume Desmottes, He Junyan, Hugues Fruchet, Jakub Adam, James Cowgill, Jan Alexander
-Steffens (heftig), Jan Schmidt, Johan Sternerup, Jordan Petridis, L. E. Segovia, Mathieu Duponchelle, Nick Steel, Nicolas
-Dufresne, Nirbheek Chauhan, Ognyan Tonchev, Olivier Crête, Peter Stensson, Philippe Normand, Piotr Brzeziński, Sanchayan Maity,
-Sebastian Dröge, Shengqi Yu, Stéphane Cerveau, Théo Maillart, Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
-Weijian Pan, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.9
-
--   List of Merge Requests applied in 1.24.9
--   List of Issues fixed in 1.24.9
-
-1.24.10
-
-The tenth 1.24 bug-fix release (1.24.10) was released on 03 December 2024.
-
-This release only contains bugfixes and security fixes. It should be safe to update from 1.24.x and we would recommend you
-update at your earliest convenience.
-
-Highlighted bugfixes in 1.24.10
-
--   More than 40 security fixes across a wide range of elements following an audit by the GitHub Security Lab, including the
-    MP4, Matroska, Ogg and WAV demuxers, subtitle parsers, image decoders, audio decoders and the id3v2 tag parser.
--   avviddec: Fix regression that could trigger assertions about width/height mismatches
--   appsink and appsrc fixes
--   closed caption handling fixes
--   decodebin3 and urisourcebin fixes
--   glupload: dmabuf: Fix emulated tiled import
--   level: fix LevelMeta values outside of the stated range
--   mpegtsmux, flvmux: fix potential busy looping with high cpu usage in live mode
--   pipeline dot file graph generation improvements
--   qt(6): fix criticals with multiple qml(6)gl{src,sink}
--   rtspsrc: Optionally timestamp RTP packets with their receive times in TCP/HTTP mode to enable clock drift handling
--   splitmuxsrc: reduce number of file descriptors used
--   systemclock: locking order fixes
--   v4l2: fix possible v4l2videodec deadlock on shutdown; 8-bit bayer format fixes
--   x265: Fix build with libx265 version >= 4.1 after masteringDisplayColorVolume API change
--   macOS: fix rendering artifacts in retina displays, plus ptp clock fixes
--   cargo: Default to thin lto for the release profile (for faster builds with lower memory requirements)
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
--   Translation updates
-
-gstreamer
-
--   allocator: Avoid integer overflow when allocating sysmem and avoid integer overflow in qtdemux theora extension parsing
--   deviceprovider: fix leaking hidden providers
--   gstreamer: prefix debug dot node names to prevent splitting
--   pad: Never push sticky events in response to a FLUSH_STOP
--   systemclock: Fix lock order violation and some cleanup
--   utils: improve gst_util_ceil_log2()
--   ptp: use ip_mreq instead of ip_mreqn for macos
--   tracers: unlock leaks tracer if already tracking
-
-gst-plugins-base
-
--   appsink: fix timeout logic for gst_app_sink_try_pull_sample()
--   appsrc: Fix use-after-free when making buffer / buffer-lists writable
--   audiostreamalign: Don’t report disconts for every buffer if alignment-threshold is too small
--   decodebin3: Unify collection switching checks
--   discoverer: Don’t print channel layout for more than 64 channels
--   discoverer: Make sure the missing elements details array is NULL-terminated in a thread-safe way
--   discoverer: fix segfault in race condition adding a new uri
--   id3v2: Don’t try parsing extended header if not enough data is available
--   glupload: dmabuf: Fix emulated tiled import
--   gl: cocoa: fix rendering artifacts in retina displays
--   gl: meson: Don’t use libdrm_dep in cc.has_header()
--   oggstream: fix invalid ogg_packet->packet accesses, address invalid writes CVE
--   opusdec: Set at most 64 channels to NONE position
--   playbin: Fix caps leak in get_n_common_capsfeatures()
--   playbin3: ERROR when setting new HLS URI with instant-uri=true
--   sdp: Add debug categories for message and mikey modules
--   ssaparse: Search for closing brace after opening brace
--   splitmuxsrc: Convert part reader to a bin with a non-async bus
--   subparse: Check for NULL return of strchr() when parsing LRC subtitles
--   streamsynchronizer: Only send GAP events out of source pads
--   urisourcebin: Also use event probe for HLS use-cases
--   video-converter: Set TIME segment format on appsrc
--   vorbisdec: Set at most 64 channels to NONE position
--   Translation for gst-plugins-base 1.24.0 not sync-ed with Translation Project
--   Update translations
-
-gst-plugins-good
-
--   avisubtitle: Fix size checks and avoid overflows when checking sizes
--   flvmux: Don’t time out in live mode if no timestamped next buffer is available
--   gdkpixbufdec: Check if initializing the video info actually succeeded
--   jpegdec: Directly error out on negotiation failures
--   level: Fix integer overflow when filling LevelMeta
--   level: produces level value outside of Stated Range
--   matroskademux: header parsing fixes
--   qtdemux: header and sample table parsing fixes
--   qtdemux: avoid integer overflow in theora extension parsing
--   qt(6)/material: ensure that we always update the context in setBuffer()
--   rtspsrc: Optionally timestamp RTP packets with their receive times in TCP/HTTP mode
--   rtp: Fix precision loss in gst_rtcp_ntp_to_unix()
--   rtpfunnel: Ensure segment events are forwarded after flushs
--   rtpmanager: don’t map READWRITE in twcc header ext
--   rtph264depay, rtph265depay: Fix various OOB reads / NULL pointer dereferences in parameter-set string handling
--   shout2send: Unref event at the end of the event function
--   udpsrc: protect cancellable from unlock/unlock_stop race
--   v4l2object: Fixed incorrect maximum value for int range
--   v4l2object: Remove little endian marker on 8 bit bayer format names
--   v4l2videodec: fix freeze race condition
--   wavparse: Fix various (missing) size checks and other parsing problems
-
-gst-plugins-bad
-
--   ccconverter: Don’t override in_fps_entry when trying to take output
--   ccutils fixes
--   kmssink: Add mediatek auto-detection
--   mpegtsmux: Don’t time out in live mode if no timestamped next buffer is available (fixes busy loop with high cpu usage)
--   mpegvideoparse: do not set delta unit flag on unknown frame type
--   mxfmux: Fix off-by-one in the month when generating a timestamp for now
--   timecodestamper: Don’t fail the latency query in LTC mode if we have no framerate
--   webrtc: don’t crash on invalid bundle id
--   x265: Allow building with x265-4.1 (after masteringDisplayColorVolume API change)
--   meson: Don’t unconditionally invoke the libsoup subproject for tests
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   cargo: Default to thin lto for the release profile (for faster builds with lower memory requirements)
-
-gst-libav
-
--   avcodecmap: Use avcodec_get_supported_config() instead of struct fields
--   libav: viddec: provide details if meta has the wrong resolution
--   avviddec: Unlock video decoder stream lock temporarily while finishing frames
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   No changes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Fix leaks in ssim components
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   meson: Fix failing libva wrap file build
-
-Cerbero build tool and packaging changes in 1.24.10
-
--   shell: fix TemporaryDirectory error with the with statement when ZSH
--   ci: update macos CI to 15 Sequoia
-
-Contributors to 1.24.10
-
-Albert Sjolund, Alicia Boya García, Andoni Morales Alastruey, Antonio Morales, Edward Hervey, Guillaume Desmottes, Jan Alexander
-Steffens (heftig), Jan Schmidt, Jonas Rebmann, Jordan Petridis, Mathieu Duponchelle, Matthew Waters, Nicolas Dufresne, Nirbheek
-Chauhan, Pablo Sun, Philippe Normand, Robert Rosengren, Ruben Gonzalez, Sebastian Dröge, Seungmin Kim, Stefan Riedmüller,
-Stéphane Cerveau, Taruntej Kanakamalla, Théo Maillart, Thibault Saunier, Tim-Philipp Müller, Tomáš Polomský, Wilhelm Bartel, Xi
-Ruoyao,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.10
-
--   List of Merge Requests applied in 1.24.10
--   List of Issues fixed in 1.24.10
-
-1.24.11
-
-The eleventh 1.24 bug-fix release (1.24.11) was released on 06 January 2025.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.11
-
--   playback: Fix SSA/ASS subtitles with embedded fonts
--   decklink: add missing video modes and fix 8K video modes
--   matroskamux: spec compliance fixes for audio-only files
--   onnx: disable onnxruntime telemetry
--   qtdemux: Fix base offset update when doing segment seeks
--   srtpdec: Fix a use-after-free issue
--   (uri)decodebin3: Fix stream change scenarios, possible deadlock on shutdown
--   video: fix missing alpha flag in AV12 format description
--   avcodecmap: Add some more channel position mappings
--   cerbero bootstrap fixes for Windows 11
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   No changes
-
-gst-plugins-base
-
--   appsrc: Decrease log level for item drop
--   gl: raise WARNING instead of ERROR when no connector is connected
--   decodebin3: Free main input even if it is not part of the list of inputs
--   urisourcebin: Avoid deadlock on shutdown
--   urisourcebin: Only rewrite stream-start event once
--   urisourcebin/(uri)decodebin3: Fix stream change scenarios
--   urisourcebin: Reference counting leak
--   playbin3: leak detected with A/V playback and window closed
--   videodecoder: Gracefully handle missing data without prior input segment
--   videodecoder: set decode only flag by decode only buffer
--   video: fix AV12 format lacking the GST_VIDEO_FORMAT_FLAG_ALPHA flag.
--   Fix SSA/ASS subtitles with embedded fonts
-
-gst-plugins-good
-
--   matroskamux: Fix audio-only stream conditions and consider audio buffers as keyframes when writing out simpleblocks
--   qtdemux: fix accumulated base offset in segment seeks
--   rtppassthroughpay: ensure buffer is writable before mapping writable
--   rtpsession: Fix twcc stats structure leak
--   v4l2: object: Add P010 format
--   v4l2videodec: release decode only frame in input list
-
-gst-plugins-bad
-
--   decklink: add missing video modes, fix 8K video modes
--   onnx: disable onnxruntime telemetry
--   srtpdec: fix build when libsrtp1 is being used
--   srtpdec: Fix a use-after-free buffer issue
--   va: display: Optimize out some property indirection
--   vp9parse/av1parse: Add video codec tag to the tag list
--   webrtc: Simplify fmtp handling in codec stats
--   webrtcbin: Fix potential deadlock on bin elements cleanup
--   zxing: Replace deprecated DecodeHints with ReaderOptions
--   meson: Also disable drm on GNU/Hurd
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   No changes
-
-gst-libav
-
--   avcodecmap: Add some more channel position mappings
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   meson: Re-added required: lines accidentally removed
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix some reference counting and error handling
--   ges-meta-container: Fix the GET_INTERFACE macro
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.11
-
--   Fix bootstrap on Windows 11: Install WMIC when missing
-
-Contributors to 1.24.11
-
-Armin Begovic, Benjamin Gräf, Cheung Yik Pang, Christian Meissl, Daniel Morin, Dean Zhang (张安迪), Edward Hervey, Emil
-Ljungdahl, Francisco Javier Velázquez-García, Guillaume Desmottes, Jan Alexander Steffens (heftig), L. E. Segovia, Matthew
-Waters, Max Romanov, Nicolas Dufresne, Philippe Normand, Robert Mader, Samuel Thibault, Sebastian Dröge, Stéphane Cerveau,
-Thibault Saunier, Tim-Philipp Müller,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.11
-
--   List of Merge Requests applied in 1.24.11
--   List of Issues fixed in 1.24.11
-
-Schedule for 1.26
-
-Our next major feature release will be 1.26, and 1.25 will be the unstable development version leading up to the stable 1.26
-release. The development of 1.25/1.25 will happen in the git main branch of the GStreamer mono repository.
-
-The schedule for 1.26 is yet to be decided.
-
-1.26 will be backwards-compatible to the stable 1.24, 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0
-release series.
-
---------------------------------------------------------------------------------------------------------------------------------
-
-These release notes have been prepared by Tim-Philipp Müller with contributions from Edward Hervey, Matthew Waters, Nicolas
-Dufresne, Nirbheek Chauhan, Olivier Crête, Sebastian Dröge, Seungha Yang, Thibault Saunier, and Víctor Manuel Jáquez Leal.
-
-License: CC BY-SA 4.0
diff --git a/subprojects/gst-devtools/RELEASE b/subprojects/gst-devtools/RELEASE
deleted file mode 100644 (file)
index 7eeafeb..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-This is GStreamer gst-devtools 1.24.11.
-
-The GStreamer team is thrilled to announce a new major feature release
-of your favourite cross-platform multimedia framework!
-
-As always, this release is again packed with new features, bug fixes and
-other improvements.
-The 1.24 release series adds new features on top of the 1.22 series and is
-part of the API and ABI-stable 1.x release series.
-
-Full release notes can be found at:
-
-  https://gstreamer.freedesktop.org/releases/1.24/
-
-Binaries for Android, iOS, Mac OS X and Windows will usually be provided
-shortly after the release.
-
-This module will not be very useful by itself and should be used in conjunction
-with other GStreamer modules for a complete multimedia experience.
-
- - gstreamer: provides the core GStreamer libraries and some generic plugins
-
- - gst-plugins-base: a basic set of well-supported plugins and additional
-                     media-specific GStreamer helper libraries for audio,
-                     video, rtsp, rtp, tags, OpenGL, etc.
-
- - gst-plugins-good: a set of well-supported plugins under our preferred
-                     license
-
- - gst-plugins-ugly: a set of well-supported plugins which might pose
-                     problems for distributors
-
- - gst-plugins-bad: a set of plugins of varying quality that have not made
-                    their way into one of core/base/good/ugly yet, for one
-                    reason or another. Many of these are are production quality
-                    elements, but may still be missing documentation or unit
-                    tests; others haven't passed the rigorous quality testing
-                    we expect yet.
-
- - gst-libav: a set of codecs plugins based on the ffmpeg library. This is
-                    where you can find audio and video decoders and encoders
-                    for a wide variety of formats including H.264, AAC, etc.
-
- - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
-                    VA-API on Linux. Primarily for Intel graphics hardware.
-                    (Deprecated, use the new "va" plugin instead)
-
- - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
-
- - gst-editing-services: library an plugins for non-linear editing
-
- - gst-plugins-rs: an exciting collection of well-maintained plugins written
-                   in the Rust programming language (usable from any language)
-
-==== Download ====
-
-You can find source releases of gstreamer in the download
-directory: https://gstreamer.freedesktop.org/src/gstreamer/
-
-The git repository and details how to clone it can be found at
-https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-==== Homepage ====
-
-The project's website is https://gstreamer.freedesktop.org/
-
-==== Support and Bugs ====
-
-We track bugs and feature requests in GitLab:
-
-  https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-Please submit patches via GitLab as well, in form of Merge Requests. See
-
-  https://gstreamer.freedesktop.org/documentation/contribute/
-
-for more details.
-
-For help and support, please head over to our Discourse forum at
-
-  https://discourse.gstreamer.org/
-
-or pop into one of our Matrix chat rooms, see
-
-  https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
-
-for more details.
-
-Please do not submit support requests in GitLab, we only use it for
-bug tracking and merge requests review. Use the Discourse forum instead.
-
-==== Developers ====
-
-The GStreamer source code repository can be found on GitLab on freedesktop.org:
-
-  https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-and can also be cloned from there and this is also where you can submit
-Merge Requests or file issues for bugs or feature requests.
-
-Interested developers of the core library, plugins, and applications should
-join us on Matrix for chat and the Discourse forum for announcements, help
-and discussions.
-
-There is also a gstreamer-devel mailing list, but Discourse is preferred:
-
-  https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
diff --git a/subprojects/gst-devtools/gst-devtools.doap b/subprojects/gst-devtools/gst-devtools.doap
deleted file mode 100644 (file)
index 86e0392..0000000
+++ /dev/null
@@ -1,614 +0,0 @@
-<Project
-  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-  xmlns="http://usefulinc.com/ns/doap#"
-  xmlns:foaf="http://xmlns.com/foaf/0.1/"
-  xmlns:admin="http://webns.net/mvcb/">
-
- <name>GStreamer development and validation tools</name>
- <shortname>gstreamer</shortname>
- <homepage rdf:resource="https://gstreamer.freedesktop.org/modules/gstreamer.html" />
- <created>1999-10-31</created>
- <shortdesc xml:lang="en">
- GStreamer development and validation tools including GstValidate, a testing
- framework aiming at providing GStreamer developers tools that check the
- GstElements they write behave the way they are supposed to.
-</shortdesc>
- <description xml:lang="en">
- GstValidate is a tool that allows GStreamer developers to check that the
- GstElements they write behave the way they are supposed to. It was first
- started to provide plug-ins developers with a tool to check that they use the
- framework the proper way.
-
- GstValidate implements a monitoring logic that allows the system to check that
- the elements of a GstPipeline respect some rules GStreamer components have to
- follow so that elements can properly interact together. For example, a
- GstValidatePadMonitor will make sure that if we receive a GstSegment from
- upstream, an equivalent segment is sent downstream before any buffer gets out.
-
- Then GstValidate implements a reporting system that allows users to get
- detailed informations about what was not properly handle in elements. The
- reports are order by level of importance from "issue" to "critical".
-
- Some tools have been implemented to help the developer validate and test their
- GstElement, you can have a look at the command line tools section to find more
- information
-
- On top of those tools, the notion of scenario has been implemented so that
- developers can easily execute a set of actions on pipelines and thus test real
- world interactive cases and reproduce existing issues in a convenient way.
- </description>
- <category></category>
- <bug-database rdf:resource="https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/" />
- <screenshots></screenshots>
- <mailing-list rdf:resource="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" />
- <programming-language>C</programming-language>
- <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
- <download-page rdf:resource="https://gstreamer.freedesktop.org/download/" />
-
- <repository>
-   <GitRepository>
-     <location rdf:resource="https://gitlab.freedesktop.org/gstreamer/gst-devtools"/>
-     <browse rdf:resource="https://gitlab.freedesktop.org/gstreamer/gst-devtools/"/>
-   </GitRepository>
- </repository>
-
- <release>
-  <Version>
-   <revision>1.24.11</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2025-01-06</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.11.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.10</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-12-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.10.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.9</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-10-30</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.9.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.8</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-09-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.8.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.7</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-08-21</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.7.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.6</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-07-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.6.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.5</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-06-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.5.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.4</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-05-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.4.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.3</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-04-30</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.2</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-04-09</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.1</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-03-21</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-03-04</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.24.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.23.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.2</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-15</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.23.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.1</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-06</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.23.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.22.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2023-01-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2023-01-13</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.21.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.3</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-12-05</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.21.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.2</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-11-07</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.21.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.1</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-10-04</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.21.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.20.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-02-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.20.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-01-28</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.19.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.3</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2021-11-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.19.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2021-09-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.19.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2021-06-01</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.19.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.18.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-09-08</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.18.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-08-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.17.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-07-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.17.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-06-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.17.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.16.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-04-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.16.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-04-11</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.15.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-02-26</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.15.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-01-17</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.15.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.14.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.14.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.91</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-13</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.13.91.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.13.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-02-15</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.13.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.4</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-12-07</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.4.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.3</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-09-18</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.2</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-07-14</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.1</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-06-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-05-04</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.12.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.91</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-04-27</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.91.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-04-07</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-02-24</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-01-12</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.11.1.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.10.0</revision>
-   <branch>master</branch>
-   <created>2016-11-01</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.10.0.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.9.90</revision>
-   <branch>master</branch>
-   <created>2016-09-30</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.9.90.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.9.2</revision>
-   <branch>master</branch>
-   <created>2016-09-01</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.9.2.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.9.1</revision>
-   <branch>master</branch>
-   <created>2016-06-06</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.9.1.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.8.0</revision>
-   <branch>master</branch>
-   <created>2016-03-24</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.8.0.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.7.91</revision>
-   <branch>master</branch>
-   <created>2016-03-15</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.7.91.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.7.90</revision>
-   <branch>master</branch>
-   <created>2016-03-01</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.7.90.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.6.0</revision>
-   <branch>1.6</branch>
-   <created>2015-09-25</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.6.0.tar.xz" />
-  </Version>
- </release>
-
-  <Version>
-   <revision>1.5.90</revision>
-   <branch>1.5</branch>
-   <created>2015-08-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.5.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.5.2</revision>
-   <branch>1.5</branch>
-   <name></name>
-   <created>2014-09-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.5.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.4.0</revision>
-   <branch>1.4</branch>
-   <name></name>
-   <created>2014-09-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-validate/gst-validate-1.4.0.tar.xz" />
-  </Version>
- </release>
-
- <maintainer>
-  <foaf:Person>
-     <foaf:name>Thibault Saunier</foaf:name>
-  </foaf:Person>
- </maintainer>
-
-</Project>
diff --git a/subprojects/gst-devtools/meson.build b/subprojects/gst-devtools/meson.build
deleted file mode 100644 (file)
index f06bf26..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-project('gst-devtools', 'c',
-  version : '1.24.11',
-  meson_version : '>= 1.1',
-  default_options : [ 'warning_level=1',
-                      'c_std=gnu99',
-                      'buildtype=debugoptimized' ])
-
-gst_version = meson.project_version()
-version_arr = gst_version.split('.')
-gst_version_major = version_arr[0].to_int()
-gst_version_minor = version_arr[1].to_int()
-gst_version_micro = version_arr[2].to_int()
-gst_version_is_stable = gst_version_minor.is_even()
-gst_version_is_dev = gst_version_minor.is_odd() and gst_version_micro < 90
-if gst_version_is_stable
-  TESTSUITE_VERSION = '@0@.@1@'.format(gst_version_major, gst_version_minor)
-else
-  TESTSUITE_VERSION = 'master' # FIXME: main?
-endif
-
-apiversion = '1.0'
-soversion = 0
-# maintaining compatibility with the previous libtool versioning
-# current = minor * 100 + micro
-curversion = gst_version_minor * 100 + gst_version_micro
-libversion = '@0@.@1@.0'.format(soversion, curversion)
-osxversion = curversion + 1
-
-prefix = get_option('prefix')
-
-glib_req = '>= 2.64.0'
-
-if gst_version_is_stable
-  gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
-else
-  gst_req = '>= ' + gst_version
-endif
-
-cc = meson.get_compiler('c')
-
-if cc.get_id() == 'msvc'
-  msvc_args = [
-      # Ignore several spurious warnings for things gstreamer does very commonly
-      # If a warning is completely useless and spammy, use '/wdXXXX' to suppress it
-      # If a warning is harmless but hard to fix, use '/woXXXX' so it's shown once
-      # NOTE: Only add warnings here if you are sure they're spurious
-      '/wd4018', # implicit signed/unsigned conversion
-      '/wd4146', # unary minus on unsigned (beware INT_MIN)
-      '/wd4244', # lossy type conversion (e.g. double -> int)
-      '/wd4305', # truncating type conversion (e.g. double -> float)
-      cc.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
-
-      # Enable some warnings on MSVC to match GCC/Clang behaviour
-      '/w14062', # enumerator 'identifier' in switch of enum 'enumeration' is not handled
-      '/w14101', # 'identifier' : unreferenced local variable
-      '/w14189', # 'identifier' : local variable is initialized but not referenced
-  ]
-  add_project_arguments(msvc_args, language: 'c')
-  # Disable SAFESEH with MSVC for plugins and libs that use external deps that
-  # are built with MinGW
-  noseh_link_args = ['/SAFESEH:NO']
-else
-  noseh_link_args = []
-endif
-
-# glib doesn't support unloading, which means that unloading and reloading
-# any library that registers static types will fail
-if cc.has_link_argument('-Wl,-z,nodelete')
-  add_project_link_arguments('-Wl,-z,nodelete', language: 'c')
-endif
-
-# Symbol visibility
-if cc.has_argument('-fvisibility=hidden')
-  add_project_arguments('-fvisibility=hidden', language: 'c')
-endif
-
-# Disable strict aliasing
-if cc.has_argument('-fno-strict-aliasing')
-  add_project_arguments('-fno-strict-aliasing', language: 'c')
-endif
-
-gst_dep = dependency('gstreamer-' + apiversion, version : gst_req,
-    fallback : ['gstreamer', 'gst_dep'])
-gstbase_dep = dependency('gstreamer-base-' + apiversion, version : gst_req,
-    fallback : ['gstreamer', 'gst_base_dep'])
-gstapp_dep = dependency('gstreamer-app-' + apiversion, version : gst_req,
-    fallback : ['gst-plugins-base', 'app_dep'])
-gst_pbutils_dep = dependency('gstreamer-pbutils-' + apiversion, version : gst_req,
-    fallback : ['gst-plugins-base', 'pbutils_dep'])
-gst_video_dep = dependency('gstreamer-video-' + apiversion, version : gst_req,
-    fallback : ['gst-plugins-base', 'video_dep'])
-gst_controller_dep = dependency('gstreamer-controller-' + apiversion, version : gst_req,
-    fallback : ['gstreamer', 'gst_controller_dep'])
-gst_check_dep = dependency('gstreamer-check-1.0', version : gst_req,
-  required : get_option('validate'),
-  fallback : ['gstreamer', 'gst_check_dep'])
-
-gio_dep = dependency('gio-2.0', version: glib_req)
-gmodule_dep = dependency('gmodule-no-export-2.0')
-
-gtk_dep = dependency('gtk+-3.0', required: false)
-mathlib = cc.find_library('m', required : false)
-dl = cc.find_library('dl', required : false)
-json_dep = dependency('json-glib-1.0',
-    fallback : ['json-glib', 'json_glib_dep'])
-
-gst_c_args = ['-DHAVE_CONFIG_H', '-DGST_USE_UNSTABLE_API']
-
-gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \
-    'g_setenv("GST_REGISTRY_1.0", "/no/way/this/exists.reg", TRUE);' + \
-    'g_setenv("GST_PLUGIN_PATH_1_0", "", TRUE);' + \
-    'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
-    'gst_init(NULL,NULL);', '--quiet']
-gir = find_program('g-ir-scanner', required : get_option('introspection'))
-build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled())
-gnome = import('gnome')
-
-if gst_dep.type_name() == 'internal'
-  gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug')
-else
-  # We can't check that in the case of subprojects as we won't
-  # be able to build against an internal dependency (which is not built yet)
-  gst_debug_disabled = cc.has_header_symbol('gst/gstconfig.h', 'GST_DISABLE_GST_DEBUG', dependencies: gst_dep)
-endif
-
-if gst_debug_disabled and cc.has_argument('-Wno-unused')
-  add_project_arguments('-Wno-unused', language: 'c')
-endif
-
-warning_flags = [
-  '-Wmissing-declarations',
-  '-Wmissing-prototypes',
-  '-Wredundant-decls',
-  '-Wundef',
-  '-Wwrite-strings',
-  '-Wformat',
-  '-Wformat-security',
-  '-Winit-self',
-  '-Wmissing-include-dirs',
-  '-Waddress',
-  '-Wno-multichar',
-  '-Wvla',
-  '-Wpointer-arith',
-]
-
-foreach extra_arg : warning_flags
-  if cc.has_argument (extra_arg)
-    add_project_arguments([extra_arg], language: 'c')
-  endif
-endforeach
-
-pkgconfig = import('pkgconfig')
-plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0')
-plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
-if get_option('default_library') == 'shared'
-  # If we don't build static plugins there is no need to generate pc files
-  plugins_pkgconfig_install_dir = disabler()
-endif
-pkgconfig_subdirs = ['gstreamer-1.0']
-
-gst_plugins_doc_dep = []
-plugins = []
-i18n = import('i18n')
-
-static_build = get_option('default_library') == 'static'
-gst_libraries = []
-
-python_mod = import('python')
-python3 = python_mod.find_installation()
-if not get_option('validate').disabled()
-  subdir('validate')
-endif
-
-if not get_option('debug_viewer').disabled()
-  subdir('debug-viewer')
-endif
-subdir('docs')
-
-meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
-
-plugin_names = []
-gst_plugins = []
-foreach plugin: plugins
-  pkgconfig.generate(plugin, install_dir: plugins_pkgconfig_install_dir)
-  dep = declare_dependency(link_with: plugin, variables: {'full_path': plugin.full_path()})
-  meson.override_dependency(plugin.name(), dep)
-  gst_plugins += [dep]
-  if plugin.name().startswith('gst')
-    plugin_names += [plugin.name().substring(3)]
-  else
-    plugin_names += [plugin.name()]
-  endif
-endforeach
-
-summary({
-    'Plugins': plugin_names,
-}, list_sep: ', ')
diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build
deleted file mode 100644 (file)
index 12d9a3e..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-project('GStreamer manuals and tutorials', 'c',
-  version: '1.24.11',
-  meson_version : '>= 1.1')
-
-hotdoc_p = find_program('hotdoc')
-if not hotdoc_p.found()
-    message('Hotdoc not found, not building the documentation')
-    subdir_done()
-endif
-
-hotdoc_req = '>= 0.12.2'
-hotdoc_version = run_command(hotdoc_p, '--version', check: false).stdout()
-if not hotdoc_version.version_compare(hotdoc_req)
-    error('Hotdoc version @0@ not found, got @1@'.format(hotdoc_req, hotdoc_version))
-endif
-
-hotdoc = import('hotdoc')
-hotdoc_subprojects = []
-
-apiversion = '1.0'
-if host_machine.system() == 'windows'
-  pathsep = ';'
-else
-  pathsep = ':'
-endif
-
-python3 = import('python').find_installation()
-
-built_subprojects = get_option('built_subprojects')
-if built_subprojects != ''
-  message('Have subprojects list from options')
-else
-  read_file_contents = '''
-import os
-import sys
-
-assert len(sys.argv) >= 2
-fname = sys.argv[1]
-
-with open(fname, 'r') as f:
-    for l in f:
-        print(l)
-'''
-
-  # gst-build will generate this file for us to consume so that subproject
-  # changes can still work
-  fname = join_paths(meson.project_build_root(), '..', '..', 'GstDocumentedSubprojects')
-  cmdres = run_command(
-      python3,
-      '-c', read_file_contents,
-      fname,
-      check: false,
-    )
-  if cmdres.returncode() == 0
-    built_subprojects = cmdres.stdout().strip()
-    message('Have subprojects from file: @0@'.format(fname))
-  endif
-endif
-
-libs = ''
-plugins_doc = ''
-deps = []
-plugins_sitemap = ''
-if built_subprojects != ''
-    foreach project_name: built_subprojects.split(',')
-        sub = subproject(project_name)
-        if sub.get_variable('build_hotdoc')
-            message('Building @0@ documentation'.format(project_name))
-
-            foreach lib: sub.get_variable('libs_doc', [])
-              hotdoc_subprojects += [lib]
-              libs += lib.full_path() + pathsep
-              deps += [lib]
-            endforeach
-
-            foreach plugin_doc: sub.get_variable('plugins_doc', [])
-              warning(project_name+ ': variable plugins_doc is deprecated, use gst_plugins_doc instead')
-              plugins_doc += plugin_doc.full_path() + pathsep
-              hotdoc_subprojects += [plugin_doc]
-              deps += [plugin_doc]
-            endforeach
-
-            foreach plugin_doc: sub.get_variable('gst_plugins_doc', [])
-              plugins_doc += plugin_doc + pathsep
-            endforeach
-        else
-            message('@0@ did not build hotdoc documentation, can\'t build API doc'.format(project_name))
-        endif
-    endforeach
-endif
-deps += [dependency('gstreamer-' + apiversion, fallback: ['gstreamer', 'gst_dep'])]
-
-if get_option('use_portal_index')
-  index = 'markdown/index.md'
-else
-  index = 'markdown/simple-index.md'
-endif
-sitemap_gen = find_program('scripts/generate_sitemap.py')
-sitemap = configure_file(command: [sitemap_gen, '@INPUT@', '@OUTPUT@',
-  'gi-index', libs, plugins_doc],
-  input: 'sitemap.txt',
-  output: 'sitemap.txt')
-
-html_theme = 'https://github.com/hotdoc/hotdoc_lumen_theme/releases/download/0.16/hotdoc_lumen_theme-0.16.tar.xz?sha256=b7d7dde51285d1c90836c44ae298754e4cfa957e9a6d14ee5844b8a2cac04b5a'
-
-gstreamer_doc = hotdoc.generate_doc('GStreamer',
-    project_version: apiversion,
-    sitemap: sitemap,
-    index: index,
-    gi_index: index,
-    install: true,
-    extra_assets: [join_paths(meson.current_source_dir(), 'images')],
-    syntax_highlighting_activate: true,
-    html_theme: html_theme,
-    include_paths: [
-      meson.current_source_dir() / 'examples',
-      meson.current_source_dir() / 'markdown' / 'tutorials' / 'basic',
-      meson.current_source_dir() / 'markdown' / 'templates',
-      meson.current_source_dir() / 'markdown' / 'tutorials' / 'playback',
-    ],
-    html_extra_theme: join_paths(meson.current_source_dir(), 'theme/extra'),
-    dependencies: deps,
-    subprojects: hotdoc_subprojects,
-    disable_incremental_build: true,
-    gst_list_plugins_page: 'gst-index',
-    gst_index: join_paths(meson.current_source_dir(), 'markdown/plugins_doc.md'),
-    devhelp_activate: true,
-    devhelp_online: 'https://gstreamer.freedesktop.org/documentation/',
-    build_always_stale: true,
-    edit_on_github_repository: 'https://gitlab.freedesktop.org/gstreamer/gst-docs/',
-    previous_symbol_index: join_paths(meson.current_source_dir(), 'symbols', 'symbol_index.json'),
-    fatal_warnings: get_option('fatal_warnings')
-)
-
-# For devhelp
-meson.add_devenv({'XDG_DATA_DIRS': meson.current_build_dir() / 'GStreamer-doc'},
-  method: 'prepend')
-
-cdata = configuration_data()
-cdata.set('GST_API_VERSION', apiversion)
-readme = configure_file(input: 'scripts/RELEASE_README.md',
-               output: 'README.md',
-               configuration : cdata)
-
-run_target('release',
-  command: [find_program('scripts/release.py'),
-            gstreamer_doc.full_path(),
-            meson.project_version(),
-            meson.current_build_dir()],
-  depends: [gstreamer_doc]
-)
-
-meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
diff --git a/subprojects/gst-docs/symbols/symbol_index.json b/subprojects/gst-docs/symbols/symbol_index.json
deleted file mode 100644 (file)
index 4e99535..0000000
+++ /dev/null
@@ -1,69434 +0,0 @@
-[
-  "3gppmux",
-  "3gppmux:streamable",
-  "ADDITIONAL_INFO_PAGE",
-  "ADPCMDec",
-  "ADPCMDec!sink",
-  "ADPCMDec!src",
-  "ADPCMEnc",
-  "ADPCMEnc!sink",
-  "ADPCMEnc!src",
-  "ADPCMEnc:blockalign",
-  "ADPCMEnc:layout",
-  "ALLOCATION_FAILURE",
-  "ASSERT_BUFFER_REFCOUNT",
-  "ASSERT_CAPS_REFCOUNT",
-  "ASSERT_CRITICAL",
-  "ASSERT_MINI_OBJECT_REFCOUNT",
-  "ASSERT_OBJECT_REFCOUNT",
-  "ASSERT_OBJECT_REFCOUNT_BETWEEN",
-  "ASSERT_SET_STATE",
-  "ASSERT_WARNING",
-  "BOOL_DECODER",
-  "BOOL_DECODER.count",
-  "BOOL_DECODER.decrypt_cb",
-  "BOOL_DECODER.decrypt_state",
-  "BOOL_DECODER.range",
-  "BOOL_DECODER.user_buffer",
-  "BOOL_DECODER.user_buffer_end",
-  "BOOL_DECODER.value",
-  "BUFFER_AFTER_EOS",
-  "BUFFER_BEFORE_SEGMENT",
-  "BUFFER_IS_OUT_OF_SEGMENT",
-  "BUFFER_MISSING_DISCONT",
-  "BUFFER_TIMESTAMP_OUT_OF_RECEIVED_RANGE",
-  "CAPS_EXPECTED_FIELD_NOT_FOUND",
-  "CAPS_FIELD_HAS_BAD_TYPE",
-  "CAPS_FIELD_UNEXPECTED_VALUE",
-  "CAPS_IS_MISSING_FIELD",
-  "CK_DLL_EXP",
-  "CONFIG_BUFFER_FREQUENCY_TOO_LOW",
-  "CONFIG_LATENCY_TOO_HIGH",
-  "CONFIG_TOO_MANY_BUFFERS_DROPPED",
-  "DEFAULT_CAPTURE_HEIGHT",
-  "DEFAULT_CAPTURE_WIDTH",
-  "DEFAULT_FPS_D",
-  "DEFAULT_FPS_N",
-  "DEFAULT_HALIGNMENT",
-  "DEFAULT_HEIGHT",
-  "DEFAULT_VALIGNMENT",
-  "DEFAULT_WIDTH",
-  "DEFAULT_ZOOM",
-  "DvbBaseBin",
-  "DvbBaseBin!program_%u",
-  "DvbBaseBin!src",
-  "DvbBaseBin::tune",
-  "DvbBaseBin::tuning-done",
-  "DvbBaseBin::tuning-fail",
-  "DvbBaseBin::tuning-start",
-  "DvbBaseBin:adapter",
-  "DvbBaseBin:bandwidth",
-  "DvbBaseBin:bandwidth-hz",
-  "DvbBaseBin:code-rate-hp",
-  "DvbBaseBin:code-rate-lp",
-  "DvbBaseBin:delsys",
-  "DvbBaseBin:diseqc-source",
-  "DvbBaseBin:frequency",
-  "DvbBaseBin:frontend",
-  "DvbBaseBin:guard",
-  "DvbBaseBin:hierarchy",
-  "DvbBaseBin:interleaving",
-  "DvbBaseBin:inversion",
-  "DvbBaseBin:isdbt-layer-enabled",
-  "DvbBaseBin:isdbt-layera-fec",
-  "DvbBaseBin:isdbt-layera-modulation",
-  "DvbBaseBin:isdbt-layera-segment-count",
-  "DvbBaseBin:isdbt-layera-time-interleaving",
-  "DvbBaseBin:isdbt-layerb-fec",
-  "DvbBaseBin:isdbt-layerb-modulation",
-  "DvbBaseBin:isdbt-layerb-segment-count",
-  "DvbBaseBin:isdbt-layerb-time-interleaving",
-  "DvbBaseBin:isdbt-layerc-fec",
-  "DvbBaseBin:isdbt-layerc-modulation",
-  "DvbBaseBin:isdbt-layerc-segment-count",
-  "DvbBaseBin:isdbt-layerc-time-interleaving",
-  "DvbBaseBin:isdbt-partial-reception",
-  "DvbBaseBin:isdbt-sb-segment-count",
-  "DvbBaseBin:isdbt-sb-segment-idx",
-  "DvbBaseBin:isdbt-sb-subchannel-id",
-  "DvbBaseBin:isdbt-sound-broadcasting",
-  "DvbBaseBin:lnb-lof1",
-  "DvbBaseBin:lnb-lof2",
-  "DvbBaseBin:lnb-slof",
-  "DvbBaseBin:modulation",
-  "DvbBaseBin:pilot",
-  "DvbBaseBin:polarity",
-  "DvbBaseBin:program-numbers",
-  "DvbBaseBin:rolloff",
-  "DvbBaseBin:stats-reporting-interval",
-  "DvbBaseBin:stream-id",
-  "DvbBaseBin:symbol-rate",
-  "DvbBaseBin:trans-mode",
-  "DvbBaseBin:tuning-timeout",
-  "EGL_EGLEXT_PROTOTYPES",
-  "EOS_HAS_WRONG_SEQNUM",
-  "ERROR_ON_BUS",
-  "EUsageType",
-  "EUsageType::camera",
-  "EUsageType::screen",
-  "EVENT_CAPS_DUPLICATE",
-  "EVENT_EOS_WITHOUT_SEGMENT",
-  "EVENT_FLUSH_START_UNEXPECTED",
-  "EVENT_FLUSH_STOP_UNEXPECTED",
-  "EVENT_INVALID_SEQNUM",
-  "EVENT_NEWSEGMENT_NOT_PUSHED",
-  "EVENT_NEW_SEGMENT_MISMATCH",
-  "EVENT_SEEK_INVALID_SEQNUM",
-  "EVENT_SEEK_NOT_HANDLED",
-  "EVENT_SEEK_RESULT_POSITION_WRONG",
-  "EVENT_SERIALIZED_OUT_OF_ORDER",
-  "FILE_DURATION_INCORRECT",
-  "FILE_FRAMES_INCORRECT",
-  "FILE_NO_STREAM_ID",
-  "FILE_NO_STREAM_INFO",
-  "FILE_PROFILE_INCORRECT",
-  "FILE_SEEKABLE_INCORRECT",
-  "FILE_SEGMENT_INCORRECT",
-  "FILE_SIZE_INCORRECT",
-  "FILE_TAG_DETECTION_INCORRECT",
-  "FLAG",
-  "FLOW_ERROR_WITHOUT_ERROR_MESSAGE",
-  "FLUSH_START_HAS_WRONG_SEQNUM",
-  "FLUSH_STOP_HAS_WRONG_SEQNUM",
-  "FieldAnalysisCombMethod",
-  "FieldAnalysisCombMethod::32-detect",
-  "FieldAnalysisCombMethod::5-tap",
-  "FieldAnalysisCombMethod::isCombed",
-  "GDOUBLE_FROM_BE",
-  "GDOUBLE_FROM_LE",
-  "GDOUBLE_TO_BE",
-  "GDOUBLE_TO_LE",
-  "GESAsset",
-  "GESAsset.parent",
-  "GESAsset:extractable-type",
-  "GESAsset:id",
-  "GESAsset:proxy",
-  "GESAsset:proxy-target",
-  "GESAssetClass._ges_reserved",
-  "GESAssetClass.extract",
-  "GESAssetClass.inform_proxy",
-  "GESAssetClass.parent",
-  "GESAssetClass.proxied",
-  "GESAssetClass.request_id_update",
-  "GESAssetClass.start_loading",
-  "GESAssetClass::extract",
-  "GESAssetClass::inform_proxy",
-  "GESAssetClass::proxied",
-  "GESAssetClass::request_id_update",
-  "GESAssetClass::start_loading",
-  "GESAssetLoadingReturn",
-  "GESAudioSource",
-  "GESAudioTestSource",
-  "GESAudioTestSource.parent",
-  "GESAudioTrack",
-  "GESAudioTrack.parent_instance",
-  "GESAudioTrackClass._ges_reserved",
-  "GESAudioTrackClass.parent_class",
-  "GESAudioTransition",
-  "GESAudioTransition.parent",
-  "GESAudioTransitionClass._ges_reserved",
-  "GESAudioTransitionClass.parent_class",
-  "GESAudioUriSource",
-  "GESAudioUriSource:uri",
-  "GESBaseBin",
-  "GESBaseBin:timeline",
-  "GESBaseEffect",
-  "GESBaseEffectClip",
-  "GESBaseEffectTimeTranslationFunc",
-  "GESBaseTransitionClip",
-  "GESBaseXmlFormatter",
-  "GESBaseXmlFormatter.parent",
-  "GESBaseXmlFormatterClass._ges_reserved",
-  "GESBaseXmlFormatterClass.content_parser",
-  "GESBaseXmlFormatterClass.parent",
-  "GESChildrenControlMode",
-  "GESClip",
-  "GESClip.parent",
-  "GESClip:duration-limit",
-  "GESClip:layer",
-  "GESClip:supported-formats",
-  "GESClipAsset",
-  "GESClipAsset.parent",
-  "GESClipAsset:supported-formats",
-  "GESClipAssetClass._ges_reserved",
-  "GESClipAssetClass.get_natural_framerate",
-  "GESClipAssetClass.parent",
-  "GESClipAssetClass::get_natural_framerate",
-  "GESClipClass.ABI._ges_reserved",
-  "GESClipClass.ABI.abi.can_add_effects",
-  "GESClipClass.create_track_element",
-  "GESClipClass.create_track_elements",
-  "GESClipClass::create_track_element",
-  "GESClipClass::create_track_elements",
-  "GESCommandLineFormatter",
-  "GESCommandLineFormatter.parent_instance",
-  "GESCommandLineFormatter.priv",
-  "GESCommandLineFormatterClass.parent_class",
-  "GESContainer",
-  "GESContainer.children",
-  "GESContainer.children_control_mode",
-  "GESContainer.height",
-  "GESContainer.initiated_move",
-  "GESContainer.parent",
-  "GESContainer::child-added",
-  "GESContainer::child-removed",
-  "GESContainer:height",
-  "GESContainerClass.add_child",
-  "GESContainerClass.child_added",
-  "GESContainerClass.child_removed",
-  "GESContainerClass.edit",
-  "GESContainerClass.remove_child",
-  "GESContainerClass.ungroup",
-  "GESContainerClass::add_child",
-  "GESContainerClass::child_added",
-  "GESContainerClass::child_removed",
-  "GESContainerClass::edit",
-  "GESContainerClass::remove_child",
-  "GESContainerClass::ungroup",
-  "GESCreateElementForGapFunc",
-  "GESCreateTrackElementFunc",
-  "GESCreateTrackElementsFunc",
-  "GESDemux",
-  "GESDemux!audio_src",
-  "GESDemux!sink",
-  "GESDemux!video_src",
-  "GESDiscovererManager",
-  "GESDiscovererManager::load-serialized-info",
-  "GESDiscovererManager::source-setup",
-  "GESDiscovererManager:timeout",
-  "GESDiscovererManager:use-cache",
-  "GESDiscovererManagerClass.parent_class",
-  "GESEdge",
-  "GESEditMode",
-  "GESEffect",
-  "GESEffect:bin-description",
-  "GESEffectAsset",
-  "GESEffectAsset._ges_reserved",
-  "GESEffectAsset.parent_instance",
-  "GESEffectAsset.priv",
-  "GESEffectAssetClass._ges_reserved",
-  "GESEffectAssetClass.parent_class",
-  "GESEffectClip",
-  "GESEffectClip:audio-bin-description",
-  "GESEffectClip:video-bin-description",
-  "GESError",
-  "GESExtractable",
-  "GESExtractableCheckId",
-  "GESExtractableInterface._ges_reserved",
-  "GESExtractableInterface.asset_type",
-  "GESExtractableInterface.can_update_asset",
-  "GESExtractableInterface.check_id",
-  "GESExtractableInterface.get_id",
-  "GESExtractableInterface.parent",
-  "GESExtractableInterface.set_asset",
-  "GESExtractableInterface.set_asset_full",
-  "GESExtractableInterface::get_id",
-  "GESExtractableInterface::set_asset",
-  "GESExtractableInterface::set_asset_full",
-  "GESFillTrackElementFunc",
-  "GESFormatter",
-  "GESFormatter.parent",
-  "GESFormatterCanLoadURIMethod",
-  "GESFormatterClass.can_load_uri",
-  "GESFormatterClass.load_from_uri",
-  "GESFormatterClass.parent_class",
-  "GESFormatterClass.save_to_uri",
-  "GESFormatterClass::can_load_uri",
-  "GESFormatterClass::load_from_uri",
-  "GESFormatterClass::save_to_uri",
-  "GESFormatterLoadFromURIMethod",
-  "GESFormatterSaveToURIMethod",
-  "GESFrameCompositionMeta",
-  "GESFrameCompositionMeta.alpha",
-  "GESFrameCompositionMeta.height",
-  "GESFrameCompositionMeta.meta",
-  "GESFrameCompositionMeta.operator",
-  "GESFrameCompositionMeta.posx",
-  "GESFrameCompositionMeta.posy",
-  "GESFrameCompositionMeta.width",
-  "GESFrameCompositionMeta.zorder",
-  "GESFrameNumber",
-  "GESGroup",
-  "GESGroup.parent",
-  "GESGroup:duration",
-  "GESGroup:in-point",
-  "GESGroup:max-duration",
-  "GESGroup:priority",
-  "GESGroup:start",
-  "GESGroupClass._ges_reserved",
-  "GESGroupClass.parent_class",
-  "GESImageSource",
-  "GESImageSource:uri",
-  "GESImageSourceClass._ges_reserved",
-  "GESImageSourceClass.parent_class",
-  "GESLayer",
-  "GESLayer._ges_reserved",
-  "GESLayer.max_nle_priority",
-  "GESLayer.min_nle_priority",
-  "GESLayer.parent",
-  "GESLayer.priv",
-  "GESLayer.timeline",
-  "GESLayer::active-changed",
-  "GESLayer::clip-added",
-  "GESLayer::clip-removed",
-  "GESLayer:auto-transition",
-  "GESLayer:priority",
-  "GESLayerClass.get_objects",
-  "GESLayerClass.object_added",
-  "GESLayerClass.object_removed",
-  "GESLayerClass::get_objects",
-  "GESLayerClass::object_added",
-  "GESLayerClass::object_removed",
-  "GESMarker",
-  "GESMarker:position",
-  "GESMarkerClass.parent_class",
-  "GESMarkerFlags",
-  "GESMarkerList",
-  "GESMarkerList::marker-added",
-  "GESMarkerList::marker-moved",
-  "GESMarkerList::marker-removed",
-  "GESMarkerList:flags",
-  "GESMarkerListClass.parent_class",
-  "GESMetaContainer",
-  "GESMetaContainer::notify-meta",
-  "GESMetaContainerInterface._ges_reserved",
-  "GESMetaContainerInterface.parent_iface",
-  "GESMetaFlag",
-  "GESMetaForeachFunc",
-  "GESMultiFileSource",
-  "GESMultiFileSource:uri",
-  "GESMultiFileSourceClass._ges_reserved",
-  "GESMultiFileSourceClass.parent_class",
-  "GESOperation",
-  "GESOperationClip",
-  "GESOverlayClip",
-  "GESOverlayClipClass.parent_class",
-  "GESPipeline",
-  "GESPipeline:audio-filter",
-  "GESPipeline:audio-sink",
-  "GESPipeline:mode",
-  "GESPipeline:timeline",
-  "GESPipeline:video-filter",
-  "GESPipeline:video-sink",
-  "GESPipelineFlags",
-  "GESPitiviFormatter",
-  "GESPitiviFormatter.parent",
-  "GESProject",
-  "GESProject.parent",
-  "GESProject::asset-added",
-  "GESProject::asset-loading",
-  "GESProject::asset-removed",
-  "GESProject::error-loading",
-  "GESProject::error-loading-asset",
-  "GESProject::loaded",
-  "GESProject::loading",
-  "GESProject::missing-uri",
-  "GESProject:uri",
-  "GESProjectClass._ges_reserved",
-  "GESProjectClass.asset_added",
-  "GESProjectClass.asset_loading",
-  "GESProjectClass.asset_removed",
-  "GESProjectClass.loaded",
-  "GESProjectClass.loading",
-  "GESProjectClass.loading_error",
-  "GESProjectClass.missing_uri",
-  "GESProjectClass.parent_class",
-  "GESProjectClass::asset_added",
-  "GESProjectClass::asset_loading",
-  "GESProjectClass::asset_removed",
-  "GESProjectClass::loaded",
-  "GESProjectClass::loading",
-  "GESProjectClass::loading_error",
-  "GESProjectClass::missing_uri",
-  "GESSource",
-  "GESSourceClass::create_source",
-  "GESSourceClass::select_pad",
-  "GESSourceClip",
-  "GESSourceClip.parent",
-  "GESSourceClipAsset",
-  "GESSourceClipAsset.parent_instance",
-  "GESSourceClipAssetClass.parent_class",
-  "GESSrc",
-  "GESSrc!audio_src",
-  "GESSrc!video_src",
-  "GESTestClip",
-  "GESTestClip.parent",
-  "GESTestClip:freq",
-  "GESTestClip:mute",
-  "GESTestClip:volume",
-  "GESTestClip:vpattern",
-  "GESTextHAlign",
-  "GESTextOverlay",
-  "GESTextOverlay.parent",
-  "GESTextOverlayClass.parent_class",
-  "GESTextOverlayClip",
-  "GESTextOverlayClip.parent",
-  "GESTextOverlayClip:color",
-  "GESTextOverlayClip:font-desc",
-  "GESTextOverlayClip:halignment",
-  "GESTextOverlayClip:text",
-  "GESTextOverlayClip:valignment",
-  "GESTextOverlayClip:xpos",
-  "GESTextOverlayClip:ypos",
-  "GESTextVAlign",
-  "GESTimeline",
-  "GESTimeline.layers",
-  "GESTimeline.parent",
-  "GESTimeline.tracks",
-  "GESTimeline::commited",
-  "GESTimeline::group-added",
-  "GESTimeline::group-removed",
-  "GESTimeline::layer-added",
-  "GESTimeline::layer-removed",
-  "GESTimeline::select-element-track",
-  "GESTimeline::select-tracks-for-object",
-  "GESTimeline::snapping-ended",
-  "GESTimeline::snapping-started",
-  "GESTimeline::track-added",
-  "GESTimeline::track-removed",
-  "GESTimeline:auto-transition",
-  "GESTimeline:duration",
-  "GESTimeline:snapping-distance",
-  "GESTimelineClass.group_added",
-  "GESTimelineClass.group_removed",
-  "GESTimelineClass.layer_added",
-  "GESTimelineClass.layer_removed",
-  "GESTimelineClass.parent_class",
-  "GESTimelineClass.track_added",
-  "GESTimelineClass.track_removed",
-  "GESTimelineClass::group_added",
-  "GESTimelineClass::group_removed",
-  "GESTimelineClass::layer_added",
-  "GESTimelineClass::layer_removed",
-  "GESTimelineClass::track_added",
-  "GESTimelineClass::track_removed",
-  "GESTimelineElement",
-  "GESTimelineElement.asset",
-  "GESTimelineElement.duration",
-  "GESTimelineElement.inpoint",
-  "GESTimelineElement.maxduration",
-  "GESTimelineElement.name",
-  "GESTimelineElement.parent",
-  "GESTimelineElement.parent_instance",
-  "GESTimelineElement.priority",
-  "GESTimelineElement.start",
-  "GESTimelineElement.timeline",
-  "GESTimelineElement::child-property-added",
-  "GESTimelineElement::child-property-removed",
-  "GESTimelineElement::deep-notify",
-  "GESTimelineElement:duration",
-  "GESTimelineElement:in-point",
-  "GESTimelineElement:max-duration",
-  "GESTimelineElement:name",
-  "GESTimelineElement:parent",
-  "GESTimelineElement:priority",
-  "GESTimelineElement:serialize",
-  "GESTimelineElement:start",
-  "GESTimelineElement:timeline",
-  "GESTimelineElementClass._ges_reserved",
-  "GESTimelineElementClass.deep_copy",
-  "GESTimelineElementClass.get_layer_priority",
-  "GESTimelineElementClass.get_natural_framerate",
-  "GESTimelineElementClass.get_track_types",
-  "GESTimelineElementClass.list_children_properties",
-  "GESTimelineElementClass.lookup_child",
-  "GESTimelineElementClass.parent_class",
-  "GESTimelineElementClass.paste",
-  "GESTimelineElementClass.ripple",
-  "GESTimelineElementClass.ripple_end",
-  "GESTimelineElementClass.roll_end",
-  "GESTimelineElementClass.roll_start",
-  "GESTimelineElementClass.set_child_property",
-  "GESTimelineElementClass.set_child_property_full",
-  "GESTimelineElementClass.set_duration",
-  "GESTimelineElementClass.set_inpoint",
-  "GESTimelineElementClass.set_max_duration",
-  "GESTimelineElementClass.set_parent",
-  "GESTimelineElementClass.set_priority",
-  "GESTimelineElementClass.set_start",
-  "GESTimelineElementClass.trim",
-  "GESTimelineElementClass::deep_copy",
-  "GESTimelineElementClass::get_layer_priority",
-  "GESTimelineElementClass::get_natural_framerate",
-  "GESTimelineElementClass::get_track_types",
-  "GESTimelineElementClass::list_children_properties",
-  "GESTimelineElementClass::lookup_child",
-  "GESTimelineElementClass::paste",
-  "GESTimelineElementClass::ripple",
-  "GESTimelineElementClass::ripple_end",
-  "GESTimelineElementClass::roll_end",
-  "GESTimelineElementClass::roll_start",
-  "GESTimelineElementClass::set_child_property",
-  "GESTimelineElementClass::set_child_property_full",
-  "GESTimelineElementClass::set_duration",
-  "GESTimelineElementClass::set_inpoint",
-  "GESTimelineElementClass::set_max_duration",
-  "GESTimelineElementClass::set_parent",
-  "GESTimelineElementClass::set_priority",
-  "GESTimelineElementClass::set_start",
-  "GESTimelineElementClass::trim",
-  "GESTitleClip",
-  "GESTitleClip.parent",
-  "GESTitleClip:background",
-  "GESTitleClip:color",
-  "GESTitleClip:font-desc",
-  "GESTitleClip:halignment",
-  "GESTitleClip:text",
-  "GESTitleClip:valignment",
-  "GESTitleClip:xpos",
-  "GESTitleClip:ypos",
-  "GESTitleSource",
-  "GESTitleSource.parent",
-  "GESTitleSourceClass.parent_class",
-  "GESTrack",
-  "GESTrack.parent",
-  "GESTrack.type",
-  "GESTrack::commited",
-  "GESTrack::track-element-added",
-  "GESTrack::track-element-removed",
-  "GESTrack:caps",
-  "GESTrack:duration",
-  "GESTrack:id",
-  "GESTrack:mixing",
-  "GESTrack:restriction-caps",
-  "GESTrack:track-type",
-  "GESTrackClass.get_mixing_element",
-  "GESTrackClass::get_mixing_element",
-  "GESTrackElement",
-  "GESTrackElement.parent",
-  "GESTrackElement::control-binding-added",
-  "GESTrackElement::control-binding-removed",
-  "GESTrackElement:active",
-  "GESTrackElement:auto-clamp-control-sources",
-  "GESTrackElement:has-internal-source",
-  "GESTrackElement:track",
-  "GESTrackElement:track-type",
-  "GESTrackElementAsset",
-  "GESTrackElementAsset.parent",
-  "GESTrackElementAsset:track-type",
-  "GESTrackElementAssetClass._ges_reserved",
-  "GESTrackElementAssetClass.get_natural_framerate",
-  "GESTrackElementAssetClass.parent_class",
-  "GESTrackElementAssetClass::get_natural_framerate",
-  "GESTrackElementClass.ABI._ges_reserved",
-  "GESTrackElementClass.ABI.abi.default_has_internal_source",
-  "GESTrackElementClass.ABI.abi.default_track_type",
-  "GESTrackElementClass.active_changed",
-  "GESTrackElementClass.changed",
-  "GESTrackElementClass.create_element",
-  "GESTrackElementClass.create_gnl_object",
-  "GESTrackElementClass.list_children_properties",
-  "GESTrackElementClass.lookup_child",
-  "GESTrackElementClass.nleobject_factorytype",
-  "GESTrackElementClass::active_changed",
-  "GESTrackElementClass::changed",
-  "GESTrackElementClass::create_element",
-  "GESTrackElementClass::create_gnl_object",
-  "GESTrackElementClass::list_children_properties",
-  "GESTrackElementClass::lookup_child",
-  "GESTrackType",
-  "GESTransition",
-  "GESTransitionClip",
-  "GESTransitionClip.vtype",
-  "GESTransitionClip:vtype",
-  "GESUriClip",
-  "GESUriClip.parent",
-  "GESUriClip:is-image",
-  "GESUriClip:mute",
-  "GESUriClip:supported-formats",
-  "GESUriClip:uri",
-  "GESUriClipAsset",
-  "GESUriClipAsset.parent",
-  "GESUriClipAsset:duration",
-  "GESUriClipAsset:is-nested-timeline",
-  "GESUriClipAssetClass.parent_class",
-  "GESUriSourceAsset",
-  "GESUriSourceAsset.parent",
-  "GESUriSourceAssetClass._ges_reserved",
-  "GESUriSourceAssetClass.parent_class",
-  "GESVideoSource",
-  "GESVideoSourceClass.ABI._ges_reserved",
-  "GESVideoSourceClass.ABI.abi.disable_scale_in_compositor",
-  "GESVideoStandardTransitionType",
-  "GESVideoTestPattern",
-  "GESVideoTestSource",
-  "GESVideoTestSourceClass._ges_reserved",
-  "GESVideoTestSourceClass.parent_class",
-  "GESVideoTrack",
-  "GESVideoTrack.parent_instance",
-  "GESVideoTrackClass._ges_reserved",
-  "GESVideoTrackClass.parent_class",
-  "GESVideoTransition",
-  "GESVideoTransition.parent",
-  "GESVideoTransition:border",
-  "GESVideoTransition:invert",
-  "GESVideoTransition:transition-type",
-  "GESVideoTransitionClass.parent_class",
-  "GESVideoUriSource",
-  "GESVideoUriSource:uri",
-  "GESXmlFormatter",
-  "GESXmlFormatter._ges_reserved",
-  "GESXmlFormatter.parent",
-  "GESXmlFormatter.priv",
-  "GESXmlFormatterClass._ges_reserved",
-  "GESXmlFormatterClass.parent",
-  "GES_API",
-  "GES_ASSET_LOADING_ASYNC",
-  "GES_ASSET_LOADING_ERROR",
-  "GES_ASSET_LOADING_OK",
-  "GES_CHILDREN_IGNORE_NOTIFIES",
-  "GES_CHILDREN_LAST",
-  "GES_CHILDREN_UPDATE",
-  "GES_CHILDREN_UPDATE_ALL_VALUES",
-  "GES_CHILDREN_UPDATE_OFFSETS",
-  "GES_CLIP_CLASS_CAN_ADD_EFFECTS",
-  "GES_CONTAINER_CHILDREN",
-  "GES_CONTAINER_HEIGHT",
-  "GES_DEPRECATED",
-  "GES_DEPRECATED_FOR",
-  "GES_EDGE_END",
-  "GES_EDGE_NONE",
-  "GES_EDGE_START",
-  "GES_EDIT_MODE_NORMAL",
-  "GES_EDIT_MODE_RIPPLE",
-  "GES_EDIT_MODE_ROLL",
-  "GES_EDIT_MODE_SLIDE",
-  "GES_EDIT_MODE_TRIM",
-  "GES_ERROR",
-  "GES_ERROR_ASSET_LOADING",
-  "GES_ERROR_ASSET_WRONG_ID",
-  "GES_ERROR_FORMATTER_MALFORMED_INPUT_FILE",
-  "GES_ERROR_INVALID_EFFECT_BIN_DESCRIPTION",
-  "GES_ERROR_INVALID_FRAME_NUMBER",
-  "GES_ERROR_INVALID_OVERLAP_IN_TRACK",
-  "GES_ERROR_NEGATIVE_LAYER",
-  "GES_ERROR_NEGATIVE_TIME",
-  "GES_ERROR_NOT_ENOUGH_INTERNAL_CONTENT",
-  "GES_EXTRACTABLE_GET_INTERFACE",
-  "GES_FRAME_NUMBER_IS_VALID",
-  "GES_FRAME_NUMBER_NONE",
-  "GES_MARKER_FLAG_NONE",
-  "GES_MARKER_FLAG_SNAPPABLE",
-  "GES_META_CONTAINER_GET_INTERFACE",
-  "GES_META_DESCRIPTION",
-  "GES_META_FLAG_TYPE",
-  "GES_META_FORMATTER_EXTENSION",
-  "GES_META_FORMATTER_MIMETYPE",
-  "GES_META_FORMATTER_NAME",
-  "GES_META_FORMATTER_RANK",
-  "GES_META_FORMATTER_VERSION",
-  "GES_META_FORMAT_VERSION",
-  "GES_META_MARKER_COLOR",
-  "GES_META_READABLE",
-  "GES_META_READ_WRITE",
-  "GES_META_VOLUME",
-  "GES_META_VOLUME_DEFAULT",
-  "GES_META_WRITABLE",
-  "GES_MULTI_FILE_URI_PREFIX",
-  "GES_PIPELINE_MODE_PREVIEW",
-  "GES_PIPELINE_MODE_PREVIEW_AUDIO",
-  "GES_PIPELINE_MODE_PREVIEW_VIDEO",
-  "GES_PIPELINE_MODE_RENDER",
-  "GES_PIPELINE_MODE_SMART_RENDER",
-  "GES_TEXT_HALIGN_ABSOLUTE",
-  "GES_TEXT_HALIGN_CENTER",
-  "GES_TEXT_HALIGN_LEFT",
-  "GES_TEXT_HALIGN_POSITION",
-  "GES_TEXT_HALIGN_RIGHT",
-  "GES_TEXT_HALIGN_TYPE\\",
-  "GES_TEXT_VALIGN_ABSOLUTE",
-  "GES_TEXT_VALIGN_BASELINE",
-  "GES_TEXT_VALIGN_BOTTOM",
-  "GES_TEXT_VALIGN_CENTER",
-  "GES_TEXT_VALIGN_POSITION",
-  "GES_TEXT_VALIGN_TOP",
-  "GES_TEXT_VALIGN_TYPE\\",
-  "GES_TIMELINE_ELEMENT_DURATION",
-  "GES_TIMELINE_ELEMENT_END",
-  "GES_TIMELINE_ELEMENT_INPOINT",
-  "GES_TIMELINE_ELEMENT_LAYER_PRIORITY",
-  "GES_TIMELINE_ELEMENT_MAX_DURATION",
-  "GES_TIMELINE_ELEMENT_NAME",
-  "GES_TIMELINE_ELEMENT_NO_LAYER_PRIORITY",
-  "GES_TIMELINE_ELEMENT_PARENT",
-  "GES_TIMELINE_ELEMENT_PRIORITY",
-  "GES_TIMELINE_ELEMENT_START",
-  "GES_TIMELINE_ELEMENT_TIMELINE",
-  "GES_TIMELINE_GET_LAYERS",
-  "GES_TIMELINE_GET_TRACKS",
-  "GES_TRACK_ELEMENT_CLASS_DEFAULT_HAS_INTERNAL_SOURCE",
-  "GES_TRACK_TYPE_AUDIO",
-  "GES_TRACK_TYPE_CUSTOM",
-  "GES_TRACK_TYPE_TEXT",
-  "GES_TRACK_TYPE_UNKNOWN",
-  "GES_TRACK_TYPE_VIDEO",
-  "GES_TYPE_ASSET",
-  "GES_TYPE_AUDIO_SOURCE",
-  "GES_TYPE_AUDIO_TEST_SOURCE",
-  "GES_TYPE_AUDIO_TRANSITION",
-  "GES_TYPE_AUDIO_URI_SOURCE",
-  "GES_TYPE_BASE_EFFECT",
-  "GES_TYPE_BASE_EFFECT_CLIP",
-  "GES_TYPE_BASE_TRANSITION_CLIP",
-  "GES_TYPE_CLIP",
-  "GES_TYPE_CONTAINER",
-  "GES_TYPE_DISCOVERER_MANAGER",
-  "GES_TYPE_EDGE",
-  "GES_TYPE_EDIT_MODE",
-  "GES_TYPE_EFFECT",
-  "GES_TYPE_EFFECT_CLIP",
-  "GES_TYPE_FORMATTER",
-  "GES_TYPE_FRAME_NUMBER",
-  "GES_TYPE_IMAGE_SOURCE",
-  "GES_TYPE_LAYER",
-  "GES_TYPE_MARKER",
-  "GES_TYPE_MARKER_LIST",
-  "GES_TYPE_MULTI_FILE_SOURCE",
-  "GES_TYPE_OPERATION",
-  "GES_TYPE_OPERATION_CLIP",
-  "GES_TYPE_OVERLAY_CLIP",
-  "GES_TYPE_OVERLAY_TEXT_CLIP",
-  "GES_TYPE_PIPELINE",
-  "GES_TYPE_PIPELINE_FLAGS\\",
-  "GES_TYPE_PITIVI_FORMATTER",
-  "GES_TYPE_PROJECT",
-  "GES_TYPE_SOURCE",
-  "GES_TYPE_SOURCE_CLIP",
-  "GES_TYPE_SOURCE_CLIP_ASSET",
-  "GES_TYPE_TEST_CLIP",
-  "GES_TYPE_TEXT_OVERLAY",
-  "GES_TYPE_TIMELINE",
-  "GES_TYPE_TITLE_CLIP",
-  "GES_TYPE_TITLE_SOURCE",
-  "GES_TYPE_TRACK",
-  "GES_TYPE_TRACK_ELEMENT",
-  "GES_TYPE_TRACK_ELEMENT_ASSET",
-  "GES_TYPE_TRACK_TYPE",
-  "GES_TYPE_TRANSITION",
-  "GES_TYPE_TRANSITION_CLIP",
-  "GES_TYPE_URI_CLIP",
-  "GES_TYPE_URI_CLIP_ASSET",
-  "GES_TYPE_URI_SOURCE_ASSET",
-  "GES_TYPE_VIDEO_SOURCE",
-  "GES_TYPE_VIDEO_TEST_SOURCE",
-  "GES_TYPE_VIDEO_TRANSITION",
-  "GES_TYPE_VIDEO_URI_SOURCE",
-  "GES_VERSION_MAJOR",
-  "GES_VERSION_MICRO",
-  "GES_VERSION_MINOR",
-  "GES_VERSION_NANO",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNDOOR_DBL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNDOOR_DTL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNDOOR_H",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNDOOR_V",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNVEE_D",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNVEE_L",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNVEE_R",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BARNVEE_U",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BAR_WIPE_LR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BAR_WIPE_TB",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOWTIE_H",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOWTIE_V",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_BC",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_BL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_BR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_LC",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_RC",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_TC",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_TL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_BOX_WIPE_TR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_CLOCK_CW12",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_CLOCK_CW3",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_CLOCK_CW6",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_CLOCK_CW9",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_CROSSFADE",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DIAGONAL_TL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DIAGONAL_TR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLEFAN_FIH",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLEFAN_FIV",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLEFAN_FOH",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLEFAN_FOV",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_OH",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_OV",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_PD",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_PDBL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_PDTL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_DOUBLESWEEP_PV",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FADE_IN",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_B",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_CR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_CT",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_L",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_R",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FAN_T",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FOUR_BOX_WIPE_CI",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_FOUR_BOX_WIPE_CO",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_IRIS_RECT",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_MISC_DIAGONAL_DBD",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_MISC_DIAGONAL_DD",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_NONE",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_PINWHEEL_FB",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_PINWHEEL_TBH",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_PINWHEEL_TBV",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SALOONDOOR_B",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SALOONDOOR_L",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SALOONDOOR_R",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SALOONDOOR_T",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWB",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWBL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWBR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWT",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWTL",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_SINGLESWEEP_CWTR",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_TYPE",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_VEE_D",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_VEE_L",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_VEE_R",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_VEE_U",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_WINDSHIELD_H",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_WINDSHIELD_R",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_WINDSHIELD_U",
-  "GES_VIDEO_STANDARD_TRANSITION_TYPE_WINDSHIELD_V",
-  "GES_VIDEO_TEST_CHROMA_ZONE_PLATE",
-  "GES_VIDEO_TEST_GAMUT",
-  "GES_VIDEO_TEST_PATTERN_BLACK",
-  "GES_VIDEO_TEST_PATTERN_BLINK",
-  "GES_VIDEO_TEST_PATTERN_BLUE",
-  "GES_VIDEO_TEST_PATTERN_CHECKERS1",
-  "GES_VIDEO_TEST_PATTERN_CHECKERS2",
-  "GES_VIDEO_TEST_PATTERN_CHECKERS4",
-  "GES_VIDEO_TEST_PATTERN_CHECKERS8",
-  "GES_VIDEO_TEST_PATTERN_CIRCULAR",
-  "GES_VIDEO_TEST_PATTERN_GREEN",
-  "GES_VIDEO_TEST_PATTERN_RED",
-  "GES_VIDEO_TEST_PATTERN_SMPTE",
-  "GES_VIDEO_TEST_PATTERN_SMPTE75",
-  "GES_VIDEO_TEST_PATTERN_SNOW",
-  "GES_VIDEO_TEST_PATTERN_SOLID",
-  "GES_VIDEO_TEST_PATTERN_TYPE\\",
-  "GES_VIDEO_TEST_PATTERN_WHITE",
-  "GES_VIDEO_TEST_ZONE_PLATE",
-  "GET_CAPS_NOT_PROXYING_FIELDS",
-  "GFLOAT_FROM_BE",
-  "GFLOAT_FROM_LE",
-  "GFLOAT_TO_BE",
-  "GFLOAT_TO_LE",
-  "GST_AGGREGATOR_CAST",
-  "GST_AGGREGATOR_FLOW_NEED_DATA",
-  "GST_AGGREGATOR_PAD_CAST",
-  "GST_AGGREGATOR_SRC_PAD",
-  "GST_AGGREGATOR_START_TIME_SELECTION_FIRST",
-  "GST_AGGREGATOR_START_TIME_SELECTION_SET",
-  "GST_AGGREGATOR_START_TIME_SELECTION_ZERO",
-  "GST_ALLOCATOR_CAST",
-  "GST_ALLOCATOR_DMABUF",
-  "GST_ALLOCATOR_FD",
-  "GST_ALLOCATOR_FLAG_CUSTOM_ALLOC",
-  "GST_ALLOCATOR_FLAG_LAST",
-  "GST_ALLOCATOR_FLAG_NO_COPY",
-  "GST_ALLOCATOR_SHM",
-  "GST_ALLOCATOR_SYSMEM",
-  "GST_ALLOCATOR_VASURFACE",
-  "GST_ANALYTICS_MTD_CAST",
-  "GST_ANALYTICS_MTD_TYPE_ANY",
-  "GST_ANALYTICS_RELATION_META_API_TYPE",
-  "GST_ANALYTICS_RELATION_META_INFO",
-  "GST_ANALYTICS_REL_TYPE_ANY",
-  "GST_ANALYTICS_REL_TYPE_CONTAIN",
-  "GST_ANALYTICS_REL_TYPE_IS_PART_OF",
-  "GST_ANALYTICS_REL_TYPE_LAST",
-  "GST_ANALYTICS_REL_TYPE_NONE",
-  "GST_ANALYTICS_REL_TYPE_RELATE_TO",
-  "GST_ANCILLARY_META_API_TYPE",
-  "GST_ANCILLARY_META_FIELD_INTERLACED_FIRST",
-  "GST_ANCILLARY_META_FIELD_INTERLACED_SECOND",
-  "GST_ANCILLARY_META_FIELD_PROGRESSIVE",
-  "GST_ANCILLARY_META_INFO",
-  "GST_APP_LEAKY_TYPE_DOWNSTREAM",
-  "GST_APP_LEAKY_TYPE_NONE",
-  "GST_APP_LEAKY_TYPE_UPSTREAM",
-  "GST_APP_SINK_CAST",
-  "GST_APP_SRC_CAST",
-  "GST_APP_STREAM_TYPE_RANDOM_ACCESS",
-  "GST_APP_STREAM_TYPE_SEEKABLE",
-  "GST_APP_STREAM_TYPE_STREAM",
-  "GST_AUDIO_BASE_SINK_CAST",
-  "GST_AUDIO_BASE_SINK_CLOCK",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_ALIGNMENT",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_DEVICE_FAILURE",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_FLUSH",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_NEW_CAPS",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_NO_DISCONT",
-  "GST_AUDIO_BASE_SINK_DISCONT_REASON_SYNC_LATENCY",
-  "GST_AUDIO_BASE_SINK_PAD",
-  "GST_AUDIO_BASE_SINK_SLAVE_CUSTOM",
-  "GST_AUDIO_BASE_SINK_SLAVE_NONE",
-  "GST_AUDIO_BASE_SINK_SLAVE_RESAMPLE",
-  "GST_AUDIO_BASE_SINK_SLAVE_SKEW",
-  "GST_AUDIO_BASE_SRC_CAST",
-  "GST_AUDIO_BASE_SRC_CLOCK",
-  "GST_AUDIO_BASE_SRC_PAD",
-  "GST_AUDIO_BASE_SRC_SLAVE_NONE",
-  "GST_AUDIO_BASE_SRC_SLAVE_RESAMPLE",
-  "GST_AUDIO_BASE_SRC_SLAVE_RETIMESTAMP",
-  "GST_AUDIO_BASE_SRC_SLAVE_RE_TIMESTAMP",
-  "GST_AUDIO_BASE_SRC_SLAVE_SKEW",
-  "GST_AUDIO_BUFFER_BPF",
-  "GST_AUDIO_BUFFER_BPS",
-  "GST_AUDIO_BUFFER_CHANNELS",
-  "GST_AUDIO_BUFFER_DEPTH",
-  "GST_AUDIO_BUFFER_FORMAT",
-  "GST_AUDIO_BUFFER_LAYOUT",
-  "GST_AUDIO_BUFFER_N_PLANES",
-  "GST_AUDIO_BUFFER_N_SAMPLES",
-  "GST_AUDIO_BUFFER_PLANE_DATA",
-  "GST_AUDIO_BUFFER_PLANE_SIZE",
-  "GST_AUDIO_BUFFER_RATE",
-  "GST_AUDIO_BUFFER_SAMPLE_STRIDE",
-  "GST_AUDIO_BUFFER_WIDTH",
-  "GST_AUDIO_CAPS_MAKE",
-  "GST_AUDIO_CD_SRC_MODE_CONTINUOUS",
-  "GST_AUDIO_CD_SRC_MODE_NORMAL",
-  "GST_AUDIO_CHANNELS_RANGE",
-  "GST_AUDIO_CHANNEL_MIXER_FLAGS_NONE",
-  "GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN",
-  "GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT",
-  "GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN",
-  "GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_OUT",
-  "GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_INVALID",
-  "GST_AUDIO_CHANNEL_POSITION_LFE1",
-  "GST_AUDIO_CHANNEL_POSITION_LFE2",
-  "GST_AUDIO_CHANNEL_POSITION_MASK",
-  "GST_AUDIO_CHANNEL_POSITION_MONO",
-  "GST_AUDIO_CHANNEL_POSITION_NONE",
-  "GST_AUDIO_CHANNEL_POSITION_REAR_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_REAR_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_SURROUND_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_SURROUND_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_REAR_CENTER",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_REAR_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_REAR_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_SIDE_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_TOP_SIDE_RIGHT",
-  "GST_AUDIO_CHANNEL_POSITION_WIDE_LEFT",
-  "GST_AUDIO_CHANNEL_POSITION_WIDE_RIGHT",
-  "GST_AUDIO_CLIPPING_META_API_TYPE",
-  "GST_AUDIO_CLIPPING_META_INFO",
-  "GST_AUDIO_CLOCK_CAST",
-  "GST_AUDIO_CONVERTER_FLAG_IN_WRITABLE",
-  "GST_AUDIO_CONVERTER_FLAG_NONE",
-  "GST_AUDIO_CONVERTER_FLAG_VARIABLE_RATE",
-  "GST_AUDIO_CONVERTER_OPT_DITHER_METHOD",
-  "GST_AUDIO_CONVERTER_OPT_DITHER_THRESHOLD",
-  "GST_AUDIO_CONVERTER_OPT_MIX_MATRIX",
-  "GST_AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD",
-  "GST_AUDIO_CONVERTER_OPT_QUANTIZATION",
-  "GST_AUDIO_CONVERTER_OPT_RESAMPLER_METHOD",
-  "GST_AUDIO_DECODER_CAST",
-  "GST_AUDIO_DECODER_ERROR",
-  "GST_AUDIO_DECODER_INPUT_SEGMENT",
-  "GST_AUDIO_DECODER_MAX_ERRORS",
-  "GST_AUDIO_DECODER_OUTPUT_SEGMENT",
-  "GST_AUDIO_DECODER_SINK_NAME",
-  "GST_AUDIO_DECODER_SINK_PAD",
-  "GST_AUDIO_DECODER_SRC_NAME",
-  "GST_AUDIO_DECODER_SRC_PAD",
-  "GST_AUDIO_DECODER_STREAM_LOCK",
-  "GST_AUDIO_DECODER_STREAM_UNLOCK",
-  "GST_AUDIO_DEF_CHANNELS",
-  "GST_AUDIO_DEF_FORMAT",
-  "GST_AUDIO_DEF_RATE",
-  "GST_AUDIO_DITHER_NONE",
-  "GST_AUDIO_DITHER_RPDF",
-  "GST_AUDIO_DITHER_TPDF",
-  "GST_AUDIO_DITHER_TPDF_HF",
-  "GST_AUDIO_DOWNMIX_META_API_TYPE",
-  "GST_AUDIO_DOWNMIX_META_INFO",
-  "GST_AUDIO_ENCODER_CAST",
-  "GST_AUDIO_ENCODER_INPUT_SEGMENT",
-  "GST_AUDIO_ENCODER_OUTPUT_SEGMENT",
-  "GST_AUDIO_ENCODER_SINK_NAME",
-  "GST_AUDIO_ENCODER_SINK_PAD",
-  "GST_AUDIO_ENCODER_SRC_NAME",
-  "GST_AUDIO_ENCODER_SRC_PAD",
-  "GST_AUDIO_ENCODER_STREAM_LOCK",
-  "GST_AUDIO_ENCODER_STREAM_UNLOCK",
-  "GST_AUDIO_FILTER_BPF",
-  "GST_AUDIO_FILTER_BPS",
-  "GST_AUDIO_FILTER_CAST",
-  "GST_AUDIO_FILTER_CHANNELS",
-  "GST_AUDIO_FILTER_CLASS_CAST",
-  "GST_AUDIO_FILTER_FORMAT",
-  "GST_AUDIO_FILTER_INFO",
-  "GST_AUDIO_FILTER_RATE",
-  "GST_AUDIO_FLAG_NONE",
-  "GST_AUDIO_FLAG_UNPOSITIONED",
-  "GST_AUDIO_FORMATS_ALL",
-  "GST_AUDIO_FORMAT_ENCODED",
-  "GST_AUDIO_FORMAT_F32",
-  "GST_AUDIO_FORMAT_F32BE",
-  "GST_AUDIO_FORMAT_F32LE",
-  "GST_AUDIO_FORMAT_F64",
-  "GST_AUDIO_FORMAT_F64BE",
-  "GST_AUDIO_FORMAT_F64LE",
-  "GST_AUDIO_FORMAT_FLAG_COMPLEX",
-  "GST_AUDIO_FORMAT_FLAG_FLOAT",
-  "GST_AUDIO_FORMAT_FLAG_INTEGER",
-  "GST_AUDIO_FORMAT_FLAG_SIGNED",
-  "GST_AUDIO_FORMAT_FLAG_UNPACK",
-  "GST_AUDIO_FORMAT_INFO_DEPTH",
-  "GST_AUDIO_FORMAT_INFO_ENDIANNESS",
-  "GST_AUDIO_FORMAT_INFO_FLAGS",
-  "GST_AUDIO_FORMAT_INFO_FORMAT",
-  "GST_AUDIO_FORMAT_INFO_IS_BIG_ENDIAN",
-  "GST_AUDIO_FORMAT_INFO_IS_FLOAT",
-  "GST_AUDIO_FORMAT_INFO_IS_INTEGER",
-  "GST_AUDIO_FORMAT_INFO_IS_LITTLE_ENDIAN",
-  "GST_AUDIO_FORMAT_INFO_IS_SIGNED",
-  "GST_AUDIO_FORMAT_INFO_IS_VALID_RAW",
-  "GST_AUDIO_FORMAT_INFO_NAME",
-  "GST_AUDIO_FORMAT_INFO_WIDTH",
-  "GST_AUDIO_FORMAT_S16",
-  "GST_AUDIO_FORMAT_S16BE",
-  "GST_AUDIO_FORMAT_S16LE",
-  "GST_AUDIO_FORMAT_S18",
-  "GST_AUDIO_FORMAT_S18BE",
-  "GST_AUDIO_FORMAT_S18LE",
-  "GST_AUDIO_FORMAT_S20",
-  "GST_AUDIO_FORMAT_S20BE",
-  "GST_AUDIO_FORMAT_S20LE",
-  "GST_AUDIO_FORMAT_S24",
-  "GST_AUDIO_FORMAT_S24BE",
-  "GST_AUDIO_FORMAT_S24LE",
-  "GST_AUDIO_FORMAT_S24_32",
-  "GST_AUDIO_FORMAT_S24_32BE",
-  "GST_AUDIO_FORMAT_S24_32LE",
-  "GST_AUDIO_FORMAT_S32",
-  "GST_AUDIO_FORMAT_S32BE",
-  "GST_AUDIO_FORMAT_S32LE",
-  "GST_AUDIO_FORMAT_S8",
-  "GST_AUDIO_FORMAT_U16",
-  "GST_AUDIO_FORMAT_U16BE",
-  "GST_AUDIO_FORMAT_U16LE",
-  "GST_AUDIO_FORMAT_U18",
-  "GST_AUDIO_FORMAT_U18BE",
-  "GST_AUDIO_FORMAT_U18LE",
-  "GST_AUDIO_FORMAT_U20",
-  "GST_AUDIO_FORMAT_U20BE",
-  "GST_AUDIO_FORMAT_U20LE",
-  "GST_AUDIO_FORMAT_U24",
-  "GST_AUDIO_FORMAT_U24BE",
-  "GST_AUDIO_FORMAT_U24LE",
-  "GST_AUDIO_FORMAT_U24_32",
-  "GST_AUDIO_FORMAT_U24_32BE",
-  "GST_AUDIO_FORMAT_U24_32LE",
-  "GST_AUDIO_FORMAT_U32",
-  "GST_AUDIO_FORMAT_U32BE",
-  "GST_AUDIO_FORMAT_U32LE",
-  "GST_AUDIO_FORMAT_U8",
-  "GST_AUDIO_FORMAT_UNKNOWN",
-  "GST_AUDIO_INFO_BPF",
-  "GST_AUDIO_INFO_BPS",
-  "GST_AUDIO_INFO_CHANNELS",
-  "GST_AUDIO_INFO_DEPTH",
-  "GST_AUDIO_INFO_ENDIANNESS",
-  "GST_AUDIO_INFO_FLAGS",
-  "GST_AUDIO_INFO_FORMAT",
-  "GST_AUDIO_INFO_IS_BIG_ENDIAN",
-  "GST_AUDIO_INFO_IS_FLOAT",
-  "GST_AUDIO_INFO_IS_INTEGER",
-  "GST_AUDIO_INFO_IS_LITTLE_ENDIAN",
-  "GST_AUDIO_INFO_IS_SIGNED",
-  "GST_AUDIO_INFO_IS_UNPOSITIONED",
-  "GST_AUDIO_INFO_IS_VALID",
-  "GST_AUDIO_INFO_LAYOUT",
-  "GST_AUDIO_INFO_NAME",
-  "GST_AUDIO_INFO_POSITION",
-  "GST_AUDIO_INFO_RATE",
-  "GST_AUDIO_INFO_WIDTH",
-  "GST_AUDIO_LAYOUT_INTERLEAVED",
-  "GST_AUDIO_LAYOUT_NON_INTERLEAVED",
-  "GST_AUDIO_LEVEL_META_API_TYPE",
-  "GST_AUDIO_LEVEL_META_INFO",
-  "GST_AUDIO_META_API_TYPE",
-  "GST_AUDIO_META_INFO",
-  "GST_AUDIO_NE",
-  "GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK",
-  "GST_AUDIO_NOISE_SHAPING_HIGH",
-  "GST_AUDIO_NOISE_SHAPING_MEDIUM",
-  "GST_AUDIO_NOISE_SHAPING_NONE",
-  "GST_AUDIO_NOISE_SHAPING_SIMPLE",
-  "GST_AUDIO_OE",
-  "GST_AUDIO_PACK_FLAG_NONE",
-  "GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE",
-  "GST_AUDIO_QUANTIZE_FLAG_NONE",
-  "GST_AUDIO_QUANTIZE_FLAG_NON_INTERLEAVED",
-  "GST_AUDIO_RATE_RANGE",
-  "GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_CUBIC",
-  "GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_LINEAR",
-  "GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_NONE",
-  "GST_AUDIO_RESAMPLER_FILTER_MODE_AUTO",
-  "GST_AUDIO_RESAMPLER_FILTER_MODE_FULL",
-  "GST_AUDIO_RESAMPLER_FILTER_MODE_INTERPOLATED",
-  "GST_AUDIO_RESAMPLER_FLAG_NONE",
-  "GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_IN",
-  "GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_OUT",
-  "GST_AUDIO_RESAMPLER_FLAG_VARIABLE_RATE",
-  "GST_AUDIO_RESAMPLER_METHOD_BLACKMAN_NUTTALL",
-  "GST_AUDIO_RESAMPLER_METHOD_CUBIC",
-  "GST_AUDIO_RESAMPLER_METHOD_KAISER",
-  "GST_AUDIO_RESAMPLER_METHOD_LINEAR",
-  "GST_AUDIO_RESAMPLER_METHOD_NEAREST",
-  "GST_AUDIO_RESAMPLER_OPT_CUBIC_B",
-  "GST_AUDIO_RESAMPLER_OPT_CUBIC_C",
-  "GST_AUDIO_RESAMPLER_OPT_CUTOFF",
-  "GST_AUDIO_RESAMPLER_OPT_FILTER_INTERPOLATION",
-  "GST_AUDIO_RESAMPLER_OPT_FILTER_MODE",
-  "GST_AUDIO_RESAMPLER_OPT_FILTER_MODE_THRESHOLD",
-  "GST_AUDIO_RESAMPLER_OPT_FILTER_OVERSAMPLE",
-  "GST_AUDIO_RESAMPLER_OPT_MAX_PHASE_ERROR",
-  "GST_AUDIO_RESAMPLER_OPT_N_TAPS",
-  "GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUATION",
-  "GST_AUDIO_RESAMPLER_OPT_TRANSITION_BANDWIDTH",
-  "GST_AUDIO_RESAMPLER_QUALITY_DEFAULT",
-  "GST_AUDIO_RESAMPLER_QUALITY_MAX",
-  "GST_AUDIO_RESAMPLER_QUALITY_MIN",
-  "GST_AUDIO_RING_BUFFER_BROADCAST",
-  "GST_AUDIO_RING_BUFFER_CAST",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_AC3",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_A_LAW",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_DSD",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_DTS",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_EAC3",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_FLAC",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_GSM",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_IEC958",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_IMA_ADPCM",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG2_AAC",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG2_AAC_RAW",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG4_AAC",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG4_AAC_RAW",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MU_LAW",
-  "GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW",
-  "GST_AUDIO_RING_BUFFER_GET_COND",
-  "GST_AUDIO_RING_BUFFER_SIGNAL",
-  "GST_AUDIO_RING_BUFFER_SPEC_BUFFER_TIME",
-  "GST_AUDIO_RING_BUFFER_SPEC_DSD_FORMAT",
-  "GST_AUDIO_RING_BUFFER_SPEC_FORMAT_TYPE",
-  "GST_AUDIO_RING_BUFFER_SPEC_INFO",
-  "GST_AUDIO_RING_BUFFER_SPEC_LATENCY_TIME",
-  "GST_AUDIO_RING_BUFFER_SPEC_SEGLATENCY",
-  "GST_AUDIO_RING_BUFFER_SPEC_SEGSIZE",
-  "GST_AUDIO_RING_BUFFER_SPEC_SEGTOTAL",
-  "GST_AUDIO_RING_BUFFER_STATE_ERROR",
-  "GST_AUDIO_RING_BUFFER_STATE_PAUSED",
-  "GST_AUDIO_RING_BUFFER_STATE_STARTED",
-  "GST_AUDIO_RING_BUFFER_STATE_STOPPED",
-  "GST_AUDIO_RING_BUFFER_WAIT",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN",
-  "GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT",
-  "GST_AUDIO_VISUALIZER_SHADER_NONE",
-  "GST_AV1_BIT_WRITER_ERROR",
-  "GST_AV1_BIT_WRITER_INVALID_DATA",
-  "GST_AV1_BIT_WRITER_NO_MORE_SPACE",
-  "GST_AV1_BIT_WRITER_OK",
-  "GST_AV1_CP_BT_2020",
-  "GST_AV1_CP_BT_470_B_G",
-  "GST_AV1_CP_BT_470_M",
-  "GST_AV1_CP_BT_601",
-  "GST_AV1_CP_BT_709",
-  "GST_AV1_CP_EBU_3213",
-  "GST_AV1_CP_GENERIC_FILM",
-  "GST_AV1_CP_SMPTE_240",
-  "GST_AV1_CP_SMPTE_431",
-  "GST_AV1_CP_SMPTE_432",
-  "GST_AV1_CP_UNSPECIFIED",
-  "GST_AV1_CP_XYZ",
-  "GST_AV1_CSP_COLOCATED",
-  "GST_AV1_CSP_RESERVED",
-  "GST_AV1_CSP_UNKNOWN",
-  "GST_AV1_CSP_VERTICAL",
-  "GST_AV1_FRAME_RESTORE_NONE",
-  "GST_AV1_FRAME_RESTORE_SGRPROJ",
-  "GST_AV1_FRAME_RESTORE_SWITCHABLE",
-  "GST_AV1_FRAME_RESTORE_WIENER",
-  "GST_AV1_INTERPOLATION_FILTER_BILINEAR",
-  "GST_AV1_INTERPOLATION_FILTER_EIGHTTAP",
-  "GST_AV1_INTERPOLATION_FILTER_EIGHTTAP_SHARP",
-  "GST_AV1_INTERPOLATION_FILTER_EIGHTTAP_SMOOTH",
-  "GST_AV1_INTERPOLATION_FILTER_SWITCHABLE",
-  "GST_AV1_INTER_FRAME",
-  "GST_AV1_INTRA_ONLY_FRAME",
-  "GST_AV1_KEY_FRAME",
-  "GST_AV1_MC_BT_2020_CL",
-  "GST_AV1_MC_BT_2020_NCL",
-  "GST_AV1_MC_BT_470_B_G",
-  "GST_AV1_MC_BT_601",
-  "GST_AV1_MC_BT_709",
-  "GST_AV1_MC_CHROMAT_CL",
-  "GST_AV1_MC_CHROMAT_NCL",
-  "GST_AV1_MC_FCC",
-  "GST_AV1_MC_ICTCP",
-  "GST_AV1_MC_IDENTITY",
-  "GST_AV1_MC_RESERVED_3",
-  "GST_AV1_MC_SMPTE_2085",
-  "GST_AV1_MC_SMPTE_240",
-  "GST_AV1_MC_SMPTE_YCGCO",
-  "GST_AV1_MC_UNSPECIFIED",
-  "GST_AV1_METADATA_TYPE_HDR_CLL",
-  "GST_AV1_METADATA_TYPE_HDR_MDCV",
-  "GST_AV1_METADATA_TYPE_ITUT_T35",
-  "GST_AV1_METADATA_TYPE_RESERVED_0",
-  "GST_AV1_METADATA_TYPE_SCALABILITY",
-  "GST_AV1_METADATA_TYPE_TIMECODE",
-  "GST_AV1_NUM_REF_FRAMES",
-  "GST_AV1_OBU_FRAME",
-  "GST_AV1_OBU_FRAME_HEADER",
-  "GST_AV1_OBU_METADATA",
-  "GST_AV1_OBU_PADDING",
-  "GST_AV1_OBU_REDUNDANT_FRAME_HEADER",
-  "GST_AV1_OBU_RESERVED_0",
-  "GST_AV1_OBU_RESERVED_10",
-  "GST_AV1_OBU_RESERVED_11",
-  "GST_AV1_OBU_RESERVED_12",
-  "GST_AV1_OBU_RESERVED_13",
-  "GST_AV1_OBU_RESERVED_14",
-  "GST_AV1_OBU_RESERVED_9",
-  "GST_AV1_OBU_SEQUENCE_HEADER",
-  "GST_AV1_OBU_TEMPORAL_DELIMITER",
-  "GST_AV1_OBU_TILE_GROUP",
-  "GST_AV1_OBU_TILE_LIST",
-  "GST_AV1_PARSER_BITSTREAM_ERROR",
-  "GST_AV1_PARSER_DROP",
-  "GST_AV1_PARSER_INVALID_OPERATION",
-  "GST_AV1_PARSER_MISSING_OBU_REFERENCE",
-  "GST_AV1_PARSER_NO_MORE_DATA",
-  "GST_AV1_PARSER_OK",
-  "GST_AV1_PICTURE",
-  "GST_AV1_PROFILE_0",
-  "GST_AV1_PROFILE_1",
-  "GST_AV1_PROFILE_2",
-  "GST_AV1_PROFILE_UNDEFINED",
-  "GST_AV1_REF_ALTREF2_FRAME",
-  "GST_AV1_REF_ALTREF_FRAME",
-  "GST_AV1_REF_BWDREF_FRAME",
-  "GST_AV1_REF_GOLDEN_FRAME",
-  "GST_AV1_REF_INTRA_FRAME",
-  "GST_AV1_REF_LAST2_FRAME",
-  "GST_AV1_REF_LAST3_FRAME",
-  "GST_AV1_REF_LAST_FRAME",
-  "GST_AV1_SCALABILITY_L1T2",
-  "GST_AV1_SCALABILITY_L1T3",
-  "GST_AV1_SCALABILITY_L2T1",
-  "GST_AV1_SCALABILITY_L2T1h",
-  "GST_AV1_SCALABILITY_L2T2",
-  "GST_AV1_SCALABILITY_L2T2h",
-  "GST_AV1_SCALABILITY_L2T3",
-  "GST_AV1_SCALABILITY_L2T3h",
-  "GST_AV1_SCALABILITY_S2T1",
-  "GST_AV1_SCALABILITY_S2T1h",
-  "GST_AV1_SCALABILITY_S2T2",
-  "GST_AV1_SCALABILITY_S2T2h",
-  "GST_AV1_SCALABILITY_S2T3",
-  "GST_AV1_SCALABILITY_S2T3h",
-  "GST_AV1_SCALABILITY_SS",
-  "GST_AV1_SEQ_LEVELS",
-  "GST_AV1_SEQ_LEVEL_2_0",
-  "GST_AV1_SEQ_LEVEL_2_1",
-  "GST_AV1_SEQ_LEVEL_2_2",
-  "GST_AV1_SEQ_LEVEL_2_3",
-  "GST_AV1_SEQ_LEVEL_3_0",
-  "GST_AV1_SEQ_LEVEL_3_1",
-  "GST_AV1_SEQ_LEVEL_3_2",
-  "GST_AV1_SEQ_LEVEL_3_3",
-  "GST_AV1_SEQ_LEVEL_4_0",
-  "GST_AV1_SEQ_LEVEL_4_1",
-  "GST_AV1_SEQ_LEVEL_4_2",
-  "GST_AV1_SEQ_LEVEL_4_3",
-  "GST_AV1_SEQ_LEVEL_5_0",
-  "GST_AV1_SEQ_LEVEL_5_1",
-  "GST_AV1_SEQ_LEVEL_5_2",
-  "GST_AV1_SEQ_LEVEL_5_3",
-  "GST_AV1_SEQ_LEVEL_6_0",
-  "GST_AV1_SEQ_LEVEL_6_1",
-  "GST_AV1_SEQ_LEVEL_6_2",
-  "GST_AV1_SEQ_LEVEL_6_3",
-  "GST_AV1_SEQ_LEVEL_7_0",
-  "GST_AV1_SEQ_LEVEL_7_1",
-  "GST_AV1_SEQ_LEVEL_7_2",
-  "GST_AV1_SEQ_LEVEL_7_3",
-  "GST_AV1_SEQ_LEVEL_MAX",
-  "GST_AV1_SWITCH_FRAME",
-  "GST_AV1_TC_BT_1361",
-  "GST_AV1_TC_BT_2020_10_BIT",
-  "GST_AV1_TC_BT_2020_12_BIT",
-  "GST_AV1_TC_BT_470_B_G",
-  "GST_AV1_TC_BT_470_M",
-  "GST_AV1_TC_BT_601",
-  "GST_AV1_TC_BT_709",
-  "GST_AV1_TC_HLG",
-  "GST_AV1_TC_IEC_61966",
-  "GST_AV1_TC_LINEAR",
-  "GST_AV1_TC_LOG_100",
-  "GST_AV1_TC_LOG_100_SQRT10",
-  "GST_AV1_TC_RESERVED_0",
-  "GST_AV1_TC_RESERVED_3",
-  "GST_AV1_TC_SMPTE_2084",
-  "GST_AV1_TC_SMPTE_240",
-  "GST_AV1_TC_SMPTE_428",
-  "GST_AV1_TC_SRGB",
-  "GST_AV1_TC_UNSPECIFIED",
-  "GST_AV1_TX_MODE_LARGEST",
-  "GST_AV1_TX_MODE_ONLY_4x4",
-  "GST_AV1_TX_MODE_SELECT",
-  "GST_AV1_WARP_MODEL_AFFINE",
-  "GST_AV1_WARP_MODEL_IDENTITY",
-  "GST_AV1_WARP_MODEL_ROTZOOM",
-  "GST_AV1_WARP_MODEL_TRANSLATION",
-  "GST_BASE_API",
-  "GST_BASE_CAMERA_SRC_CAST",
-  "GST_BASE_CAMERA_SRC_IMAGE_PAD_NAME",
-  "GST_BASE_CAMERA_SRC_PREVIEW_MESSAGE_NAME",
-  "GST_BASE_CAMERA_SRC_VIDEO_PAD_NAME",
-  "GST_BASE_CAMERA_SRC_VIEWFINDER_PAD_NAME",
-  "GST_BASE_PARSE_CAST",
-  "GST_BASE_PARSE_DRAINING",
-  "GST_BASE_PARSE_FLAG_DRAINING",
-  "GST_BASE_PARSE_FLAG_LOST_SYNC",
-  "GST_BASE_PARSE_FLOW_DROPPED",
-  "GST_BASE_PARSE_FRAME_FLAG_CLIP",
-  "GST_BASE_PARSE_FRAME_FLAG_DROP",
-  "GST_BASE_PARSE_FRAME_FLAG_NEW_FRAME",
-  "GST_BASE_PARSE_FRAME_FLAG_NONE",
-  "GST_BASE_PARSE_FRAME_FLAG_NO_FRAME",
-  "GST_BASE_PARSE_FRAME_FLAG_QUEUE",
-  "GST_BASE_PARSE_LOST_SYNC",
-  "GST_BASE_PARSE_SINK_PAD",
-  "GST_BASE_PARSE_SRC_PAD",
-  "GST_BASE_SINK_CAST",
-  "GST_BASE_SINK_FLOW_DROPPED",
-  "GST_BASE_SINK_GET_PREROLL_COND",
-  "GST_BASE_SINK_GET_PREROLL_LOCK",
-  "GST_BASE_SINK_PAD",
-  "GST_BASE_SINK_PREROLL_BROADCAST",
-  "GST_BASE_SINK_PREROLL_LOCK",
-  "GST_BASE_SINK_PREROLL_SIGNAL",
-  "GST_BASE_SINK_PREROLL_TRYLOCK",
-  "GST_BASE_SINK_PREROLL_UNLOCK",
-  "GST_BASE_SINK_PREROLL_WAIT",
-  "GST_BASE_SINK_PREROLL_WAIT_UNTIL",
-  "GST_BASE_SRC_CAST",
-  "GST_BASE_SRC_FLAG_LAST",
-  "GST_BASE_SRC_FLAG_STARTED",
-  "GST_BASE_SRC_FLAG_STARTING",
-  "GST_BASE_SRC_IS_STARTED",
-  "GST_BASE_SRC_IS_STARTING",
-  "GST_BASE_SRC_PAD",
-  "GST_BASE_TRANSFORM_CAST",
-  "GST_BASE_TRANSFORM_FLOW_DROPPED",
-  "GST_BASE_TRANSFORM_SINK_NAME",
-  "GST_BASE_TRANSFORM_SINK_PAD",
-  "GST_BASE_TRANSFORM_SRC_NAME",
-  "GST_BASE_TRANSFORM_SRC_PAD",
-  "GST_BIN_CAST",
-  "GST_BIN_CHILDREN",
-  "GST_BIN_CHILDREN_COOKIE",
-  "GST_BIN_FLAG_LAST",
-  "GST_BIN_FLAG_NO_RESYNC",
-  "GST_BIN_FLAG_STREAMS_AWARE",
-  "GST_BIN_IS_NO_RESYNC",
-  "GST_BIN_NUMCHILDREN",
-  "GST_BIT_READER",
-  "GST_BIT_READER_INIT",
-  "GST_BIT_WRITER",
-  "GST_BIT_WRITER_BIT_SIZE",
-  "GST_BIT_WRITER_DATA",
-  "GST_BUFFER",
-  "GST_BUFFERING_DOWNLOAD",
-  "GST_BUFFERING_LIVE",
-  "GST_BUFFERING_STREAM",
-  "GST_BUFFERING_TIMESHIFT",
-  "GST_BUFFER_CAST",
-  "GST_BUFFER_COPY_ALL",
-  "GST_BUFFER_COPY_DEEP",
-  "GST_BUFFER_COPY_FLAGS",
-  "GST_BUFFER_COPY_MEMORY",
-  "GST_BUFFER_COPY_MERGE",
-  "GST_BUFFER_COPY_META",
-  "GST_BUFFER_COPY_METADATA",
-  "GST_BUFFER_COPY_NONE",
-  "GST_BUFFER_COPY_TIMESTAMPS",
-  "GST_BUFFER_DTS",
-  "GST_BUFFER_DTS_IS_VALID",
-  "GST_BUFFER_DTS_OR_PTS",
-  "GST_BUFFER_DURATION",
-  "GST_BUFFER_DURATION_IS_VALID",
-  "GST_BUFFER_FLAGS",
-  "GST_BUFFER_FLAG_CORRUPTED",
-  "GST_BUFFER_FLAG_DECODE_ONLY",
-  "GST_BUFFER_FLAG_DELTA_UNIT",
-  "GST_BUFFER_FLAG_DISCONT",
-  "GST_BUFFER_FLAG_DROPPABLE",
-  "GST_BUFFER_FLAG_GAP",
-  "GST_BUFFER_FLAG_HEADER",
-  "GST_BUFFER_FLAG_IS_SET",
-  "GST_BUFFER_FLAG_LAST",
-  "GST_BUFFER_FLAG_LIVE",
-  "GST_BUFFER_FLAG_MARKER",
-  "GST_BUFFER_FLAG_NON_DROPPABLE",
-  "GST_BUFFER_FLAG_RESYNC",
-  "GST_BUFFER_FLAG_SET",
-  "GST_BUFFER_FLAG_SYNC_AFTER",
-  "GST_BUFFER_FLAG_TAG_MEMORY",
-  "GST_BUFFER_FLAG_UNSET",
-  "GST_BUFFER_IS_DISCONT",
-  "GST_BUFFER_LIST",
-  "GST_BUFFER_LIST_CAST",
-  "GST_BUFFER_OFFSET",
-  "GST_BUFFER_OFFSET_END",
-  "GST_BUFFER_OFFSET_END_IS_VALID",
-  "GST_BUFFER_OFFSET_IS_VALID",
-  "GST_BUFFER_OFFSET_NONE",
-  "GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT",
-  "GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT",
-  "GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT",
-  "GST_BUFFER_POOL_ACQUIRE_FLAG_LAST",
-  "GST_BUFFER_POOL_ACQUIRE_FLAG_NONE",
-  "GST_BUFFER_POOL_CAST",
-  "GST_BUFFER_POOL_IS_FLUSHING",
-  "GST_BUFFER_POOL_OPTION_GL_SYNC_META",
-  "GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_2D",
-  "GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_EXTERNAL_OES",
-  "GST_BUFFER_POOL_OPTION_GL_TEXTURE_TARGET_RECTANGLE",
-  "GST_BUFFER_POOL_OPTION_VIDEO_AFFINE_TRANSFORMATION_META",
-  "GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT",
-  "GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META",
-  "GST_BUFFER_POOL_OPTION_VIDEO_META",
-  "GST_BUFFER_PTS",
-  "GST_BUFFER_PTS_IS_VALID",
-  "GST_BUFFER_TIMESTAMP",
-  "GST_BUFFER_TIMESTAMP_IS_VALID",
-  "GST_BUS_ASYNC",
-  "GST_BUS_CAST",
-  "GST_BUS_DROP",
-  "GST_BUS_FLAG_LAST",
-  "GST_BUS_FLUSHING",
-  "GST_BUS_PASS",
-  "GST_BYTE_READER",
-  "GST_BYTE_READER_INIT",
-  "GST_BYTE_WRITER",
-  "GST_CALL_PARENT",
-  "GST_CALL_PARENT_WITH_DEFAULT",
-  "GST_CAPS",
-  "GST_CAPS_ANY",
-  "GST_CAPS_CAST",
-  "GST_CAPS_FEATURES",
-  "GST_CAPS_FEATURES_ANY",
-  "GST_CAPS_FEATURES_CAST",
-  "GST_CAPS_FEATURES_MEMORY_SYSTEM_MEMORY",
-  "GST_CAPS_FEATURE_FORMAT_INTERLACED",
-  "GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY",
-  "GST_CAPS_FEATURE_MEMORY_DMABUF",
-  "GST_CAPS_FEATURE_MEMORY_GL_BUFFER",
-  "GST_CAPS_FEATURE_MEMORY_GL_MEMORY",
-  "GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY",
-  "GST_CAPS_FEATURE_MEMORY_VA",
-  "GST_CAPS_FEATURE_MEMORY_VULKAN_BUFFER",
-  "GST_CAPS_FEATURE_MEMORY_VULKAN_IMAGE",
-  "GST_CAPS_FEATURE_META_GST_VIDEO_AFFINE_TRANSFORMATION_META",
-  "GST_CAPS_FEATURE_META_GST_VIDEO_GL_TEXTURE_UPLOAD_META",
-  "GST_CAPS_FEATURE_META_GST_VIDEO_META",
-  "GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION",
-  "GST_CAPS_FLAGS",
-  "GST_CAPS_FLAG_ANY",
-  "GST_CAPS_FLAG_IS_SET",
-  "GST_CAPS_FLAG_SET",
-  "GST_CAPS_FLAG_UNSET",
-  "GST_CAPS_INTERSECT_FIRST",
-  "GST_CAPS_INTERSECT_ZIG_ZAG",
-  "GST_CAPS_IS_SIMPLE",
-  "GST_CAPS_NONE",
-  "GST_CAPS_REFCOUNT",
-  "GST_CAPS_REFCOUNT_VALUE",
-  "GST_CAT_DEBUG",
-  "GST_CAT_DEBUG_OBJECT",
-  "GST_CAT_DEFAULT",
-  "GST_CAT_ERROR",
-  "GST_CAT_ERROR_OBJECT",
-  "GST_CAT_FIXME",
-  "GST_CAT_FIXME_OBJECT",
-  "GST_CAT_INFO",
-  "GST_CAT_INFO_OBJECT",
-  "GST_CAT_LEVEL_LOG",
-  "GST_CAT_LEVEL_LOG_ID",
-  "GST_CAT_LOG",
-  "GST_CAT_LOG_OBJECT",
-  "GST_CAT_MEMDUMP",
-  "GST_CAT_MEMDUMP_ID",
-  "GST_CAT_MEMDUMP_OBJECT",
-  "GST_CAT_TRACE",
-  "GST_CAT_TRACE_OBJECT",
-  "GST_CAT_WARNING",
-  "GST_CAT_WARNING_OBJECT",
-  "GST_CHECK_API",
-  "GST_CHECK_DEPRECATED",
-  "GST_CHECK_DEPRECATED_FOR",
-  "GST_CHECK_MAIN",
-  "GST_CHILD_PROXY_GET_INTERFACE",
-  "GST_CLOCK_BADTIME",
-  "GST_CLOCK_BUSY",
-  "GST_CLOCK_CAST",
-  "GST_CLOCK_DIFF",
-  "GST_CLOCK_DONE",
-  "GST_CLOCK_EARLY",
-  "GST_CLOCK_ENTRY",
-  "GST_CLOCK_ENTRY_CLOCK",
-  "GST_CLOCK_ENTRY_INTERVAL",
-  "GST_CLOCK_ENTRY_PERIODIC",
-  "GST_CLOCK_ENTRY_SINGLE",
-  "GST_CLOCK_ENTRY_STATUS",
-  "GST_CLOCK_ENTRY_TIME",
-  "GST_CLOCK_ENTRY_TYPE",
-  "GST_CLOCK_ERROR",
-  "GST_CLOCK_FLAGS",
-  "GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC",
-  "GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC",
-  "GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC",
-  "GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC",
-  "GST_CLOCK_FLAG_CAN_SET_MASTER",
-  "GST_CLOCK_FLAG_CAN_SET_RESOLUTION",
-  "GST_CLOCK_FLAG_LAST",
-  "GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC",
-  "GST_CLOCK_OK",
-  "GST_CLOCK_STIME_IS_VALID",
-  "GST_CLOCK_STIME_NONE",
-  "GST_CLOCK_TIME_IS_VALID",
-  "GST_CLOCK_TIME_NONE",
-  "GST_CLOCK_TIME_TO_FRAMES",
-  "GST_CLOCK_TYPE_MONOTONIC",
-  "GST_CLOCK_TYPE_OTHER",
-  "GST_CLOCK_TYPE_REALTIME",
-  "GST_CLOCK_TYPE_TAI",
-  "GST_CLOCK_UNSCHEDULED",
-  "GST_CLOCK_UNSUPPORTED",
-  "GST_CODEC_PICTURE_COPY_FRAME_NUMBER",
-  "GST_CODEC_PICTURE_FRAME_NUMBER",
-  "GST_COLLECT_PADS_DTS",
-  "GST_COLLECT_PADS_DTS_IS_VALID",
-  "GST_COLLECT_PADS_GET_STREAM_LOCK",
-  "GST_COLLECT_PADS_STATE",
-  "GST_COLLECT_PADS_STATE_EOS",
-  "GST_COLLECT_PADS_STATE_FLUSHING",
-  "GST_COLLECT_PADS_STATE_IS_SET",
-  "GST_COLLECT_PADS_STATE_LOCKED",
-  "GST_COLLECT_PADS_STATE_NEW_SEGMENT",
-  "GST_COLLECT_PADS_STATE_SET",
-  "GST_COLLECT_PADS_STATE_UNSET",
-  "GST_COLLECT_PADS_STATE_WAITING",
-  "GST_COLLECT_PADS_STREAM_LOCK",
-  "GST_COLLECT_PADS_STREAM_UNLOCK",
-  "GST_COLOR_BALANCE_GET_INTERFACE",
-  "GST_COLOR_BALANCE_HARDWARE",
-  "GST_COLOR_BALANCE_SOFTWARE",
-  "GST_CONTEXT",
-  "GST_CONTEXT_CAST",
-  "GST_CONTROLLER_API",
-  "GST_CONTROL_BINDING_PSPEC",
-  "GST_CORE_ERROR",
-  "GST_CORE_ERROR_CAPS",
-  "GST_CORE_ERROR_CLOCK",
-  "GST_CORE_ERROR_DISABLED",
-  "GST_CORE_ERROR_EVENT",
-  "GST_CORE_ERROR_FAILED",
-  "GST_CORE_ERROR_MISSING_PLUGIN",
-  "GST_CORE_ERROR_NEGOTIATION",
-  "GST_CORE_ERROR_NOT_IMPLEMENTED",
-  "GST_CORE_ERROR_NUM_ERRORS",
-  "GST_CORE_ERROR_PAD",
-  "GST_CORE_ERROR_SEEK",
-  "GST_CORE_ERROR_STATE_CHANGE",
-  "GST_CORE_ERROR_TAG",
-  "GST_CORE_ERROR_THREAD",
-  "GST_CORE_ERROR_TOO_LAZY",
-  "GST_CUDA_ALLOCATOR_CAST",
-  "GST_CUDA_BUFFER_COPY_CUDA",
-  "GST_CUDA_BUFFER_COPY_D3D11",
-  "GST_CUDA_BUFFER_COPY_GL",
-  "GST_CUDA_BUFFER_COPY_NVMM",
-  "GST_CUDA_BUFFER_COPY_SYSTEM",
-  "GST_CUDA_BUFFER_POOL_CAST",
-  "GST_CUDA_CONTEXT_CAST",
-  "GST_CUDA_CONTEXT_TYPE",
-  "GST_CUDA_GRAPHICS_RESOURCE_D3D11_RESOURCE",
-  "GST_CUDA_GRAPHICS_RESOURCE_GL_BUFFER",
-  "GST_CUDA_GRAPHICS_RESOURCE_NONE",
-  "GST_CUDA_MEMORY_ALLOC_MALLOC",
-  "GST_CUDA_MEMORY_ALLOC_MMAP",
-  "GST_CUDA_MEMORY_ALLOC_UNKNOWN",
-  "GST_CUDA_MEMORY_CAST",
-  "GST_CUDA_MEMORY_TRANSFER_NEED_DOWNLOAD",
-  "GST_CUDA_MEMORY_TRANSFER_NEED_SYNC",
-  "GST_CUDA_MEMORY_TRANSFER_NEED_UPLOAD",
-  "GST_CUDA_MEMORY_TYPE_NAME",
-  "GST_CUDA_QUARK_GRAPHICS_RESOURCE",
-  "GST_CUDA_QUARK_MAX",
-  "GST_DEBUG",
-  "GST_DEBUG_BG_BLACK",
-  "GST_DEBUG_BG_BLUE",
-  "GST_DEBUG_BG_CYAN",
-  "GST_DEBUG_BG_GREEN",
-  "GST_DEBUG_BG_MAGENTA",
-  "GST_DEBUG_BG_MASK",
-  "GST_DEBUG_BG_RED",
-  "GST_DEBUG_BG_WHITE",
-  "GST_DEBUG_BG_YELLOW",
-  "GST_DEBUG_BIN_TO_DOT_FILE",
-  "GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS",
-  "GST_DEBUG_BOLD",
-  "GST_DEBUG_CATEGORY",
-  "GST_DEBUG_CATEGORY_EXTERN",
-  "GST_DEBUG_CATEGORY_GET",
-  "GST_DEBUG_CATEGORY_INIT",
-  "GST_DEBUG_CATEGORY_STATIC",
-  "GST_DEBUG_COLOR_MODE_OFF",
-  "GST_DEBUG_COLOR_MODE_ON",
-  "GST_DEBUG_COLOR_MODE_UNIX",
-  "GST_DEBUG_FG_BLACK",
-  "GST_DEBUG_FG_BLUE",
-  "GST_DEBUG_FG_CYAN",
-  "GST_DEBUG_FG_GREEN",
-  "GST_DEBUG_FG_MAGENTA",
-  "GST_DEBUG_FG_MASK",
-  "GST_DEBUG_FG_RED",
-  "GST_DEBUG_FG_WHITE",
-  "GST_DEBUG_FG_YELLOW",
-  "GST_DEBUG_FORMAT_MASK",
-  "GST_DEBUG_FUNCPTR",
-  "GST_DEBUG_FUNCPTR_NAME",
-  "GST_DEBUG_GRAPH_SHOW_ALL",
-  "GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS",
-  "GST_DEBUG_GRAPH_SHOW_FULL_PARAMS",
-  "GST_DEBUG_GRAPH_SHOW_MEDIA_TYPE",
-  "GST_DEBUG_GRAPH_SHOW_NON_DEFAULT_PARAMS",
-  "GST_DEBUG_GRAPH_SHOW_STATES",
-  "GST_DEBUG_GRAPH_SHOW_VERBOSE",
-  "GST_DEBUG_ID",
-  "GST_DEBUG_OBJECT",
-  "GST_DEBUG_PAD_NAME",
-  "GST_DEBUG_REGISTER_FUNCPTR",
-  "GST_DEBUG_UNDERLINE",
-  "GST_DEFINE_MINI_OBJECT_TYPE",
-  "GST_DEVICE_CAST",
-  "GST_DEVICE_MONITOR_CAST",
-  "GST_DEVICE_PROVIDER_CAST",
-  "GST_DEVICE_PROVIDER_FACTORY_CAST",
-  "GST_DEVICE_PROVIDER_REGISTER",
-  "GST_DEVICE_PROVIDER_REGISTER_DECLARE",
-  "GST_DEVICE_PROVIDER_REGISTER_DEFINE",
-  "GST_DEVICE_PROVIDER_REGISTER_DEFINE_CUSTOM",
-  "GST_DISCOVERER_BUSY",
-  "GST_DISCOVERER_ERROR",
-  "GST_DISCOVERER_MISSING_PLUGINS",
-  "GST_DISCOVERER_OK",
-  "GST_DISCOVERER_SERIALIZE_ALL",
-  "GST_DISCOVERER_SERIALIZE_BASIC",
-  "GST_DISCOVERER_SERIALIZE_CAPS",
-  "GST_DISCOVERER_SERIALIZE_MISC",
-  "GST_DISCOVERER_SERIALIZE_TAGS",
-  "GST_DISCOVERER_TIMEOUT",
-  "GST_DISCOVERER_URI_INVALID",
-  "GST_DMABUF_ALLOCATOR_CAST",
-  "GST_DO_CHECK_TEST_ENVIRONMENT",
-  "GST_DSD_CAPS_MAKE",
-  "GST_DSD_FORMATS_ALL",
-  "GST_DSD_FORMAT_U16",
-  "GST_DSD_FORMAT_U16BE",
-  "GST_DSD_FORMAT_U16LE",
-  "GST_DSD_FORMAT_U32",
-  "GST_DSD_FORMAT_U32BE",
-  "GST_DSD_FORMAT_U32LE",
-  "GST_DSD_FORMAT_U8",
-  "GST_DSD_FORMAT_UNKNOWN",
-  "GST_DSD_INFO_CHANNELS",
-  "GST_DSD_INFO_FORMAT",
-  "GST_DSD_INFO_IS_VALID",
-  "GST_DSD_INFO_LAYOUT",
-  "GST_DSD_INFO_POSITION",
-  "GST_DSD_INFO_RATE",
-  "GST_DSD_INFO_REVERSED_BYTES",
-  "GST_DSD_INFO_STRIDE",
-  "GST_DSD_MAKE_DSD_RATE_44x",
-  "GST_DSD_MAKE_DSD_RATE_48x",
-  "GST_DSD_MEDIA_TYPE",
-  "GST_DSD_PLANE_OFFSET_META_API_TYPE",
-  "GST_DSD_PLANE_OFFSET_META_INFO",
-  "GST_DSD_SILENCE_PATTERN_BYTE",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_DIGITAL_RADIO_SOUND",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_HD_DIGITAL_TELEVISION",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_HD_NVOD_REFERENCE",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_HD_NVOD_TIME_SHIFTED",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_MOSAIC",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_SD_DIGITAL_TELEVISION",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_SD_NVOD_REFERENCE",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_SD_NVOD_TIME_SHIFTED",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_STEREO_HD_DIGITAL_TELEVISION",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_STEREO_HD_NVOD_REFERENCE",
-  "GST_DVB_SERVICE_ADVANCED_CODEC_STEREO_HD_NVOD_TIME_SHIFTED",
-  "GST_DVB_SERVICE_DATA_BROADCAST",
-  "GST_DVB_SERVICE_DIGITAL_RADIO_SOUND",
-  "GST_DVB_SERVICE_DIGITAL_TELEVISION",
-  "GST_DVB_SERVICE_DVB_MHP",
-  "GST_DVB_SERVICE_DVB_SRM",
-  "GST_DVB_SERVICE_FM_RADIO",
-  "GST_DVB_SERVICE_MOSAIC",
-  "GST_DVB_SERVICE_MPEG2_HD_DIGITAL_TELEVISION",
-  "GST_DVB_SERVICE_NVOD_REFERENCE",
-  "GST_DVB_SERVICE_NVOD_TIME_SHIFTED",
-  "GST_DVB_SERVICE_RCS_FLS",
-  "GST_DVB_SERVICE_RCS_MAP",
-  "GST_DVB_SERVICE_RESERVED_00",
-  "GST_DVB_SERVICE_RESERVED_09",
-  "GST_DVB_SERVICE_RESERVED_0D_COMMON_INTERFACE",
-  "GST_DVB_SERVICE_RESERVED_FF",
-  "GST_DVB_SERVICE_TELETEXT",
-  "GST_DXVA_CODEC_AV1",
-  "GST_DXVA_CODEC_H264",
-  "GST_DXVA_CODEC_H265",
-  "GST_DXVA_CODEC_LAST",
-  "GST_DXVA_CODEC_MPEG2",
-  "GST_DXVA_CODEC_NONE",
-  "GST_DXVA_CODEC_VP8",
-  "GST_DXVA_CODEC_VP9",
-  "GST_DYNAMIC_TYPE_CLASS",
-  "GST_DYNAMIC_TYPE_FACTORY_CAST",
-  "GST_DYNAMIC_TYPE_REGISTER",
-  "GST_DYNAMIC_TYPE_REGISTER_DECLARE",
-  "GST_DYNAMIC_TYPE_REGISTER_DEFINE",
-  "GST_EGL_IMAGE",
-  "GST_EGL_IMAGE_CAST",
-  "GST_ELEMENT_BUS",
-  "GST_ELEMENT_CAST",
-  "GST_ELEMENT_CLOCK",
-  "GST_ELEMENT_ERROR",
-  "GST_ELEMENT_ERROR_WITH_DETAILS",
-  "GST_ELEMENT_FACTORY_CAST",
-  "GST_ELEMENT_FACTORY_KLASS_DECODER",
-  "GST_ELEMENT_FACTORY_KLASS_DECRYPTOR",
-  "GST_ELEMENT_FACTORY_KLASS_DEMUXER",
-  "GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER",
-  "GST_ELEMENT_FACTORY_KLASS_ENCODER",
-  "GST_ELEMENT_FACTORY_KLASS_ENCRYPTOR",
-  "GST_ELEMENT_FACTORY_KLASS_FORMATTER",
-  "GST_ELEMENT_FACTORY_KLASS_HARDWARE",
-  "GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO",
-  "GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE",
-  "GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA",
-  "GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE",
-  "GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO",
-  "GST_ELEMENT_FACTORY_KLASS_MUXER",
-  "GST_ELEMENT_FACTORY_KLASS_PARSER",
-  "GST_ELEMENT_FACTORY_KLASS_PAYLOADER",
-  "GST_ELEMENT_FACTORY_KLASS_SINK",
-  "GST_ELEMENT_FACTORY_KLASS_SRC",
-  "GST_ELEMENT_FACTORY_TYPE_ANY",
-  "GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS",
-  "GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER",
-  "GST_ELEMENT_FACTORY_TYPE_DECODABLE",
-  "GST_ELEMENT_FACTORY_TYPE_DECODER",
-  "GST_ELEMENT_FACTORY_TYPE_DECRYPTOR",
-  "GST_ELEMENT_FACTORY_TYPE_DEMUXER",
-  "GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER",
-  "GST_ELEMENT_FACTORY_TYPE_ENCODER",
-  "GST_ELEMENT_FACTORY_TYPE_ENCRYPTOR",
-  "GST_ELEMENT_FACTORY_TYPE_FORMATTER",
-  "GST_ELEMENT_FACTORY_TYPE_HARDWARE",
-  "GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE",
-  "GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO",
-  "GST_ELEMENT_FACTORY_TYPE_MUXER",
-  "GST_ELEMENT_FACTORY_TYPE_PARSER",
-  "GST_ELEMENT_FACTORY_TYPE_PAYLOADER",
-  "GST_ELEMENT_FACTORY_TYPE_SINK",
-  "GST_ELEMENT_FACTORY_TYPE_SRC",
-  "GST_ELEMENT_FACTORY_TYPE_TIMESTAMPER",
-  "GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER",
-  "GST_ELEMENT_FLAG_INDEXABLE",
-  "GST_ELEMENT_FLAG_LAST",
-  "GST_ELEMENT_FLAG_LOCKED_STATE",
-  "GST_ELEMENT_FLAG_PROVIDE_CLOCK",
-  "GST_ELEMENT_FLAG_REQUIRE_CLOCK",
-  "GST_ELEMENT_FLAG_SINK",
-  "GST_ELEMENT_FLAG_SOURCE",
-  "GST_ELEMENT_FLOW_ERROR",
-  "GST_ELEMENT_INFO",
-  "GST_ELEMENT_INFO_WITH_DETAILS",
-  "GST_ELEMENT_IS_LOCKED_STATE",
-  "GST_ELEMENT_MESSAGE_MAKE_DETAILS",
-  "GST_ELEMENT_METADATA_AUTHOR",
-  "GST_ELEMENT_METADATA_DESCRIPTION",
-  "GST_ELEMENT_METADATA_DOC_URI",
-  "GST_ELEMENT_METADATA_ICON_NAME",
-  "GST_ELEMENT_METADATA_KLASS",
-  "GST_ELEMENT_METADATA_LONGNAME",
-  "GST_ELEMENT_NAME",
-  "GST_ELEMENT_PADS",
-  "GST_ELEMENT_PARENT",
-  "GST_ELEMENT_REGISTER",
-  "GST_ELEMENT_REGISTER_DECLARE",
-  "GST_ELEMENT_REGISTER_DEFINE",
-  "GST_ELEMENT_REGISTER_DEFINE_CUSTOM",
-  "GST_ELEMENT_REGISTER_DEFINE_WITH_CODE",
-  "GST_ELEMENT_START_TIME",
-  "GST_ELEMENT_WARNING",
-  "GST_ELEMENT_WARNING_WITH_DETAILS",
-  "GST_ENCODING_CATEGORY_CAPTURE",
-  "GST_ENCODING_CATEGORY_DEVICE",
-  "GST_ENCODING_CATEGORY_FILE_EXTENSION",
-  "GST_ENCODING_CATEGORY_ONLINE_SERVICE",
-  "GST_ENCODING_CATEGORY_STORAGE_EDITING",
-  "GST_END_TEST",
-  "GST_ERROR",
-  "GST_ERROR_ID",
-  "GST_ERROR_OBJECT",
-  "GST_ERROR_SYSTEM",
-  "GST_EVENT",
-  "GST_EVENT_BUFFERSIZE",
-  "GST_EVENT_CAPS",
-  "GST_EVENT_CAST",
-  "GST_EVENT_CUSTOM_BOTH",
-  "GST_EVENT_CUSTOM_BOTH_OOB",
-  "GST_EVENT_CUSTOM_DOWNSTREAM",
-  "GST_EVENT_CUSTOM_DOWNSTREAM_OOB",
-  "GST_EVENT_CUSTOM_DOWNSTREAM_STICKY",
-  "GST_EVENT_CUSTOM_UPSTREAM",
-  "GST_EVENT_EOS",
-  "GST_EVENT_FLUSH_START",
-  "GST_EVENT_FLUSH_STOP",
-  "GST_EVENT_GAP",
-  "GST_EVENT_INSTANT_RATE_CHANGE",
-  "GST_EVENT_INSTANT_RATE_SYNC_TIME",
-  "GST_EVENT_IS_DOWNSTREAM",
-  "GST_EVENT_IS_SERIALIZED",
-  "GST_EVENT_IS_STICKY",
-  "GST_EVENT_IS_UPSTREAM",
-  "GST_EVENT_LATENCY",
-  "GST_EVENT_MAKE_TYPE",
-  "GST_EVENT_NAVIGATION",
-  "GST_EVENT_NUM_SHIFT",
-  "GST_EVENT_PROTECTION",
-  "GST_EVENT_QOS",
-  "GST_EVENT_RECONFIGURE",
-  "GST_EVENT_SEEK",
-  "GST_EVENT_SEGMENT",
-  "GST_EVENT_SEGMENT_DONE",
-  "GST_EVENT_SELECT_STREAMS",
-  "GST_EVENT_SEQNUM",
-  "GST_EVENT_SINK_MESSAGE",
-  "GST_EVENT_STEP",
-  "GST_EVENT_STREAM_COLLECTION",
-  "GST_EVENT_STREAM_GROUP_DONE",
-  "GST_EVENT_STREAM_START",
-  "GST_EVENT_TAG",
-  "GST_EVENT_TIMESTAMP",
-  "GST_EVENT_TOC",
-  "GST_EVENT_TOC_SELECT",
-  "GST_EVENT_TYPE",
-  "GST_EVENT_TYPE_BOTH",
-  "GST_EVENT_TYPE_DOWNSTREAM",
-  "GST_EVENT_TYPE_NAME",
-  "GST_EVENT_TYPE_SERIALIZED",
-  "GST_EVENT_TYPE_STICKY",
-  "GST_EVENT_TYPE_STICKY_MULTI",
-  "GST_EVENT_TYPE_UPSTREAM",
-  "GST_EVENT_UNKNOWN",
-  "GST_FD_ALLOCATOR_CAST",
-  "GST_FD_MEMORY_FLAG_DONT_CLOSE",
-  "GST_FD_MEMORY_FLAG_KEEP_MAPPED",
-  "GST_FD_MEMORY_FLAG_MAP_PRIVATE",
-  "GST_FD_MEMORY_FLAG_NONE",
-  "GST_FIXME",
-  "GST_FIXME_ID",
-  "GST_FIXME_OBJECT",
-  "GST_FLAG_SET_MASK_EXACT",
-  "GST_FLOW_CUSTOM_ERROR",
-  "GST_FLOW_CUSTOM_ERROR_1",
-  "GST_FLOW_CUSTOM_ERROR_2",
-  "GST_FLOW_CUSTOM_SUCCESS",
-  "GST_FLOW_CUSTOM_SUCCESS_1",
-  "GST_FLOW_CUSTOM_SUCCESS_2",
-  "GST_FLOW_EOS",
-  "GST_FLOW_ERROR",
-  "GST_FLOW_FLUSHING",
-  "GST_FLOW_NOT_LINKED",
-  "GST_FLOW_NOT_NEGOTIATED",
-  "GST_FLOW_NOT_SUPPORTED",
-  "GST_FLOW_OK",
-  "GST_FORMAT_BUFFERS",
-  "GST_FORMAT_BYTES",
-  "GST_FORMAT_DEFAULT",
-  "GST_FORMAT_PERCENT",
-  "GST_FORMAT_PERCENT_MAX",
-  "GST_FORMAT_PERCENT_SCALE",
-  "GST_FORMAT_TIME",
-  "GST_FORMAT_UNDEFINED",
-  "GST_FOURCC_ARGS",
-  "GST_FOURCC_FORMAT",
-  "GST_FRAMES_TO_CLOCK_TIME",
-  "GST_FUNCTION",
-  "GST_GAP_FLAG_MISSING_DATA",
-  "GST_GHOST_PAD_CAST",
-  "GST_GLSL_ERROR",
-  "GST_GLSL_ERROR_COMPILE",
-  "GST_GLSL_ERROR_LINK",
-  "GST_GLSL_ERROR_PROGRAM",
-  "GST_GLSL_PROFILE_ANY",
-  "GST_GLSL_PROFILE_COMPATIBILITY",
-  "GST_GLSL_PROFILE_CORE",
-  "GST_GLSL_PROFILE_ES",
-  "GST_GLSL_PROFILE_NONE",
-  "GST_GLSL_VERSION_100",
-  "GST_GLSL_VERSION_110",
-  "GST_GLSL_VERSION_120",
-  "GST_GLSL_VERSION_130",
-  "GST_GLSL_VERSION_140",
-  "GST_GLSL_VERSION_150",
-  "GST_GLSL_VERSION_300",
-  "GST_GLSL_VERSION_310",
-  "GST_GLSL_VERSION_320",
-  "GST_GLSL_VERSION_330",
-  "GST_GLSL_VERSION_400",
-  "GST_GLSL_VERSION_410",
-  "GST_GLSL_VERSION_420",
-  "GST_GLSL_VERSION_430",
-  "GST_GLSL_VERSION_440",
-  "GST_GLSL_VERSION_450",
-  "GST_GLSL_VERSION_NONE",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_ALLOC",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_BUFFER",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_USER",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_VIDEO",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_GPU_HANDLE",
-  "GST_GL_ALLOCATION_PARAMS_ALLOC_FLAG_WRAP_SYSMEM",
-  "GST_GL_ALPHA",
-  "GST_GL_API_ANY",
-  "GST_GL_API_GLES1",
-  "GST_GL_API_GLES1_NAME",
-  "GST_GL_API_GLES2",
-  "GST_GL_API_GLES2_NAME",
-  "GST_GL_API_NONE",
-  "GST_GL_API_OPENGL",
-  "GST_GL_API_OPENGL3",
-  "GST_GL_API_OPENGL3_NAME",
-  "GST_GL_API_OPENGL_NAME",
-  "GST_GL_ASYNC_CAT_LEVEL_LOG",
-  "GST_GL_ASYNC_CAT_LEVEL_LOG_valist",
-  "GST_GL_BASE_MEMORY_ALLOCATOR_CAST",
-  "GST_GL_BASE_MEMORY_ALLOCATOR_NAME",
-  "GST_GL_BASE_MEMORY_CAST",
-  "GST_GL_BASE_MEMORY_ERROR",
-  "GST_GL_BASE_MEMORY_ERROR_FAILED",
-  "GST_GL_BASE_MEMORY_ERROR_OLD_LIBS",
-  "GST_GL_BASE_MEMORY_ERROR_RESOURCE_UNAVAILABLE",
-  "GST_GL_BASE_MEMORY_TRANSFER_NEED_DOWNLOAD",
-  "GST_GL_BASE_MEMORY_TRANSFER_NEED_UPLOAD",
-  "GST_GL_BUFFER_ALLOCATOR_CAST",
-  "GST_GL_BUFFER_ALLOCATOR_NAME",
-  "GST_GL_BUFFER_POOL_CAST",
-  "GST_GL_CHECK_GL_VERSION",
-  "GST_GL_COLOR_CONVERT_CAST",
-  "GST_GL_COLOR_CONVERT_EXT_FORMATS",
-  "GST_GL_COLOR_CONVERT_FORMATS",
-  "GST_GL_COLOR_CONVERT_VIDEO_CAPS",
-  "GST_GL_CONFIG_ATTRIB_ALPHA_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_BLUE_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_CAVEAT_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_CONFIG_ID_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_CONFORMANT_API_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_DEPTH_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_GREEN_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_LEVEL_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_LUMINANCE_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_MAX_PBUFFER_HEIGHT_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_MAX_PBUFFER_PIXELS_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_MAX_PBUFFER_WIDTH_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_MAX_SWAP_INTERVAL_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_MIN_SWAP_INTERVAL_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_NAME",
-  "GST_GL_CONFIG_ATTRIB_NATIVE_RENDERABLE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_NATIVE_VISUAL_ID_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_PLATFORM_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_RED_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_RENDERABLE_API_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_SAMPLES_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_SAMPLE_BUFFERS_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_STENCIL_SIZE_GTYPE",
-  "GST_GL_CONFIG_ATTRIB_SURFACE_TYPE_GTYPE",
-  "GST_GL_CONFIG_CAVEAT_NONE",
-  "GST_GL_CONFIG_CAVEAT_NON_CONFORMANT",
-  "GST_GL_CONFIG_CAVEAT_SLOW",
-  "GST_GL_CONFIG_STRUCTURE_NAME",
-  "GST_GL_CONFIG_STRUCTURE_SET_ARGS",
-  "GST_GL_CONFIG_SURFACE_TYPE_NONE",
-  "GST_GL_CONFIG_SURFACE_TYPE_PBUFFER",
-  "GST_GL_CONFIG_SURFACE_TYPE_PIXMAP",
-  "GST_GL_CONFIG_SURFACE_TYPE_WINDOW",
-  "GST_GL_CONTEXT_ERROR",
-  "GST_GL_CONTEXT_ERROR_CREATE_CONTEXT",
-  "GST_GL_CONTEXT_ERROR_FAILED",
-  "GST_GL_CONTEXT_ERROR_OLD_LIBS",
-  "GST_GL_CONTEXT_ERROR_RESOURCE_UNAVAILABLE",
-  "GST_GL_CONTEXT_ERROR_WRONG_API",
-  "GST_GL_CONTEXT_ERROR_WRONG_CONFIG",
-  "GST_GL_CONTEXT_TYPE_CGL",
-  "GST_GL_CONTEXT_TYPE_EAGL",
-  "GST_GL_CONTEXT_TYPE_EGL",
-  "GST_GL_CONTEXT_TYPE_GLX",
-  "GST_GL_CONTEXT_TYPE_WGL",
-  "GST_GL_DEPTH24_STENCIL8",
-  "GST_GL_DEPTH_COMPONENT16",
-  "GST_GL_DISPLAY_CAST",
-  "GST_GL_DISPLAY_CONTEXT_TYPE",
-  "GST_GL_DISPLAY_EGL_CAST",
-  "GST_GL_DISPLAY_EGL_DEVICE_CAST",
-  "GST_GL_DISPLAY_EGL_NAME",
-  "GST_GL_DISPLAY_TYPE_ANDROID",
-  "GST_GL_DISPLAY_TYPE_ANY",
-  "GST_GL_DISPLAY_TYPE_COCOA",
-  "GST_GL_DISPLAY_TYPE_DISPMANX",
-  "GST_GL_DISPLAY_TYPE_EAGL",
-  "GST_GL_DISPLAY_TYPE_EGL",
-  "GST_GL_DISPLAY_TYPE_EGL_DEVICE",
-  "GST_GL_DISPLAY_TYPE_EGL_SURFACELESS",
-  "GST_GL_DISPLAY_TYPE_GBM",
-  "GST_GL_DISPLAY_TYPE_NONE",
-  "GST_GL_DISPLAY_TYPE_VIV_FB",
-  "GST_GL_DISPLAY_TYPE_WAYLAND",
-  "GST_GL_DISPLAY_TYPE_WIN32",
-  "GST_GL_DISPLAY_TYPE_WINRT",
-  "GST_GL_DISPLAY_TYPE_X11",
-  "GST_GL_DISPLAY_WAYLAND_CAST",
-  "GST_GL_DISPLAY_X11_CAST",
-  "GST_GL_FRAMEBUFFER_CAST",
-  "GST_GL_LUMINANCE",
-  "GST_GL_LUMINANCE_ALPHA",
-  "GST_GL_MEMORY_ALLOCATOR_CAST",
-  "GST_GL_MEMORY_ALLOCATOR_NAME",
-  "GST_GL_MEMORY_CAST",
-  "GST_GL_MEMORY_EGL_ALLOCATOR_CAST",
-  "GST_GL_MEMORY_EGL_ALLOCATOR_NAME",
-  "GST_GL_MEMORY_PBO_ALLOCATOR_CAST",
-  "GST_GL_MEMORY_PBO_ALLOCATOR_NAME",
-  "GST_GL_MEMORY_VIDEO_EXT_FORMATS",
-  "GST_GL_MEMORY_VIDEO_FORMATS_STR",
-  "GST_GL_OVERLAY_COMPOSITOR_CAST",
-  "GST_GL_PLATFORM_ANY",
-  "GST_GL_PLATFORM_CGL",
-  "GST_GL_PLATFORM_EAGL",
-  "GST_GL_PLATFORM_EGL",
-  "GST_GL_PLATFORM_GLX",
-  "GST_GL_PLATFORM_NONE",
-  "GST_GL_PLATFORM_WGL",
-  "GST_GL_QUERY_NONE",
-  "GST_GL_QUERY_TIMESTAMP",
-  "GST_GL_QUERY_TIME_ELAPSED",
-  "GST_GL_R16",
-  "GST_GL_R8",
-  "GST_GL_RED",
-  "GST_GL_RENDERBUFFER_ALLOCATOR_CAST",
-  "GST_GL_RENDERBUFFER_ALLOCATOR_NAME",
-  "GST_GL_RENDERBUFFER_CAST",
-  "GST_GL_RG",
-  "GST_GL_RG16",
-  "GST_GL_RG8",
-  "GST_GL_RGB",
-  "GST_GL_RGB10_A2",
-  "GST_GL_RGB16",
-  "GST_GL_RGB565",
-  "GST_GL_RGB8",
-  "GST_GL_RGBA",
-  "GST_GL_RGBA16",
-  "GST_GL_RGBA8",
-  "GST_GL_STEREO_DOWNMIX_ANAGLYPH_AMBER_BLUE_DUBOIS",
-  "GST_GL_STEREO_DOWNMIX_ANAGLYPH_GREEN_MAGENTA_DUBOIS",
-  "GST_GL_STEREO_DOWNMIX_ANAGLYPH_RED_CYAN_DUBOIS",
-  "GST_GL_SYNC_META_API_TYPE",
-  "GST_GL_SYNC_META_INFO",
-  "GST_GL_TEXTURE_TARGET_2D",
-  "GST_GL_TEXTURE_TARGET_2D_STR",
-  "GST_GL_TEXTURE_TARGET_EXTERNAL_OES",
-  "GST_GL_TEXTURE_TARGET_EXTERNAL_OES_STR",
-  "GST_GL_TEXTURE_TARGET_NONE",
-  "GST_GL_TEXTURE_TARGET_RECTANGLE",
-  "GST_GL_TEXTURE_TARGET_RECTANGLE_STR",
-  "GST_GL_UPLOAD_CAST",
-  "GST_GL_UPLOAD_DONE",
-  "GST_GL_UPLOAD_ERROR",
-  "GST_GL_UPLOAD_RECONFIGURE",
-  "GST_GL_UPLOAD_UNSHARED_GL_CONTEXT",
-  "GST_GL_UPLOAD_UNSUPPORTED",
-  "GST_GL_WINDOW_CB",
-  "GST_GL_WINDOW_ERROR",
-  "GST_GL_WINDOW_ERROR_FAILED",
-  "GST_GL_WINDOW_ERROR_OLD_LIBS",
-  "GST_GL_WINDOW_ERROR_RESOURCE_UNAVAILABLE",
-  "GST_GL_WINDOW_GET_LOCK",
-  "GST_GL_WINDOW_LOCK",
-  "GST_GL_WINDOW_RESIZE_CB",
-  "GST_GL_WINDOW_UNLOCK",
-  "GST_GROUP_ID_INVALID",
-  "GST_H264_BIT_WRITER_ERROR",
-  "GST_H264_BIT_WRITER_INVALID_DATA",
-  "GST_H264_BIT_WRITER_NO_MORE_SPACE",
-  "GST_H264_BIT_WRITER_OK",
-  "GST_H264_B_SLICE",
-  "GST_H264_CT_TYPE_INTERLACED",
-  "GST_H264_CT_TYPE_PROGRESSIVE",
-  "GST_H264_CT_TYPE_UNKNOWN",
-  "GST_H264_DECODER_CAST",
-  "GST_H264_DECODER_COMPLIANCE_AUTO",
-  "GST_H264_DECODER_COMPLIANCE_FLEXIBLE",
-  "GST_H264_DECODER_COMPLIANCE_NORMAL",
-  "GST_H264_DECODER_COMPLIANCE_STRICT",
-  "GST_H264_DPB_BUMP_LOW_LATENCY",
-  "GST_H264_DPB_BUMP_NORMAL_LATENCY",
-  "GST_H264_DPB_BUMP_VERY_LOW_LATENCY",
-  "GST_H264_DPB_MAX_SIZE",
-  "GST_H264_FRAME_PACKING_CHECKERBOARD_INTERLEAVING",
-  "GST_H264_FRAME_PACKING_COLUMN_INTERLEAVING",
-  "GST_H264_FRAME_PACKING_NONE",
-  "GST_H264_FRAME_PACKING_ROW_INTERLEAVING",
-  "GST_H264_FRAME_PACKING_SIDE_BY_SIDE",
-  "GST_H264_FRAME_PACKING_TEMPORAL_INTERLEAVING",
-  "GST_H264_FRAME_PACKING_TOP_BOTTOM",
-  "GST_H264_FRMAE_PACKING_TOP_BOTTOM",
-  "GST_H264_I_SLICE",
-  "GST_H264_LEVEL_L1",
-  "GST_H264_LEVEL_L1B",
-  "GST_H264_LEVEL_L1_1",
-  "GST_H264_LEVEL_L1_2",
-  "GST_H264_LEVEL_L1_3",
-  "GST_H264_LEVEL_L2",
-  "GST_H264_LEVEL_L2_1",
-  "GST_H264_LEVEL_L2_2",
-  "GST_H264_LEVEL_L3",
-  "GST_H264_LEVEL_L3_1",
-  "GST_H264_LEVEL_L3_2",
-  "GST_H264_LEVEL_L4",
-  "GST_H264_LEVEL_L4_1",
-  "GST_H264_LEVEL_L4_2",
-  "GST_H264_LEVEL_L5",
-  "GST_H264_LEVEL_L5_1",
-  "GST_H264_LEVEL_L5_2",
-  "GST_H264_LEVEL_L6",
-  "GST_H264_LEVEL_L6_1",
-  "GST_H264_LEVEL_L6_2",
-  "GST_H264_NAL_AU_DELIMITER",
-  "GST_H264_NAL_DEPTH_SPS",
-  "GST_H264_NAL_EXTENSION_MVC",
-  "GST_H264_NAL_EXTENSION_NONE",
-  "GST_H264_NAL_EXTENSION_SVC",
-  "GST_H264_NAL_FILLER_DATA",
-  "GST_H264_NAL_PPS",
-  "GST_H264_NAL_PREFIX_UNIT",
-  "GST_H264_NAL_SEI",
-  "GST_H264_NAL_SEQ_END",
-  "GST_H264_NAL_SLICE",
-  "GST_H264_NAL_SLICE_AUX",
-  "GST_H264_NAL_SLICE_DEPTH",
-  "GST_H264_NAL_SLICE_DPA",
-  "GST_H264_NAL_SLICE_DPB",
-  "GST_H264_NAL_SLICE_DPC",
-  "GST_H264_NAL_SLICE_EXT",
-  "GST_H264_NAL_SLICE_IDR",
-  "GST_H264_NAL_SPS",
-  "GST_H264_NAL_SPS_EXT",
-  "GST_H264_NAL_STREAM_END",
-  "GST_H264_NAL_SUBSET_SPS",
-  "GST_H264_NAL_UNKNOWN",
-  "GST_H264_PARSER_BROKEN_DATA",
-  "GST_H264_PARSER_BROKEN_LINK",
-  "GST_H264_PARSER_ERROR",
-  "GST_H264_PARSER_NO_NAL",
-  "GST_H264_PARSER_NO_NAL_END",
-  "GST_H264_PARSER_OK",
-  "GST_H264_PICTURE",
-  "GST_H264_PICTURE_CAST",
-  "GST_H264_PICTURE_FIELD_BOTTOM_FIELD",
-  "GST_H264_PICTURE_FIELD_FRAME",
-  "GST_H264_PICTURE_FIELD_TOP_FIELD",
-  "GST_H264_PICTURE_IS_FRAME",
-  "GST_H264_PICTURE_IS_LONG_TERM_REF",
-  "GST_H264_PICTURE_IS_REF",
-  "GST_H264_PICTURE_IS_SHORT_TERM_REF",
-  "GST_H264_PICTURE_REF_LONG_TERM",
-  "GST_H264_PICTURE_REF_NONE",
-  "GST_H264_PICTURE_REF_SHORT_TERM",
-  "GST_H264_PROFILE_BASELINE",
-  "GST_H264_PROFILE_EXTENDED",
-  "GST_H264_PROFILE_HIGH",
-  "GST_H264_PROFILE_HIGH10",
-  "GST_H264_PROFILE_HIGH_422",
-  "GST_H264_PROFILE_HIGH_444",
-  "GST_H264_PROFILE_MAIN",
-  "GST_H264_PROFILE_MULTIVIEW_HIGH",
-  "GST_H264_PROFILE_SCALABLE_BASELINE",
-  "GST_H264_PROFILE_SCALABLE_HIGH",
-  "GST_H264_PROFILE_STEREO_HIGH",
-  "GST_H264_P_SLICE",
-  "GST_H264_SEI_BUF_PERIOD",
-  "GST_H264_SEI_CONTENT_LIGHT_LEVEL",
-  "GST_H264_SEI_FRAME_PACKING",
-  "GST_H264_SEI_MASTERING_DISPLAY_COLOUR_VOLUME",
-  "GST_H264_SEI_PIC_STRUCT_BOTTOM_FIELD",
-  "GST_H264_SEI_PIC_STRUCT_BOTTOM_TOP",
-  "GST_H264_SEI_PIC_STRUCT_BOTTOM_TOP_BOTTOM",
-  "GST_H264_SEI_PIC_STRUCT_FRAME",
-  "GST_H264_SEI_PIC_STRUCT_FRAME_DOUBLING",
-  "GST_H264_SEI_PIC_STRUCT_FRAME_TRIPLING",
-  "GST_H264_SEI_PIC_STRUCT_TOP_BOTTOM",
-  "GST_H264_SEI_PIC_STRUCT_TOP_BOTTOM_TOP",
-  "GST_H264_SEI_PIC_STRUCT_TOP_FIELD",
-  "GST_H264_SEI_PIC_TIMING",
-  "GST_H264_SEI_RECOVERY_POINT",
-  "GST_H264_SEI_REGISTERED_USER_DATA",
-  "GST_H264_SEI_STEREO_VIDEO_INFO",
-  "GST_H264_SEI_UNHANDLED_PAYLOAD",
-  "GST_H264_SEI_USER_DATA_UNREGISTERED",
-  "GST_H264_SI_SLICE",
-  "GST_H264_SP_SLICE",
-  "GST_H264_S_B_SLICE",
-  "GST_H264_S_I_SLICE",
-  "GST_H264_S_P_SLICE",
-  "GST_H264_S_SI_SLICE",
-  "GST_H264_S_SP_SLICE",
-  "GST_H265_BIT_WRITER_ERROR",
-  "GST_H265_BIT_WRITER_INVALID_DATA",
-  "GST_H265_BIT_WRITER_NO_MORE_SPACE",
-  "GST_H265_BIT_WRITER_OK",
-  "GST_H265_B_SLICE",
-  "GST_H265_DECODER_CAST",
-  "GST_H265_DPB_MAX_SIZE",
-  "GST_H265_I_SLICE",
-  "GST_H265_LEVEL_L1",
-  "GST_H265_LEVEL_L2",
-  "GST_H265_LEVEL_L2_1",
-  "GST_H265_LEVEL_L3",
-  "GST_H265_LEVEL_L3_1",
-  "GST_H265_LEVEL_L4",
-  "GST_H265_LEVEL_L4_1",
-  "GST_H265_LEVEL_L5",
-  "GST_H265_LEVEL_L5_1",
-  "GST_H265_LEVEL_L5_2",
-  "GST_H265_LEVEL_L6",
-  "GST_H265_LEVEL_L6_1",
-  "GST_H265_LEVEL_L6_2",
-  "GST_H265_NAL_AUD",
-  "GST_H265_NAL_EOB",
-  "GST_H265_NAL_EOS",
-  "GST_H265_NAL_FD",
-  "GST_H265_NAL_PPS",
-  "GST_H265_NAL_PREFIX_SEI",
-  "GST_H265_NAL_SLICE_BLA_N_LP",
-  "GST_H265_NAL_SLICE_BLA_W_LP",
-  "GST_H265_NAL_SLICE_BLA_W_RADL",
-  "GST_H265_NAL_SLICE_CRA_NUT",
-  "GST_H265_NAL_SLICE_IDR_N_LP",
-  "GST_H265_NAL_SLICE_IDR_W_RADL",
-  "GST_H265_NAL_SLICE_RADL_N",
-  "GST_H265_NAL_SLICE_RADL_R",
-  "GST_H265_NAL_SLICE_RASL_N",
-  "GST_H265_NAL_SLICE_RASL_R",
-  "GST_H265_NAL_SLICE_STSA_N",
-  "GST_H265_NAL_SLICE_STSA_R",
-  "GST_H265_NAL_SLICE_TRAIL_N",
-  "GST_H265_NAL_SLICE_TRAIL_R",
-  "GST_H265_NAL_SLICE_TSA_N",
-  "GST_H265_NAL_SLICE_TSA_R",
-  "GST_H265_NAL_SPS",
-  "GST_H265_NAL_SUFFIX_SEI",
-  "GST_H265_NAL_VPS",
-  "GST_H265_PARSER_BROKEN_DATA",
-  "GST_H265_PARSER_BROKEN_LINK",
-  "GST_H265_PARSER_ERROR",
-  "GST_H265_PARSER_NO_NAL",
-  "GST_H265_PARSER_NO_NAL_END",
-  "GST_H265_PARSER_OK",
-  "GST_H265_PICTURE",
-  "GST_H265_PICTURE_CAST",
-  "GST_H265_PICTURE_FIELD_BOTTOM_FIELD",
-  "GST_H265_PICTURE_FIELD_FRAME",
-  "GST_H265_PICTURE_FILED_TOP_FIELD",
-  "GST_H265_PROFILE_3D_MAIN",
-  "GST_H265_PROFILE_HIGH_THROUGHPUT_444",
-  "GST_H265_PROFILE_HIGH_THROUGHPUT_444_10",
-  "GST_H265_PROFILE_HIGH_THROUGHPUT_444_14",
-  "GST_H265_PROFILE_HIGH_THROUGHPUT_444_16_INTRA",
-  "GST_H265_PROFILE_IDC_3D_MAIN",
-  "GST_H265_PROFILE_IDC_FORMAT_RANGE_EXTENSION",
-  "GST_H265_PROFILE_IDC_HIGH_THROUGHPUT",
-  "GST_H265_PROFILE_IDC_HIGH_THROUGHPUT_SCREEN_CONTENT_CODING_EXTENSION",
-  "GST_H265_PROFILE_IDC_MAIN",
-  "GST_H265_PROFILE_IDC_MAIN_10",
-  "GST_H265_PROFILE_IDC_MAIN_STILL_PICTURE",
-  "GST_H265_PROFILE_IDC_MULTIVIEW_MAIN",
-  "GST_H265_PROFILE_IDC_SCALABLE_FORMAT_RANGE_EXTENSION",
-  "GST_H265_PROFILE_IDC_SCALABLE_MAIN",
-  "GST_H265_PROFILE_IDC_SCREEN_CONTENT_CODING",
-  "GST_H265_PROFILE_INVALID",
-  "GST_H265_PROFILE_MAIN",
-  "GST_H265_PROFILE_MAIN_10",
-  "GST_H265_PROFILE_MAIN_10_INTRA",
-  "GST_H265_PROFILE_MAIN_12",
-  "GST_H265_PROFILE_MAIN_12_INTRA",
-  "GST_H265_PROFILE_MAIN_422_10",
-  "GST_H265_PROFILE_MAIN_422_10_INTRA",
-  "GST_H265_PROFILE_MAIN_422_12",
-  "GST_H265_PROFILE_MAIN_422_12_INTRA",
-  "GST_H265_PROFILE_MAIN_444",
-  "GST_H265_PROFILE_MAIN_444_10",
-  "GST_H265_PROFILE_MAIN_444_10_INTRA",
-  "GST_H265_PROFILE_MAIN_444_12",
-  "GST_H265_PROFILE_MAIN_444_12_INTRA",
-  "GST_H265_PROFILE_MAIN_444_16_INTRA",
-  "GST_H265_PROFILE_MAIN_444_16_STILL_PICTURE",
-  "GST_H265_PROFILE_MAIN_444_INTRA",
-  "GST_H265_PROFILE_MAIN_444_STILL_PICTURE",
-  "GST_H265_PROFILE_MAIN_INTRA",
-  "GST_H265_PROFILE_MAIN_STILL_PICTURE",
-  "GST_H265_PROFILE_MAX",
-  "GST_H265_PROFILE_MONOCHROME",
-  "GST_H265_PROFILE_MONOCHROME_10",
-  "GST_H265_PROFILE_MONOCHROME_12",
-  "GST_H265_PROFILE_MONOCHROME_16",
-  "GST_H265_PROFILE_MULTIVIEW_MAIN",
-  "GST_H265_PROFILE_SCALABLE_MAIN",
-  "GST_H265_PROFILE_SCALABLE_MAIN_10",
-  "GST_H265_PROFILE_SCALABLE_MAIN_444",
-  "GST_H265_PROFILE_SCALABLE_MONOCHROME",
-  "GST_H265_PROFILE_SCALABLE_MONOCHROME_12",
-  "GST_H265_PROFILE_SCALABLE_MONOCHROME_16",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_HIGH_THROUGHPUT_444",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_HIGH_THROUGHPUT_444_10",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_HIGH_THROUGHPUT_444_14",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_MAIN",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_MAIN_10",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_MAIN_444",
-  "GST_H265_PROFILE_SCREEN_EXTENDED_MAIN_444_10",
-  "GST_H265_P_SLICE",
-  "GST_H265_QUANT_MATIX_16X16",
-  "GST_H265_QUANT_MATIX_32X32",
-  "GST_H265_QUANT_MATIX_4X4",
-  "GST_H265_QUANT_MATIX_8X8",
-  "GST_H265_SEI_BUF_PERIOD",
-  "GST_H265_SEI_CONTENT_LIGHT_LEVEL",
-  "GST_H265_SEI_MASTERING_DISPLAY_COLOUR_VOLUME",
-  "GST_H265_SEI_PIC_STRUCT_BOTTOM_FIELD",
-  "GST_H265_SEI_PIC_STRUCT_BOTTOM_PAIRED_NEXT_TOP",
-  "GST_H265_SEI_PIC_STRUCT_BOTTOM_PAIRED_PREVIOUS_TOP",
-  "GST_H265_SEI_PIC_STRUCT_BOTTOM_TOP",
-  "GST_H265_SEI_PIC_STRUCT_BOTTOM_TOP_BOTTOM",
-  "GST_H265_SEI_PIC_STRUCT_FRAME",
-  "GST_H265_SEI_PIC_STRUCT_FRAME_DOUBLING",
-  "GST_H265_SEI_PIC_STRUCT_FRAME_TRIPLING",
-  "GST_H265_SEI_PIC_STRUCT_TOP_BOTTOM",
-  "GST_H265_SEI_PIC_STRUCT_TOP_BOTTOM_TOP",
-  "GST_H265_SEI_PIC_STRUCT_TOP_FIELD",
-  "GST_H265_SEI_PIC_STRUCT_TOP_PAIRED_NEXT_BOTTOM",
-  "GST_H265_SEI_PIC_STRUCT_TOP_PAIRED_PREVIOUS_BOTTOM",
-  "GST_H265_SEI_PIC_TIMING",
-  "GST_H265_SEI_RECOVERY_POINT",
-  "GST_H265_SEI_REGISTERED_USER_DATA",
-  "GST_H265_SEI_TIME_CODE",
-  "GST_INFO",
-  "GST_INFO_ID",
-  "GST_INFO_OBJECT",
-  "GST_INF_RELATION_SPAN",
-  "GST_INSERT_BIN_API",
-  "GST_INSTALL_PLUGINS_CRASHED",
-  "GST_INSTALL_PLUGINS_ERROR",
-  "GST_INSTALL_PLUGINS_HELPER_MISSING",
-  "GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS",
-  "GST_INSTALL_PLUGINS_INTERNAL_FAILURE",
-  "GST_INSTALL_PLUGINS_INVALID",
-  "GST_INSTALL_PLUGINS_NOT_FOUND",
-  "GST_INSTALL_PLUGINS_PARTIAL_SUCCESS",
-  "GST_INSTALL_PLUGINS_STARTED_OK",
-  "GST_INSTALL_PLUGINS_SUCCESS",
-  "GST_INSTALL_PLUGINS_USER_ABORT",
-  "GST_INTERPOLATION_MODE_CUBIC",
-  "GST_INTERPOLATION_MODE_CUBIC_MONOTONIC",
-  "GST_INTERPOLATION_MODE_LINEAR",
-  "GST_INTERPOLATION_MODE_NONE",
-  "GST_IS_AV1_PICTURE",
-  "GST_IS_BUFFER",
-  "GST_IS_BUFFER_LIST",
-  "GST_IS_CAPS",
-  "GST_IS_CAPS_FEATURES",
-  "GST_IS_CONTEXT",
-  "GST_IS_EGL_IMAGE",
-  "GST_IS_EVENT",
-  "GST_IS_H264_PICTURE",
-  "GST_IS_H265_PICTURE",
-  "GST_IS_MESSAGE",
-  "GST_IS_MINI_OBJECT_TYPE",
-  "GST_IS_MPEG2_PICTURE",
-  "GST_IS_PARAM_SPEC_ARRAY_LIST",
-  "GST_IS_QUERY",
-  "GST_IS_RTSP_PERMISSIONS",
-  "GST_IS_RTSP_THREAD",
-  "GST_IS_RTSP_TOKEN",
-  "GST_IS_SAMPLE",
-  "GST_IS_STRUCTURE",
-  "GST_IS_SYNAESTHESIA",
-  "GST_IS_SYNAESTHESIA_CLASS",
-  "GST_IS_TAG_LIST",
-  "GST_IS_TRANSCODER",
-  "GST_IS_TRANSCODER_CLASS",
-  "GST_IS_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER",
-  "GST_IS_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER_CLASS",
-  "GST_IS_TRANSCODER_SIGNAL_DISPATCHER",
-  "GST_IS_URI",
-  "GST_IS_VALIDATE_ACTION",
-  "GST_IS_VALIDATE_ACTION_TYPE",
-  "GST_IS_VALIDATE_BIN_MONITOR",
-  "GST_IS_VALIDATE_BIN_MONITOR_CLASS",
-  "GST_IS_VALIDATE_ELEMENT_MONITOR",
-  "GST_IS_VALIDATE_ELEMENT_MONITOR_CLASS",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR_CLASS",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR_PARSER",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR_PARSER_CLASS",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR_WRITER",
-  "GST_IS_VALIDATE_MEDIA_DESCRIPTOR_WRITER_CLASS",
-  "GST_IS_VALIDATE_MONITOR",
-  "GST_IS_VALIDATE_MONITOR_CLASS",
-  "GST_IS_VALIDATE_OVERRIDE",
-  "GST_IS_VALIDATE_OVERRIDE_CLASS",
-  "GST_IS_VALIDATE_PAD_MONITOR",
-  "GST_IS_VALIDATE_PAD_MONITOR_CLASS",
-  "GST_IS_VALIDATE_PIPELINE_MONITOR",
-  "GST_IS_VALIDATE_PIPELINE_MONITOR_CLASS",
-  "GST_IS_VALIDATE_REPORTER",
-  "GST_IS_VALIDATE_RUNNER",
-  "GST_IS_VALIDATE_RUNNER_CLASS",
-  "GST_IS_VALIDATE_SCENARIO",
-  "GST_IS_VALIDATE_SCENARIO_CLASS",
-  "GST_IS_VIDEO_OVERLAY_COMPOSITION",
-  "GST_IS_VIDEO_OVERLAY_RECTANGLE",
-  "GST_IS_VP8_PICTURE",
-  "GST_IS_VP9_PICTURE",
-  "GST_ITERATOR",
-  "GST_ITERATOR_COOKIE",
-  "GST_ITERATOR_DONE",
-  "GST_ITERATOR_ERROR",
-  "GST_ITERATOR_ITEM_END",
-  "GST_ITERATOR_ITEM_PASS",
-  "GST_ITERATOR_ITEM_SKIP",
-  "GST_ITERATOR_LOCK",
-  "GST_ITERATOR_OK",
-  "GST_ITERATOR_ORIG_COOKIE",
-  "GST_ITERATOR_RESYNC",
-  "GST_JPEG2000_COLORSPACE_GRAY",
-  "GST_JPEG2000_COLORSPACE_NONE",
-  "GST_JPEG2000_COLORSPACE_RGB",
-  "GST_JPEG2000_COLORSPACE_YUV",
-  "GST_JPEG2000_SAMPLING_BGR",
-  "GST_JPEG2000_SAMPLING_BGRA",
-  "GST_JPEG2000_SAMPLING_GRAYSCALE",
-  "GST_JPEG2000_SAMPLING_NONE",
-  "GST_JPEG2000_SAMPLING_RGB",
-  "GST_JPEG2000_SAMPLING_RGBA",
-  "GST_JPEG2000_SAMPLING_YBR410",
-  "GST_JPEG2000_SAMPLING_YBR411",
-  "GST_JPEG2000_SAMPLING_YBR420",
-  "GST_JPEG2000_SAMPLING_YBR422",
-  "GST_JPEG2000_SAMPLING_YBR444",
-  "GST_JPEG2000_SAMPLING_YBRA4444_EXT",
-  "GST_JPEG_ENTROPY_CODING_ARITHMETIC",
-  "GST_JPEG_ENTROPY_CODING_HUFFMAN",
-  "GST_JPEG_MARKER_APP0",
-  "GST_JPEG_MARKER_APP1",
-  "GST_JPEG_MARKER_APP10",
-  "GST_JPEG_MARKER_APP11",
-  "GST_JPEG_MARKER_APP12",
-  "GST_JPEG_MARKER_APP13",
-  "GST_JPEG_MARKER_APP14",
-  "GST_JPEG_MARKER_APP15",
-  "GST_JPEG_MARKER_APP2",
-  "GST_JPEG_MARKER_APP3",
-  "GST_JPEG_MARKER_APP4",
-  "GST_JPEG_MARKER_APP5",
-  "GST_JPEG_MARKER_APP6",
-  "GST_JPEG_MARKER_APP7",
-  "GST_JPEG_MARKER_APP8",
-  "GST_JPEG_MARKER_APP9",
-  "GST_JPEG_MARKER_COM",
-  "GST_JPEG_MARKER_DAC",
-  "GST_JPEG_MARKER_DHT",
-  "GST_JPEG_MARKER_DNL",
-  "GST_JPEG_MARKER_DQT",
-  "GST_JPEG_MARKER_DRI",
-  "GST_JPEG_MARKER_EOI",
-  "GST_JPEG_MARKER_RST0",
-  "GST_JPEG_MARKER_RST1",
-  "GST_JPEG_MARKER_RST2",
-  "GST_JPEG_MARKER_RST3",
-  "GST_JPEG_MARKER_RST4",
-  "GST_JPEG_MARKER_RST5",
-  "GST_JPEG_MARKER_RST6",
-  "GST_JPEG_MARKER_RST7",
-  "GST_JPEG_MARKER_SOF0",
-  "GST_JPEG_MARKER_SOF1",
-  "GST_JPEG_MARKER_SOF10",
-  "GST_JPEG_MARKER_SOF11",
-  "GST_JPEG_MARKER_SOF13",
-  "GST_JPEG_MARKER_SOF14",
-  "GST_JPEG_MARKER_SOF15",
-  "GST_JPEG_MARKER_SOF2",
-  "GST_JPEG_MARKER_SOF3",
-  "GST_JPEG_MARKER_SOF5",
-  "GST_JPEG_MARKER_SOF6",
-  "GST_JPEG_MARKER_SOF7",
-  "GST_JPEG_MARKER_SOF9",
-  "GST_JPEG_MARKER_SOI",
-  "GST_JPEG_MARKER_SOS",
-  "GST_JPEG_PROFILE_BASELINE",
-  "GST_JPEG_PROFILE_EXTENDED",
-  "GST_JPEG_PROFILE_LOSSLESS",
-  "GST_JPEG_PROFILE_PROGRESSIVE",
-  "GST_LEVEL_COUNT",
-  "GST_LEVEL_DEBUG",
-  "GST_LEVEL_DEFAULT",
-  "GST_LEVEL_ERROR",
-  "GST_LEVEL_FIXME",
-  "GST_LEVEL_INFO",
-  "GST_LEVEL_LOG",
-  "GST_LEVEL_MAX",
-  "GST_LEVEL_MEMDUMP",
-  "GST_LEVEL_NONE",
-  "GST_LEVEL_TRACE",
-  "GST_LEVEL_WARNING",
-  "GST_LFO_WAVEFORM_REVERSE_SAW",
-  "GST_LFO_WAVEFORM_SAW",
-  "GST_LFO_WAVEFORM_SINE",
-  "GST_LFO_WAVEFORM_SQUARE",
-  "GST_LFO_WAVEFORM_TRIANGLE",
-  "GST_LIBRARY_ERROR",
-  "GST_LIBRARY_ERROR_ENCODE",
-  "GST_LIBRARY_ERROR_FAILED",
-  "GST_LIBRARY_ERROR_INIT",
-  "GST_LIBRARY_ERROR_NUM_ERRORS",
-  "GST_LIBRARY_ERROR_SETTINGS",
-  "GST_LIBRARY_ERROR_SHUTDOWN",
-  "GST_LIBRARY_ERROR_TOO_LAZY",
-  "GST_LICENSE_UNKNOWN",
-  "GST_LOCK_FLAG_EXCLUSIVE",
-  "GST_LOCK_FLAG_LAST",
-  "GST_LOCK_FLAG_READ",
-  "GST_LOCK_FLAG_READWRITE",
-  "GST_LOCK_FLAG_WRITE",
-  "GST_LOG",
-  "GST_LOG_ID",
-  "GST_LOG_OBJECT",
-  "GST_MAKE_FOURCC",
-  "GST_MAP_CUDA",
-  "GST_MAP_FLAG_LAST",
-  "GST_MAP_GL",
-  "GST_MAP_INFO_INIT",
-  "GST_MAP_READ",
-  "GST_MAP_READWRITE",
-  "GST_MAP_VA",
-  "GST_MAP_WRITE",
-  "GST_MEDIA_SOURCE_EOS_ERROR_DECODE",
-  "GST_MEDIA_SOURCE_EOS_ERROR_NETWORK",
-  "GST_MEDIA_SOURCE_EOS_ERROR_NONE",
-  "GST_MEDIA_SOURCE_ERROR_INVALID_STATE",
-  "GST_MEDIA_SOURCE_ERROR_NOT_FOUND",
-  "GST_MEDIA_SOURCE_ERROR_NOT_SUPPORTED",
-  "GST_MEDIA_SOURCE_ERROR_QUOTA_EXCEEDED",
-  "GST_MEDIA_SOURCE_ERROR_TYPE",
-  "GST_MEDIA_SOURCE_READY_STATE_CLOSED",
-  "GST_MEDIA_SOURCE_READY_STATE_ENDED",
-  "GST_MEDIA_SOURCE_READY_STATE_OPEN",
-  "GST_MEMDUMP",
-  "GST_MEMDUMP_ID",
-  "GST_MEMDUMP_OBJECT",
-  "GST_MEMORY_CAST",
-  "GST_MEMORY_FLAGS",
-  "GST_MEMORY_FLAG_IS_SET",
-  "GST_MEMORY_FLAG_LAST",
-  "GST_MEMORY_FLAG_NOT_MAPPABLE",
-  "GST_MEMORY_FLAG_NO_SHARE",
-  "GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS",
-  "GST_MEMORY_FLAG_READONLY",
-  "GST_MEMORY_FLAG_UNSET",
-  "GST_MEMORY_FLAG_ZERO_PADDED",
-  "GST_MEMORY_FLAG_ZERO_PREFIXED",
-  "GST_MEMORY_IS_NOT_MAPPABLE",
-  "GST_MEMORY_IS_NO_SHARE",
-  "GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS",
-  "GST_MEMORY_IS_READONLY",
-  "GST_MEMORY_IS_ZERO_PADDED",
-  "GST_MEMORY_IS_ZERO_PREFIXED",
-  "GST_MESSAGE",
-  "GST_MESSAGE_ANY",
-  "GST_MESSAGE_APPLICATION",
-  "GST_MESSAGE_ASYNC_DONE",
-  "GST_MESSAGE_ASYNC_START",
-  "GST_MESSAGE_BUFFERING",
-  "GST_MESSAGE_CAST",
-  "GST_MESSAGE_CLOCK_LOST",
-  "GST_MESSAGE_CLOCK_PROVIDE",
-  "GST_MESSAGE_DEVICE_ADDED",
-  "GST_MESSAGE_DEVICE_CHANGED",
-  "GST_MESSAGE_DEVICE_REMOVED",
-  "GST_MESSAGE_DURATION",
-  "GST_MESSAGE_DURATION_CHANGED",
-  "GST_MESSAGE_ELEMENT",
-  "GST_MESSAGE_EOS",
-  "GST_MESSAGE_ERROR",
-  "GST_MESSAGE_EXTENDED",
-  "GST_MESSAGE_GET_COND",
-  "GST_MESSAGE_GET_LOCK",
-  "GST_MESSAGE_HAVE_CONTEXT",
-  "GST_MESSAGE_INFO",
-  "GST_MESSAGE_INSTANT_RATE_REQUEST",
-  "GST_MESSAGE_LATENCY",
-  "GST_MESSAGE_LOCK",
-  "GST_MESSAGE_NEED_CONTEXT",
-  "GST_MESSAGE_NEW_CLOCK",
-  "GST_MESSAGE_PROGRESS",
-  "GST_MESSAGE_PROPERTY_NOTIFY",
-  "GST_MESSAGE_QOS",
-  "GST_MESSAGE_REDIRECT",
-  "GST_MESSAGE_REQUEST_STATE",
-  "GST_MESSAGE_RESET_TIME",
-  "GST_MESSAGE_SEGMENT_DONE",
-  "GST_MESSAGE_SEGMENT_START",
-  "GST_MESSAGE_SEQNUM",
-  "GST_MESSAGE_SIGNAL",
-  "GST_MESSAGE_SRC",
-  "GST_MESSAGE_SRC_NAME",
-  "GST_MESSAGE_STATE_CHANGED",
-  "GST_MESSAGE_STATE_DIRTY",
-  "GST_MESSAGE_STEP_DONE",
-  "GST_MESSAGE_STEP_START",
-  "GST_MESSAGE_STREAMS_SELECTED",
-  "GST_MESSAGE_STREAM_COLLECTION",
-  "GST_MESSAGE_STREAM_START",
-  "GST_MESSAGE_STREAM_STATUS",
-  "GST_MESSAGE_STRUCTURE_CHANGE",
-  "GST_MESSAGE_TAG",
-  "GST_MESSAGE_TIMESTAMP",
-  "GST_MESSAGE_TOC",
-  "GST_MESSAGE_TYPE",
-  "GST_MESSAGE_TYPE_IS_EXTENDED",
-  "GST_MESSAGE_TYPE_NAME",
-  "GST_MESSAGE_UNKNOWN",
-  "GST_MESSAGE_UNLOCK",
-  "GST_MESSAGE_WAIT",
-  "GST_MESSAGE_WARNING",
-  "GST_META_CAST",
-  "GST_META_FLAGS",
-  "GST_META_FLAG_IS_SET",
-  "GST_META_FLAG_LAST",
-  "GST_META_FLAG_LOCKED",
-  "GST_META_FLAG_NONE",
-  "GST_META_FLAG_POOLED",
-  "GST_META_FLAG_READONLY",
-  "GST_META_FLAG_SET",
-  "GST_META_FLAG_UNSET",
-  "GST_META_TAG_AUDIO_CHANNELS_STR",
-  "GST_META_TAG_AUDIO_RATE_STR",
-  "GST_META_TAG_AUDIO_STR",
-  "GST_META_TAG_DSD_PLANE_OFFSETS_STR",
-  "GST_META_TAG_MEMORY",
-  "GST_META_TAG_MEMORY_REFERENCE_STR",
-  "GST_META_TAG_MEMORY_STR",
-  "GST_META_TAG_VIDEO_COLORSPACE_STR",
-  "GST_META_TAG_VIDEO_ORIENTATION_STR",
-  "GST_META_TAG_VIDEO_SIZE_STR",
-  "GST_META_TAG_VIDEO_STR",
-  "GST_META_TRANSFORM_IS_COPY",
-  "GST_MIKEY_CACHE_ALWAYS",
-  "GST_MIKEY_CACHE_FOR_CSB",
-  "GST_MIKEY_CACHE_NONE",
-  "GST_MIKEY_ENC_AES_CM_128",
-  "GST_MIKEY_ENC_AES_GCM_128",
-  "GST_MIKEY_ENC_AES_KW_128",
-  "GST_MIKEY_ENC_NULL",
-  "GST_MIKEY_KD_TEK",
-  "GST_MIKEY_KD_TGK",
-  "GST_MIKEY_KV_INTERVAL",
-  "GST_MIKEY_KV_NULL",
-  "GST_MIKEY_KV_SPI",
-  "GST_MIKEY_MAC_HMAC_SHA_1_160",
-  "GST_MIKEY_MAC_NULL",
-  "GST_MIKEY_MAP_TYPE_SRTP",
-  "GST_MIKEY_PRF_MIKEY_1",
-  "GST_MIKEY_PT_CERT",
-  "GST_MIKEY_PT_CHASH",
-  "GST_MIKEY_PT_DH",
-  "GST_MIKEY_PT_ERR",
-  "GST_MIKEY_PT_GEN_EXT",
-  "GST_MIKEY_PT_ID",
-  "GST_MIKEY_PT_KEMAC",
-  "GST_MIKEY_PT_KEY_DATA",
-  "GST_MIKEY_PT_LAST",
-  "GST_MIKEY_PT_PKE",
-  "GST_MIKEY_PT_RAND",
-  "GST_MIKEY_PT_SIGN",
-  "GST_MIKEY_PT_SP",
-  "GST_MIKEY_PT_T",
-  "GST_MIKEY_PT_V",
-  "GST_MIKEY_SEC_PROTO_SRTP",
-  "GST_MIKEY_SP_SRTP_AEAD_AUTH_TAG_LEN",
-  "GST_MIKEY_SP_SRTP_AUTH_ALG",
-  "GST_MIKEY_SP_SRTP_AUTH_KEY_LEN",
-  "GST_MIKEY_SP_SRTP_AUTH_TAG_LEN",
-  "GST_MIKEY_SP_SRTP_ENC_ALG",
-  "GST_MIKEY_SP_SRTP_ENC_KEY_LEN",
-  "GST_MIKEY_SP_SRTP_FEC_ORDER",
-  "GST_MIKEY_SP_SRTP_KEY_DERIV_RATE",
-  "GST_MIKEY_SP_SRTP_PRF",
-  "GST_MIKEY_SP_SRTP_SALT_KEY_LEN",
-  "GST_MIKEY_SP_SRTP_SRTCP_ENC",
-  "GST_MIKEY_SP_SRTP_SRTP_AUTH",
-  "GST_MIKEY_SP_SRTP_SRTP_ENC",
-  "GST_MIKEY_SP_SRTP_SRTP_PREFIX_LEN",
-  "GST_MIKEY_TS_TYPE_COUNTER",
-  "GST_MIKEY_TS_TYPE_NTP",
-  "GST_MIKEY_TS_TYPE_NTP_UTC",
-  "GST_MIKEY_TYPE_DH_INIT",
-  "GST_MIKEY_TYPE_DH_RESP",
-  "GST_MIKEY_TYPE_ERROR",
-  "GST_MIKEY_TYPE_INVALID",
-  "GST_MIKEY_TYPE_PK_INIT",
-  "GST_MIKEY_TYPE_PK_VERIFY",
-  "GST_MIKEY_TYPE_PSK_INIT",
-  "GST_MIKEY_TYPE_PSK_VERIFY",
-  "GST_MIKEY_VERSION",
-  "GST_MINI_OBJECT",
-  "GST_MINI_OBJECT_CAST",
-  "GST_MINI_OBJECT_CONST_CAST",
-  "GST_MINI_OBJECT_FLAGS",
-  "GST_MINI_OBJECT_FLAG_IS_SET",
-  "GST_MINI_OBJECT_FLAG_LAST",
-  "GST_MINI_OBJECT_FLAG_LOCKABLE",
-  "GST_MINI_OBJECT_FLAG_LOCK_READONLY",
-  "GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED",
-  "GST_MINI_OBJECT_FLAG_SET",
-  "GST_MINI_OBJECT_FLAG_UNSET",
-  "GST_MINI_OBJECT_IS_LOCKABLE",
-  "GST_MINI_OBJECT_REFCOUNT",
-  "GST_MINI_OBJECT_REFCOUNT_VALUE",
-  "GST_MINI_OBJECT_TYPE",
-  "GST_MPEG2_PICTURE",
-  "GST_MPEG2_PICTURE_IS_REF",
-  "GST_MPEG4_525_TYPE_16_9",
-  "GST_MPEG4_525_TYPE_4_3",
-  "GST_MPEG4_625_TYPE_16_9",
-  "GST_MPEG4_625_TYPE_4_3",
-  "GST_MPEG4_BINARY",
-  "GST_MPEG4_BINARY_ONLY",
-  "GST_MPEG4_B_VOP",
-  "GST_MPEG4_CHROMA_4_2_0",
-  "GST_MPEG4_EXTENDED_PAR",
-  "GST_MPEG4_FBA",
-  "GST_MPEG4_FBA_PLAN",
-  "GST_MPEG4_GRAYSCALE",
-  "GST_MPEG4_GROUP_OF_VOP",
-  "GST_MPEG4_I_VOP",
-  "GST_MPEG4_LEVEL0",
-  "GST_MPEG4_LEVEL1",
-  "GST_MPEG4_LEVEL2",
-  "GST_MPEG4_LEVEL3",
-  "GST_MPEG4_LEVEL3b",
-  "GST_MPEG4_LEVEL4",
-  "GST_MPEG4_LEVEL5",
-  "GST_MPEG4_LEVEL_RESERVED",
-  "GST_MPEG4_MESH",
-  "GST_MPEG4_MESH_PLAN",
-  "GST_MPEG4_PARSER_BROKEN_DATA",
-  "GST_MPEG4_PARSER_ERROR",
-  "GST_MPEG4_PARSER_NO_PACKET",
-  "GST_MPEG4_PARSER_NO_PACKET_END",
-  "GST_MPEG4_PARSER_OK",
-  "GST_MPEG4_PROFILE_ADVANCED_CODING_EFFICIENCY",
-  "GST_MPEG4_PROFILE_ADVANCED_CORE",
-  "GST_MPEG4_PROFILE_ADVANCED_REALTIME_SIMPLE",
-  "GST_MPEG4_PROFILE_ADVANCED_SCALABLE_TEXTURE",
-  "GST_MPEG4_PROFILE_ADVANCED_SIMPLE",
-  "GST_MPEG4_PROFILE_BASIC_ANIMATED_TEXTURE",
-  "GST_MPEG4_PROFILE_CORE",
-  "GST_MPEG4_PROFILE_CORE_SCALABLE",
-  "GST_MPEG4_PROFILE_CORE_STUDIO",
-  "GST_MPEG4_PROFILE_FINE_GRANULARITY_SCALABLE",
-  "GST_MPEG4_PROFILE_HYBRID",
-  "GST_MPEG4_PROFILE_MAIN",
-  "GST_MPEG4_PROFILE_N_BIT",
-  "GST_MPEG4_PROFILE_RESERVED",
-  "GST_MPEG4_PROFILE_SCALABLE_TEXTURE",
-  "GST_MPEG4_PROFILE_SIMPLE",
-  "GST_MPEG4_PROFILE_SIMPLE_FACE_ANIMATION",
-  "GST_MPEG4_PROFILE_SIMPLE_FBA",
-  "GST_MPEG4_PROFILE_SIMPLE_SCALABLE",
-  "GST_MPEG4_PROFILE_SIMPLE_STUDIO",
-  "GST_MPEG4_P_VOP",
-  "GST_MPEG4_RECTANGULAR",
-  "GST_MPEG4_RESYNC",
-  "GST_MPEG4_SHAPE_LAYER",
-  "GST_MPEG4_SPRITE_GMG",
-  "GST_MPEG4_SPRITE_STATIC",
-  "GST_MPEG4_SPRITE_UNUSED",
-  "GST_MPEG4_SQUARE",
-  "GST_MPEG4_STILL_3D_MESH_ID",
-  "GST_MPEG4_STILL_FBA_ID",
-  "GST_MPEG4_STILL_MESH_ID",
-  "GST_MPEG4_STILL_TEXTURE_ID",
-  "GST_MPEG4_STILL_TEXTURE_OBJ",
-  "GST_MPEG4_STUFFING",
-  "GST_MPEG4_SYSTEM_FIRST",
-  "GST_MPEG4_SYSTEM_LAST",
-  "GST_MPEG4_S_VOP",
-  "GST_MPEG4_TEXTURE_SNR_LAYER",
-  "GST_MPEG4_TEXTURE_SPATIAL",
-  "GST_MPEG4_TEXTURE_TILE",
-  "GST_MPEG4_USER_DATA",
-  "GST_MPEG4_VIDEO_ID",
-  "GST_MPEG4_VIDEO_LAYER_FIRST",
-  "GST_MPEG4_VIDEO_LAYER_LAST",
-  "GST_MPEG4_VIDEO_OBJ_FIRST",
-  "GST_MPEG4_VIDEO_OBJ_LAST",
-  "GST_MPEG4_VIDEO_OBJ_PLANE",
-  "GST_MPEG4_VIDEO_SESSION_ERR",
-  "GST_MPEG4_VISUAL_OBJ",
-  "GST_MPEG4_VISUAL_OBJ_SEQ_END",
-  "GST_MPEG4_VISUAL_OBJ_SEQ_START",
-  "GST_MPEGTS_ATSC_MGT_TABLE_TYPE_EIT0",
-  "GST_MPEGTS_ATSC_MGT_TABLE_TYPE_EIT127",
-  "GST_MPEGTS_ATSC_MGT_TABLE_TYPE_ETT0",
-  "GST_MPEGTS_ATSC_MGT_TABLE_TYPE_ETT127",
-  "GST_MPEGTS_AUDIO_TYPE_CLEAN_EFFECTS",
-  "GST_MPEGTS_AUDIO_TYPE_HEARING_IMPAIRED",
-  "GST_MPEGTS_AUDIO_TYPE_UNDEFINED",
-  "GST_MPEGTS_AUDIO_TYPE_VISUAL_IMPAIRED_COMMENTARY",
-  "GST_MPEGTS_CABLE_OUTER_FEC_NONE",
-  "GST_MPEGTS_CABLE_OUTER_FEC_RS_204_188",
-  "GST_MPEGTS_CABLE_OUTER_FEC_UNDEFINED",
-  "GST_MPEGTS_CONTENT_ARTS_CULTURE",
-  "GST_MPEGTS_CONTENT_CHILDREN_YOUTH_PROGRAM",
-  "GST_MPEGTS_CONTENT_EDUCATION_SCIENCE_FACTUAL",
-  "GST_MPEGTS_CONTENT_LEISURE_HOBBIES",
-  "GST_MPEGTS_CONTENT_MOVIE_DRAMA",
-  "GST_MPEGTS_CONTENT_MUSIC_BALLET_DANCE",
-  "GST_MPEGTS_CONTENT_NEWS_CURRENT_AFFAIRS",
-  "GST_MPEGTS_CONTENT_SHOW_GAME_SHOW",
-  "GST_MPEGTS_CONTENT_SOCIAL_POLITICAL_ECONOMICS",
-  "GST_MPEGTS_CONTENT_SPECIAL_CHARACTERISTICS",
-  "GST_MPEGTS_CONTENT_SPORTS",
-  "GST_MPEGTS_DVB_LINKAGE_CA_REPLACEMENT",
-  "GST_MPEGTS_DVB_LINKAGE_DATA_BROADCAST",
-  "GST_MPEGTS_DVB_LINKAGE_EPG",
-  "GST_MPEGTS_DVB_LINKAGE_EVENT",
-  "GST_MPEGTS_DVB_LINKAGE_EXTENDED_EVENT",
-  "GST_MPEGTS_DVB_LINKAGE_HAND_OVER_ASSOCIATED",
-  "GST_MPEGTS_DVB_LINKAGE_HAND_OVER_IDENTICAL",
-  "GST_MPEGTS_DVB_LINKAGE_HAND_OVER_LOCAL_VARIATION",
-  "GST_MPEGTS_DVB_LINKAGE_HAND_OVER_RESERVED",
-  "GST_MPEGTS_DVB_LINKAGE_INFORMATION",
-  "GST_MPEGTS_DVB_LINKAGE_IP_MAC_NOTIFICATION",
-  "GST_MPEGTS_DVB_LINKAGE_MOBILE_HAND_OVER",
-  "GST_MPEGTS_DVB_LINKAGE_RCS_MAP",
-  "GST_MPEGTS_DVB_LINKAGE_RESERVED_00",
-  "GST_MPEGTS_DVB_LINKAGE_SERVICE_REPLACEMENT",
-  "GST_MPEGTS_DVB_LINKAGE_SYSTEM_SOFTWARE_UPDATE",
-  "GST_MPEGTS_DVB_LINKAGE_TS_CONTAINING_COMPLETE_SI",
-  "GST_MPEGTS_DVB_LINKAGE_TS_CONTAINING_INT",
-  "GST_MPEGTS_DVB_LINKAGE_TS_CONTAINING_SSU",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_ATIS_0",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_ATIS_F",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CISSA",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CSA1",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CSA2",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CSA3_FULL_ENHANCED",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CSA3_MINIMAL_ENHANCED",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_CSA3_STANDARD",
-  "GST_MPEGTS_DVB_SCRAMBLING_MODE_RESERVED",
-  "GST_MPEGTS_FEC_1_2",
-  "GST_MPEGTS_FEC_2_3",
-  "GST_MPEGTS_FEC_2_5",
-  "GST_MPEGTS_FEC_3_4",
-  "GST_MPEGTS_FEC_3_5",
-  "GST_MPEGTS_FEC_4_5",
-  "GST_MPEGTS_FEC_5_6",
-  "GST_MPEGTS_FEC_6_7",
-  "GST_MPEGTS_FEC_7_8",
-  "GST_MPEGTS_FEC_8_9",
-  "GST_MPEGTS_FEC_9_10",
-  "GST_MPEGTS_FEC_AUTO",
-  "GST_MPEGTS_FEC_NONE",
-  "GST_MPEGTS_GUARD_INTERVAL_19_128",
-  "GST_MPEGTS_GUARD_INTERVAL_19_256",
-  "GST_MPEGTS_GUARD_INTERVAL_1_128",
-  "GST_MPEGTS_GUARD_INTERVAL_1_16",
-  "GST_MPEGTS_GUARD_INTERVAL_1_32",
-  "GST_MPEGTS_GUARD_INTERVAL_1_4",
-  "GST_MPEGTS_GUARD_INTERVAL_1_8",
-  "GST_MPEGTS_GUARD_INTERVAL_AUTO",
-  "GST_MPEGTS_GUARD_INTERVAL_PN420",
-  "GST_MPEGTS_GUARD_INTERVAL_PN595",
-  "GST_MPEGTS_GUARD_INTERVAL_PN945",
-  "GST_MPEGTS_HIERARCHY_1",
-  "GST_MPEGTS_HIERARCHY_2",
-  "GST_MPEGTS_HIERARCHY_4",
-  "GST_MPEGTS_HIERARCHY_AUTO",
-  "GST_MPEGTS_HIERARCHY_NONE",
-  "GST_MPEGTS_METADATA_FORMAT_APPLICATION_FORMAT",
-  "GST_MPEGTS_METADATA_FORMAT_BIM",
-  "GST_MPEGTS_METADATA_FORMAT_IDENTIFIER_FIELD",
-  "GST_MPEGTS_METADATA_FORMAT_TEM",
-  "GST_MPEGTS_MODULATION_APSK_16",
-  "GST_MPEGTS_MODULATION_APSK_32",
-  "GST_MPEGTS_MODULATION_DQPSK",
-  "GST_MPEGTS_MODULATION_NONE",
-  "GST_MPEGTS_MODULATION_PSK_8",
-  "GST_MPEGTS_MODULATION_QAM_128",
-  "GST_MPEGTS_MODULATION_QAM_16",
-  "GST_MPEGTS_MODULATION_QAM_256",
-  "GST_MPEGTS_MODULATION_QAM_32",
-  "GST_MPEGTS_MODULATION_QAM_4_NR_",
-  "GST_MPEGTS_MODULATION_QAM_64",
-  "GST_MPEGTS_MODULATION_QAM_AUTO",
-  "GST_MPEGTS_MODULATION_QPSK",
-  "GST_MPEGTS_MODULATION_VSB_16",
-  "GST_MPEGTS_MODULATION_VSB_8",
-  "GST_MPEGTS_PES_METADATA_META_API_TYPE",
-  "GST_MPEGTS_PES_METADATA_META_INFO",
-  "GST_MPEGTS_POLARIZATION_CIRCULAR_LEFT",
-  "GST_MPEGTS_POLARIZATION_CIRCULAR_RIGHT",
-  "GST_MPEGTS_POLARIZATION_LINEAR_HORIZONTAL",
-  "GST_MPEGTS_POLARIZATION_LINEAR_VERTICAL",
-  "GST_MPEGTS_ROLLOFF_20",
-  "GST_MPEGTS_ROLLOFF_25",
-  "GST_MPEGTS_ROLLOFF_35",
-  "GST_MPEGTS_ROLLOFF_AUTO",
-  "GST_MPEGTS_ROLLOFF_RESERVED",
-  "GST_MPEGTS_RUNNING_STATUS_NOT_RUNNING",
-  "GST_MPEGTS_RUNNING_STATUS_OFF_AIR",
-  "GST_MPEGTS_RUNNING_STATUS_PAUSING",
-  "GST_MPEGTS_RUNNING_STATUS_RUNNING",
-  "GST_MPEGTS_RUNNING_STATUS_STARTS_IN_FEW_SECONDS",
-  "GST_MPEGTS_RUNNING_STATUS_UNDEFINED",
-  "GST_MPEGTS_SECTION",
-  "GST_MPEGTS_SECTION_ATSC_CVCT",
-  "GST_MPEGTS_SECTION_ATSC_EIT",
-  "GST_MPEGTS_SECTION_ATSC_ETT",
-  "GST_MPEGTS_SECTION_ATSC_MGT",
-  "GST_MPEGTS_SECTION_ATSC_RRT",
-  "GST_MPEGTS_SECTION_ATSC_STT",
-  "GST_MPEGTS_SECTION_ATSC_TVCT",
-  "GST_MPEGTS_SECTION_BAT",
-  "GST_MPEGTS_SECTION_CAT",
-  "GST_MPEGTS_SECTION_EIT",
-  "GST_MPEGTS_SECTION_NIT",
-  "GST_MPEGTS_SECTION_PAT",
-  "GST_MPEGTS_SECTION_PMT",
-  "GST_MPEGTS_SECTION_SCTE_SIT",
-  "GST_MPEGTS_SECTION_SDT",
-  "GST_MPEGTS_SECTION_SIT",
-  "GST_MPEGTS_SECTION_TDT",
-  "GST_MPEGTS_SECTION_TOT",
-  "GST_MPEGTS_SECTION_TSDT",
-  "GST_MPEGTS_SECTION_TYPE",
-  "GST_MPEGTS_SECTION_UNKNOWN",
-  "GST_MPEGTS_STREAM_CONTENT_AAC",
-  "GST_MPEGTS_STREAM_CONTENT_AC_3",
-  "GST_MPEGTS_STREAM_CONTENT_AVC",
-  "GST_MPEGTS_STREAM_CONTENT_DTS",
-  "GST_MPEGTS_STREAM_CONTENT_MPEG1_LAYER2_AUDIO",
-  "GST_MPEGTS_STREAM_CONTENT_MPEG2_VIDEO",
-  "GST_MPEGTS_STREAM_CONTENT_SRM_CPCM",
-  "GST_MPEGTS_STREAM_CONTENT_TELETEXT_OR_SUBTITLE",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_AUDIO_AC3",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_AUDIO_DTS_HD",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_AUDIO_EAC3",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_DCII_VIDEO",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_ISOCH_DATA",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_SIT",
-  "GST_MPEGTS_STREAM_TYPE_ATSC_SUBTITLING",
-  "GST_MPEGTS_STREAM_TYPE_AUDIO_AAC_ADTS",
-  "GST_MPEGTS_STREAM_TYPE_AUDIO_AAC_CLEAN",
-  "GST_MPEGTS_STREAM_TYPE_AUDIO_AAC_LATM",
-  "GST_MPEGTS_STREAM_TYPE_AUDIO_MPEG1",
-  "GST_MPEGTS_STREAM_TYPE_AUDIO_MPEG2",
-  "GST_MPEGTS_STREAM_TYPE_AUXILIARY",
-  "GST_MPEGTS_STREAM_TYPE_DSMCC_A",
-  "GST_MPEGTS_STREAM_TYPE_DSMCC_B",
-  "GST_MPEGTS_STREAM_TYPE_DSMCC_C",
-  "GST_MPEGTS_STREAM_TYPE_DSMCC_D",
-  "GST_MPEGTS_STREAM_TYPE_DSM_CC",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_AC3",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_AC3_PLUS",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_AC3_PLUS_SECONDARY",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_AC3_TRUE_HD",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_DTS",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_DTS_HD",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_DTS_HD_MASTER_AUDIO",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_DTS_HD_SECONDARY",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_EAC3",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_AUDIO_LPCM",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_IGS",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_SUBPICTURE_PGS",
-  "GST_MPEGTS_STREAM_TYPE_HDMV_SUBTITLE",
-  "GST_MPEGTS_STREAM_TYPE_H_222_1",
-  "GST_MPEGTS_STREAM_TYPE_IPMP_STREAM",
-  "GST_MPEGTS_STREAM_TYPE_METADATA_DATA_CAROUSEL",
-  "GST_MPEGTS_STREAM_TYPE_METADATA_OBJECT_CAROUSEL",
-  "GST_MPEGTS_STREAM_TYPE_METADATA_PES_PACKETS",
-  "GST_MPEGTS_STREAM_TYPE_METADATA_SECTIONS",
-  "GST_MPEGTS_STREAM_TYPE_METADATA_SYNCHRONIZED_DOWNLOAD",
-  "GST_MPEGTS_STREAM_TYPE_MHEG",
-  "GST_MPEGTS_STREAM_TYPE_MPEG2_IPMP",
-  "GST_MPEGTS_STREAM_TYPE_MPEG4_TIMED_TEXT",
-  "GST_MPEGTS_STREAM_TYPE_PRIVATE_PES_PACKETS",
-  "GST_MPEGTS_STREAM_TYPE_PRIVATE_SECTIONS",
-  "GST_MPEGTS_STREAM_TYPE_RESERVED_00",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_ASYNC_DATA",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_DSMCC_DCB",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_DST_NRT",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_ISOCH_DATA",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_SIGNALING",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_SIT",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_SUBTITLING",
-  "GST_MPEGTS_STREAM_TYPE_SCTE_SYNC_DATA",
-  "GST_MPEGTS_STREAM_TYPE_SL_FLEXMUX_PES_PACKETS",
-  "GST_MPEGTS_STREAM_TYPE_SL_FLEXMUX_SECTIONS",
-  "GST_MPEGTS_STREAM_TYPE_SYNCHRONIZED_DOWNLOAD",
-  "GST_MPEGTS_STREAM_TYPE_USER_PRIVATE_EA",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_H264",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_H264_MVC_SUB_BITSTREAM",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_H264_STEREO_ADDITIONAL_VIEW",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_H264_SVC_SUB_BITSTREAM",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_HEVC",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_JP2K",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_MPEG1",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_MPEG2",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_MPEG2_STEREO_ADDITIONAL_VIEW",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_MPEG4",
-  "GST_MPEGTS_STREAM_TYPE_VIDEO_RVC",
-  "GST_MPEGTS_TRANSMISSION_MODE_16K",
-  "GST_MPEGTS_TRANSMISSION_MODE_1K",
-  "GST_MPEGTS_TRANSMISSION_MODE_2K",
-  "GST_MPEGTS_TRANSMISSION_MODE_32K",
-  "GST_MPEGTS_TRANSMISSION_MODE_4K",
-  "GST_MPEGTS_TRANSMISSION_MODE_8K",
-  "GST_MPEGTS_TRANSMISSION_MODE_AUTO",
-  "GST_MPEGTS_TRANSMISSION_MODE_C1",
-  "GST_MPEGTS_TRANSMISSION_MODE_C3780",
-  "GST_MPEG_VIDEO_CHROMA_420",
-  "GST_MPEG_VIDEO_CHROMA_422",
-  "GST_MPEG_VIDEO_CHROMA_444",
-  "GST_MPEG_VIDEO_CHROMA_RES",
-  "GST_MPEG_VIDEO_LEVEL_HIGH",
-  "GST_MPEG_VIDEO_LEVEL_HIGH_1440",
-  "GST_MPEG_VIDEO_LEVEL_HIGH_P",
-  "GST_MPEG_VIDEO_LEVEL_LOW",
-  "GST_MPEG_VIDEO_LEVEL_MAIN",
-  "GST_MPEG_VIDEO_PACKET_EXTENSION",
-  "GST_MPEG_VIDEO_PACKET_EXT_PICTURE",
-  "GST_MPEG_VIDEO_PACKET_EXT_QUANT_MATRIX",
-  "GST_MPEG_VIDEO_PACKET_EXT_SEQUENCE",
-  "GST_MPEG_VIDEO_PACKET_EXT_SEQUENCE_DISPLAY",
-  "GST_MPEG_VIDEO_PACKET_EXT_SEQUENCE_SCALABLE",
-  "GST_MPEG_VIDEO_PACKET_GOP",
-  "GST_MPEG_VIDEO_PACKET_NONE",
-  "GST_MPEG_VIDEO_PACKET_PICTURE",
-  "GST_MPEG_VIDEO_PACKET_SEQUENCE",
-  "GST_MPEG_VIDEO_PACKET_SEQUENCE_END",
-  "GST_MPEG_VIDEO_PACKET_SLICE_MAX",
-  "GST_MPEG_VIDEO_PACKET_SLICE_MIN",
-  "GST_MPEG_VIDEO_PACKET_USER_DATA",
-  "GST_MPEG_VIDEO_PICTURE_STRUCTURE_BOTTOM_FIELD",
-  "GST_MPEG_VIDEO_PICTURE_STRUCTURE_FRAME",
-  "GST_MPEG_VIDEO_PICTURE_STRUCTURE_TOP_FIELD",
-  "GST_MPEG_VIDEO_PICTURE_TYPE_B",
-  "GST_MPEG_VIDEO_PICTURE_TYPE_D",
-  "GST_MPEG_VIDEO_PICTURE_TYPE_I",
-  "GST_MPEG_VIDEO_PICTURE_TYPE_P",
-  "GST_MPEG_VIDEO_PROFILE_422",
-  "GST_MPEG_VIDEO_PROFILE_HIGH",
-  "GST_MPEG_VIDEO_PROFILE_MAIN",
-  "GST_MPEG_VIDEO_PROFILE_SIMPLE",
-  "GST_MPEG_VIDEO_PROFILE_SNR_SCALABLE",
-  "GST_MPEG_VIDEO_PROFILE_SPATIALLY_SCALABLE",
-  "GST_MPEG_VIDEO_SEQ_SCALABLE_MODE_DATA_PARTITIONING",
-  "GST_MPEG_VIDEO_SEQ_SCALABLE_MODE_SNR",
-  "GST_MPEG_VIDEO_SEQ_SCALABLE_MODE_SPATIAL",
-  "GST_MPEG_VIDEO_SEQ_SCALABLE_MODE_TEMPORAL",
-  "GST_MSECOND",
-  "GST_MSE_SRC_READY_STATE_HAVE_CURRENT_DATA",
-  "GST_MSE_SRC_READY_STATE_HAVE_ENOUGH_DATA",
-  "GST_MSE_SRC_READY_STATE_HAVE_FUTURE_DATA",
-  "GST_MSE_SRC_READY_STATE_HAVE_METADATA",
-  "GST_MSE_SRC_READY_STATE_HAVE_NOTHING",
-  "GST_MTS_DESC_AC3_AUDIO_STREAM",
-  "GST_MTS_DESC_ATSC_AC3",
-  "GST_MTS_DESC_ATSC_CAPTION_SERVICE",
-  "GST_MTS_DESC_ATSC_COMPONENT_NAME",
-  "GST_MTS_DESC_ATSC_CONTENT_ADVISORY",
-  "GST_MTS_DESC_ATSC_CRC32",
-  "GST_MTS_DESC_ATSC_DATA_SERVICE",
-  "GST_MTS_DESC_ATSC_DCC_ARRIVING_REQUEST",
-  "GST_MTS_DESC_ATSC_DCC_DEPARTING_REQUEST",
-  "GST_MTS_DESC_ATSC_DOWNLOAD_DESCRIPTOR",
-  "GST_MTS_DESC_ATSC_EAC3",
-  "GST_MTS_DESC_ATSC_ENHANCED_SIGNALING",
-  "GST_MTS_DESC_ATSC_EXTENDED_CHANNEL_NAME",
-  "GST_MTS_DESC_ATSC_GENRE",
-  "GST_MTS_DESC_ATSC_GROUP_LINK",
-  "GST_MTS_DESC_ATSC_MODULE_LINK",
-  "GST_MTS_DESC_ATSC_MULTIPROTOCOL_ENCAPSULATION",
-  "GST_MTS_DESC_ATSC_PID_COUNT",
-  "GST_MTS_DESC_ATSC_PRIVATE_INFORMATION",
-  "GST_MTS_DESC_ATSC_REDISTRIBUTION_CONTROL",
-  "GST_MTS_DESC_ATSC_SERVICE_LOCATION",
-  "GST_MTS_DESC_ATSC_STUFFING",
-  "GST_MTS_DESC_ATSC_TIME_SHIFTED_SERVICE",
-  "GST_MTS_DESC_AUDIO_STREAM",
-  "GST_MTS_DESC_AUXILIARY_VIDEO_STREAM",
-  "GST_MTS_DESC_AVC_TIMING_AND_HRD",
-  "GST_MTS_DESC_AVC_VIDEO",
-  "GST_MTS_DESC_CA",
-  "GST_MTS_DESC_CONTENT_LABELING",
-  "GST_MTS_DESC_COPYRIGHT",
-  "GST_MTS_DESC_DATA_STREAM_ALIGNMENT",
-  "GST_MTS_DESC_DSMCC_ASSOCIATION_TAG",
-  "GST_MTS_DESC_DSMCC_CAROUSEL_IDENTIFIER",
-  "GST_MTS_DESC_DSMCC_DEFERRED_ASSOCIATION_TAG",
-  "GST_MTS_DESC_DSMCC_NPT_ENDPOINT",
-  "GST_MTS_DESC_DSMCC_NPT_REFERENCE",
-  "GST_MTS_DESC_DSMCC_STREAM_EVENT",
-  "GST_MTS_DESC_DSMCC_STREAM_MODE",
-  "GST_MTS_DESC_DTG_LOGICAL_CHANNEL",
-  "GST_MTS_DESC_DVB_AAC",
-  "GST_MTS_DESC_DVB_AC3",
-  "GST_MTS_DESC_DVB_ADAPTATION_FIELD_DATA",
-  "GST_MTS_DESC_DVB_ANCILLARY_DATA",
-  "GST_MTS_DESC_DVB_ANNOUNCEMENT_SUPPORT",
-  "GST_MTS_DESC_DVB_APPLICATION_SIGNALLING",
-  "GST_MTS_DESC_DVB_BOUQUET_NAME",
-  "GST_MTS_DESC_DVB_CABLE_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_DVB_CA_IDENTIFIER",
-  "GST_MTS_DESC_DVB_CELL_FREQUENCY_LINK",
-  "GST_MTS_DESC_DVB_CELL_LIST",
-  "GST_MTS_DESC_DVB_COMPONENT",
-  "GST_MTS_DESC_DVB_CONTENT",
-  "GST_MTS_DESC_DVB_CONTENT_IDENTIFIER",
-  "GST_MTS_DESC_DVB_COUNTRY_AVAILABILITY",
-  "GST_MTS_DESC_DVB_DATA_BROADCAST",
-  "GST_MTS_DESC_DVB_DATA_BROADCAST_ID",
-  "GST_MTS_DESC_DVB_DEFAULT_AUTHORITY",
-  "GST_MTS_DESC_DVB_DSNG",
-  "GST_MTS_DESC_DVB_DTS",
-  "GST_MTS_DESC_DVB_ECM_REPETITION_RATE",
-  "GST_MTS_DESC_DVB_ENHANCED_AC3",
-  "GST_MTS_DESC_DVB_EXTENDED_EVENT",
-  "GST_MTS_DESC_DVB_EXTENSION",
-  "GST_MTS_DESC_DVB_FREQUENCY_LIST",
-  "GST_MTS_DESC_DVB_FTA_CONTENT_MANAGEMENT",
-  "GST_MTS_DESC_DVB_LINKAGE",
-  "GST_MTS_DESC_DVB_LOCAL_TIME_OFFSET",
-  "GST_MTS_DESC_DVB_MOSAIC",
-  "GST_MTS_DESC_DVB_MULTILINGUAL_BOUQUET_NAME",
-  "GST_MTS_DESC_DVB_MULTILINGUAL_COMPONENT",
-  "GST_MTS_DESC_DVB_MULTILINGUAL_NETWORK_NAME",
-  "GST_MTS_DESC_DVB_MULTILINGUAL_SERVICE_NAME",
-  "GST_MTS_DESC_DVB_NETWORK_NAME",
-  "GST_MTS_DESC_DVB_NVOD_REFERENCE",
-  "GST_MTS_DESC_DVB_PARENTAL_RATING",
-  "GST_MTS_DESC_DVB_PARTIAL_TRANSPORT_STREAM",
-  "GST_MTS_DESC_DVB_PDC",
-  "GST_MTS_DESC_DVB_PRIVATE_DATA_SPECIFIER",
-  "GST_MTS_DESC_DVB_RELATED_CONTENT",
-  "GST_MTS_DESC_DVB_S2_SATELLITE_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_DVB_SATELLITE_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_DVB_SCRAMBLING",
-  "GST_MTS_DESC_DVB_SERVICE",
-  "GST_MTS_DESC_DVB_SERVICE_AVAILABILITY",
-  "GST_MTS_DESC_DVB_SERVICE_IDENTIFIER",
-  "GST_MTS_DESC_DVB_SERVICE_LIST",
-  "GST_MTS_DESC_DVB_SERVICE_MOVE",
-  "GST_MTS_DESC_DVB_SHORT_EVENT",
-  "GST_MTS_DESC_DVB_SHORT_SMOOTHING_BUFFER",
-  "GST_MTS_DESC_DVB_STREAM_IDENTIFIER",
-  "GST_MTS_DESC_DVB_STUFFING",
-  "GST_MTS_DESC_DVB_SUBTITLING",
-  "GST_MTS_DESC_DVB_TELEPHONE",
-  "GST_MTS_DESC_DVB_TELETEXT",
-  "GST_MTS_DESC_DVB_TERRESTRIAL_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_DVB_TIMESLICE_FEC_IDENTIFIER",
-  "GST_MTS_DESC_DVB_TIME_SHIFTED_EVENT",
-  "GST_MTS_DESC_DVB_TIME_SHIFTED_SERVICE",
-  "GST_MTS_DESC_DVB_TRANSPORT_STREAM",
-  "GST_MTS_DESC_DVB_TVA_ID",
-  "GST_MTS_DESC_DVB_VBI_DATA",
-  "GST_MTS_DESC_DVB_VBI_TELETEXT",
-  "GST_MTS_DESC_DVB_XAIT_LOCATION",
-  "GST_MTS_DESC_EXTERNAL_ES_ID",
-  "GST_MTS_DESC_EXT_DVB_AC4",
-  "GST_MTS_DESC_EXT_DVB_AUDIO_PRESELECTION",
-  "GST_MTS_DESC_EXT_DVB_C2_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_EXT_DVB_CP",
-  "GST_MTS_DESC_EXT_DVB_CPCM_DELIVERY_SIGNALLING",
-  "GST_MTS_DESC_EXT_DVB_CP_IDENTIFIER",
-  "GST_MTS_DESC_EXT_DVB_DTS_HD_AUDIO_STREAM",
-  "GST_MTS_DESC_EXT_DVB_DTS_NEUTRAL",
-  "GST_MTS_DESC_EXT_DVB_IMAGE_ICON",
-  "GST_MTS_DESC_EXT_DVB_MESSAGE",
-  "GST_MTS_DESC_EXT_DVB_NETWORK_CHANGE_NOTIFY",
-  "GST_MTS_DESC_EXT_DVB_SERVICE_RELOCATED",
-  "GST_MTS_DESC_EXT_DVB_SH_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_EXT_DVB_SUPPLEMENTARY_AUDIO",
-  "GST_MTS_DESC_EXT_DVB_T2MI",
-  "GST_MTS_DESC_EXT_DVB_T2_DELIVERY_SYSTEM",
-  "GST_MTS_DESC_EXT_DVB_TARGET_REGION",
-  "GST_MTS_DESC_EXT_DVB_TARGET_REGION_NAME",
-  "GST_MTS_DESC_EXT_DVB_URI_LINKAGE",
-  "GST_MTS_DESC_EXT_DVB_VIDEO_DEPTH_RANGE",
-  "GST_MTS_DESC_EXT_DVB_XAIT_PID",
-  "GST_MTS_DESC_FLEX_MUX_TIMING",
-  "GST_MTS_DESC_FMC",
-  "GST_MTS_DESC_FMX_BUFFER_SIZE",
-  "GST_MTS_DESC_HIERARCHY",
-  "GST_MTS_DESC_IBP",
-  "GST_MTS_DESC_IOD",
-  "GST_MTS_DESC_IPMP",
-  "GST_MTS_DESC_ISDB_AUDIO_COMPONENT",
-  "GST_MTS_DESC_ISDB_BASIC_LOCAL_EVENT",
-  "GST_MTS_DESC_ISDB_BOARD_INFORMATION",
-  "GST_MTS_DESC_ISDB_BROADCASTER_NAME",
-  "GST_MTS_DESC_ISDB_CA_CONTRACT_INFORMATION",
-  "GST_MTS_DESC_ISDB_CA_EMM_TS",
-  "GST_MTS_DESC_ISDB_CA_SERVICE",
-  "GST_MTS_DESC_ISDB_COMPONENT_GROUP",
-  "GST_MTS_DESC_ISDB_CONNECTED_TRANSMISSION",
-  "GST_MTS_DESC_ISDB_CONTENT_AVAILABILITY",
-  "GST_MTS_DESC_ISDB_DATA_CONTENT",
-  "GST_MTS_DESC_ISDB_DIGITAL_COPY_CONTROL",
-  "GST_MTS_DESC_ISDB_DOWNLOAD_CONTENT",
-  "GST_MTS_DESC_ISDB_EVENT_GROUP",
-  "GST_MTS_DESC_ISDB_EXTENDED_BROADCASTER",
-  "GST_MTS_DESC_ISDB_HIERARCHICAL_TRANSMISSION",
-  "GST_MTS_DESC_ISDB_HYPERLINK",
-  "GST_MTS_DESC_ISDB_LDT_LINKAGE",
-  "GST_MTS_DESC_ISDB_LOGO_TRANSMISSION",
-  "GST_MTS_DESC_ISDB_NETWORK_IDENTIFICATION",
-  "GST_MTS_DESC_ISDB_NODE_RELATION",
-  "GST_MTS_DESC_ISDB_PARTIAL_TS_TIME",
-  "GST_MTS_DESC_ISDB_REFERENCE",
-  "GST_MTS_DESC_ISDB_SERIES",
-  "GST_MTS_DESC_ISDB_SERVICE_GROUP",
-  "GST_MTS_DESC_ISDB_SHORT_NODE_INFORMATION",
-  "GST_MTS_DESC_ISDB_SI_PARAMETER",
-  "GST_MTS_DESC_ISDB_SI_PRIME_TS",
-  "GST_MTS_DESC_ISDB_STC_REFERENCE",
-  "GST_MTS_DESC_ISDB_TARGET_REGION",
-  "GST_MTS_DESC_ISDB_TS_INFORMATION",
-  "GST_MTS_DESC_ISDB_VIDEO_DECODE_CONTROL",
-  "GST_MTS_DESC_ISO_639_LANGUAGE",
-  "GST_MTS_DESC_J2K_VIDEO",
-  "GST_MTS_DESC_MAXIMUM_BITRATE",
-  "GST_MTS_DESC_METADATA",
-  "GST_MTS_DESC_METADATA_POINTER",
-  "GST_MTS_DESC_METADATA_STD",
-  "GST_MTS_DESC_MPEG2_AAC_AUDIO",
-  "GST_MTS_DESC_MPEG2_STEREOSCOPIC_VIDEO_FORMAT",
-  "GST_MTS_DESC_MPEG4_AUDIO",
-  "GST_MTS_DESC_MPEG4_AUDIO_EXTENSION",
-  "GST_MTS_DESC_MPEG4_TEXT",
-  "GST_MTS_DESC_MPEG4_VIDEO",
-  "GST_MTS_DESC_MULTIPLEX_BUFFER",
-  "GST_MTS_DESC_MULTIPLEX_BUFFER_UTILISATION",
-  "GST_MTS_DESC_MUX_CODE",
-  "GST_MTS_DESC_MVC_EXTENSION",
-  "GST_MTS_DESC_MVC_OPERATION_POINT",
-  "GST_MTS_DESC_PRIVATE_DATA_INDICATOR",
-  "GST_MTS_DESC_REGISTRATION",
-  "GST_MTS_DESC_RESERVED_00",
-  "GST_MTS_DESC_RESERVED_01",
-  "GST_MTS_DESC_SCTE_AC3",
-  "GST_MTS_DESC_SCTE_COMPONENT_NAME",
-  "GST_MTS_DESC_SCTE_EXTENDED_VIDEO",
-  "GST_MTS_DESC_SCTE_FRAME_RATE",
-  "GST_MTS_DESC_SCTE_FREQUENCY_SPEC",
-  "GST_MTS_DESC_SCTE_MODULATION_PARAMS",
-  "GST_MTS_DESC_SCTE_STUFFING",
-  "GST_MTS_DESC_SCTE_TRANSPORT_STREAM_ID",
-  "GST_MTS_DESC_SL",
-  "GST_MTS_DESC_SMOOTHING_BUFFER",
-  "GST_MTS_DESC_STD",
-  "GST_MTS_DESC_STEREOSCOPIC_PROGRAM_INFO",
-  "GST_MTS_DESC_STEREOSCOPIC_VIDEO_INFO",
-  "GST_MTS_DESC_SVC_EXTENSION",
-  "GST_MTS_DESC_SYSTEM_CLOCK",
-  "GST_MTS_DESC_TARGET_BACKGROUND_GRID",
-  "GST_MTS_DESC_VIDEO_STREAM",
-  "GST_MTS_DESC_VIDEO_WINDOW",
-  "GST_MTS_REGISTRATION_0",
-  "GST_MTS_REGISTRATION_AC_3",
-  "GST_MTS_REGISTRATION_AC_4",
-  "GST_MTS_REGISTRATION_BSSD",
-  "GST_MTS_REGISTRATION_CUEI",
-  "GST_MTS_REGISTRATION_DTS1",
-  "GST_MTS_REGISTRATION_DTS2",
-  "GST_MTS_REGISTRATION_DTS3",
-  "GST_MTS_REGISTRATION_EAC3",
-  "GST_MTS_REGISTRATION_ETV1",
-  "GST_MTS_REGISTRATION_GA94",
-  "GST_MTS_REGISTRATION_HDMV",
-  "GST_MTS_REGISTRATION_KLVA",
-  "GST_MTS_REGISTRATION_OPUS",
-  "GST_MTS_REGISTRATION_OTHER_HEVC",
-  "GST_MTS_REGISTRATION_TSHV",
-  "GST_MTS_REGISTRATION_VC_1",
-  "GST_MTS_REGISTRATION_drac",
-  "GST_MTS_SCTE_DESC_AUDIO",
-  "GST_MTS_SCTE_DESC_AVAIL",
-  "GST_MTS_SCTE_DESC_DTMF",
-  "GST_MTS_SCTE_DESC_SEGMENTATION",
-  "GST_MTS_SCTE_DESC_TIME",
-  "GST_MTS_SCTE_SPLICE_COMMAND_BANDWIDTH",
-  "GST_MTS_SCTE_SPLICE_COMMAND_INSERT",
-  "GST_MTS_SCTE_SPLICE_COMMAND_NULL",
-  "GST_MTS_SCTE_SPLICE_COMMAND_PRIVATE",
-  "GST_MTS_SCTE_SPLICE_COMMAND_SCHEDULE",
-  "GST_MTS_SCTE_SPLICE_COMMAND_TIME",
-  "GST_MTS_TABLE_ID_14496_OBJET_DESCRIPTOR",
-  "GST_MTS_TABLE_ID_14496_SCENE_DESCRIPTION",
-  "GST_MTS_TABLE_ID_14496_SECTION",
-  "GST_MTS_TABLE_ID_23001_10_SECTION",
-  "GST_MTS_TABLE_ID_23001_11_SECTION",
-  "GST_MTS_TABLE_ID_APPLICATION_INFORMATION_TABLE",
-  "GST_MTS_TABLE_ID_ATSC_AGGREGATE_DATA_EVENT",
-  "GST_MTS_TABLE_ID_ATSC_AGGREGATE_EVENT_INFORMATION",
-  "GST_MTS_TABLE_ID_ATSC_AGGREGATE_EXTENDED_TEXT",
-  "GST_MTS_TABLE_ID_ATSC_CABLE_VIRTUAL_CHANNEL",
-  "GST_MTS_TABLE_ID_ATSC_CHANNEL_OR_EVENT_EXTENDED_TEXT",
-  "GST_MTS_TABLE_ID_ATSC_DATA_EVENT",
-  "GST_MTS_TABLE_ID_ATSC_DATA_SERVICE",
-  "GST_MTS_TABLE_ID_ATSC_DIRECTED_CHANNEL_CHANGE",
-  "GST_MTS_TABLE_ID_ATSC_DIRECTED_CHANNEL_CHANGE_SECTION_CODE",
-  "GST_MTS_TABLE_ID_ATSC_EVENT_INFORMATION",
-  "GST_MTS_TABLE_ID_ATSC_LONG_TERM_SERVICE",
-  "GST_MTS_TABLE_ID_ATSC_MASTER_GUIDE",
-  "GST_MTS_TABLE_ID_ATSC_NETWORK_RESOURCE",
-  "GST_MTS_TABLE_ID_ATSC_PROGRAM_IDENTIFIER",
-  "GST_MTS_TABLE_ID_ATSC_RATING_REGION",
-  "GST_MTS_TABLE_ID_ATSC_SATELLITE_VIRTUAL_CHANNEL",
-  "GST_MTS_TABLE_ID_ATSC_SYSTEM_TIME",
-  "GST_MTS_TABLE_ID_ATSC_TERRESTRIAL_VIRTUAL_CHANNEL",
-  "GST_MTS_TABLE_ID_BOUQUET_ASSOCIATION",
-  "GST_MTS_TABLE_ID_CA_MESSAGE_ECM_0",
-  "GST_MTS_TABLE_ID_CA_MESSAGE_ECM_1",
-  "GST_MTS_TABLE_ID_CA_MESSAGE_SYSTEM_PRIVATE_1",
-  "GST_MTS_TABLE_ID_CA_MESSAGE_SYSTEM_PRIVATE_N",
-  "GST_MTS_TABLE_ID_CMT",
-  "GST_MTS_TABLE_ID_CONDITIONAL_ACCESS",
-  "GST_MTS_TABLE_ID_CONTAINER",
-  "GST_MTS_TABLE_ID_CONTENT_IDENTIFIER",
-  "GST_MTS_TABLE_ID_DISCONTINUITY_INFORMATION",
-  "GST_MTS_TABLE_ID_DOWNLOADABLE_FONT_INFO",
-  "GST_MTS_TABLE_ID_DSM_CC_ADDRESSABLE_SECTIONS",
-  "GST_MTS_TABLE_ID_DSM_CC_DOWNLOAD_DATA_MESSAGES",
-  "GST_MTS_TABLE_ID_DSM_CC_MULTIPROTO_ENCAPSULATED_DATA",
-  "GST_MTS_TABLE_ID_DSM_CC_PRIVATE_DATA",
-  "GST_MTS_TABLE_ID_DSM_CC_STREAM_DESCRIPTORS",
-  "GST_MTS_TABLE_ID_DSM_CC_U_N_MESSAGES",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_PRESENT",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_SCHEDULE_1",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_ACTUAL_TS_SCHEDULE_N",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_OTHER_TS_PRESENT",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_OTHER_TS_SCHEDULE_1",
-  "GST_MTS_TABLE_ID_EVENT_INFORMATION_OTHER_TS_SCHEDULE_N",
-  "GST_MTS_TABLE_ID_FCT",
-  "GST_MTS_TABLE_ID_IPMP_CONTROL_INFORMATION",
-  "GST_MTS_TABLE_ID_LL_FEC_PARITY_DATA_TABLE",
-  "GST_MTS_TABLE_ID_METADATA",
-  "GST_MTS_TABLE_ID_MPE_FEC",
-  "GST_MTS_TABLE_ID_MPE_IFEC",
-  "GST_MTS_TABLE_ID_NETWORK_INFORMATION_ACTUAL_NETWORK",
-  "GST_MTS_TABLE_ID_NETWORK_INFORMATION_OTHER_NETWORK",
-  "GST_MTS_TABLE_ID_PCR_PACKET_PAYLOAD",
-  "GST_MTS_TABLE_ID_PROGRAM_ASSOCIATION",
-  "GST_MTS_TABLE_ID_PROTECTION_MESSAGE",
-  "GST_MTS_TABLE_ID_RELATED_CONTENT",
-  "GST_MTS_TABLE_ID_RESOLUTION_NOTIFICATION",
-  "GST_MTS_TABLE_ID_RUNNING_STATUS",
-  "GST_MTS_TABLE_ID_SCT",
-  "GST_MTS_TABLE_ID_SCTE_DDB",
-  "GST_MTS_TABLE_ID_SCTE_DII",
-  "GST_MTS_TABLE_ID_SCTE_EAS",
-  "GST_MTS_TABLE_ID_SCTE_EBIF",
-  "GST_MTS_TABLE_ID_SCTE_EISS",
-  "GST_MTS_TABLE_ID_SCTE_RESERVED",
-  "GST_MTS_TABLE_ID_SCTE_SPLICE",
-  "GST_MTS_TABLE_ID_SELECTION_INFORMATION",
-  "GST_MTS_TABLE_ID_SERVICE_DESCRIPTION_ACTUAL_TS",
-  "GST_MTS_TABLE_ID_SERVICE_DESCRIPTION_OTHER_TS",
-  "GST_MTS_TABLE_ID_SPT",
-  "GST_MTS_TABLE_ID_STUFFING",
-  "GST_MTS_TABLE_ID_TBTP",
-  "GST_MTS_TABLE_ID_TCT",
-  "GST_MTS_TABLE_ID_TIM",
-  "GST_MTS_TABLE_ID_TIME_DATE",
-  "GST_MTS_TABLE_ID_TIME_OFFSET",
-  "GST_MTS_TABLE_ID_TRANSMISSION_MODE_SUPPORT_PAYLOAD",
-  "GST_MTS_TABLE_ID_TS_DESCRIPTION",
-  "GST_MTS_TABLE_ID_TS_PROGRAM_MAP",
-  "GST_MTS_TABLE_ID_UNSET",
-  "GST_MTS_TABLE_ID_UPDATE_NOTIFICATION",
-  "GST_NAVIGATION_COMMAND_ACTIVATE",
-  "GST_NAVIGATION_COMMAND_DOWN",
-  "GST_NAVIGATION_COMMAND_DVD_ANGLE_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_AUDIO_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_CHAPTER_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_ROOT_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_SUBPICTURE_MENU",
-  "GST_NAVIGATION_COMMAND_DVD_TITLE_MENU",
-  "GST_NAVIGATION_COMMAND_INVALID",
-  "GST_NAVIGATION_COMMAND_LEFT",
-  "GST_NAVIGATION_COMMAND_MENU1",
-  "GST_NAVIGATION_COMMAND_MENU2",
-  "GST_NAVIGATION_COMMAND_MENU3",
-  "GST_NAVIGATION_COMMAND_MENU4",
-  "GST_NAVIGATION_COMMAND_MENU5",
-  "GST_NAVIGATION_COMMAND_MENU6",
-  "GST_NAVIGATION_COMMAND_MENU7",
-  "GST_NAVIGATION_COMMAND_NEXT_ANGLE",
-  "GST_NAVIGATION_COMMAND_PREV_ANGLE",
-  "GST_NAVIGATION_COMMAND_RIGHT",
-  "GST_NAVIGATION_COMMAND_UP",
-  "GST_NAVIGATION_EVENT_COMMAND",
-  "GST_NAVIGATION_EVENT_INVALID",
-  "GST_NAVIGATION_EVENT_KEY_PRESS",
-  "GST_NAVIGATION_EVENT_KEY_RELEASE",
-  "GST_NAVIGATION_EVENT_MOUSE_BUTTON_PRESS",
-  "GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE",
-  "GST_NAVIGATION_EVENT_MOUSE_MOVE",
-  "GST_NAVIGATION_EVENT_MOUSE_SCROLL",
-  "GST_NAVIGATION_EVENT_TOUCH_CANCEL",
-  "GST_NAVIGATION_EVENT_TOUCH_DOWN",
-  "GST_NAVIGATION_EVENT_TOUCH_FRAME",
-  "GST_NAVIGATION_EVENT_TOUCH_MOTION",
-  "GST_NAVIGATION_EVENT_TOUCH_UP",
-  "GST_NAVIGATION_GET_INTERFACE",
-  "GST_NAVIGATION_MESSAGE_ANGLES_CHANGED",
-  "GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED",
-  "GST_NAVIGATION_MESSAGE_EVENT",
-  "GST_NAVIGATION_MESSAGE_INVALID",
-  "GST_NAVIGATION_MESSAGE_MOUSE_OVER",
-  "GST_NAVIGATION_MODIFIER_BUTTON1_MASK",
-  "GST_NAVIGATION_MODIFIER_BUTTON2_MASK",
-  "GST_NAVIGATION_MODIFIER_BUTTON3_MASK",
-  "GST_NAVIGATION_MODIFIER_BUTTON4_MASK",
-  "GST_NAVIGATION_MODIFIER_BUTTON5_MASK",
-  "GST_NAVIGATION_MODIFIER_CONTROL_MASK",
-  "GST_NAVIGATION_MODIFIER_HYPER_MASK",
-  "GST_NAVIGATION_MODIFIER_LOCK_MASK",
-  "GST_NAVIGATION_MODIFIER_MASK",
-  "GST_NAVIGATION_MODIFIER_META_MASK",
-  "GST_NAVIGATION_MODIFIER_MOD1_MASK",
-  "GST_NAVIGATION_MODIFIER_MOD2_MASK",
-  "GST_NAVIGATION_MODIFIER_MOD3_MASK",
-  "GST_NAVIGATION_MODIFIER_MOD4_MASK",
-  "GST_NAVIGATION_MODIFIER_MOD5_MASK",
-  "GST_NAVIGATION_MODIFIER_NONE",
-  "GST_NAVIGATION_MODIFIER_SHIFT_MASK",
-  "GST_NAVIGATION_MODIFIER_SUPER_MASK",
-  "GST_NAVIGATION_QUERY_ANGLES",
-  "GST_NAVIGATION_QUERY_COMMANDS",
-  "GST_NAVIGATION_QUERY_INVALID",
-  "GST_NET_ADDRESS_META_API_TYPE",
-  "GST_NET_ADDRESS_META_INFO",
-  "GST_NET_API",
-  "GST_NET_CONTROL_MESSAGE_META_API_TYPE",
-  "GST_NET_CONTROL_MESSAGE_META_INFO",
-  "GST_NET_TIME_PACKET_SIZE",
-  "GST_NONSTREAM_AUDIO_DECODER_CAST",
-  "GST_NONSTREAM_AUDIO_DECODER_LOCK_MUTEX",
-  "GST_NONSTREAM_AUDIO_DECODER_SINK_NAME",
-  "GST_NONSTREAM_AUDIO_DECODER_SINK_PAD",
-  "GST_NONSTREAM_AUDIO_DECODER_SRC_NAME",
-  "GST_NONSTREAM_AUDIO_DECODER_SRC_PAD",
-  "GST_NONSTREAM_AUDIO_DECODER_UNLOCK_MUTEX",
-  "GST_NONSTREAM_AUDIO_OUTPUT_MODE_LOOPING",
-  "GST_NONSTREAM_AUDIO_OUTPUT_MODE_STEADY",
-  "GST_NONSTREAM_AUDIO_SUBSONG_MODE_ALL",
-  "GST_NONSTREAM_AUDIO_SUBSONG_MODE_DECODER_DEFAULT",
-  "GST_NONSTREAM_AUDIO_SUBSONG_MODE_SINGLE",
-  "GST_NSECOND",
-  "GST_NTP_ERROR",
-  "GST_NTP_PACKET_SIZE",
-  "GST_NUM_DSD_FORMATS",
-  "GST_OBJECT_AUTO_LOCK",
-  "GST_OBJECT_CAST",
-  "GST_OBJECT_CLASS_CAST",
-  "GST_OBJECT_FLAGS",
-  "GST_OBJECT_FLAG_CONSTRUCTED",
-  "GST_OBJECT_FLAG_IS_SET",
-  "GST_OBJECT_FLAG_LAST",
-  "GST_OBJECT_FLAG_MAY_BE_LEAKED",
-  "GST_OBJECT_FLAG_SET",
-  "GST_OBJECT_FLAG_UNSET",
-  "GST_OBJECT_GET_LOCK",
-  "GST_OBJECT_LOCK",
-  "GST_OBJECT_NAME",
-  "GST_OBJECT_PARENT",
-  "GST_OBJECT_REFCOUNT",
-  "GST_OBJECT_REFCOUNT_VALUE",
-  "GST_OBJECT_TRYLOCK",
-  "GST_OBJECT_UNLOCK",
-  "GST_PAD_ACTIVATEFUNC",
-  "GST_PAD_ACTIVATEMODEFUNC",
-  "GST_PAD_ALWAYS",
-  "GST_PAD_BLOCK_BROADCAST",
-  "GST_PAD_BLOCK_GET_COND",
-  "GST_PAD_BLOCK_SIGNAL",
-  "GST_PAD_BLOCK_WAIT",
-  "GST_PAD_CAST",
-  "GST_PAD_CHAINFUNC",
-  "GST_PAD_CHAINLISTFUNC",
-  "GST_PAD_DIRECTION",
-  "GST_PAD_ELEMENT_PRIVATE",
-  "GST_PAD_EVENTFULLFUNC",
-  "GST_PAD_EVENTFUNC",
-  "GST_PAD_FLAG_ACCEPT_INTERSECT",
-  "GST_PAD_FLAG_ACCEPT_TEMPLATE",
-  "GST_PAD_FLAG_BLOCKED",
-  "GST_PAD_FLAG_BLOCKING",
-  "GST_PAD_FLAG_EOS",
-  "GST_PAD_FLAG_FIXED_CAPS",
-  "GST_PAD_FLAG_FLUSHING",
-  "GST_PAD_FLAG_LAST",
-  "GST_PAD_FLAG_NEED_PARENT",
-  "GST_PAD_FLAG_NEED_RECONFIGURE",
-  "GST_PAD_FLAG_PENDING_EVENTS",
-  "GST_PAD_FLAG_PROXY_ALLOCATION",
-  "GST_PAD_FLAG_PROXY_CAPS",
-  "GST_PAD_FLAG_PROXY_SCHEDULING",
-  "GST_PAD_GETRANGEFUNC",
-  "GST_PAD_GET_STREAM_LOCK",
-  "GST_PAD_HAS_PENDING_EVENTS",
-  "GST_PAD_IS_ACCEPT_INTERSECT",
-  "GST_PAD_IS_ACCEPT_TEMPLATE",
-  "GST_PAD_IS_ACTIVE",
-  "GST_PAD_IS_BLOCKED",
-  "GST_PAD_IS_BLOCKING",
-  "GST_PAD_IS_EOS",
-  "GST_PAD_IS_FIXED_CAPS",
-  "GST_PAD_IS_FLUSHING",
-  "GST_PAD_IS_LINKED",
-  "GST_PAD_IS_PROXY_ALLOCATION",
-  "GST_PAD_IS_PROXY_CAPS",
-  "GST_PAD_IS_PROXY_SCHEDULING",
-  "GST_PAD_IS_SINK",
-  "GST_PAD_IS_SRC",
-  "GST_PAD_ITERINTLINKFUNC",
-  "GST_PAD_LAST_FLOW_RETURN",
-  "GST_PAD_LINKFUNC",
-  "GST_PAD_LINK_CHECK_CAPS",
-  "GST_PAD_LINK_CHECK_DEFAULT",
-  "GST_PAD_LINK_CHECK_HIERARCHY",
-  "GST_PAD_LINK_CHECK_NOTHING",
-  "GST_PAD_LINK_CHECK_NO_RECONFIGURE",
-  "GST_PAD_LINK_CHECK_TEMPLATE_CAPS",
-  "GST_PAD_LINK_FAILED",
-  "GST_PAD_LINK_NOFORMAT",
-  "GST_PAD_LINK_NOSCHED",
-  "GST_PAD_LINK_OK",
-  "GST_PAD_LINK_REFUSED",
-  "GST_PAD_LINK_SUCCESSFUL",
-  "GST_PAD_LINK_WAS_LINKED",
-  "GST_PAD_LINK_WRONG_DIRECTION",
-  "GST_PAD_LINK_WRONG_HIERARCHY",
-  "GST_PAD_MODE",
-  "GST_PAD_MODE_NONE",
-  "GST_PAD_MODE_PULL",
-  "GST_PAD_MODE_PUSH",
-  "GST_PAD_NAME",
-  "GST_PAD_NEEDS_PARENT",
-  "GST_PAD_NEEDS_RECONFIGURE",
-  "GST_PAD_PAD_TEMPLATE",
-  "GST_PAD_PARENT",
-  "GST_PAD_PEER",
-  "GST_PAD_PROBE_DROP",
-  "GST_PAD_PROBE_HANDLED",
-  "GST_PAD_PROBE_INFO_BUFFER",
-  "GST_PAD_PROBE_INFO_BUFFER_LIST",
-  "GST_PAD_PROBE_INFO_DATA",
-  "GST_PAD_PROBE_INFO_EVENT",
-  "GST_PAD_PROBE_INFO_FLOW_RETURN",
-  "GST_PAD_PROBE_INFO_ID",
-  "GST_PAD_PROBE_INFO_OFFSET",
-  "GST_PAD_PROBE_INFO_QUERY",
-  "GST_PAD_PROBE_INFO_SIZE",
-  "GST_PAD_PROBE_INFO_TYPE",
-  "GST_PAD_PROBE_OK",
-  "GST_PAD_PROBE_PASS",
-  "GST_PAD_PROBE_REMOVE",
-  "GST_PAD_PROBE_TYPE_ALL_BOTH",
-  "GST_PAD_PROBE_TYPE_BLOCK",
-  "GST_PAD_PROBE_TYPE_BLOCKING",
-  "GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM",
-  "GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM",
-  "GST_PAD_PROBE_TYPE_BUFFER",
-  "GST_PAD_PROBE_TYPE_BUFFER_LIST",
-  "GST_PAD_PROBE_TYPE_DATA_BOTH",
-  "GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM",
-  "GST_PAD_PROBE_TYPE_DATA_UPSTREAM",
-  "GST_PAD_PROBE_TYPE_EVENT_BOTH",
-  "GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM",
-  "GST_PAD_PROBE_TYPE_EVENT_FLUSH",
-  "GST_PAD_PROBE_TYPE_EVENT_UPSTREAM",
-  "GST_PAD_PROBE_TYPE_IDLE",
-  "GST_PAD_PROBE_TYPE_INVALID",
-  "GST_PAD_PROBE_TYPE_PULL",
-  "GST_PAD_PROBE_TYPE_PUSH",
-  "GST_PAD_PROBE_TYPE_QUERY_BOTH",
-  "GST_PAD_PROBE_TYPE_QUERY_DOWNSTREAM",
-  "GST_PAD_PROBE_TYPE_QUERY_UPSTREAM",
-  "GST_PAD_PROBE_TYPE_SCHEDULING",
-  "GST_PAD_QUERYFUNC",
-  "GST_PAD_REQUEST",
-  "GST_PAD_SET_ACCEPT_INTERSECT",
-  "GST_PAD_SET_ACCEPT_TEMPLATE",
-  "GST_PAD_SET_FLUSHING",
-  "GST_PAD_SET_PROXY_ALLOCATION",
-  "GST_PAD_SET_PROXY_CAPS",
-  "GST_PAD_SET_PROXY_SCHEDULING",
-  "GST_PAD_SINK",
-  "GST_PAD_SOMETIMES",
-  "GST_PAD_SRC",
-  "GST_PAD_STREAM_AUTO_LOCK",
-  "GST_PAD_STREAM_LOCK",
-  "GST_PAD_STREAM_TRYLOCK",
-  "GST_PAD_STREAM_UNLOCK",
-  "GST_PAD_TASK",
-  "GST_PAD_TEMPLATE_CAPS",
-  "GST_PAD_TEMPLATE_DIRECTION",
-  "GST_PAD_TEMPLATE_FLAG_LAST",
-  "GST_PAD_TEMPLATE_GTYPE",
-  "GST_PAD_TEMPLATE_IS_FIXED",
-  "GST_PAD_TEMPLATE_NAME_TEMPLATE",
-  "GST_PAD_TEMPLATE_PRESENCE",
-  "GST_PAD_UNKNOWN",
-  "GST_PAD_UNLINKFUNC",
-  "GST_PAD_UNSET_ACCEPT_INTERSECT",
-  "GST_PAD_UNSET_ACCEPT_TEMPLATE",
-  "GST_PAD_UNSET_FLUSHING",
-  "GST_PAD_UNSET_PROXY_ALLOCATION",
-  "GST_PAD_UNSET_PROXY_CAPS",
-  "GST_PAD_UNSET_PROXY_SCHEDULING",
-  "GST_PARAM_CONDITIONALLY_AVAILABLE",
-  "GST_PARAM_CONTROLLABLE",
-  "GST_PARAM_DOC_SHOW_DEFAULT",
-  "GST_PARAM_MUTABLE_PAUSED",
-  "GST_PARAM_MUTABLE_PLAYING",
-  "GST_PARAM_MUTABLE_READY",
-  "GST_PARAM_SPEC_ARRAY_LIST",
-  "GST_PARAM_USER_SHIFT",
-  "GST_PARENT_BUFFER_META_API_TYPE",
-  "GST_PARENT_BUFFER_META_INFO",
-  "GST_PARSE_ERROR",
-  "GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY",
-  "GST_PARSE_ERROR_DELAYED_LINK",
-  "GST_PARSE_ERROR_EMPTY",
-  "GST_PARSE_ERROR_EMPTY_BIN",
-  "GST_PARSE_ERROR_LINK",
-  "GST_PARSE_ERROR_NO_SUCH_ELEMENT",
-  "GST_PARSE_ERROR_NO_SUCH_PROPERTY",
-  "GST_PARSE_ERROR_SYNTAX",
-  "GST_PARSE_FLAG_FATAL_ERRORS",
-  "GST_PARSE_FLAG_NONE",
-  "GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS",
-  "GST_PARSE_FLAG_PLACE_IN_BIN",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_AUDIO",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_CONTAINER",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_GENERIC",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_IMAGE",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_METADATA",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_SUBTITLE",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_TAG",
-  "GST_PBUTILS_CAPS_DESCRIPTION_FLAG_VIDEO",
-  "GST_PHYS_MEMORY_ALLOCATOR_CAST",
-  "GST_PHYS_MEMORY_ALLOCATOR_GET_INTERFACE",
-  "GST_PIPELINE_CAST",
-  "GST_PIPELINE_FLAG_FIXED_CLOCK",
-  "GST_PIPELINE_FLAG_LAST",
-  "GST_PIPELINE_FLAG_NEW",
-  "GST_PLAYER_CAST",
-  "GST_PLAYER_COLOR_BALANCE_BRIGHTNESS",
-  "GST_PLAYER_COLOR_BALANCE_CONTRAST",
-  "GST_PLAYER_COLOR_BALANCE_HUE",
-  "GST_PLAYER_COLOR_BALANCE_SATURATION",
-  "GST_PLAYER_ERROR",
-  "GST_PLAYER_ERROR_FAILED",
-  "GST_PLAYER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER_CAST",
-  "GST_PLAYER_SIGNAL_DISPATCHER_GET_INTERFACE",
-  "GST_PLAYER_STATE_BUFFERING",
-  "GST_PLAYER_STATE_PAUSED",
-  "GST_PLAYER_STATE_PLAYING",
-  "GST_PLAYER_STATE_STOPPED",
-  "GST_PLAYER_THUMBNAIL_JPG",
-  "GST_PLAYER_THUMBNAIL_PNG",
-  "GST_PLAYER_THUMBNAIL_RAW_BGRx",
-  "GST_PLAYER_THUMBNAIL_RAW_NATIVE",
-  "GST_PLAYER_THUMBNAIL_RAW_xRGB",
-  "GST_PLAYER_VIDEO_OVERLAY_VIDEO_RENDERER_CAST",
-  "GST_PLAYER_VIDEO_RENDERER_GET_INTERFACE",
-  "GST_PLAY_CAST",
-  "GST_PLAY_COLOR_BALANCE_BRIGHTNESS",
-  "GST_PLAY_COLOR_BALANCE_CONTRAST",
-  "GST_PLAY_COLOR_BALANCE_HUE",
-  "GST_PLAY_COLOR_BALANCE_SATURATION",
-  "GST_PLAY_ERROR",
-  "GST_PLAY_ERROR_FAILED",
-  "GST_PLAY_MESSAGE_BUFFERING",
-  "GST_PLAY_MESSAGE_DURATION_CHANGED",
-  "GST_PLAY_MESSAGE_END_OF_STREAM",
-  "GST_PLAY_MESSAGE_ERROR",
-  "GST_PLAY_MESSAGE_MEDIA_INFO_UPDATED",
-  "GST_PLAY_MESSAGE_MUTE_CHANGED",
-  "GST_PLAY_MESSAGE_POSITION_UPDATED",
-  "GST_PLAY_MESSAGE_SEEK_DONE",
-  "GST_PLAY_MESSAGE_STATE_CHANGED",
-  "GST_PLAY_MESSAGE_URI_LOADED",
-  "GST_PLAY_MESSAGE_VIDEO_DIMENSIONS_CHANGED",
-  "GST_PLAY_MESSAGE_VOLUME_CHANGED",
-  "GST_PLAY_MESSAGE_WARNING",
-  "GST_PLAY_SIGNAL_ADAPTER_CAST",
-  "GST_PLAY_STATE_BUFFERING",
-  "GST_PLAY_STATE_PAUSED",
-  "GST_PLAY_STATE_PLAYING",
-  "GST_PLAY_STATE_STOPPED",
-  "GST_PLAY_THUMBNAIL_JPG",
-  "GST_PLAY_THUMBNAIL_PNG",
-  "GST_PLAY_THUMBNAIL_RAW_BGRx",
-  "GST_PLAY_THUMBNAIL_RAW_NATIVE",
-  "GST_PLAY_THUMBNAIL_RAW_xRGB",
-  "GST_PLAY_VIDEO_OVERLAY_VIDEO_RENDERER_CAST",
-  "GST_PLAY_VIDEO_RENDERER_GET_INTERFACE",
-  "GST_PLUGIN_API_FLAG_IGNORE_ENUM_MEMBERS",
-  "GST_PLUGIN_CAST",
-  "GST_PLUGIN_DEFINE",
-  "GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX",
-  "GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX",
-  "GST_PLUGIN_DEPENDENCY_FLAG_NONE",
-  "GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY",
-  "GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXE",
-  "GST_PLUGIN_DEPENDENCY_FLAG_RECURSE",
-  "GST_PLUGIN_ERROR",
-  "GST_PLUGIN_ERROR_DEPENDENCIES",
-  "GST_PLUGIN_ERROR_MODULE",
-  "GST_PLUGIN_ERROR_NAME_MISMATCH",
-  "GST_PLUGIN_FEATURE_CAST",
-  "GST_PLUGIN_FEATURE_LIST_DEBUG",
-  "GST_PLUGIN_FLAG_BLACKLISTED",
-  "GST_PLUGIN_FLAG_CACHED",
-  "GST_PLUGIN_STATIC_DECLARE",
-  "GST_PLUGIN_STATIC_REGISTER",
-  "GST_POLL_FD_INIT",
-  "GST_PRESET_GET_INTERFACE",
-  "GST_PROGRESS_TYPE_CANCELED",
-  "GST_PROGRESS_TYPE_COMPLETE",
-  "GST_PROGRESS_TYPE_CONTINUE",
-  "GST_PROGRESS_TYPE_ERROR",
-  "GST_PROGRESS_TYPE_START",
-  "GST_PROMISE",
-  "GST_PROMISE_RESULT_EXPIRED",
-  "GST_PROMISE_RESULT_INTERRUPTED",
-  "GST_PROMISE_RESULT_PENDING",
-  "GST_PROMISE_RESULT_REPLIED",
-  "GST_PROTECTION_META_API_TYPE",
-  "GST_PROTECTION_META_INFO",
-  "GST_PROTECTION_SYSTEM_ID_CAPS_FIELD",
-  "GST_PROTECTION_UNSPECIFIED_SYSTEM_ID",
-  "GST_PTP_CLOCK_ID_NONE",
-  "GST_PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED",
-  "GST_PTP_STATISTICS_NEW_DOMAIN_FOUND",
-  "GST_PTP_STATISTICS_PATH_DELAY_MEASURED",
-  "GST_PTP_STATISTICS_TIME_UPDATED",
-  "GST_PTR_FORMAT",
-  "GST_QOS_TYPE_OVERFLOW",
-  "GST_QOS_TYPE_THROTTLE",
-  "GST_QOS_TYPE_UNDERFLOW",
-  "GST_QUARK",
-  "GST_QUERY",
-  "GST_QUERY_ACCEPT_CAPS",
-  "GST_QUERY_ALLOCATION",
-  "GST_QUERY_BITRATE",
-  "GST_QUERY_BUFFERING",
-  "GST_QUERY_CAPS",
-  "GST_QUERY_CAST",
-  "GST_QUERY_CONTEXT",
-  "GST_QUERY_CONVERT",
-  "GST_QUERY_CUSTOM",
-  "GST_QUERY_DRAIN",
-  "GST_QUERY_DURATION",
-  "GST_QUERY_FORMATS",
-  "GST_QUERY_IS_DOWNSTREAM",
-  "GST_QUERY_IS_SERIALIZED",
-  "GST_QUERY_IS_UPSTREAM",
-  "GST_QUERY_JITTER",
-  "GST_QUERY_LATENCY",
-  "GST_QUERY_MAKE_TYPE",
-  "GST_QUERY_NUM_SHIFT",
-  "GST_QUERY_POSITION",
-  "GST_QUERY_RATE",
-  "GST_QUERY_SCHEDULING",
-  "GST_QUERY_SEEKING",
-  "GST_QUERY_SEGMENT",
-  "GST_QUERY_SELECTABLE",
-  "GST_QUERY_TYPE",
-  "GST_QUERY_TYPE_BOTH",
-  "GST_QUERY_TYPE_DOWNSTREAM",
-  "GST_QUERY_TYPE_NAME",
-  "GST_QUERY_TYPE_SERIALIZED",
-  "GST_QUERY_TYPE_UPSTREAM",
-  "GST_QUERY_UNKNOWN",
-  "GST_QUERY_URI",
-  "GST_RANK_MARGINAL",
-  "GST_RANK_NONE",
-  "GST_RANK_PRIMARY",
-  "GST_RANK_SECONDARY",
-  "GST_READ_UINT16_BE",
-  "GST_READ_UINT16_LE",
-  "GST_READ_UINT24_BE",
-  "GST_READ_UINT24_LE",
-  "GST_READ_UINT32_BE",
-  "GST_READ_UINT32_LE",
-  "GST_READ_UINT64_BE",
-  "GST_READ_UINT64_LE",
-  "GST_READ_UINT8",
-  "GST_REFERENCE_TIMESTAMP_META_API_TYPE",
-  "GST_REFERENCE_TIMESTAMP_META_INFO",
-  "GST_RESOURCE_ERROR",
-  "GST_RESOURCE_ERROR_BUSY",
-  "GST_RESOURCE_ERROR_CLOSE",
-  "GST_RESOURCE_ERROR_FAILED",
-  "GST_RESOURCE_ERROR_NOT_AUTHORIZED",
-  "GST_RESOURCE_ERROR_NOT_FOUND",
-  "GST_RESOURCE_ERROR_NO_SPACE_LEFT",
-  "GST_RESOURCE_ERROR_NUM_ERRORS",
-  "GST_RESOURCE_ERROR_OPEN_READ",
-  "GST_RESOURCE_ERROR_OPEN_READ_WRITE",
-  "GST_RESOURCE_ERROR_OPEN_WRITE",
-  "GST_RESOURCE_ERROR_READ",
-  "GST_RESOURCE_ERROR_SEEK",
-  "GST_RESOURCE_ERROR_SETTINGS",
-  "GST_RESOURCE_ERROR_SYNC",
-  "GST_RESOURCE_ERROR_TOO_LAZY",
-  "GST_RESOURCE_ERROR_WRITE",
-  "GST_ROUND_DOWN_128",
-  "GST_ROUND_DOWN_16",
-  "GST_ROUND_DOWN_2",
-  "GST_ROUND_DOWN_32",
-  "GST_ROUND_DOWN_4",
-  "GST_ROUND_DOWN_64",
-  "GST_ROUND_DOWN_8",
-  "GST_ROUND_DOWN_N",
-  "GST_ROUND_UP_128",
-  "GST_ROUND_UP_16",
-  "GST_ROUND_UP_2",
-  "GST_ROUND_UP_32",
-  "GST_ROUND_UP_4",
-  "GST_ROUND_UP_64",
-  "GST_ROUND_UP_8",
-  "GST_ROUND_UP_N",
-  "GST_RTCP_BUFFER_INIT",
-  "GST_RTCP_FB_TYPE_INVALID",
-  "GST_RTCP_MAX_BYE_SSRC_COUNT",
-  "GST_RTCP_MAX_RB_COUNT",
-  "GST_RTCP_MAX_SDES",
-  "GST_RTCP_MAX_SDES_ITEM_COUNT",
-  "GST_RTCP_PSFB_TYPE_AFB",
-  "GST_RTCP_PSFB_TYPE_FIR",
-  "GST_RTCP_PSFB_TYPE_PLI",
-  "GST_RTCP_PSFB_TYPE_RPSI",
-  "GST_RTCP_PSFB_TYPE_SLI",
-  "GST_RTCP_PSFB_TYPE_TSTN",
-  "GST_RTCP_PSFB_TYPE_TSTR",
-  "GST_RTCP_PSFB_TYPE_VBCN",
-  "GST_RTCP_REDUCED_SIZE_VALID_MASK",
-  "GST_RTCP_RTPFB_TYPE_NACK",
-  "GST_RTCP_RTPFB_TYPE_RCTP_SR_REQ",
-  "GST_RTCP_RTPFB_TYPE_RTCP_SR_REQ",
-  "GST_RTCP_RTPFB_TYPE_TMMBN",
-  "GST_RTCP_RTPFB_TYPE_TMMBR",
-  "GST_RTCP_RTPFB_TYPE_TWCC",
-  "GST_RTCP_SDES_APSI",
-  "GST_RTCP_SDES_CCID",
-  "GST_RTCP_SDES_CNAME",
-  "GST_RTCP_SDES_EMAIL",
-  "GST_RTCP_SDES_END",
-  "GST_RTCP_SDES_H323_CADDR",
-  "GST_RTCP_SDES_INVALID",
-  "GST_RTCP_SDES_LOC",
-  "GST_RTCP_SDES_MID",
-  "GST_RTCP_SDES_NAME",
-  "GST_RTCP_SDES_NOTE",
-  "GST_RTCP_SDES_PHONE",
-  "GST_RTCP_SDES_PRIV",
-  "GST_RTCP_SDES_REPAIRED_RTP_STREAM_ID",
-  "GST_RTCP_SDES_RGRP",
-  "GST_RTCP_SDES_RTP_STREAM_ID",
-  "GST_RTCP_SDES_TOOL",
-  "GST_RTCP_TYPE_APP",
-  "GST_RTCP_TYPE_BYE",
-  "GST_RTCP_TYPE_INVALID",
-  "GST_RTCP_TYPE_PSFB",
-  "GST_RTCP_TYPE_RR",
-  "GST_RTCP_TYPE_RTPFB",
-  "GST_RTCP_TYPE_SDES",
-  "GST_RTCP_TYPE_SR",
-  "GST_RTCP_TYPE_XR",
-  "GST_RTCP_VALID_MASK",
-  "GST_RTCP_VALID_VALUE",
-  "GST_RTCP_VERSION",
-  "GST_RTCP_XR_TYPE_DLRR",
-  "GST_RTCP_XR_TYPE_DRLE",
-  "GST_RTCP_XR_TYPE_INVALID",
-  "GST_RTCP_XR_TYPE_LRLE",
-  "GST_RTCP_XR_TYPE_PRT",
-  "GST_RTCP_XR_TYPE_RRT",
-  "GST_RTCP_XR_TYPE_SSUMM",
-  "GST_RTCP_XR_TYPE_VOIP_METRICS",
-  "GST_RTP_BASE_AUDIO_PAYLOAD_CAST",
-  "GST_RTP_BASE_DEPAYLOAD_CAST",
-  "GST_RTP_BASE_DEPAYLOAD_SINKPAD",
-  "GST_RTP_BASE_DEPAYLOAD_SRCPAD",
-  "GST_RTP_BASE_PAYLOAD_CAST",
-  "GST_RTP_BASE_PAYLOAD_MTU",
-  "GST_RTP_BASE_PAYLOAD_PT",
-  "GST_RTP_BASE_PAYLOAD_SINKPAD",
-  "GST_RTP_BASE_PAYLOAD_SRCPAD",
-  "GST_RTP_BUFFER_FLAG_LAST",
-  "GST_RTP_BUFFER_FLAG_REDUNDANT",
-  "GST_RTP_BUFFER_FLAG_RETRANSMISSION",
-  "GST_RTP_BUFFER_INIT",
-  "GST_RTP_BUFFER_MAP_FLAG_LAST",
-  "GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING",
-  "GST_RTP_HDREXT_BASE",
-  "GST_RTP_HDREXT_ELEMENT_CLASS",
-  "GST_RTP_HDREXT_NTP_56",
-  "GST_RTP_HDREXT_NTP_56_SIZE",
-  "GST_RTP_HDREXT_NTP_64",
-  "GST_RTP_HDREXT_NTP_64_SIZE",
-  "GST_RTP_HEADER_EXTENSION_CAST",
-  "GST_RTP_HEADER_EXTENSION_DIRECTION_INACTIVE",
-  "GST_RTP_HEADER_EXTENSION_DIRECTION_INHERITED",
-  "GST_RTP_HEADER_EXTENSION_DIRECTION_RECVONLY",
-  "GST_RTP_HEADER_EXTENSION_DIRECTION_SENDONLY",
-  "GST_RTP_HEADER_EXTENSION_DIRECTION_SENDRECV",
-  "GST_RTP_HEADER_EXTENSION_ONE_BYTE",
-  "GST_RTP_HEADER_EXTENSION_TWO_BYTE",
-  "GST_RTP_HEADER_EXTENSION_URI_METADATA_KEY",
-  "GST_RTP_PAYLOAD_1016",
-  "GST_RTP_PAYLOAD_1016_STRING",
-  "GST_RTP_PAYLOAD_CELLB",
-  "GST_RTP_PAYLOAD_CELLB_STRING",
-  "GST_RTP_PAYLOAD_CN",
-  "GST_RTP_PAYLOAD_CN_STRING",
-  "GST_RTP_PAYLOAD_DVI4_11025",
-  "GST_RTP_PAYLOAD_DVI4_11025_STRING",
-  "GST_RTP_PAYLOAD_DVI4_16000",
-  "GST_RTP_PAYLOAD_DVI4_16000_STRING",
-  "GST_RTP_PAYLOAD_DVI4_22050",
-  "GST_RTP_PAYLOAD_DVI4_22050_STRING",
-  "GST_RTP_PAYLOAD_DVI4_8000",
-  "GST_RTP_PAYLOAD_DVI4_8000_STRING",
-  "GST_RTP_PAYLOAD_DYNAMIC_STRING",
-  "GST_RTP_PAYLOAD_G721",
-  "GST_RTP_PAYLOAD_G721_STRING",
-  "GST_RTP_PAYLOAD_G722",
-  "GST_RTP_PAYLOAD_G722_STRING",
-  "GST_RTP_PAYLOAD_G723",
-  "GST_RTP_PAYLOAD_G723_53",
-  "GST_RTP_PAYLOAD_G723_53_STRING",
-  "GST_RTP_PAYLOAD_G723_63",
-  "GST_RTP_PAYLOAD_G723_63_STRING",
-  "GST_RTP_PAYLOAD_G723_STRING",
-  "GST_RTP_PAYLOAD_G728",
-  "GST_RTP_PAYLOAD_G728_STRING",
-  "GST_RTP_PAYLOAD_G729",
-  "GST_RTP_PAYLOAD_G729_STRING",
-  "GST_RTP_PAYLOAD_GSM",
-  "GST_RTP_PAYLOAD_GSM_STRING",
-  "GST_RTP_PAYLOAD_H261",
-  "GST_RTP_PAYLOAD_H261_STRING",
-  "GST_RTP_PAYLOAD_H263",
-  "GST_RTP_PAYLOAD_H263_STRING",
-  "GST_RTP_PAYLOAD_IS_DYNAMIC",
-  "GST_RTP_PAYLOAD_JPEG",
-  "GST_RTP_PAYLOAD_JPEG_STRING",
-  "GST_RTP_PAYLOAD_L16_MONO",
-  "GST_RTP_PAYLOAD_L16_MONO_STRING",
-  "GST_RTP_PAYLOAD_L16_STEREO",
-  "GST_RTP_PAYLOAD_L16_STEREO_STRING",
-  "GST_RTP_PAYLOAD_LPC",
-  "GST_RTP_PAYLOAD_LPC_STRING",
-  "GST_RTP_PAYLOAD_MP2T",
-  "GST_RTP_PAYLOAD_MP2T_STRING",
-  "GST_RTP_PAYLOAD_MPA",
-  "GST_RTP_PAYLOAD_MPA_STRING",
-  "GST_RTP_PAYLOAD_MPV",
-  "GST_RTP_PAYLOAD_MPV_STRING",
-  "GST_RTP_PAYLOAD_NV",
-  "GST_RTP_PAYLOAD_NV_STRING",
-  "GST_RTP_PAYLOAD_PCMA",
-  "GST_RTP_PAYLOAD_PCMA_STRING",
-  "GST_RTP_PAYLOAD_PCMU",
-  "GST_RTP_PAYLOAD_PCMU_STRING",
-  "GST_RTP_PAYLOAD_QCELP",
-  "GST_RTP_PAYLOAD_QCELP_STRING",
-  "GST_RTP_PAYLOAD_TS41",
-  "GST_RTP_PAYLOAD_TS41_STRING",
-  "GST_RTP_PAYLOAD_TS48",
-  "GST_RTP_PAYLOAD_TS48_STRING",
-  "GST_RTP_PROFILE_AVP",
-  "GST_RTP_PROFILE_AVPF",
-  "GST_RTP_PROFILE_SAVP",
-  "GST_RTP_PROFILE_SAVPF",
-  "GST_RTP_PROFILE_UNKNOWN",
-  "GST_RTP_SOURCE_META_API_TYPE",
-  "GST_RTP_SOURCE_META_INFO",
-  "GST_RTP_SOURCE_META_MAX_CSRC_COUNT",
-  "GST_RTP_VERSION",
-  "GST_RTSP_ADDRESS_FLAG_EVEN_PORT",
-  "GST_RTSP_ADDRESS_FLAG_IPV4",
-  "GST_RTSP_ADDRESS_FLAG_IPV6",
-  "GST_RTSP_ADDRESS_FLAG_MULTICAST",
-  "GST_RTSP_ADDRESS_FLAG_NONE",
-  "GST_RTSP_ADDRESS_FLAG_UNICAST",
-  "GST_RTSP_ADDRESS_POOL_ANY_IPV4",
-  "GST_RTSP_ADDRESS_POOL_ANY_IPV6",
-  "GST_RTSP_ADDRESS_POOL_CAST",
-  "GST_RTSP_ADDRESS_POOL_CLASS_CAST",
-  "GST_RTSP_ADDRESS_POOL_EINVAL",
-  "GST_RTSP_ADDRESS_POOL_ELAST",
-  "GST_RTSP_ADDRESS_POOL_ERANGE",
-  "GST_RTSP_ADDRESS_POOL_ERESERVED",
-  "GST_RTSP_ADDRESS_POOL_OK",
-  "GST_RTSP_ANNOUNCE",
-  "GST_RTSP_AUTH_BASIC",
-  "GST_RTSP_AUTH_CAST",
-  "GST_RTSP_AUTH_CHECK_CONNECT",
-  "GST_RTSP_AUTH_CHECK_MEDIA_FACTORY_ACCESS",
-  "GST_RTSP_AUTH_CHECK_MEDIA_FACTORY_CONSTRUCT",
-  "GST_RTSP_AUTH_CHECK_TRANSPORT_CLIENT_SETTINGS",
-  "GST_RTSP_AUTH_CHECK_URL",
-  "GST_RTSP_AUTH_CLASS_CAST",
-  "GST_RTSP_AUTH_DIGEST",
-  "GST_RTSP_AUTH_MAX",
-  "GST_RTSP_AUTH_NONE",
-  "GST_RTSP_CHECK",
-  "GST_RTSP_CLIENT_CAST",
-  "GST_RTSP_CLIENT_CLASS_CAST",
-  "GST_RTSP_DEFAULT_PORT",
-  "GST_RTSP_DESCRIBE",
-  "GST_RTSP_EEOF",
-  "GST_RTSP_EINTR",
-  "GST_RTSP_EINVAL",
-  "GST_RTSP_ELAST",
-  "GST_RTSP_ENET",
-  "GST_RTSP_ENOMEM",
-  "GST_RTSP_ENOTIMPL",
-  "GST_RTSP_ENOTIP",
-  "GST_RTSP_EPARSE",
-  "GST_RTSP_ERESOLV",
-  "GST_RTSP_ERROR",
-  "GST_RTSP_ESYS",
-  "GST_RTSP_ETGET",
-  "GST_RTSP_ETIMEOUT",
-  "GST_RTSP_ETPOST",
-  "GST_RTSP_EV_READ",
-  "GST_RTSP_EV_WRITE",
-  "GST_RTSP_EWSASTART",
-  "GST_RTSP_EWSAVERSION",
-  "GST_RTSP_EXTENSION_GET_INTERFACE",
-  "GST_RTSP_FAM_INET",
-  "GST_RTSP_FAM_INET6",
-  "GST_RTSP_FAM_NONE",
-  "GST_RTSP_FILTER_KEEP",
-  "GST_RTSP_FILTER_REF",
-  "GST_RTSP_FILTER_REMOVE",
-  "GST_RTSP_GET",
-  "GST_RTSP_GET_PARAMETER",
-  "GST_RTSP_HDR_ACCEPT",
-  "GST_RTSP_HDR_ACCEPT_CHARSET",
-  "GST_RTSP_HDR_ACCEPT_ENCODING",
-  "GST_RTSP_HDR_ACCEPT_LANGUAGE",
-  "GST_RTSP_HDR_ACCEPT_RANGES",
-  "GST_RTSP_HDR_ALERT",
-  "GST_RTSP_HDR_ALLOW",
-  "GST_RTSP_HDR_AUTHENTICATION_INFO",
-  "GST_RTSP_HDR_AUTHORIZATION",
-  "GST_RTSP_HDR_BANDWIDTH",
-  "GST_RTSP_HDR_BLOCKSIZE",
-  "GST_RTSP_HDR_CACHE_CONTROL",
-  "GST_RTSP_HDR_CLIENT_CHALLENGE",
-  "GST_RTSP_HDR_CLIENT_ID",
-  "GST_RTSP_HDR_COMPANY_ID",
-  "GST_RTSP_HDR_CONFERENCE",
-  "GST_RTSP_HDR_CONNECTION",
-  "GST_RTSP_HDR_CONTENT_BASE",
-  "GST_RTSP_HDR_CONTENT_ENCODING",
-  "GST_RTSP_HDR_CONTENT_LANGUAGE",
-  "GST_RTSP_HDR_CONTENT_LENGTH",
-  "GST_RTSP_HDR_CONTENT_LOCATION",
-  "GST_RTSP_HDR_CONTENT_TYPE",
-  "GST_RTSP_HDR_CSEQ",
-  "GST_RTSP_HDR_DATE",
-  "GST_RTSP_HDR_ETAG",
-  "GST_RTSP_HDR_EXPIRES",
-  "GST_RTSP_HDR_FRAMES",
-  "GST_RTSP_HDR_FROM",
-  "GST_RTSP_HDR_GUID",
-  "GST_RTSP_HDR_HOST",
-  "GST_RTSP_HDR_IF_MATCH",
-  "GST_RTSP_HDR_IF_MODIFIED_SINCE",
-  "GST_RTSP_HDR_INVALID",
-  "GST_RTSP_HDR_KEYMGMT",
-  "GST_RTSP_HDR_LANGUAGE",
-  "GST_RTSP_HDR_LAST",
-  "GST_RTSP_HDR_LAST_MODIFIED",
-  "GST_RTSP_HDR_LOCATION",
-  "GST_RTSP_HDR_MAX_ASM_WIDTH",
-  "GST_RTSP_HDR_MEDIA_PROPERTIES",
-  "GST_RTSP_HDR_PIPELINED_REQUESTS",
-  "GST_RTSP_HDR_PLAYER_START_TIME",
-  "GST_RTSP_HDR_PRAGMA",
-  "GST_RTSP_HDR_PROXY_AUTHENTICATE",
-  "GST_RTSP_HDR_PROXY_REQUIRE",
-  "GST_RTSP_HDR_PUBLIC",
-  "GST_RTSP_HDR_RANGE",
-  "GST_RTSP_HDR_RATE_CONTROL",
-  "GST_RTSP_HDR_REAL_CHALLENGE1",
-  "GST_RTSP_HDR_REAL_CHALLENGE2",
-  "GST_RTSP_HDR_REAL_CHALLENGE3",
-  "GST_RTSP_HDR_REFERER",
-  "GST_RTSP_HDR_REGION_DATA",
-  "GST_RTSP_HDR_REQUIRE",
-  "GST_RTSP_HDR_RETRY_AFTER",
-  "GST_RTSP_HDR_RTCP_INTERVAL",
-  "GST_RTSP_HDR_RTP_INFO",
-  "GST_RTSP_HDR_SCALE",
-  "GST_RTSP_HDR_SEEK_STYLE",
-  "GST_RTSP_HDR_SERVER",
-  "GST_RTSP_HDR_SESSION",
-  "GST_RTSP_HDR_SPEED",
-  "GST_RTSP_HDR_SUBSCRIBE",
-  "GST_RTSP_HDR_SUPPORTED",
-  "GST_RTSP_HDR_TIMESTAMP",
-  "GST_RTSP_HDR_TRANSPORT",
-  "GST_RTSP_HDR_UNSUPPORTED",
-  "GST_RTSP_HDR_USER_AGENT",
-  "GST_RTSP_HDR_VARY",
-  "GST_RTSP_HDR_VIA",
-  "GST_RTSP_HDR_WWW_AUTHENTICATE",
-  "GST_RTSP_HDR_X_ACCELERATE_STREAMING",
-  "GST_RTSP_HDR_X_ACCEPT_AUTHENT",
-  "GST_RTSP_HDR_X_ACCEPT_PROXY_AUTHENT",
-  "GST_RTSP_HDR_X_BROADCAST_ID",
-  "GST_RTSP_HDR_X_BURST_STREAMING",
-  "GST_RTSP_HDR_X_NOTICE",
-  "GST_RTSP_HDR_X_PLAYER_LAG_TIME",
-  "GST_RTSP_HDR_X_PLAYLIST",
-  "GST_RTSP_HDR_X_PLAYLIST_CHANGE_NOTICE",
-  "GST_RTSP_HDR_X_PLAYLIST_GEN_ID",
-  "GST_RTSP_HDR_X_PLAYLIST_SEEK_ID",
-  "GST_RTSP_HDR_X_PROXY_CLIENT_AGENT",
-  "GST_RTSP_HDR_X_PROXY_CLIENT_VERB",
-  "GST_RTSP_HDR_X_RECEDING_PLAYLISTCHANGE",
-  "GST_RTSP_HDR_X_RTP_INFO",
-  "GST_RTSP_HDR_X_SERVER_IP_ADDRESS",
-  "GST_RTSP_HDR_X_SESSIONCOOKIE",
-  "GST_RTSP_HDR_X_STARTUPPROFILE",
-  "GST_RTSP_INVALID",
-  "GST_RTSP_LATENCY_BIN",
-  "GST_RTSP_LATENCY_BIN_CAST",
-  "GST_RTSP_LATENCY_BIN_CLASS",
-  "GST_RTSP_LATENCY_BIN_CLASS_CAST",
-  "GST_RTSP_LATENCY_BIN_GET_CLASS",
-  "GST_RTSP_LATENCY_BIN_TYPE",
-  "GST_RTSP_LOWER_TRANS_HTTP",
-  "GST_RTSP_LOWER_TRANS_TCP",
-  "GST_RTSP_LOWER_TRANS_TLS",
-  "GST_RTSP_LOWER_TRANS_UDP",
-  "GST_RTSP_LOWER_TRANS_UDP_MCAST",
-  "GST_RTSP_LOWER_TRANS_UNKNOWN",
-  "GST_RTSP_MEDIA_CAST",
-  "GST_RTSP_MEDIA_CLASS_CAST",
-  "GST_RTSP_MEDIA_FACTORY_CAST",
-  "GST_RTSP_MEDIA_FACTORY_CLASS_CAST",
-  "GST_RTSP_MEDIA_FACTORY_URI_CAST",
-  "GST_RTSP_MEDIA_FACTORY_URI_CLASS_CAST",
-  "GST_RTSP_MEDIA_STATUS_ERROR",
-  "GST_RTSP_MEDIA_STATUS_PREPARED",
-  "GST_RTSP_MEDIA_STATUS_PREPARING",
-  "GST_RTSP_MEDIA_STATUS_SUSPENDED",
-  "GST_RTSP_MEDIA_STATUS_UNPREPARED",
-  "GST_RTSP_MEDIA_STATUS_UNPREPARING",
-  "GST_RTSP_MESSAGE",
-  "GST_RTSP_MESSAGE_CAST",
-  "GST_RTSP_MESSAGE_DATA",
-  "GST_RTSP_MESSAGE_HTTP_REQUEST",
-  "GST_RTSP_MESSAGE_HTTP_RESPONSE",
-  "GST_RTSP_MESSAGE_INVALID",
-  "GST_RTSP_MESSAGE_REQUEST",
-  "GST_RTSP_MESSAGE_RESPONSE",
-  "GST_RTSP_MOUNT_POINTS_CAST",
-  "GST_RTSP_MOUNT_POINTS_CLASS_CAST",
-  "GST_RTSP_OK",
-  "GST_RTSP_OK_REDIRECT",
-  "GST_RTSP_ONVIF_BACKCHANNEL_REQUIREMENT",
-  "GST_RTSP_ONVIF_CLIENT_CAST",
-  "GST_RTSP_ONVIF_CLIENT_CLASS_CAST",
-  "GST_RTSP_ONVIF_MEDIA_CAST",
-  "GST_RTSP_ONVIF_MEDIA_CLASS_CAST",
-  "GST_RTSP_ONVIF_MEDIA_FACTORY_CAST",
-  "GST_RTSP_ONVIF_MEDIA_FACTORY_CLASS_CAST",
-  "GST_RTSP_ONVIF_REPLAY_REQUIREMENT",
-  "GST_RTSP_ONVIF_SERVER_CAST",
-  "GST_RTSP_ONVIF_SERVER_CLASS_CAST",
-  "GST_RTSP_OPTIONS",
-  "GST_RTSP_PAUSE",
-  "GST_RTSP_PERMISSIONS",
-  "GST_RTSP_PERMISSIONS_CAST",
-  "GST_RTSP_PERM_MEDIA_FACTORY_ACCESS",
-  "GST_RTSP_PERM_MEDIA_FACTORY_CONSTRUCT",
-  "GST_RTSP_PLAY",
-  "GST_RTSP_POST",
-  "GST_RTSP_PROFILE_AVP",
-  "GST_RTSP_PROFILE_AVPF",
-  "GST_RTSP_PROFILE_SAVP",
-  "GST_RTSP_PROFILE_SAVPF",
-  "GST_RTSP_PROFILE_UNKNOWN",
-  "GST_RTSP_PUBLISH_CLOCK_MODE_CLOCK",
-  "GST_RTSP_PUBLISH_CLOCK_MODE_CLOCK_AND_OFFSET",
-  "GST_RTSP_PUBLISH_CLOCK_MODE_NONE",
-  "GST_RTSP_RANGE_CLOCK",
-  "GST_RTSP_RANGE_NPT",
-  "GST_RTSP_RANGE_SMPTE",
-  "GST_RTSP_RANGE_SMPTE_25",
-  "GST_RTSP_RANGE_SMPTE_30_DROP",
-  "GST_RTSP_RECORD",
-  "GST_RTSP_REDIRECT",
-  "GST_RTSP_SERVER_API",
-  "GST_RTSP_SERVER_CAST",
-  "GST_RTSP_SERVER_CLASS_CAST",
-  "GST_RTSP_SERVER_DEPRECATED",
-  "GST_RTSP_SERVER_DEPRECATED_FOR",
-  "GST_RTSP_SESSION_CAST",
-  "GST_RTSP_SESSION_CLASS_CAST",
-  "GST_RTSP_SESSION_MEDIA_CAST",
-  "GST_RTSP_SESSION_MEDIA_CLASS_CAST",
-  "GST_RTSP_SESSION_POOL_CAST",
-  "GST_RTSP_SESSION_POOL_CLASS_CAST",
-  "GST_RTSP_SETUP",
-  "GST_RTSP_SET_PARAMETER",
-  "GST_RTSP_STATE_INIT",
-  "GST_RTSP_STATE_INVALID",
-  "GST_RTSP_STATE_PLAYING",
-  "GST_RTSP_STATE_READY",
-  "GST_RTSP_STATE_RECORDING",
-  "GST_RTSP_STATE_SEEKING",
-  "GST_RTSP_STREAM_CAST",
-  "GST_RTSP_STREAM_CLASS_CAST",
-  "GST_RTSP_STREAM_TRANSPORT_CAST",
-  "GST_RTSP_STREAM_TRANSPORT_CLASS_CAST",
-  "GST_RTSP_STS_AGGREGATE_OPERATION_NOT_ALLOWED",
-  "GST_RTSP_STS_BAD_GATEWAY",
-  "GST_RTSP_STS_BAD_REQUEST",
-  "GST_RTSP_STS_CONFERENCE_NOT_FOUND",
-  "GST_RTSP_STS_CONTINUE",
-  "GST_RTSP_STS_CREATED",
-  "GST_RTSP_STS_DESTINATION_UNREACHABLE",
-  "GST_RTSP_STS_FORBIDDEN",
-  "GST_RTSP_STS_GATEWAY_TIMEOUT",
-  "GST_RTSP_STS_GONE",
-  "GST_RTSP_STS_HEADER_FIELD_NOT_VALID_FOR_RESOURCE",
-  "GST_RTSP_STS_INTERNAL_SERVER_ERROR",
-  "GST_RTSP_STS_INVALID",
-  "GST_RTSP_STS_INVALID_RANGE",
-  "GST_RTSP_STS_KEY_MANAGEMENT_FAILURE",
-  "GST_RTSP_STS_LENGTH_REQUIRED",
-  "GST_RTSP_STS_LOW_ON_STORAGE",
-  "GST_RTSP_STS_METHOD_NOT_ALLOWED",
-  "GST_RTSP_STS_METHOD_NOT_VALID_IN_THIS_STATE",
-  "GST_RTSP_STS_MOVED_PERMANENTLY",
-  "GST_RTSP_STS_MOVE_TEMPORARILY",
-  "GST_RTSP_STS_MULTIPLE_CHOICES",
-  "GST_RTSP_STS_NOT_ACCEPTABLE",
-  "GST_RTSP_STS_NOT_ENOUGH_BANDWIDTH",
-  "GST_RTSP_STS_NOT_FOUND",
-  "GST_RTSP_STS_NOT_IMPLEMENTED",
-  "GST_RTSP_STS_NOT_MODIFIED",
-  "GST_RTSP_STS_OK",
-  "GST_RTSP_STS_ONLY_AGGREGATE_OPERATION_ALLOWED",
-  "GST_RTSP_STS_OPTION_NOT_SUPPORTED",
-  "GST_RTSP_STS_PARAMETER_IS_READONLY",
-  "GST_RTSP_STS_PARAMETER_NOT_UNDERSTOOD",
-  "GST_RTSP_STS_PAYMENT_REQUIRED",
-  "GST_RTSP_STS_PRECONDITION_FAILED",
-  "GST_RTSP_STS_PROXY_AUTH_REQUIRED",
-  "GST_RTSP_STS_REDIRECT_PERMANENTLY",
-  "GST_RTSP_STS_REDIRECT_TEMPORARILY",
-  "GST_RTSP_STS_REQUEST_ENTITY_TOO_LARGE",
-  "GST_RTSP_STS_REQUEST_TIMEOUT",
-  "GST_RTSP_STS_REQUEST_URI_TOO_LARGE",
-  "GST_RTSP_STS_RTSP_VERSION_NOT_SUPPORTED",
-  "GST_RTSP_STS_SEE_OTHER",
-  "GST_RTSP_STS_SERVICE_UNAVAILABLE",
-  "GST_RTSP_STS_SESSION_NOT_FOUND",
-  "GST_RTSP_STS_UNAUTHORIZED",
-  "GST_RTSP_STS_UNSUPPORTED_MEDIA_TYPE",
-  "GST_RTSP_STS_UNSUPPORTED_TRANSPORT",
-  "GST_RTSP_STS_USE_PROXY",
-  "GST_RTSP_SUSPEND_MODE_NONE",
-  "GST_RTSP_SUSPEND_MODE_PAUSE",
-  "GST_RTSP_SUSPEND_MODE_RESET",
-  "GST_RTSP_TEARDOWN",
-  "GST_RTSP_THREAD",
-  "GST_RTSP_THREAD_CAST",
-  "GST_RTSP_THREAD_POOL_CAST",
-  "GST_RTSP_THREAD_POOL_CLASS_CAST",
-  "GST_RTSP_THREAD_TYPE_CLIENT",
-  "GST_RTSP_THREAD_TYPE_MEDIA",
-  "GST_RTSP_TIME_END",
-  "GST_RTSP_TIME_FRAMES",
-  "GST_RTSP_TIME_NOW",
-  "GST_RTSP_TIME_SECONDS",
-  "GST_RTSP_TIME_UTC",
-  "GST_RTSP_TOKEN",
-  "GST_RTSP_TOKEN_CAST",
-  "GST_RTSP_TOKEN_MEDIA_FACTORY_ROLE",
-  "GST_RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS",
-  "GST_RTSP_TRANSPORT_MODE_PLAY",
-  "GST_RTSP_TRANSPORT_MODE_RECORD",
-  "GST_RTSP_TRANS_RDT",
-  "GST_RTSP_TRANS_RTP",
-  "GST_RTSP_TRANS_UNKNOWN",
-  "GST_RTSP_VERSION_1_0",
-  "GST_RTSP_VERSION_1_1",
-  "GST_RTSP_VERSION_2_0",
-  "GST_RTSP_VERSION_INVALID",
-  "GST_SAMPLE",
-  "GST_SAMPLE_CAST",
-  "GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED",
-  "GST_SCHEDULING_FLAG_SEEKABLE",
-  "GST_SCHEDULING_FLAG_SEQUENTIAL",
-  "GST_SDP_BWTYPE_AS",
-  "GST_SDP_BWTYPE_CT",
-  "GST_SDP_BWTYPE_EXT_PREFIX",
-  "GST_SDP_BWTYPE_RR",
-  "GST_SDP_BWTYPE_RS",
-  "GST_SDP_BWTYPE_TIAS",
-  "GST_SDP_EINVAL",
-  "GST_SDP_MESSAGE",
-  "GST_SDP_MESSAGE_CAST",
-  "GST_SDP_OK",
-  "GST_SEARCH_MODE_AFTER",
-  "GST_SEARCH_MODE_BEFORE",
-  "GST_SEARCH_MODE_EXACT",
-  "GST_SECOND",
-  "GST_SEEK_FLAG_ACCURATE",
-  "GST_SEEK_FLAG_FLUSH",
-  "GST_SEEK_FLAG_INSTANT_RATE_CHANGE",
-  "GST_SEEK_FLAG_KEY_UNIT",
-  "GST_SEEK_FLAG_NONE",
-  "GST_SEEK_FLAG_SEGMENT",
-  "GST_SEEK_FLAG_SKIP",
-  "GST_SEEK_FLAG_SNAP_AFTER",
-  "GST_SEEK_FLAG_SNAP_BEFORE",
-  "GST_SEEK_FLAG_SNAP_NEAREST",
-  "GST_SEEK_FLAG_TRICKMODE",
-  "GST_SEEK_FLAG_TRICKMODE_FORWARD_PREDICTED",
-  "GST_SEEK_FLAG_TRICKMODE_KEY_UNITS",
-  "GST_SEEK_FLAG_TRICKMODE_NO_AUDIO",
-  "GST_SEEK_TYPE_END",
-  "GST_SEEK_TYPE_NONE",
-  "GST_SEEK_TYPE_SET",
-  "GST_SEGMENT_FLAG_NONE",
-  "GST_SEGMENT_FLAG_RESET",
-  "GST_SEGMENT_FLAG_SEGMENT",
-  "GST_SEGMENT_FLAG_SKIP",
-  "GST_SEGMENT_FLAG_TRICKMODE",
-  "GST_SEGMENT_FLAG_TRICKMODE_FORWARD_PREDICTED",
-  "GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS",
-  "GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO",
-  "GST_SEGMENT_FORMAT",
-  "GST_SEGMENT_INSTANT_FLAGS",
-  "GST_SEQNUM_INVALID",
-  "GST_SERIALIZE_FLAG_BACKWARD_COMPAT",
-  "GST_SERIALIZE_FLAG_NONE",
-  "GST_SERIALIZE_FLAG_STRICT",
-  "GST_SOURCE_BUFFER_APPEND_MODE_SEGMENTS",
-  "GST_SOURCE_BUFFER_APPEND_MODE_SEQUENCE",
-  "GST_STACK_TRACE_SHOW_FULL",
-  "GST_STACK_TRACE_SHOW_NONE",
-  "GST_START_TEST",
-  "GST_STATE",
-  "GST_STATE_BROADCAST",
-  "GST_STATE_CHANGE_ASYNC",
-  "GST_STATE_CHANGE_FAILURE",
-  "GST_STATE_CHANGE_NO_PREROLL",
-  "GST_STATE_CHANGE_NULL_TO_NULL",
-  "GST_STATE_CHANGE_NULL_TO_READY",
-  "GST_STATE_CHANGE_PAUSED_TO_PAUSED",
-  "GST_STATE_CHANGE_PAUSED_TO_PLAYING",
-  "GST_STATE_CHANGE_PAUSED_TO_READY",
-  "GST_STATE_CHANGE_PLAYING_TO_PAUSED",
-  "GST_STATE_CHANGE_PLAYING_TO_PLAYING",
-  "GST_STATE_CHANGE_READY_TO_NULL",
-  "GST_STATE_CHANGE_READY_TO_PAUSED",
-  "GST_STATE_CHANGE_READY_TO_READY",
-  "GST_STATE_CHANGE_SUCCESS",
-  "GST_STATE_GET_COND",
-  "GST_STATE_GET_LOCK",
-  "GST_STATE_GET_NEXT",
-  "GST_STATE_LOCK",
-  "GST_STATE_NEXT",
-  "GST_STATE_NULL",
-  "GST_STATE_PAUSED",
-  "GST_STATE_PENDING",
-  "GST_STATE_PLAYING",
-  "GST_STATE_READY",
-  "GST_STATE_RETURN",
-  "GST_STATE_SIGNAL",
-  "GST_STATE_TARGET",
-  "GST_STATE_TRANSITION",
-  "GST_STATE_TRANSITION_CURRENT",
-  "GST_STATE_TRANSITION_NEXT",
-  "GST_STATE_TRYLOCK",
-  "GST_STATE_UNLOCK",
-  "GST_STATE_VOID_PENDING",
-  "GST_STATE_WAIT",
-  "GST_STATE_WAIT_UNTIL",
-  "GST_STATIC_CAPS",
-  "GST_STATIC_CAPS_ANY",
-  "GST_STATIC_CAPS_NONE",
-  "GST_STATIC_PAD_TEMPLATE",
-  "GST_STIMEP_FORMAT",
-  "GST_STIME_ARGS",
-  "GST_STIME_FORMAT",
-  "GST_STREAM_CAST",
-  "GST_STREAM_COLLECTION_CAST",
-  "GST_STREAM_ERROR",
-  "GST_STREAM_ERROR_CODEC_NOT_FOUND",
-  "GST_STREAM_ERROR_DECODE",
-  "GST_STREAM_ERROR_DECRYPT",
-  "GST_STREAM_ERROR_DECRYPT_NOKEY",
-  "GST_STREAM_ERROR_DEMUX",
-  "GST_STREAM_ERROR_ENCODE",
-  "GST_STREAM_ERROR_FAILED",
-  "GST_STREAM_ERROR_FORMAT",
-  "GST_STREAM_ERROR_MUX",
-  "GST_STREAM_ERROR_NOT_IMPLEMENTED",
-  "GST_STREAM_ERROR_NUM_ERRORS",
-  "GST_STREAM_ERROR_TOO_LAZY",
-  "GST_STREAM_ERROR_TYPE_NOT_FOUND",
-  "GST_STREAM_ERROR_WRONG_TYPE",
-  "GST_STREAM_FLAG_NONE",
-  "GST_STREAM_FLAG_SELECT",
-  "GST_STREAM_FLAG_SPARSE",
-  "GST_STREAM_FLAG_UNSELECT",
-  "GST_STREAM_STATUS_TYPE_CREATE",
-  "GST_STREAM_STATUS_TYPE_DESTROY",
-  "GST_STREAM_STATUS_TYPE_ENTER",
-  "GST_STREAM_STATUS_TYPE_LEAVE",
-  "GST_STREAM_STATUS_TYPE_PAUSE",
-  "GST_STREAM_STATUS_TYPE_START",
-  "GST_STREAM_STATUS_TYPE_STOP",
-  "GST_STREAM_TYPE_AUDIO",
-  "GST_STREAM_TYPE_CONTAINER",
-  "GST_STREAM_TYPE_TEXT",
-  "GST_STREAM_TYPE_UNKNOWN",
-  "GST_STREAM_TYPE_VIDEO",
-  "GST_STREAM_VOLUME_FORMAT_CUBIC",
-  "GST_STREAM_VOLUME_FORMAT_DB",
-  "GST_STREAM_VOLUME_FORMAT_LINEAR",
-  "GST_STREAM_VOLUME_GET_INTERFACE",
-  "GST_STRUCTURE",
-  "GST_STRUCTURE_CAST",
-  "GST_STRUCTURE_CHANGE_TYPE_PAD_LINK",
-  "GST_STRUCTURE_CHANGE_TYPE_PAD_UNLINK",
-  "GST_STR_FOURCC",
-  "GST_STR_NULL",
-  "GST_SYSTEM_CLOCK_CAST",
-  "GST_TAG_ACOUSTID_FINGERPRINT",
-  "GST_TAG_ACOUSTID_ID",
-  "GST_TAG_ALBUM",
-  "GST_TAG_ALBUM_ARTIST",
-  "GST_TAG_ALBUM_ARTIST_SORTNAME",
-  "GST_TAG_ALBUM_GAIN",
-  "GST_TAG_ALBUM_PEAK",
-  "GST_TAG_ALBUM_SORTNAME",
-  "GST_TAG_ALBUM_VOLUME_COUNT",
-  "GST_TAG_ALBUM_VOLUME_NUMBER",
-  "GST_TAG_APPLICATION_DATA",
-  "GST_TAG_APPLICATION_NAME",
-  "GST_TAG_ARTIST",
-  "GST_TAG_ARTIST_SORTNAME",
-  "GST_TAG_ATTACHMENT",
-  "GST_TAG_AUDIO_CODEC",
-  "GST_TAG_BEATS_PER_MINUTE",
-  "GST_TAG_BITRATE",
-  "GST_TAG_CAPTURING_CONTRAST",
-  "GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO",
-  "GST_TAG_CAPTURING_EXPOSURE_COMPENSATION",
-  "GST_TAG_CAPTURING_EXPOSURE_MODE",
-  "GST_TAG_CAPTURING_EXPOSURE_PROGRAM",
-  "GST_TAG_CAPTURING_FLASH_FIRED",
-  "GST_TAG_CAPTURING_FLASH_MODE",
-  "GST_TAG_CAPTURING_FOCAL_LENGTH",
-  "GST_TAG_CAPTURING_FOCAL_LENGTH_35_MM",
-  "GST_TAG_CAPTURING_FOCAL_RATIO",
-  "GST_TAG_CAPTURING_GAIN_ADJUSTMENT",
-  "GST_TAG_CAPTURING_ISO_SPEED",
-  "GST_TAG_CAPTURING_METERING_MODE",
-  "GST_TAG_CAPTURING_SATURATION",
-  "GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE",
-  "GST_TAG_CAPTURING_SHARPNESS",
-  "GST_TAG_CAPTURING_SHUTTER_SPEED",
-  "GST_TAG_CAPTURING_SOURCE",
-  "GST_TAG_CAPTURING_WHITE_BALANCE",
-  "GST_TAG_CDDA_CDDB_DISCID",
-  "GST_TAG_CDDA_CDDB_DISCID_FULL",
-  "GST_TAG_CDDA_MUSICBRAINZ_DISCID",
-  "GST_TAG_CDDA_MUSICBRAINZ_DISCID_FULL",
-  "GST_TAG_CMML_CLIP",
-  "GST_TAG_CMML_HEAD",
-  "GST_TAG_CMML_STREAM",
-  "GST_TAG_CODEC",
-  "GST_TAG_COMMENT",
-  "GST_TAG_COMPOSER",
-  "GST_TAG_COMPOSER_SORTNAME",
-  "GST_TAG_CONDUCTOR",
-  "GST_TAG_CONTACT",
-  "GST_TAG_CONTAINER_FORMAT",
-  "GST_TAG_CONTAINER_SPECIFIC_TRACK_ID",
-  "GST_TAG_COPYRIGHT",
-  "GST_TAG_COPYRIGHT_URI",
-  "GST_TAG_DATE",
-  "GST_TAG_DATE_TIME",
-  "GST_TAG_DEMUX_RESULT_AGAIN",
-  "GST_TAG_DEMUX_RESULT_BROKEN_TAG",
-  "GST_TAG_DEMUX_RESULT_OK",
-  "GST_TAG_DESCRIPTION",
-  "GST_TAG_DEVICE_MANUFACTURER",
-  "GST_TAG_DEVICE_MODEL",
-  "GST_TAG_DURATION",
-  "GST_TAG_ENCODED_BY",
-  "GST_TAG_ENCODER",
-  "GST_TAG_ENCODER_VERSION",
-  "GST_TAG_EXTENDED_COMMENT",
-  "GST_TAG_FLAG_COUNT",
-  "GST_TAG_FLAG_DECODED",
-  "GST_TAG_FLAG_ENCODED",
-  "GST_TAG_FLAG_IS_VALID",
-  "GST_TAG_FLAG_META",
-  "GST_TAG_FLAG_UNDEFINED",
-  "GST_TAG_GENRE",
-  "GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION",
-  "GST_TAG_GEO_LOCATION_CITY",
-  "GST_TAG_GEO_LOCATION_COUNTRY",
-  "GST_TAG_GEO_LOCATION_ELEVATION",
-  "GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR",
-  "GST_TAG_GEO_LOCATION_LATITUDE",
-  "GST_TAG_GEO_LOCATION_LONGITUDE",
-  "GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION",
-  "GST_TAG_GEO_LOCATION_MOVEMENT_SPEED",
-  "GST_TAG_GEO_LOCATION_NAME",
-  "GST_TAG_GEO_LOCATION_SUBLOCATION",
-  "GST_TAG_GROUPING",
-  "GST_TAG_HOMEPAGE",
-  "GST_TAG_ID3V2_HEADER_SIZE",
-  "GST_TAG_IMAGE",
-  "GST_TAG_IMAGE_HORIZONTAL_PPI",
-  "GST_TAG_IMAGE_ORIENTATION",
-  "GST_TAG_IMAGE_TYPE_ARTIST",
-  "GST_TAG_IMAGE_TYPE_BACK_COVER",
-  "GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO",
-  "GST_TAG_IMAGE_TYPE_BAND_ORCHESTRA",
-  "GST_TAG_IMAGE_TYPE_COMPOSER",
-  "GST_TAG_IMAGE_TYPE_CONDUCTOR",
-  "GST_TAG_IMAGE_TYPE_DURING_PERFORMANCE",
-  "GST_TAG_IMAGE_TYPE_DURING_RECORDING",
-  "GST_TAG_IMAGE_TYPE_FISH",
-  "GST_TAG_IMAGE_TYPE_FRONT_COVER",
-  "GST_TAG_IMAGE_TYPE_ILLUSTRATION",
-  "GST_TAG_IMAGE_TYPE_LEAD_ARTIST",
-  "GST_TAG_IMAGE_TYPE_LEAFLET_PAGE",
-  "GST_TAG_IMAGE_TYPE_LYRICIST",
-  "GST_TAG_IMAGE_TYPE_MEDIUM",
-  "GST_TAG_IMAGE_TYPE_NONE",
-  "GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO",
-  "GST_TAG_IMAGE_TYPE_RECORDING_LOCATION",
-  "GST_TAG_IMAGE_TYPE_UNDEFINED",
-  "GST_TAG_IMAGE_TYPE_VIDEO_CAPTURE",
-  "GST_TAG_IMAGE_VERTICAL_PPI",
-  "GST_TAG_INTERPRETED_BY",
-  "GST_TAG_ISRC",
-  "GST_TAG_KEYWORDS",
-  "GST_TAG_LANGUAGE_CODE",
-  "GST_TAG_LANGUAGE_NAME",
-  "GST_TAG_LICENSE",
-  "GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE",
-  "GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE",
-  "GST_TAG_LICENSE_PERMITS_DERIVATIVE_WORKS",
-  "GST_TAG_LICENSE_PERMITS_DISTRIBUTION",
-  "GST_TAG_LICENSE_PERMITS_REPRODUCTION",
-  "GST_TAG_LICENSE_PERMITS_SHARING",
-  "GST_TAG_LICENSE_PROHIBITS_COMMERCIAL_USE",
-  "GST_TAG_LICENSE_PROHIBITS_HIGH_INCOME_NATION_USE",
-  "GST_TAG_LICENSE_REQUIRES_ATTRIBUTION",
-  "GST_TAG_LICENSE_REQUIRES_COPYLEFT",
-  "GST_TAG_LICENSE_REQUIRES_LESSER_COPYLEFT",
-  "GST_TAG_LICENSE_REQUIRES_NOTICE",
-  "GST_TAG_LICENSE_REQUIRES_SHARE_ALIKE",
-  "GST_TAG_LICENSE_REQUIRES_SOURCE_CODE",
-  "GST_TAG_LICENSE_URI",
-  "GST_TAG_LIST",
-  "GST_TAG_LOCATION",
-  "GST_TAG_LYRICS",
-  "GST_TAG_MAXIMUM_BITRATE",
-  "GST_TAG_MERGE_APPEND",
-  "GST_TAG_MERGE_COUNT",
-  "GST_TAG_MERGE_KEEP",
-  "GST_TAG_MERGE_KEEP_ALL",
-  "GST_TAG_MERGE_PREPEND",
-  "GST_TAG_MERGE_REPLACE",
-  "GST_TAG_MERGE_REPLACE_ALL",
-  "GST_TAG_MERGE_UNDEFINED",
-  "GST_TAG_MIDI_BASE_NOTE",
-  "GST_TAG_MINIMUM_BITRATE",
-  "GST_TAG_MODE_IS_VALID",
-  "GST_TAG_MUSICAL_KEY",
-  "GST_TAG_MUSICBRAINZ_ALBUMARTISTID",
-  "GST_TAG_MUSICBRAINZ_ALBUMID",
-  "GST_TAG_MUSICBRAINZ_ARTISTID",
-  "GST_TAG_MUSICBRAINZ_RELEASEGROUPID",
-  "GST_TAG_MUSICBRAINZ_RELEASETRACKID",
-  "GST_TAG_MUSICBRAINZ_TRACKID",
-  "GST_TAG_MUSICBRAINZ_TRMID",
-  "GST_TAG_NOMINAL_BITRATE",
-  "GST_TAG_ORGANIZATION",
-  "GST_TAG_PERFORMER",
-  "GST_TAG_PREVIEW_IMAGE",
-  "GST_TAG_PRIVATE_DATA",
-  "GST_TAG_PUBLISHER",
-  "GST_TAG_REFERENCE_LEVEL",
-  "GST_TAG_SCOPE_GLOBAL",
-  "GST_TAG_SCOPE_STREAM",
-  "GST_TAG_SERIAL",
-  "GST_TAG_SETTER_GET_INTERFACE",
-  "GST_TAG_SHOW_EPISODE_NUMBER",
-  "GST_TAG_SHOW_NAME",
-  "GST_TAG_SHOW_SEASON_NUMBER",
-  "GST_TAG_SHOW_SORTNAME",
-  "GST_TAG_SUBTITLE_CODEC",
-  "GST_TAG_TITLE",
-  "GST_TAG_TITLE_SORTNAME",
-  "GST_TAG_TRACK_COUNT",
-  "GST_TAG_TRACK_GAIN",
-  "GST_TAG_TRACK_NUMBER",
-  "GST_TAG_TRACK_PEAK",
-  "GST_TAG_USER_RATING",
-  "GST_TAG_VERSION",
-  "GST_TAG_VIDEO_CODEC",
-  "GST_TAG_XMP_WRITER_GET_INTERFACE",
-  "GST_TASK_BROADCAST",
-  "GST_TASK_CAST",
-  "GST_TASK_GET_COND",
-  "GST_TASK_GET_LOCK",
-  "GST_TASK_PAUSED",
-  "GST_TASK_POOL_CAST",
-  "GST_TASK_SIGNAL",
-  "GST_TASK_STARTED",
-  "GST_TASK_STATE",
-  "GST_TASK_STOPPED",
-  "GST_TASK_WAIT",
-  "GST_TEST_CLOCK_CAST",
-  "GST_TIMED_VALUE_CONTROL_SOURCE_LOCK",
-  "GST_TIMED_VALUE_CONTROL_SOURCE_UNLOCK",
-  "GST_TIMEP_FORMAT",
-  "GST_TIMESPEC_TO_TIME",
-  "GST_TIMEVAL_TO_TIME",
-  "GST_TIME_ARGS",
-  "GST_TIME_AS_MSECONDS",
-  "GST_TIME_AS_NSECONDS",
-  "GST_TIME_AS_SECONDS",
-  "GST_TIME_AS_USECONDS",
-  "GST_TIME_FORMAT",
-  "GST_TIME_TO_TIMESPEC",
-  "GST_TIME_TO_TIMEVAL",
-  "GST_TOC_ENTRY_TYPE_ANGLE",
-  "GST_TOC_ENTRY_TYPE_CHAPTER",
-  "GST_TOC_ENTRY_TYPE_EDITION",
-  "GST_TOC_ENTRY_TYPE_INVALID",
-  "GST_TOC_ENTRY_TYPE_IS_ALTERNATIVE",
-  "GST_TOC_ENTRY_TYPE_IS_SEQUENCE",
-  "GST_TOC_ENTRY_TYPE_TITLE",
-  "GST_TOC_ENTRY_TYPE_TRACK",
-  "GST_TOC_ENTRY_TYPE_VERSION",
-  "GST_TOC_LOOP_FORWARD",
-  "GST_TOC_LOOP_NONE",
-  "GST_TOC_LOOP_PING_PONG",
-  "GST_TOC_LOOP_REVERSE",
-  "GST_TOC_REPEAT_COUNT_INFINITE",
-  "GST_TOC_SCOPE_CURRENT",
-  "GST_TOC_SCOPE_GLOBAL",
-  "GST_TRACE",
-  "GST_TRACER_ARGS",
-  "GST_TRACER_BIN_ADD_POST",
-  "GST_TRACER_BIN_ADD_PRE",
-  "GST_TRACER_BIN_REMOVE_POST",
-  "GST_TRACER_BIN_REMOVE_PRE",
-  "GST_TRACER_CAST",
-  "GST_TRACER_DISPATCH",
-  "GST_TRACER_ELEMENT_ADD_PAD",
-  "GST_TRACER_ELEMENT_CHANGE_STATE_POST",
-  "GST_TRACER_ELEMENT_CHANGE_STATE_PRE",
-  "GST_TRACER_ELEMENT_NEW",
-  "GST_TRACER_ELEMENT_POST_MESSAGE_POST",
-  "GST_TRACER_ELEMENT_POST_MESSAGE_PRE",
-  "GST_TRACER_ELEMENT_QUERY_POST",
-  "GST_TRACER_ELEMENT_QUERY_PRE",
-  "GST_TRACER_ELEMENT_REMOVE_PAD",
-  "GST_TRACER_FACTORY_CAST",
-  "GST_TRACER_IS_ENABLED",
-  "GST_TRACER_MINI_OBJECT_CREATED",
-  "GST_TRACER_MINI_OBJECT_DESTROYED",
-  "GST_TRACER_MINI_OBJECT_REFFED",
-  "GST_TRACER_MINI_OBJECT_UNREFFED",
-  "GST_TRACER_OBJECT_CREATED",
-  "GST_TRACER_OBJECT_DESTROYED",
-  "GST_TRACER_OBJECT_REFFED",
-  "GST_TRACER_OBJECT_UNREFFED",
-  "GST_TRACER_PAD_CHAIN_LIST_POST",
-  "GST_TRACER_PAD_CHAIN_LIST_PRE",
-  "GST_TRACER_PAD_CHAIN_POST",
-  "GST_TRACER_PAD_CHAIN_PRE",
-  "GST_TRACER_PAD_LINK_POST",
-  "GST_TRACER_PAD_LINK_PRE",
-  "GST_TRACER_PAD_PULL_RANGE_POST",
-  "GST_TRACER_PAD_PULL_RANGE_PRE",
-  "GST_TRACER_PAD_PUSH_EVENT_POST",
-  "GST_TRACER_PAD_PUSH_EVENT_PRE",
-  "GST_TRACER_PAD_PUSH_LIST_POST",
-  "GST_TRACER_PAD_PUSH_LIST_PRE",
-  "GST_TRACER_PAD_PUSH_POST",
-  "GST_TRACER_PAD_PUSH_PRE",
-  "GST_TRACER_PAD_QUERY_POST",
-  "GST_TRACER_PAD_QUERY_PRE",
-  "GST_TRACER_PAD_UNLINK_POST",
-  "GST_TRACER_PAD_UNLINK_PRE",
-  "GST_TRACER_PLUGIN_FEATURE_LOADED",
-  "GST_TRACER_QUARK",
-  "GST_TRACER_RECORD_CAST",
-  "GST_TRACER_TS",
-  "GST_TRACER_VALUE_FLAGS_AGGREGATED",
-  "GST_TRACER_VALUE_FLAGS_NONE",
-  "GST_TRACER_VALUE_FLAGS_OPTIONAL",
-  "GST_TRACER_VALUE_SCOPE_ELEMENT",
-  "GST_TRACER_VALUE_SCOPE_PAD",
-  "GST_TRACER_VALUE_SCOPE_PROCESS",
-  "GST_TRACER_VALUE_SCOPE_THREAD",
-  "GST_TRACE_ID",
-  "GST_TRACE_OBJECT",
-  "GST_TRANSCODER",
-  "GST_TRANSCODER_CLASS",
-  "GST_TRANSCODER_ERROR",
-  "GST_TRANSCODER_ERROR_FAILED",
-  "GST_TRANSCODER_GET_CLASS",
-  "GST_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER",
-  "GST_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER_CAST",
-  "GST_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER_CLASS",
-  "GST_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER_GET_CLASS",
-  "GST_TRANSCODER_MESSAGE_DONE",
-  "GST_TRANSCODER_MESSAGE_DURATION_CHANGED",
-  "GST_TRANSCODER_MESSAGE_ERROR",
-  "GST_TRANSCODER_MESSAGE_POSITION_UPDATED",
-  "GST_TRANSCODER_MESSAGE_STATE_CHANGED",
-  "GST_TRANSCODER_MESSAGE_WARNING",
-  "GST_TRANSCODER_SIGNAL_DISPATCHER",
-  "GST_TRANSCODER_SIGNAL_DISPATCHER_GET_INTERFACE",
-  "GST_TRANSCODER_STATE_PAUSED",
-  "GST_TRANSCODER_STATE_PLAYING",
-  "GST_TRANSCODER_STATE_STOPPED",
-  "GST_TYPE_ADAPTER",
-  "GST_TYPE_ALLOCATION_PARAMS",
-  "GST_TYPE_APP_SINK",
-  "GST_TYPE_APP_SRC",
-  "GST_TYPE_ARGB_CONTROL_BINDING",
-  "GST_TYPE_ARRAY",
-  "GST_TYPE_ATOMIC_QUEUE",
-  "GST_TYPE_AUDIO_CLOCK",
-  "GST_TYPE_AUDIO_DECODER",
-  "GST_TYPE_AUDIO_FILTER",
-  "GST_TYPE_AUDIO_INFO",
-  "GST_TYPE_AUDIO_INFO_STREAM_ALIGN",
-  "GST_TYPE_AV1_PICTURE",
-  "GST_TYPE_BASE_CAMERA_SRC",
-  "GST_TYPE_BITMASK",
-  "GST_TYPE_BUFFER",
-  "GST_TYPE_BUFFER_LIST",
-  "GST_TYPE_CAMERABIN_MODE",
-  "GST_TYPE_CAPS",
-  "GST_TYPE_CAPS_FEATURES",
-  "GST_TYPE_CLOCK_TIME",
-  "GST_TYPE_COLOR_BALANCE",
-  "GST_TYPE_COLOR_BALANCE_CHANNEL",
-  "GST_TYPE_CONTEXT",
-  "GST_TYPE_CONTROL_BINDING",
-  "GST_TYPE_CONTROL_SOURCE",
-  "GST_TYPE_DATA_QUEUE",
-  "GST_TYPE_DATE_TIME",
-  "GST_TYPE_DIRECT_CONTROL_BINDING",
-  "GST_TYPE_DISCOVERER",
-  "GST_TYPE_DISCOVERER_AUDIO_INFO",
-  "GST_TYPE_DISCOVERER_CONTAINER_INFO",
-  "GST_TYPE_DISCOVERER_INFO",
-  "GST_TYPE_DISCOVERER_STREAM_INFO",
-  "GST_TYPE_DISCOVERER_SUBTITLE_INFO",
-  "GST_TYPE_DISCOVERER_VIDEO_INFO",
-  "GST_TYPE_DOUBLE_RANGE",
-  "GST_TYPE_DRM_DUMB_ALLOCATOR",
-  "GST_TYPE_EGL_IMAGE",
-  "GST_TYPE_ENCODING_AUDIO_PROFILE",
-  "GST_TYPE_ENCODING_CONTAINER_PROFILE",
-  "GST_TYPE_ENCODING_PROFILE",
-  "GST_TYPE_ENCODING_TARGET",
-  "GST_TYPE_ENCODING_VIDEO_PROFILE",
-  "GST_TYPE_EVENT",
-  "GST_TYPE_FIND_LIKELY",
-  "GST_TYPE_FIND_MAXIMUM",
-  "GST_TYPE_FIND_MINIMUM",
-  "GST_TYPE_FIND_NEARLY_CERTAIN",
-  "GST_TYPE_FIND_NONE",
-  "GST_TYPE_FIND_POSSIBLE",
-  "GST_TYPE_FIND_REGISTER",
-  "GST_TYPE_FIND_REGISTER_DECLARE",
-  "GST_TYPE_FIND_REGISTER_DEFINE",
-  "GST_TYPE_FIND_REGISTER_DEFINE_CUSTOM",
-  "GST_TYPE_FLAG_SET",
-  "GST_TYPE_FLOW_COMBINER",
-  "GST_TYPE_FRACTION",
-  "GST_TYPE_FRACTION_RANGE",
-  "GST_TYPE_GL_ALLOCATION_PARAMS",
-  "GST_TYPE_GL_BASE_MEMORY",
-  "GST_TYPE_GL_BUFFER",
-  "GST_TYPE_GL_BUFFER_ALLOCATION_PARAMS",
-  "GST_TYPE_GL_MEMORY",
-  "GST_TYPE_GL_MEMORY_EGL",
-  "GST_TYPE_GL_MEMORY_PBO",
-  "GST_TYPE_GL_RENDERBUFFER",
-  "GST_TYPE_GL_STEREO_DOWNMIX_MODE_TYPE",
-  "GST_TYPE_GL_VIDEO_ALLOCATION_PARAMS",
-  "GST_TYPE_G_THREAD",
-  "GST_TYPE_H264_PICTURE",
-  "GST_TYPE_H265_PICTURE",
-  "GST_TYPE_INSTALL_PLUGINS_CONTEXT",
-  "GST_TYPE_INT64_RANGE",
-  "GST_TYPE_INTERPOLATION_CONTROL_SOURCE",
-  "GST_TYPE_INT_RANGE",
-  "GST_TYPE_ITERATOR",
-  "GST_TYPE_LFO_CONTROL_SOURCE",
-  "GST_TYPE_LIST",
-  "GST_TYPE_MEMORY",
-  "GST_TYPE_MESSAGE",
-  "GST_TYPE_MIKEY_MESSAGE",
-  "GST_TYPE_MIKEY_PAYLOAD",
-  "GST_TYPE_MINI_OBJECT",
-  "GST_TYPE_MPEG2_PICTURE",
-  "GST_TYPE_MPEGTS_ATSC_EIT",
-  "GST_TYPE_MPEGTS_ATSC_EIT_EVENT",
-  "GST_TYPE_MPEGTS_ATSC_ETT",
-  "GST_TYPE_MPEGTS_ATSC_MGT",
-  "GST_TYPE_MPEGTS_ATSC_MGT_TABLE",
-  "GST_TYPE_MPEGTS_ATSC_MULT_STRING",
-  "GST_TYPE_MPEGTS_ATSC_RRT",
-  "GST_TYPE_MPEGTS_ATSC_RRT_DIMENSION",
-  "GST_TYPE_MPEGTS_ATSC_RRT_DIMENSION_VALUE",
-  "GST_TYPE_MPEGTS_ATSC_STRING_SEGMENT",
-  "GST_TYPE_MPEGTS_ATSC_STT",
-  "GST_TYPE_MPEGTS_ATSC_VCT",
-  "GST_TYPE_MPEGTS_ATSC_VCT_SOURCE",
-  "GST_TYPE_MPEGTS_BAT",
-  "GST_TYPE_MPEGTS_BAT_STREAM",
-  "GST_TYPE_MPEGTS_COMPONENT_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_CONTENT",
-  "GST_TYPE_MPEGTS_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_DVB_CABLE_DELIVERY_SYSTEM_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_DVB_DATA_BROADCAST_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_DVB_LINKAGE_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_DVB_LINKAGE_EVENT",
-  "GST_TYPE_MPEGTS_DVB_LINKAGE_EXTENDED_EVENT",
-  "GST_TYPE_MPEGTS_DVB_LINKAGE_MOBILE_HAND_OVER",
-  "GST_TYPE_MPEGTS_DVB_MULTILINGUAL_BOUQUET_NAME_ITEM",
-  "GST_TYPE_MPEGTS_DVB_MULTILINGUAL_COMPONENT_ITEM",
-  "GST_TYPE_MPEGTS_DVB_MULTILINGUAL_NETWORK_NAME_ITEM",
-  "GST_TYPE_MPEGTS_DVB_MULTILINGUAL_SERVICE_NAME_ITEM",
-  "GST_TYPE_MPEGTS_DVB_PARENTAL_RATING_ITEM",
-  "GST_TYPE_MPEGTS_DVB_SERVICE_LIST_ITEM",
-  "GST_TYPE_MPEGTS_EIT",
-  "GST_TYPE_MPEGTS_EIT_EVENT",
-  "GST_TYPE_MPEGTS_EXTENDED_EVENT_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_EXTENDED_EVENT_ITEM",
-  "GST_TYPE_MPEGTS_ISO_639_LANGUAGE",
-  "GST_TYPE_MPEGTS_LOGICAL_CHANNEL",
-  "GST_TYPE_MPEGTS_LOGICAL_CHANNEL_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_METADATA_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_NIT",
-  "GST_TYPE_MPEGTS_NIT_STREAM",
-  "GST_TYPE_MPEGTS_PAT_PROGRAM",
-  "GST_TYPE_MPEGTS_PMT",
-  "GST_TYPE_MPEGTS_PMT_STREAM",
-  "GST_TYPE_MPEGTS_SATELLITE_DELIVERY_SYSTEM_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_SCTE_SIT",
-  "GST_TYPE_MPEGTS_SCTE_SPLICE_EVENT",
-  "GST_TYPE_MPEGTS_SDT",
-  "GST_TYPE_MPEGTS_SDT_SERVICE",
-  "GST_TYPE_MPEGTS_SECTION",
-  "GST_TYPE_MPEGTS_SIT",
-  "GST_TYPE_MPEGTS_SIT_SERVICE",
-  "GST_TYPE_MPEGTS_T2_DELIVERY_SYSTEM_CELL",
-  "GST_TYPE_MPEGTS_T2_DELIVERY_SYSTEM_CELL_EXTENSION",
-  "GST_TYPE_MPEGTS_T2_DELIVERY_SYSTEM_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_TERRESTRIAL_DELIVERY_SYSTEM_DESCRIPTOR",
-  "GST_TYPE_MPEGTS_TOT",
-  "GST_TYPE_NAVIGATION",
-  "GST_TYPE_NET_CLIENT_CLOCK",
-  "GST_TYPE_NET_TIME_PROVIDER",
-  "GST_TYPE_NTP_CLOCK",
-  "GST_TYPE_PARAM_ARRAY_LIST",
-  "GST_TYPE_PARAM_FRACTION",
-  "GST_TYPE_PARENT_BUFFER_META_API_TYPE",
-  "GST_TYPE_PARSE_CONTEXT",
-  "GST_TYPE_PLANAR_AUDIO_ADAPTER",
-  "GST_TYPE_PLAYER_AUDIO_INFO",
-  "GST_TYPE_PLAYER_COLOR_BALANCE_TYPE",
-  "GST_TYPE_PLAYER_ERROR",
-  "GST_TYPE_PLAYER_MEDIA_INFO",
-  "GST_TYPE_PLAYER_STATE",
-  "GST_TYPE_PLAYER_STREAM_INFO",
-  "GST_TYPE_PLAYER_SUBTITLE_INFO",
-  "GST_TYPE_PLAYER_VIDEO_INFO",
-  "GST_TYPE_PLAY_AUDIO_INFO",
-  "GST_TYPE_PLAY_COLOR_BALANCE_TYPE",
-  "GST_TYPE_PLAY_ERROR",
-  "GST_TYPE_PLAY_MEDIA_INFO",
-  "GST_TYPE_PLAY_MESSAGE",
-  "GST_TYPE_PLAY_STATE",
-  "GST_TYPE_PLAY_STREAM_INFO",
-  "GST_TYPE_PLAY_SUBTITLE_INFO",
-  "GST_TYPE_PLAY_VIDEO_INFO",
-  "GST_TYPE_PROMISE",
-  "GST_TYPE_PTP_CLOCK",
-  "GST_TYPE_QUERY",
-  "GST_TYPE_RENDERBUFFER_ALLOCATION_PARAMS",
-  "GST_TYPE_RTP_BASE_AUDIO_PAYLOAD",
-  "GST_TYPE_RTP_BASE_PAYLOAD",
-  "GST_TYPE_RTSP_AUTH_CREDENTIAL",
-  "GST_TYPE_RTSP_AUTH_PARAM",
-  "GST_TYPE_RTSP_CONTEXT",
-  "GST_TYPE_RTSP_EXTENSION",
-  "GST_TYPE_RTSP_MESSAGE",
-  "GST_TYPE_RTSP_PERMISSIONS",
-  "GST_TYPE_RTSP_PUBLISH_CLOCK_MODE",
-  "GST_TYPE_RTSP_SUSPEND_MODE",
-  "GST_TYPE_RTSP_THREAD",
-  "GST_TYPE_RTSP_TOKEN",
-  "GST_TYPE_RTSP_TRANSPORT_MODE",
-  "GST_TYPE_RTSP_URL",
-  "GST_TYPE_SAMPLE",
-  "GST_TYPE_SDP_MESSAGE",
-  "GST_TYPE_SEGMENT",
-  "GST_TYPE_SHM_ALLOCATOR",
-  "GST_TYPE_STATIC_CAPS",
-  "GST_TYPE_STATIC_PAD_TEMPLATE",
-  "GST_TYPE_STRUCTURE",
-  "GST_TYPE_TAG_LIST",
-  "GST_TYPE_TAG_MUX",
-  "GST_TYPE_TAG_XMP_WRITER",
-  "GST_TYPE_TIMED_VALUE_CONTROL_SOURCE",
-  "GST_TYPE_TOC",
-  "GST_TYPE_TOC_ENTRY",
-  "GST_TYPE_TRANSCODER",
-  "GST_TYPE_TRANSCODER_ERROR",
-  "GST_TYPE_TRANSCODER_G_MAIN_CONTEXT_SIGNAL_DISPATCHER",
-  "GST_TYPE_TRANSCODER_SIGNAL_ADAPTER",
-  "GST_TYPE_TRANSCODER_SIGNAL_DISPATCHER",
-  "GST_TYPE_TRIGGER_CONTROL_SOURCE",
-  "GST_TYPE_TRIGGER_WAVEFORM",
-  "GST_TYPE_TYPE_FIND",
-  "GST_TYPE_URI",
-  "GST_TYPE_VALIDATE_ACTION",
-  "GST_TYPE_VALIDATE_ACTION_TYPE",
-  "GST_TYPE_VALIDATE_BIN_MONITOR",
-  "GST_TYPE_VALIDATE_ELEMENT_MONITOR",
-  "GST_TYPE_VALIDATE_MEDIA_DESCRIPTOR",
-  "GST_TYPE_VALIDATE_MEDIA_DESCRIPTOR_PARSER",
-  "GST_TYPE_VALIDATE_MEDIA_DESCRIPTOR_WRITER",
-  "GST_TYPE_VALIDATE_MONITOR",
-  "GST_TYPE_VALIDATE_OVERRIDE",
-  "GST_TYPE_VALIDATE_PAD_MONITOR",
-  "GST_TYPE_VALIDATE_PIPELINE_MONITOR",
-  "GST_TYPE_VALIDATE_REPORT",
-  "GST_TYPE_VALIDATE_REPORTER",
-  "GST_TYPE_VALIDATE_RUNNER",
-  "GST_TYPE_VALIDATE_SCENARIO",
-  "GST_TYPE_VIDEO_CODEC_FRAME",
-  "GST_TYPE_VIDEO_CODEC_STATE",
-  "GST_TYPE_VIDEO_DECODER",
-  "GST_TYPE_VIDEO_DIRECTION",
-  "GST_TYPE_VIDEO_ENCODER",
-  "GST_TYPE_VIDEO_FILTER",
-  "GST_TYPE_VIDEO_INFO",
-  "GST_TYPE_VIDEO_ORIENTATION",
-  "GST_TYPE_VIDEO_OVERLAY",
-  "GST_TYPE_VIDEO_OVERLAY_COMPOSITION",
-  "GST_TYPE_VIDEO_OVERLAY_RECTANGLE",
-  "GST_TYPE_VIDEO_TIME_CODE",
-  "GST_TYPE_VIDEO_TIME_CODE_INTERVAL",
-  "GST_TYPE_VP8_PICTURE",
-  "GST_TYPE_VP9_PICTURE",
-  "GST_TYPE_VULKAN_COMMAND_BUFFER",
-  "GST_TYPE_VULKAN_DESCRIPTOR_SET",
-  "GST_TYPE_VULKAN_FENCE",
-  "GST_TYPE_VULKAN_HANDLE",
-  "GST_TYPE_VULKAN_IMAGE_VIEW",
-  "GST_TYPE_VULKAN_TRASH",
-  "GST_TYPE_VULKAN_TRASH_LIST",
-  "GST_TYPE_WEBRTC_SESSION_DESCRIPTION",
-  "GST_URI",
-  "GST_URI_CAST",
-  "GST_URI_CONST_CAST",
-  "GST_URI_ERROR",
-  "GST_URI_ERROR_BAD_REFERENCE",
-  "GST_URI_ERROR_BAD_STATE",
-  "GST_URI_ERROR_BAD_URI",
-  "GST_URI_ERROR_UNSUPPORTED_PROTOCOL",
-  "GST_URI_HANDLER_GET_INTERFACE",
-  "GST_URI_NO_PORT",
-  "GST_URI_SINK",
-  "GST_URI_SRC",
-  "GST_URI_TYPE_IS_VALID",
-  "GST_URI_UNKNOWN",
-  "GST_USECOND",
-  "GST_VALIDATE_ACTION_DEBUG",
-  "GST_VALIDATE_ACTION_FILENAME",
-  "GST_VALIDATE_ACTION_GET_TYPE",
-  "GST_VALIDATE_ACTION_LINENO",
-  "GST_VALIDATE_ACTION_N_REPEATS",
-  "GST_VALIDATE_ACTION_RANGE_NAME",
-  "GST_VALIDATE_ACTION_TYPE",
-  "GST_VALIDATE_ACTION_TYPE_ASYNC",
-  "GST_VALIDATE_ACTION_TYPE_CAN_BE_OPTIONAL",
-  "GST_VALIDATE_ACTION_TYPE_CAN_EXECUTE_ON_ADDITION",
-  "GST_VALIDATE_ACTION_TYPE_CHECK",
-  "GST_VALIDATE_ACTION_TYPE_CONFIG",
-  "GST_VALIDATE_ACTION_TYPE_DOESNT_NEED_PIPELINE",
-  "GST_VALIDATE_ACTION_TYPE_HANDLED_IN_CONFIG",
-  "GST_VALIDATE_ACTION_TYPE_INTERLACED",
-  "GST_VALIDATE_ACTION_TYPE_NEEDS_CLOCK",
-  "GST_VALIDATE_ACTION_TYPE_NONE",
-  "GST_VALIDATE_ACTION_TYPE_NON_BLOCKING",
-  "GST_VALIDATE_ACTION_TYPE_NO_EXECUTION_NOT_FATAL",
-  "GST_VALIDATE_API",
-  "GST_VALIDATE_BIN_MONITOR_CAST",
-  "GST_VALIDATE_BIN_MONITOR_CLASS_CAST",
-  "GST_VALIDATE_ELEMENT_MONITOR_CAST",
-  "GST_VALIDATE_ELEMENT_MONITOR_CLASS_CAST",
-  "GST_VALIDATE_ELEMENT_MONITOR_ELEMENT_IS_CONVERTER",
-  "GST_VALIDATE_ELEMENT_MONITOR_ELEMENT_IS_DECODER",
-  "GST_VALIDATE_ELEMENT_MONITOR_ELEMENT_IS_DEMUXER",
-  "GST_VALIDATE_ELEMENT_MONITOR_ELEMENT_IS_ENCODER",
-  "GST_VALIDATE_ELEMENT_MONITOR_ELEMENT_IS_SINK",
-  "GST_VALIDATE_ERROR_REPORT_PRINT_FORMAT",
-  "GST_VALIDATE_EXECUTE_ACTION_ASYNC",
-  "GST_VALIDATE_EXECUTE_ACTION_DONE",
-  "GST_VALIDATE_EXECUTE_ACTION_ERROR",
-  "GST_VALIDATE_EXECUTE_ACTION_ERROR_REPORTED",
-  "GST_VALIDATE_EXECUTE_ACTION_INTERLACED",
-  "GST_VALIDATE_EXECUTE_ACTION_IN_PROGRESS",
-  "GST_VALIDATE_EXECUTE_ACTION_NONE",
-  "GST_VALIDATE_EXECUTE_ACTION_NON_BLOCKING",
-  "GST_VALIDATE_EXECUTE_ACTION_OK",
-  "GST_VALIDATE_FATAL_CRITICALS",
-  "GST_VALIDATE_FATAL_DEFAULT",
-  "GST_VALIDATE_FATAL_ISSUES",
-  "GST_VALIDATE_FATAL_WARNINGS",
-  "GST_VALIDATE_ISSUE_ARGS",
-  "GST_VALIDATE_ISSUE_FLAGS_FORCE_BACKTRACE",
-  "GST_VALIDATE_ISSUE_FLAGS_FULL_DETAILS",
-  "GST_VALIDATE_ISSUE_FLAGS_NONE",
-  "GST_VALIDATE_ISSUE_FLAGS_NO_BACKTRACE",
-  "GST_VALIDATE_ISSUE_FORMAT",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_GET_LOCK",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_LOCK",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_UNLOCK",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_WRITER_FLAGS_FULL",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_WRITER_FLAGS_HANDLE_GLOGS",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_WRITER_FLAGS_NONE",
-  "GST_VALIDATE_MEDIA_DESCRIPTOR_WRITER_FLAGS_NO_PARSER",
-  "GST_VALIDATE_MONITOR_CAST",
-  "GST_VALIDATE_MONITOR_CLASS_CAST",
-  "GST_VALIDATE_MONITOR_GET_PARENT",
-  "GST_VALIDATE_MONITOR_LOCK",
-  "GST_VALIDATE_MONITOR_OVERRIDES",
-  "GST_VALIDATE_MONITOR_OVERRIDES_LOCK",
-  "GST_VALIDATE_MONITOR_OVERRIDES_UNLOCK",
-  "GST_VALIDATE_MONITOR_UNLOCK",
-  "GST_VALIDATE_OBJECT_SET_PROPERTY_FLAGS_NO_VALUE_CHECK",
-  "GST_VALIDATE_OBJECT_SET_PROPERTY_FLAGS_OPTIONAL",
-  "GST_VALIDATE_PAD_MONITOR_CAST",
-  "GST_VALIDATE_PAD_MONITOR_CLASS_CAST",
-  "GST_VALIDATE_PIPELINE_MONITOR_CAST",
-  "GST_VALIDATE_PIPELINE_MONITOR_CLASS_CAST",
-  "GST_VALIDATE_PIPELINE_MONITOR_GET_PIPELINE",
-  "GST_VALIDATE_PRINT_CRITICALS",
-  "GST_VALIDATE_PRINT_ISSUES",
-  "GST_VALIDATE_PRINT_WARNINGS",
-  "GST_VALIDATE_REPORT",
-  "GST_VALIDATE_REPORTER_CAST",
-  "GST_VALIDATE_REPORTER_DROP",
-  "GST_VALIDATE_REPORTER_GET_INTERFACE",
-  "GST_VALIDATE_REPORTER_KEEP",
-  "GST_VALIDATE_REPORTER_REPORT",
-  "GST_VALIDATE_REPORT_ACTION",
-  "GST_VALIDATE_REPORT_LEVEL_CRITICAL",
-  "GST_VALIDATE_REPORT_LEVEL_EXPECTED",
-  "GST_VALIDATE_REPORT_LEVEL_IGNORE",
-  "GST_VALIDATE_REPORT_LEVEL_ISSUE",
-  "GST_VALIDATE_REPORT_LEVEL_NUM_ENTRIES",
-  "GST_VALIDATE_REPORT_LEVEL_UNKNOWN",
-  "GST_VALIDATE_REPORT_LEVEL_WARNING",
-  "GST_VALIDATE_REPORT_PRINT_ARGS",
-  "GST_VALIDATE_RUNNER_CAST",
-  "GST_VALIDATE_RUNNER_CLASS_CAST",
-  "GST_VALIDATE_SCENARIO_EOS_HANDLING_LOCK",
-  "GST_VALIDATE_SCENARIO_EOS_HANDLING_UNLOCK",
-  "GST_VALIDATE_SHOW_ALL",
-  "GST_VALIDATE_SHOW_COUNT",
-  "GST_VALIDATE_SHOW_DEFAULT",
-  "GST_VALIDATE_SHOW_MONITOR",
-  "GST_VALIDATE_SHOW_NONE",
-  "GST_VALIDATE_SHOW_SMART",
-  "GST_VALIDATE_SHOW_SUBCHAIN",
-  "GST_VALIDATE_SHOW_SYNTHETIC",
-  "GST_VALIDATE_SHOW_UNKNOWN",
-  "GST_VALIDATE_STRUCTURE_RESOLVE_VARIABLES_ALL",
-  "GST_VALIDATE_STRUCTURE_RESOLVE_VARIABLES_LOCAL_ONLY",
-  "GST_VALIDATE_STRUCTURE_RESOLVE_VARIABLES_NO_EXPRESSION",
-  "GST_VALIDATE_STRUCTURE_RESOLVE_VARIABLES_NO_FAILURE",
-  "GST_VALIDATE_UNKNOWN_BOOL",
-  "GST_VALIDATE_UNKNOWN_UINT64",
-  "GST_VALIDATE_VERBOSITY_ALL",
-  "GST_VALIDATE_VERBOSITY_MESSAGES",
-  "GST_VALIDATE_VERBOSITY_NEW_ELEMENTS",
-  "GST_VALIDATE_VERBOSITY_NONE",
-  "GST_VALIDATE_VERBOSITY_POSITION",
-  "GST_VALIDATE_VERBOSITY_PROPS_CHANGES",
-  "GST_VALUE_EQUAL",
-  "GST_VALUE_GREATER_THAN",
-  "GST_VALUE_HOLDS_ARRAY",
-  "GST_VALUE_HOLDS_BITMASK",
-  "GST_VALUE_HOLDS_BUFFER",
-  "GST_VALUE_HOLDS_CAPS",
-  "GST_VALUE_HOLDS_CAPS_FEATURES",
-  "GST_VALUE_HOLDS_DATE_TIME",
-  "GST_VALUE_HOLDS_DOUBLE_RANGE",
-  "GST_VALUE_HOLDS_FLAG_SET",
-  "GST_VALUE_HOLDS_FRACTION",
-  "GST_VALUE_HOLDS_FRACTION_RANGE",
-  "GST_VALUE_HOLDS_INT64_RANGE",
-  "GST_VALUE_HOLDS_INT_RANGE",
-  "GST_VALUE_HOLDS_LIST",
-  "GST_VALUE_HOLDS_SAMPLE",
-  "GST_VALUE_HOLDS_STRUCTURE",
-  "GST_VALUE_LESS_THAN",
-  "GST_VALUE_UNORDERED",
-  "GST_VA_DISPLAY_HANDLE_CONTEXT_TYPE_STR",
-  "GST_VA_DISPLAY_IS_IMPLEMENTATION",
-  "GST_VA_FEATURE_AUTO",
-  "GST_VA_FEATURE_DISABLED",
-  "GST_VA_FEATURE_ENABLED",
-  "GST_VA_IMPLEMENTATION_INTEL_I965",
-  "GST_VA_IMPLEMENTATION_INTEL_IHD",
-  "GST_VA_IMPLEMENTATION_INVALID",
-  "GST_VA_IMPLEMENTATION_MESA_GALLIUM",
-  "GST_VA_IMPLEMENTATION_OTHER",
-  "GST_VC1_CONDOVER_ALL",
-  "GST_VC1_CONDOVER_NONE",
-  "GST_VC1_CONDOVER_SELECT",
-  "GST_VC1_DQPROFILE_ALL_MBS",
-  "GST_VC1_DQPROFILE_DOUBLE_EDGES",
-  "GST_VC1_DQPROFILE_FOUR_EDGES",
-  "GST_VC1_DQPROFILE_SINGLE_EDGE",
-  "GST_VC1_END_OF_SEQ",
-  "GST_VC1_ENTRYPOINT",
-  "GST_VC1_ENTRY_POINT_USER",
-  "GST_VC1_FIELD",
-  "GST_VC1_FIELD_INTERLACE",
-  "GST_VC1_FIELD_USER",
-  "GST_VC1_FRAME",
-  "GST_VC1_FRAME_INTERLACE",
-  "GST_VC1_FRAME_PROGRESSIVE",
-  "GST_VC1_FRAME_USER",
-  "GST_VC1_LEVEL_HIGH",
-  "GST_VC1_LEVEL_L0",
-  "GST_VC1_LEVEL_L1",
-  "GST_VC1_LEVEL_L2",
-  "GST_VC1_LEVEL_L3",
-  "GST_VC1_LEVEL_L4",
-  "GST_VC1_LEVEL_LOW",
-  "GST_VC1_LEVEL_MEDIUM",
-  "GST_VC1_LEVEL_UNKNOWN",
-  "GST_VC1_MVMODE_1MV",
-  "GST_VC1_MVMODE_1MV_HPEL",
-  "GST_VC1_MVMODE_1MV_HPEL_BILINEAR",
-  "GST_VC1_MVMODE_INTENSITY_COMP",
-  "GST_VC1_MVMODE_MIXED_MV",
-  "GST_VC1_PARSER_BROKEN_DATA",
-  "GST_VC1_PARSER_ERROR",
-  "GST_VC1_PARSER_NO_BDU",
-  "GST_VC1_PARSER_NO_BDU_END",
-  "GST_VC1_PARSER_OK",
-  "GST_VC1_PICTURE_TYPE_B",
-  "GST_VC1_PICTURE_TYPE_BI",
-  "GST_VC1_PICTURE_TYPE_I",
-  "GST_VC1_PICTURE_TYPE_P",
-  "GST_VC1_PICTURE_TYPE_SKIPPED",
-  "GST_VC1_PROFILE_ADVANCED",
-  "GST_VC1_PROFILE_MAIN",
-  "GST_VC1_PROFILE_RESERVED",
-  "GST_VC1_PROFILE_SIMPLE",
-  "GST_VC1_QUANTIZER_EXPLICITLY",
-  "GST_VC1_QUANTIZER_IMPLICITLY",
-  "GST_VC1_QUANTIZER_NON_UNIFORM",
-  "GST_VC1_QUANTIZER_UNIFORM",
-  "GST_VC1_SEQUENCE",
-  "GST_VC1_SEQUENCE_USER",
-  "GST_VC1_SLICE",
-  "GST_VC1_SLICE_USER",
-  "GST_VIDEO_AFD_14_9_LETTER_14_9_PILLAR",
-  "GST_VIDEO_AFD_14_9_TOP_ALIGNED",
-  "GST_VIDEO_AFD_16_9_LETTER_14_9_CENTER",
-  "GST_VIDEO_AFD_16_9_LETTER_16_9_FULL",
-  "GST_VIDEO_AFD_16_9_LETTER_4_3_CENTER",
-  "GST_VIDEO_AFD_16_9_TOP_ALIGNED",
-  "GST_VIDEO_AFD_4_3_FULL_14_9_CENTER",
-  "GST_VIDEO_AFD_4_3_FULL_16_9_FULL",
-  "GST_VIDEO_AFD_4_3_FULL_4_3_PILLAR",
-  "GST_VIDEO_AFD_GREATER_THAN_16_9",
-  "GST_VIDEO_AFD_META_API_TYPE",
-  "GST_VIDEO_AFD_META_INFO",
-  "GST_VIDEO_AFD_SPEC_ATSC_A53",
-  "GST_VIDEO_AFD_SPEC_DVB_ETSI",
-  "GST_VIDEO_AFD_SPEC_SMPTE_ST2016_1",
-  "GST_VIDEO_AFD_UNAVAILABLE",
-  "GST_VIDEO_AFFINE_TRANSFORMATION_META_API_TYPE",
-  "GST_VIDEO_AFFINE_TRANSFORMATION_META_INFO",
-  "GST_VIDEO_AGGREGATOR_CAST",
-  "GST_VIDEO_AGGREGATOR_PAD_CAST",
-  "GST_VIDEO_ALPHA_MODE_COPY",
-  "GST_VIDEO_ALPHA_MODE_MULT",
-  "GST_VIDEO_ALPHA_MODE_SET",
-  "GST_VIDEO_ANCILLARY_DID16",
-  "GST_VIDEO_ANCILLARY_DID16_S2016_3_AFD_BAR",
-  "GST_VIDEO_ANCILLARY_DID16_S334_EIA_608",
-  "GST_VIDEO_ANCILLARY_DID16_S334_EIA_708",
-  "GST_VIDEO_ANCILLARY_DID_CAMERA_POSITION",
-  "GST_VIDEO_ANCILLARY_DID_DELETION",
-  "GST_VIDEO_ANCILLARY_DID_HANC_3G_AUDIO_DATA_FIRST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_3G_AUDIO_DATA_LAST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_ERROR_DETECTION",
-  "GST_VIDEO_ANCILLARY_DID_HANC_HDTV_AUDIO_DATA_FIRST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_HDTV_AUDIO_DATA_LAST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_1_FIRST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_1_LAST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_2_FIRST",
-  "GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_2_LAST",
-  "GST_VIDEO_ANCILLARY_DID_UNDEFINED",
-  "GST_VIDEO_BAR_META_API_TYPE",
-  "GST_VIDEO_BAR_META_INFO",
-  "GST_VIDEO_BUFFER_FLAG_BOTTOM_FIELD",
-  "GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE",
-  "GST_VIDEO_BUFFER_FLAG_INTERLACED",
-  "GST_VIDEO_BUFFER_FLAG_LAST",
-  "GST_VIDEO_BUFFER_FLAG_MARKER",
-  "GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW",
-  "GST_VIDEO_BUFFER_FLAG_ONEFIELD",
-  "GST_VIDEO_BUFFER_FLAG_RFF",
-  "GST_VIDEO_BUFFER_FLAG_TFF",
-  "GST_VIDEO_BUFFER_FLAG_TOP_FIELD",
-  "GST_VIDEO_BUFFER_IS_BOTTOM_FIELD",
-  "GST_VIDEO_BUFFER_IS_TOP_FIELD",
-  "GST_VIDEO_BUFFER_POOL_CAST",
-  "GST_VIDEO_CAPS_MAKE",
-  "GST_VIDEO_CAPS_MAKE_WITH_FEATURES",
-  "GST_VIDEO_CAPTION_META_API_TYPE",
-  "GST_VIDEO_CAPTION_META_INFO",
-  "GST_VIDEO_CAPTION_TYPE_CEA608_RAW",
-  "GST_VIDEO_CAPTION_TYPE_CEA608_S334_1A",
-  "GST_VIDEO_CAPTION_TYPE_CEA708_CDP",
-  "GST_VIDEO_CAPTION_TYPE_CEA708_RAW",
-  "GST_VIDEO_CAPTION_TYPE_UNKNOWN",
-  "GST_VIDEO_CHROMA_FLAG_INTERLACED",
-  "GST_VIDEO_CHROMA_FLAG_NONE",
-  "GST_VIDEO_CHROMA_METHOD_LINEAR",
-  "GST_VIDEO_CHROMA_METHOD_NEAREST",
-  "GST_VIDEO_CHROMA_MODE_DOWNSAMPLE_ONLY",
-  "GST_VIDEO_CHROMA_MODE_FULL",
-  "GST_VIDEO_CHROMA_MODE_NONE",
-  "GST_VIDEO_CHROMA_MODE_UPSAMPLE_ONLY",
-  "GST_VIDEO_CHROMA_SITE_ALT_LINE",
-  "GST_VIDEO_CHROMA_SITE_COSITED",
-  "GST_VIDEO_CHROMA_SITE_DV",
-  "GST_VIDEO_CHROMA_SITE_H_COSITED",
-  "GST_VIDEO_CHROMA_SITE_JPEG",
-  "GST_VIDEO_CHROMA_SITE_MPEG2",
-  "GST_VIDEO_CHROMA_SITE_NONE",
-  "GST_VIDEO_CHROMA_SITE_UNKNOWN",
-  "GST_VIDEO_CHROMA_SITE_V_COSITED",
-  "GST_VIDEO_CODEC_ALPHA_META_API_TYPE",
-  "GST_VIDEO_CODEC_ALPHA_META_INFO",
-  "GST_VIDEO_CODEC_FRAME_FLAGS",
-  "GST_VIDEO_CODEC_FRAME_FLAG_CORRUPTED",
-  "GST_VIDEO_CODEC_FRAME_FLAG_DECODE_ONLY",
-  "GST_VIDEO_CODEC_FRAME_FLAG_FORCE_KEYFRAME",
-  "GST_VIDEO_CODEC_FRAME_FLAG_FORCE_KEYFRAME_HEADERS",
-  "GST_VIDEO_CODEC_FRAME_FLAG_IS_SET",
-  "GST_VIDEO_CODEC_FRAME_FLAG_SET",
-  "GST_VIDEO_CODEC_FRAME_FLAG_SYNC_POINT",
-  "GST_VIDEO_CODEC_FRAME_FLAG_UNSET",
-  "GST_VIDEO_CODEC_FRAME_IS_DECODE_ONLY",
-  "GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME",
-  "GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME_HEADERS",
-  "GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT",
-  "GST_VIDEO_CODEC_FRAME_SET_DECODE_ONLY",
-  "GST_VIDEO_CODEC_FRAME_SET_FORCE_KEYFRAME",
-  "GST_VIDEO_CODEC_FRAME_SET_FORCE_KEYFRAME_HEADERS",
-  "GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT",
-  "GST_VIDEO_CODEC_FRAME_UNSET_FORCE_KEYFRAME",
-  "GST_VIDEO_CODEC_FRAME_UNSET_FORCE_KEYFRAME_HEADERS",
-  "GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT",
-  "GST_VIDEO_COLORIMETRY_BT2020",
-  "GST_VIDEO_COLORIMETRY_BT2020_10",
-  "GST_VIDEO_COLORIMETRY_BT2100_HLG",
-  "GST_VIDEO_COLORIMETRY_BT2100_PQ",
-  "GST_VIDEO_COLORIMETRY_BT601",
-  "GST_VIDEO_COLORIMETRY_BT709",
-  "GST_VIDEO_COLORIMETRY_SMPTE240M",
-  "GST_VIDEO_COLORIMETRY_SRGB",
-  "GST_VIDEO_COLOR_MATRIX_BT2020",
-  "GST_VIDEO_COLOR_MATRIX_BT601",
-  "GST_VIDEO_COLOR_MATRIX_BT709",
-  "GST_VIDEO_COLOR_MATRIX_FCC",
-  "GST_VIDEO_COLOR_MATRIX_RGB",
-  "GST_VIDEO_COLOR_MATRIX_SMPTE240M",
-  "GST_VIDEO_COLOR_MATRIX_UNKNOWN",
-  "GST_VIDEO_COLOR_PRIMARIES_ADOBERGB",
-  "GST_VIDEO_COLOR_PRIMARIES_BT2020",
-  "GST_VIDEO_COLOR_PRIMARIES_BT470BG",
-  "GST_VIDEO_COLOR_PRIMARIES_BT470M",
-  "GST_VIDEO_COLOR_PRIMARIES_BT709",
-  "GST_VIDEO_COLOR_PRIMARIES_EBU3213",
-  "GST_VIDEO_COLOR_PRIMARIES_FILM",
-  "GST_VIDEO_COLOR_PRIMARIES_SMPTE170M",
-  "GST_VIDEO_COLOR_PRIMARIES_SMPTE240M",
-  "GST_VIDEO_COLOR_PRIMARIES_SMPTEEG432",
-  "GST_VIDEO_COLOR_PRIMARIES_SMPTERP431",
-  "GST_VIDEO_COLOR_PRIMARIES_SMPTEST428",
-  "GST_VIDEO_COLOR_PRIMARIES_UNKNOWN",
-  "GST_VIDEO_COLOR_RANGE_0_255",
-  "GST_VIDEO_COLOR_RANGE_16_235",
-  "GST_VIDEO_COLOR_RANGE_UNKNOWN",
-  "GST_VIDEO_COMP_A",
-  "GST_VIDEO_COMP_B",
-  "GST_VIDEO_COMP_G",
-  "GST_VIDEO_COMP_INDEX",
-  "GST_VIDEO_COMP_PALETTE",
-  "GST_VIDEO_COMP_R",
-  "GST_VIDEO_COMP_U",
-  "GST_VIDEO_COMP_V",
-  "GST_VIDEO_COMP_Y",
-  "GST_VIDEO_CONVERTER_OPT_ALPHA_MODE",
-  "GST_VIDEO_CONVERTER_OPT_ALPHA_VALUE",
-  "GST_VIDEO_CONVERTER_OPT_ASYNC_TASKS",
-  "GST_VIDEO_CONVERTER_OPT_BORDER_ARGB",
-  "GST_VIDEO_CONVERTER_OPT_CHROMA_MODE",
-  "GST_VIDEO_CONVERTER_OPT_CHROMA_RESAMPLER_METHOD",
-  "GST_VIDEO_CONVERTER_OPT_DEST_HEIGHT",
-  "GST_VIDEO_CONVERTER_OPT_DEST_WIDTH",
-  "GST_VIDEO_CONVERTER_OPT_DEST_X",
-  "GST_VIDEO_CONVERTER_OPT_DEST_Y",
-  "GST_VIDEO_CONVERTER_OPT_DITHER_METHOD",
-  "GST_VIDEO_CONVERTER_OPT_DITHER_QUANTIZATION",
-  "GST_VIDEO_CONVERTER_OPT_FILL_BORDER",
-  "GST_VIDEO_CONVERTER_OPT_GAMMA_MODE",
-  "GST_VIDEO_CONVERTER_OPT_MATRIX_MODE",
-  "GST_VIDEO_CONVERTER_OPT_PRIMARIES_MODE",
-  "GST_VIDEO_CONVERTER_OPT_RESAMPLER_METHOD",
-  "GST_VIDEO_CONVERTER_OPT_RESAMPLER_TAPS",
-  "GST_VIDEO_CONVERTER_OPT_SRC_HEIGHT",
-  "GST_VIDEO_CONVERTER_OPT_SRC_WIDTH",
-  "GST_VIDEO_CONVERTER_OPT_SRC_X",
-  "GST_VIDEO_CONVERTER_OPT_SRC_Y",
-  "GST_VIDEO_CONVERTER_OPT_THREADS",
-  "GST_VIDEO_CROP_META_API_TYPE",
-  "GST_VIDEO_CROP_META_INFO",
-  "GST_VIDEO_DECODER_CAST",
-  "GST_VIDEO_DECODER_ERROR",
-  "GST_VIDEO_DECODER_FLOW_NEED_DATA",
-  "GST_VIDEO_DECODER_INPUT_SEGMENT",
-  "GST_VIDEO_DECODER_MAX_ERRORS",
-  "GST_VIDEO_DECODER_OUTPUT_SEGMENT",
-  "GST_VIDEO_DECODER_REQUEST_SYNC_POINT_CORRUPT_OUTPUT",
-  "GST_VIDEO_DECODER_REQUEST_SYNC_POINT_DISCARD_INPUT",
-  "GST_VIDEO_DECODER_SINK_NAME",
-  "GST_VIDEO_DECODER_SINK_PAD",
-  "GST_VIDEO_DECODER_SRC_NAME",
-  "GST_VIDEO_DECODER_SRC_PAD",
-  "GST_VIDEO_DECODER_STREAM_LOCK",
-  "GST_VIDEO_DECODER_STREAM_UNLOCK",
-  "GST_VIDEO_DIRECTION_GET_INTERFACE",
-  "GST_VIDEO_DITHER_BAYER",
-  "GST_VIDEO_DITHER_FLAG_INTERLACED",
-  "GST_VIDEO_DITHER_FLAG_NONE",
-  "GST_VIDEO_DITHER_FLAG_QUANTIZE",
-  "GST_VIDEO_DITHER_FLOYD_STEINBERG",
-  "GST_VIDEO_DITHER_NONE",
-  "GST_VIDEO_DITHER_SIERRA_LITE",
-  "GST_VIDEO_DITHER_VERTERR",
-  "GST_VIDEO_DMA_DRM_CAPS_MAKE",
-  "GST_VIDEO_ENCODER_CAST",
-  "GST_VIDEO_ENCODER_FLOW_DROPPED",
-  "GST_VIDEO_ENCODER_FLOW_NEED_DATA",
-  "GST_VIDEO_ENCODER_INPUT_SEGMENT",
-  "GST_VIDEO_ENCODER_OUTPUT_SEGMENT",
-  "GST_VIDEO_ENCODER_SINK_NAME",
-  "GST_VIDEO_ENCODER_SINK_PAD",
-  "GST_VIDEO_ENCODER_SRC_NAME",
-  "GST_VIDEO_ENCODER_SRC_PAD",
-  "GST_VIDEO_ENCODER_STREAM_LOCK",
-  "GST_VIDEO_ENCODER_STREAM_UNLOCK",
-  "GST_VIDEO_FIELD_ORDER_BOTTOM_FIELD_FIRST",
-  "GST_VIDEO_FIELD_ORDER_TOP_FIELD_FIRST",
-  "GST_VIDEO_FIELD_ORDER_UNKNOWN",
-  "GST_VIDEO_FILTER_CAST",
-  "GST_VIDEO_FLAG_NONE",
-  "GST_VIDEO_FLAG_PREMULTIPLIED_ALPHA",
-  "GST_VIDEO_FLAG_VARIABLE_FPS",
-  "GST_VIDEO_FORMATS_ALL",
-  "GST_VIDEO_FORMATS_ALL_STR",
-  "GST_VIDEO_FORMATS_ANY",
-  "GST_VIDEO_FORMATS_ANY_STR",
-  "GST_VIDEO_FORMAT_A420",
-  "GST_VIDEO_FORMAT_A420_10BE",
-  "GST_VIDEO_FORMAT_A420_10LE",
-  "GST_VIDEO_FORMAT_A420_12BE",
-  "GST_VIDEO_FORMAT_A420_12LE",
-  "GST_VIDEO_FORMAT_A420_16BE",
-  "GST_VIDEO_FORMAT_A420_16LE",
-  "GST_VIDEO_FORMAT_A422",
-  "GST_VIDEO_FORMAT_A422_10BE",
-  "GST_VIDEO_FORMAT_A422_10LE",
-  "GST_VIDEO_FORMAT_A422_12BE",
-  "GST_VIDEO_FORMAT_A422_12LE",
-  "GST_VIDEO_FORMAT_A422_16BE",
-  "GST_VIDEO_FORMAT_A422_16LE",
-  "GST_VIDEO_FORMAT_A444",
-  "GST_VIDEO_FORMAT_A444_10BE",
-  "GST_VIDEO_FORMAT_A444_10LE",
-  "GST_VIDEO_FORMAT_A444_12BE",
-  "GST_VIDEO_FORMAT_A444_12LE",
-  "GST_VIDEO_FORMAT_A444_16BE",
-  "GST_VIDEO_FORMAT_A444_16LE",
-  "GST_VIDEO_FORMAT_ABGR",
-  "GST_VIDEO_FORMAT_ABGR64_BE",
-  "GST_VIDEO_FORMAT_ABGR64_LE",
-  "GST_VIDEO_FORMAT_ARGB",
-  "GST_VIDEO_FORMAT_ARGB64",
-  "GST_VIDEO_FORMAT_ARGB64_BE",
-  "GST_VIDEO_FORMAT_ARGB64_LE",
-  "GST_VIDEO_FORMAT_AV12",
-  "GST_VIDEO_FORMAT_AYUV",
-  "GST_VIDEO_FORMAT_AYUV64",
-  "GST_VIDEO_FORMAT_BGR",
-  "GST_VIDEO_FORMAT_BGR10A2_LE",
-  "GST_VIDEO_FORMAT_BGR15",
-  "GST_VIDEO_FORMAT_BGR16",
-  "GST_VIDEO_FORMAT_BGRA",
-  "GST_VIDEO_FORMAT_BGRA64_BE",
-  "GST_VIDEO_FORMAT_BGRA64_LE",
-  "GST_VIDEO_FORMAT_BGRP",
-  "GST_VIDEO_FORMAT_BGRx",
-  "GST_VIDEO_FORMAT_DMA_DRM",
-  "GST_VIDEO_FORMAT_ENCODED",
-  "GST_VIDEO_FORMAT_FLAG_ALPHA",
-  "GST_VIDEO_FORMAT_FLAG_COMPLEX",
-  "GST_VIDEO_FORMAT_FLAG_GRAY",
-  "GST_VIDEO_FORMAT_FLAG_LE",
-  "GST_VIDEO_FORMAT_FLAG_PALETTE",
-  "GST_VIDEO_FORMAT_FLAG_RGB",
-  "GST_VIDEO_FORMAT_FLAG_SUBTILES",
-  "GST_VIDEO_FORMAT_FLAG_TILED",
-  "GST_VIDEO_FORMAT_FLAG_UNPACK",
-  "GST_VIDEO_FORMAT_FLAG_YUV",
-  "GST_VIDEO_FORMAT_GBR",
-  "GST_VIDEO_FORMAT_GBRA",
-  "GST_VIDEO_FORMAT_GBRA_10BE",
-  "GST_VIDEO_FORMAT_GBRA_10LE",
-  "GST_VIDEO_FORMAT_GBRA_12BE",
-  "GST_VIDEO_FORMAT_GBRA_12LE",
-  "GST_VIDEO_FORMAT_GBR_10BE",
-  "GST_VIDEO_FORMAT_GBR_10LE",
-  "GST_VIDEO_FORMAT_GBR_12BE",
-  "GST_VIDEO_FORMAT_GBR_12LE",
-  "GST_VIDEO_FORMAT_GBR_16BE",
-  "GST_VIDEO_FORMAT_GBR_16LE",
-  "GST_VIDEO_FORMAT_GRAY10_LE32",
-  "GST_VIDEO_FORMAT_GRAY16_BE",
-  "GST_VIDEO_FORMAT_GRAY16_LE",
-  "GST_VIDEO_FORMAT_GRAY8",
-  "GST_VIDEO_FORMAT_I420",
-  "GST_VIDEO_FORMAT_I420_10BE",
-  "GST_VIDEO_FORMAT_I420_10LE",
-  "GST_VIDEO_FORMAT_I420_12BE",
-  "GST_VIDEO_FORMAT_I420_12LE",
-  "GST_VIDEO_FORMAT_I422_10BE",
-  "GST_VIDEO_FORMAT_I422_10LE",
-  "GST_VIDEO_FORMAT_I422_12BE",
-  "GST_VIDEO_FORMAT_I422_12LE",
-  "GST_VIDEO_FORMAT_INFO_BITS",
-  "GST_VIDEO_FORMAT_INFO_DATA",
-  "GST_VIDEO_FORMAT_INFO_DEPTH",
-  "GST_VIDEO_FORMAT_INFO_FLAGS",
-  "GST_VIDEO_FORMAT_INFO_FORMAT",
-  "GST_VIDEO_FORMAT_INFO_HAS_ALPHA",
-  "GST_VIDEO_FORMAT_INFO_HAS_PALETTE",
-  "GST_VIDEO_FORMAT_INFO_HAS_SUBTILES",
-  "GST_VIDEO_FORMAT_INFO_H_SUB",
-  "GST_VIDEO_FORMAT_INFO_IS_COMPLEX",
-  "GST_VIDEO_FORMAT_INFO_IS_GRAY",
-  "GST_VIDEO_FORMAT_INFO_IS_LE",
-  "GST_VIDEO_FORMAT_INFO_IS_RGB",
-  "GST_VIDEO_FORMAT_INFO_IS_TILED",
-  "GST_VIDEO_FORMAT_INFO_IS_VALID_RAW",
-  "GST_VIDEO_FORMAT_INFO_IS_YUV",
-  "GST_VIDEO_FORMAT_INFO_NAME",
-  "GST_VIDEO_FORMAT_INFO_N_COMPONENTS",
-  "GST_VIDEO_FORMAT_INFO_N_PLANES",
-  "GST_VIDEO_FORMAT_INFO_OFFSET",
-  "GST_VIDEO_FORMAT_INFO_PLANE",
-  "GST_VIDEO_FORMAT_INFO_POFFSET",
-  "GST_VIDEO_FORMAT_INFO_PSTRIDE",
-  "GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT",
-  "GST_VIDEO_FORMAT_INFO_SCALE_WIDTH",
-  "GST_VIDEO_FORMAT_INFO_SHIFT",
-  "GST_VIDEO_FORMAT_INFO_STRIDE",
-  "GST_VIDEO_FORMAT_INFO_TILE_HEIGHT",
-  "GST_VIDEO_FORMAT_INFO_TILE_HS",
-  "GST_VIDEO_FORMAT_INFO_TILE_MODE",
-  "GST_VIDEO_FORMAT_INFO_TILE_SIZE",
-  "GST_VIDEO_FORMAT_INFO_TILE_STRIDE",
-  "GST_VIDEO_FORMAT_INFO_TILE_WIDTH",
-  "GST_VIDEO_FORMAT_INFO_TILE_WS",
-  "GST_VIDEO_FORMAT_INFO_W_SUB",
-  "GST_VIDEO_FORMAT_IYU1",
-  "GST_VIDEO_FORMAT_IYU2",
-  "GST_VIDEO_FORMAT_MT2110R",
-  "GST_VIDEO_FORMAT_MT2110T",
-  "GST_VIDEO_FORMAT_NV12",
-  "GST_VIDEO_FORMAT_NV12_10BE_8L128",
-  "GST_VIDEO_FORMAT_NV12_10LE32",
-  "GST_VIDEO_FORMAT_NV12_10LE40",
-  "GST_VIDEO_FORMAT_NV12_10LE40_4L4",
-  "GST_VIDEO_FORMAT_NV12_16L32S",
-  "GST_VIDEO_FORMAT_NV12_32L32",
-  "GST_VIDEO_FORMAT_NV12_4L4",
-  "GST_VIDEO_FORMAT_NV12_64Z32",
-  "GST_VIDEO_FORMAT_NV12_8L128",
-  "GST_VIDEO_FORMAT_NV16",
-  "GST_VIDEO_FORMAT_NV16_10LE32",
-  "GST_VIDEO_FORMAT_NV21",
-  "GST_VIDEO_FORMAT_NV24",
-  "GST_VIDEO_FORMAT_NV61",
-  "GST_VIDEO_FORMAT_P010_10BE",
-  "GST_VIDEO_FORMAT_P010_10LE",
-  "GST_VIDEO_FORMAT_P012_BE",
-  "GST_VIDEO_FORMAT_P012_LE",
-  "GST_VIDEO_FORMAT_P016_BE",
-  "GST_VIDEO_FORMAT_P016_LE",
-  "GST_VIDEO_FORMAT_RBGA",
-  "GST_VIDEO_FORMAT_RGB",
-  "GST_VIDEO_FORMAT_RGB10A2_LE",
-  "GST_VIDEO_FORMAT_RGB15",
-  "GST_VIDEO_FORMAT_RGB16",
-  "GST_VIDEO_FORMAT_RGB8P",
-  "GST_VIDEO_FORMAT_RGBA",
-  "GST_VIDEO_FORMAT_RGBA64_BE",
-  "GST_VIDEO_FORMAT_RGBA64_LE",
-  "GST_VIDEO_FORMAT_RGBP",
-  "GST_VIDEO_FORMAT_RGBx",
-  "GST_VIDEO_FORMAT_UNKNOWN",
-  "GST_VIDEO_FORMAT_UYVP",
-  "GST_VIDEO_FORMAT_UYVY",
-  "GST_VIDEO_FORMAT_VUYA",
-  "GST_VIDEO_FORMAT_VYUY",
-  "GST_VIDEO_FORMAT_Y210",
-  "GST_VIDEO_FORMAT_Y212_BE",
-  "GST_VIDEO_FORMAT_Y212_LE",
-  "GST_VIDEO_FORMAT_Y410",
-  "GST_VIDEO_FORMAT_Y412_BE",
-  "GST_VIDEO_FORMAT_Y412_LE",
-  "GST_VIDEO_FORMAT_Y41B",
-  "GST_VIDEO_FORMAT_Y42B",
-  "GST_VIDEO_FORMAT_Y444",
-  "GST_VIDEO_FORMAT_Y444_10BE",
-  "GST_VIDEO_FORMAT_Y444_10LE",
-  "GST_VIDEO_FORMAT_Y444_12BE",
-  "GST_VIDEO_FORMAT_Y444_12LE",
-  "GST_VIDEO_FORMAT_Y444_16BE",
-  "GST_VIDEO_FORMAT_Y444_16LE",
-  "GST_VIDEO_FORMAT_YUV9",
-  "GST_VIDEO_FORMAT_YUY2",
-  "GST_VIDEO_FORMAT_YV12",
-  "GST_VIDEO_FORMAT_YVU9",
-  "GST_VIDEO_FORMAT_YVYU",
-  "GST_VIDEO_FORMAT_r210",
-  "GST_VIDEO_FORMAT_v210",
-  "GST_VIDEO_FORMAT_v216",
-  "GST_VIDEO_FORMAT_v308",
-  "GST_VIDEO_FORMAT_xBGR",
-  "GST_VIDEO_FORMAT_xRGB",
-  "GST_VIDEO_FPS_RANGE",
-  "GST_VIDEO_FRAME_COMP_DATA",
-  "GST_VIDEO_FRAME_COMP_DEPTH",
-  "GST_VIDEO_FRAME_COMP_HEIGHT",
-  "GST_VIDEO_FRAME_COMP_OFFSET",
-  "GST_VIDEO_FRAME_COMP_PLANE",
-  "GST_VIDEO_FRAME_COMP_POFFSET",
-  "GST_VIDEO_FRAME_COMP_PSTRIDE",
-  "GST_VIDEO_FRAME_COMP_STRIDE",
-  "GST_VIDEO_FRAME_COMP_WIDTH",
-  "GST_VIDEO_FRAME_FLAGS",
-  "GST_VIDEO_FRAME_FLAG_BOTTOM_FIELD",
-  "GST_VIDEO_FRAME_FLAG_FIRST_IN_BUNDLE",
-  "GST_VIDEO_FRAME_FLAG_INTERLACED",
-  "GST_VIDEO_FRAME_FLAG_IS_SET",
-  "GST_VIDEO_FRAME_FLAG_MULTIPLE_VIEW",
-  "GST_VIDEO_FRAME_FLAG_NONE",
-  "GST_VIDEO_FRAME_FLAG_ONEFIELD",
-  "GST_VIDEO_FRAME_FLAG_RFF",
-  "GST_VIDEO_FRAME_FLAG_TFF",
-  "GST_VIDEO_FRAME_FLAG_TOP_FIELD",
-  "GST_VIDEO_FRAME_FORMAT",
-  "GST_VIDEO_FRAME_HEIGHT",
-  "GST_VIDEO_FRAME_INIT",
-  "GST_VIDEO_FRAME_IS_BOTTOM_FIELD",
-  "GST_VIDEO_FRAME_IS_INTERLACED",
-  "GST_VIDEO_FRAME_IS_ONEFIELD",
-  "GST_VIDEO_FRAME_IS_RFF",
-  "GST_VIDEO_FRAME_IS_TFF",
-  "GST_VIDEO_FRAME_IS_TOP_FIELD",
-  "GST_VIDEO_FRAME_MAP_FLAG_LAST",
-  "GST_VIDEO_FRAME_MAP_FLAG_NO_REF",
-  "GST_VIDEO_FRAME_N_COMPONENTS",
-  "GST_VIDEO_FRAME_N_PLANES",
-  "GST_VIDEO_FRAME_PLANE_DATA",
-  "GST_VIDEO_FRAME_PLANE_OFFSET",
-  "GST_VIDEO_FRAME_PLANE_STRIDE",
-  "GST_VIDEO_FRAME_SIZE",
-  "GST_VIDEO_FRAME_WIDTH",
-  "GST_VIDEO_GAMMA_MODE_NONE",
-  "GST_VIDEO_GAMMA_MODE_REMAP",
-  "GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_FLIP",
-  "GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_NORMAL",
-  "GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP",
-  "GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL",
-  "GST_VIDEO_GL_TEXTURE_TYPE_LUMINANCE",
-  "GST_VIDEO_GL_TEXTURE_TYPE_LUMINANCE_ALPHA",
-  "GST_VIDEO_GL_TEXTURE_TYPE_R",
-  "GST_VIDEO_GL_TEXTURE_TYPE_RG",
-  "GST_VIDEO_GL_TEXTURE_TYPE_RGB",
-  "GST_VIDEO_GL_TEXTURE_TYPE_RGB16",
-  "GST_VIDEO_GL_TEXTURE_TYPE_RGBA",
-  "GST_VIDEO_GL_TEXTURE_UPLOAD_META_API_TYPE",
-  "GST_VIDEO_GL_TEXTURE_UPLOAD_META_INFO",
-  "GST_VIDEO_INFO_CHROMA_SITE",
-  "GST_VIDEO_INFO_COLORIMETRY",
-  "GST_VIDEO_INFO_COMP_DATA",
-  "GST_VIDEO_INFO_COMP_DEPTH",
-  "GST_VIDEO_INFO_COMP_HEIGHT",
-  "GST_VIDEO_INFO_COMP_OFFSET",
-  "GST_VIDEO_INFO_COMP_PLANE",
-  "GST_VIDEO_INFO_COMP_POFFSET",
-  "GST_VIDEO_INFO_COMP_PSTRIDE",
-  "GST_VIDEO_INFO_COMP_STRIDE",
-  "GST_VIDEO_INFO_COMP_WIDTH",
-  "GST_VIDEO_INFO_FIELD_HEIGHT",
-  "GST_VIDEO_INFO_FIELD_ORDER",
-  "GST_VIDEO_INFO_FIELD_RATE_N",
-  "GST_VIDEO_INFO_FLAGS",
-  "GST_VIDEO_INFO_FLAG_IS_SET",
-  "GST_VIDEO_INFO_FLAG_SET",
-  "GST_VIDEO_INFO_FLAG_UNSET",
-  "GST_VIDEO_INFO_FORMAT",
-  "GST_VIDEO_INFO_FPS_D",
-  "GST_VIDEO_INFO_FPS_N",
-  "GST_VIDEO_INFO_HAS_ALPHA",
-  "GST_VIDEO_INFO_HEIGHT",
-  "GST_VIDEO_INFO_INTERLACE_MODE",
-  "GST_VIDEO_INFO_IS_GRAY",
-  "GST_VIDEO_INFO_IS_INTERLACED",
-  "GST_VIDEO_INFO_IS_RGB",
-  "GST_VIDEO_INFO_IS_YUV",
-  "GST_VIDEO_INFO_MULTIVIEW_FLAGS",
-  "GST_VIDEO_INFO_MULTIVIEW_MODE",
-  "GST_VIDEO_INFO_NAME",
-  "GST_VIDEO_INFO_N_COMPONENTS",
-  "GST_VIDEO_INFO_N_PLANES",
-  "GST_VIDEO_INFO_PAR_D",
-  "GST_VIDEO_INFO_PAR_N",
-  "GST_VIDEO_INFO_PLANE_HEIGHT",
-  "GST_VIDEO_INFO_PLANE_OFFSET",
-  "GST_VIDEO_INFO_PLANE_STRIDE",
-  "GST_VIDEO_INFO_SIZE",
-  "GST_VIDEO_INFO_VIEWS",
-  "GST_VIDEO_INFO_WIDTH",
-  "GST_VIDEO_INTERLACE_MODE_ALTERNATE",
-  "GST_VIDEO_INTERLACE_MODE_FIELDS",
-  "GST_VIDEO_INTERLACE_MODE_INTERLEAVED",
-  "GST_VIDEO_INTERLACE_MODE_MIXED",
-  "GST_VIDEO_INTERLACE_MODE_PROGRESSIVE",
-  "GST_VIDEO_MATRIX_MODE_FULL",
-  "GST_VIDEO_MATRIX_MODE_INPUT_ONLY",
-  "GST_VIDEO_MATRIX_MODE_NONE",
-  "GST_VIDEO_MATRIX_MODE_OUTPUT_ONLY",
-  "GST_VIDEO_MAX_COMPONENTS",
-  "GST_VIDEO_MAX_PLANES",
-  "GST_VIDEO_META_API_TYPE",
-  "GST_VIDEO_META_INFO",
-  "GST_VIDEO_META_TRANSFORM_IS_SCALE",
-  "GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT",
-  "GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLIPPED",
-  "GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLOPPED",
-  "GST_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO",
-  "GST_VIDEO_MULTIVIEW_FLAGS_NONE",
-  "GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLIPPED",
-  "GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLOPPED",
-  "GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_CHECKERBOARD",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_COLUMN_INTERLEAVED",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_LEFT",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_MONO",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_NONE",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_RIGHT",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_ROW_INTERLEAVED",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE_QUINCUNX",
-  "GST_VIDEO_MULTIVIEW_FRAME_PACKING_TOP_BOTTOM",
-  "GST_VIDEO_MULTIVIEW_MAX_FRAME_PACKING",
-  "GST_VIDEO_MULTIVIEW_META_API_TYPE",
-  "GST_VIDEO_MULTIVIEW_META_INFO",
-  "GST_VIDEO_MULTIVIEW_MODE_CHECKERBOARD",
-  "GST_VIDEO_MULTIVIEW_MODE_COLUMN_INTERLEAVED",
-  "GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME",
-  "GST_VIDEO_MULTIVIEW_MODE_LEFT",
-  "GST_VIDEO_MULTIVIEW_MODE_MONO",
-  "GST_VIDEO_MULTIVIEW_MODE_MULTIVIEW_FRAME_BY_FRAME",
-  "GST_VIDEO_MULTIVIEW_MODE_NONE",
-  "GST_VIDEO_MULTIVIEW_MODE_RIGHT",
-  "GST_VIDEO_MULTIVIEW_MODE_ROW_INTERLEAVED",
-  "GST_VIDEO_MULTIVIEW_MODE_SEPARATED",
-  "GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE",
-  "GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX",
-  "GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM",
-  "GST_VIDEO_NE",
-  "GST_VIDEO_OE",
-  "GST_VIDEO_ORIENTATION_180",
-  "GST_VIDEO_ORIENTATION_90L",
-  "GST_VIDEO_ORIENTATION_90R",
-  "GST_VIDEO_ORIENTATION_AUTO",
-  "GST_VIDEO_ORIENTATION_CUSTOM",
-  "GST_VIDEO_ORIENTATION_GET_INTERFACE",
-  "GST_VIDEO_ORIENTATION_HORIZ",
-  "GST_VIDEO_ORIENTATION_IDENTITY",
-  "GST_VIDEO_ORIENTATION_UL_LR",
-  "GST_VIDEO_ORIENTATION_UR_LL",
-  "GST_VIDEO_ORIENTATION_VERT",
-  "GST_VIDEO_OVERLAY_COMPOSITION",
-  "GST_VIDEO_OVERLAY_COMPOSITION_BLEND_FORMATS",
-  "GST_VIDEO_OVERLAY_COMPOSITION_CAST",
-  "GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_RGB",
-  "GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_YUV",
-  "GST_VIDEO_OVERLAY_COMPOSITION_META_API_TYPE",
-  "GST_VIDEO_OVERLAY_COMPOSITION_META_INFO",
-  "GST_VIDEO_OVERLAY_FORMAT_FLAG_GLOBAL_ALPHA",
-  "GST_VIDEO_OVERLAY_FORMAT_FLAG_NONE",
-  "GST_VIDEO_OVERLAY_FORMAT_FLAG_PREMULTIPLIED_ALPHA",
-  "GST_VIDEO_OVERLAY_GET_INTERFACE",
-  "GST_VIDEO_OVERLAY_RECTANGLE",
-  "GST_VIDEO_OVERLAY_RECTANGLE_CAST",
-  "GST_VIDEO_PACK_FLAG_INTERLACED",
-  "GST_VIDEO_PACK_FLAG_NONE",
-  "GST_VIDEO_PACK_FLAG_TRUNCATE_RANGE",
-  "GST_VIDEO_PRIMARIES_MODE_FAST",
-  "GST_VIDEO_PRIMARIES_MODE_MERGE_ONLY",
-  "GST_VIDEO_PRIMARIES_MODE_NONE",
-  "GST_VIDEO_REGION_OF_INTEREST_META_API_TYPE",
-  "GST_VIDEO_REGION_OF_INTEREST_META_INFO",
-  "GST_VIDEO_RESAMPLER_FLAG_HALF_TAPS",
-  "GST_VIDEO_RESAMPLER_FLAG_NONE",
-  "GST_VIDEO_RESAMPLER_METHOD_CUBIC",
-  "GST_VIDEO_RESAMPLER_METHOD_LANCZOS",
-  "GST_VIDEO_RESAMPLER_METHOD_LINEAR",
-  "GST_VIDEO_RESAMPLER_METHOD_NEAREST",
-  "GST_VIDEO_RESAMPLER_METHOD_SINC",
-  "GST_VIDEO_RESAMPLER_OPT_CUBIC_B",
-  "GST_VIDEO_RESAMPLER_OPT_CUBIC_C",
-  "GST_VIDEO_RESAMPLER_OPT_ENVELOPE",
-  "GST_VIDEO_RESAMPLER_OPT_MAX_TAPS",
-  "GST_VIDEO_RESAMPLER_OPT_SHARPEN",
-  "GST_VIDEO_RESAMPLER_OPT_SHARPNESS",
-  "GST_VIDEO_SCALER_FLAG_INTERLACED",
-  "GST_VIDEO_SCALER_FLAG_NONE",
-  "GST_VIDEO_SCALER_OPT_DITHER_METHOD",
-  "GST_VIDEO_SEI_USER_DATA_UNREGISTERED_META_API_TYPE",
-  "GST_VIDEO_SEI_USER_DATA_UNREGISTERED_META_INFO",
-  "GST_VIDEO_SINK_CAST",
-  "GST_VIDEO_SINK_HEIGHT",
-  "GST_VIDEO_SINK_PAD",
-  "GST_VIDEO_SINK_WIDTH",
-  "GST_VIDEO_SIZE_RANGE",
-  "GST_VIDEO_SUB_SCALE",
-  "GST_VIDEO_TILE_MAKE_MODE",
-  "GST_VIDEO_TILE_MAKE_STRIDE",
-  "GST_VIDEO_TILE_MODE_IS_INDEXED",
-  "GST_VIDEO_TILE_MODE_LINEAR",
-  "GST_VIDEO_TILE_MODE_TYPE",
-  "GST_VIDEO_TILE_MODE_UNKNOWN",
-  "GST_VIDEO_TILE_MODE_ZFLIPZ_2X2",
-  "GST_VIDEO_TILE_TYPE_INDEXED",
-  "GST_VIDEO_TILE_TYPE_MASK",
-  "GST_VIDEO_TILE_TYPE_SHIFT",
-  "GST_VIDEO_TILE_X_TILES",
-  "GST_VIDEO_TILE_X_TILES_MASK",
-  "GST_VIDEO_TILE_Y_TILES",
-  "GST_VIDEO_TILE_Y_TILES_SHIFT",
-  "GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME",
-  "GST_VIDEO_TIME_CODE_FLAGS_INTERLACED",
-  "GST_VIDEO_TIME_CODE_FLAGS_NONE",
-  "GST_VIDEO_TIME_CODE_INIT",
-  "GST_VIDEO_TIME_CODE_META_API_TYPE",
-  "GST_VIDEO_TIME_CODE_META_INFO",
-  "GST_VIDEO_TRANSFER_ADOBERGB",
-  "GST_VIDEO_TRANSFER_ARIB_STD_B67",
-  "GST_VIDEO_TRANSFER_BT2020_10",
-  "GST_VIDEO_TRANSFER_BT2020_12",
-  "GST_VIDEO_TRANSFER_BT601",
-  "GST_VIDEO_TRANSFER_BT709",
-  "GST_VIDEO_TRANSFER_GAMMA10",
-  "GST_VIDEO_TRANSFER_GAMMA18",
-  "GST_VIDEO_TRANSFER_GAMMA20",
-  "GST_VIDEO_TRANSFER_GAMMA22",
-  "GST_VIDEO_TRANSFER_GAMMA28",
-  "GST_VIDEO_TRANSFER_LOG100",
-  "GST_VIDEO_TRANSFER_LOG316",
-  "GST_VIDEO_TRANSFER_SMPTE2084",
-  "GST_VIDEO_TRANSFER_SMPTE240M",
-  "GST_VIDEO_TRANSFER_SRGB",
-  "GST_VIDEO_TRANSFER_UNKNOWN",
-  "GST_VIDEO_VBI_PARSER_RESULT_DONE",
-  "GST_VIDEO_VBI_PARSER_RESULT_ERROR",
-  "GST_VIDEO_VBI_PARSER_RESULT_OK",
-  "GST_VP8_DECODER_CAST",
-  "GST_VP8_PARSER_BROKEN_DATA",
-  "GST_VP8_PARSER_ERROR",
-  "GST_VP8_PARSER_OK",
-  "GST_VP8_PICTURE",
-  "GST_VP8_PICTURE_CAST",
-  "GST_VP9_BIT_DEPTH_10",
-  "GST_VP9_BIT_DEPTH_12",
-  "GST_VP9_BIT_DEPTH_8",
-  "GST_VP9_BLOCK_SIZE_GROUPS",
-  "GST_VP9_CLASS0_SIZE",
-  "GST_VP9_COMP_MODE_CONTEXTS",
-  "GST_VP9_CR_FULL",
-  "GST_VP9_CR_LIMITED",
-  "GST_VP9_CS_BT_2020",
-  "GST_VP9_CS_BT_601",
-  "GST_VP9_CS_BT_709",
-  "GST_VP9_CS_RESERVED_2",
-  "GST_VP9_CS_SMPTE_170",
-  "GST_VP9_CS_SMPTE_240",
-  "GST_VP9_CS_SRGB",
-  "GST_VP9_CS_UNKNOWN",
-  "GST_VP9_DECODER_CAST",
-  "GST_VP9_INTERPOLATION_FILTER_BILINEAR",
-  "GST_VP9_INTERPOLATION_FILTER_EIGHTTAP",
-  "GST_VP9_INTERPOLATION_FILTER_EIGHTTAP_SHARP",
-  "GST_VP9_INTERPOLATION_FILTER_EIGHTTAP_SMOOTH",
-  "GST_VP9_INTERPOLATION_FILTER_SWITCHABLE",
-  "GST_VP9_INTERP_FILTER_CONTEXTS",
-  "GST_VP9_INTER_FRAME",
-  "GST_VP9_INTER_MODES",
-  "GST_VP9_INTER_MODE_CONTEXTS",
-  "GST_VP9_INTRA_MODES",
-  "GST_VP9_IS_INTER_CONTEXTS",
-  "GST_VP9_KEY_FRAME",
-  "GST_VP9_MV_CLASSES",
-  "GST_VP9_MV_FR_SIZE",
-  "GST_VP9_MV_JOINTS",
-  "GST_VP9_MV_OFFSET_BITS",
-  "GST_VP9_PARSER_BROKEN_DATA",
-  "GST_VP9_PARSER_ERROR",
-  "GST_VP9_PARSER_OK",
-  "GST_VP9_PARTITION_CONTEXTS",
-  "GST_VP9_PARTITION_TYPES",
-  "GST_VP9_PICTURE",
-  "GST_VP9_PICTURE_CAST",
-  "GST_VP9_PROFILE_0",
-  "GST_VP9_PROFILE_1",
-  "GST_VP9_PROFILE_2",
-  "GST_VP9_PROFILE_3",
-  "GST_VP9_PROFILE_UNDEFINED",
-  "GST_VP9_REFERENCE_MODE_COMPOUND_REFERENCE",
-  "GST_VP9_REFERENCE_MODE_SELECT",
-  "GST_VP9_REFERENCE_MODE_SINGLE_REFERENCE",
-  "GST_VP9_REF_CONTEXTS",
-  "GST_VP9_REF_FRAME_ALTREF",
-  "GST_VP9_REF_FRAME_GOLDEN",
-  "GST_VP9_REF_FRAME_INTRA",
-  "GST_VP9_REF_FRAME_LAST",
-  "GST_VP9_REF_FRAME_MAX",
-  "GST_VP9_SEG_LVL_ALT_L",
-  "GST_VP9_SEG_LVL_ALT_Q",
-  "GST_VP9_SEG_LVL_MAX",
-  "GST_VP9_SEG_LVL_REF_FRAME",
-  "GST_VP9_SEG_SEG_LVL_SKIP",
-  "GST_VP9_SKIP_CONTEXTS",
-  "GST_VP9_SWITCHABLE_FILTERS",
-  "GST_VP9_TX_16x16",
-  "GST_VP9_TX_32x32",
-  "GST_VP9_TX_4x4",
-  "GST_VP9_TX_8x8",
-  "GST_VP9_TX_MODES",
-  "GST_VP9_TX_MODE_ALLOW_16x16",
-  "GST_VP9_TX_MODE_ALLOW_32x32",
-  "GST_VP9_TX_MODE_ALLOW_8x8",
-  "GST_VP9_TX_MODE_ONLY_4x4",
-  "GST_VP9_TX_MODE_SELECT",
-  "GST_VP9_TX_SIZES",
-  "GST_VP9_TX_SIZE_CONTEXTS",
-  "GST_VULKAN_BARRIER_FLAG_NONE",
-  "GST_VULKAN_BARRIER_NONE",
-  "GST_VULKAN_BARRIER_TYPE_BUFFER",
-  "GST_VULKAN_BARRIER_TYPE_IMAGE",
-  "GST_VULKAN_BARRIER_TYPE_MEMORY",
-  "GST_VULKAN_BUFFER_MEMORY_ALLOCATOR_CAST",
-  "GST_VULKAN_BUFFER_MEMORY_ALLOCATOR_NAME",
-  "GST_VULKAN_BUFFER_POOL_CAST",
-  "GST_VULKAN_DEVICE_CONTEXT_TYPE_STR",
-  "GST_VULKAN_DISPLAY_CAST",
-  "GST_VULKAN_DISPLAY_CONTEXT_TYPE_STR",
-  "GST_VULKAN_DISPLAY_TYPE_ANDROID",
-  "GST_VULKAN_DISPLAY_TYPE_ANY",
-  "GST_VULKAN_DISPLAY_TYPE_COCOA",
-  "GST_VULKAN_DISPLAY_TYPE_IOS",
-  "GST_VULKAN_DISPLAY_TYPE_NONE",
-  "GST_VULKAN_DISPLAY_TYPE_WAYLAND",
-  "GST_VULKAN_DISPLAY_TYPE_WIN32",
-  "GST_VULKAN_DISPLAY_TYPE_XCB",
-  "GST_VULKAN_DISPLAY_WAYLAND_CAST",
-  "GST_VULKAN_DISPLAY_WAYLAND_DISPLAY",
-  "GST_VULKAN_DISPLAY_XCB_CAST",
-  "GST_VULKAN_DISPLAY_XCB_CONNECTION",
-  "GST_VULKAN_DISPLAY_XCB_ROOT_WINDOW",
-  "GST_VULKAN_DISPLAY_XCB_SCREEN",
-  "GST_VULKAN_ERROR",
-  "GST_VULKAN_EXTENT2D_ARGS",
-  "GST_VULKAN_EXTENT2D_FORMAT",
-  "GST_VULKAN_EXTENT3D_ARGS",
-  "GST_VULKAN_EXTENT3D_FORMAT",
-  "GST_VULKAN_FAILED",
-  "GST_VULKAN_FENCE_CAST",
-  "GST_VULKAN_FENCE_FENCE",
-  "GST_VULKAN_FORMAT_FLAG_ALPHA",
-  "GST_VULKAN_FORMAT_FLAG_COMPLEX",
-  "GST_VULKAN_FORMAT_FLAG_LE",
-  "GST_VULKAN_FORMAT_FLAG_RGB",
-  "GST_VULKAN_FORMAT_FLAG_YUV",
-  "GST_VULKAN_FORMAT_SCALING_SINT",
-  "GST_VULKAN_FORMAT_SCALING_SNORM",
-  "GST_VULKAN_FORMAT_SCALING_SRGB",
-  "GST_VULKAN_FORMAT_SCALING_SSCALED",
-  "GST_VULKAN_FORMAT_SCALING_UINT",
-  "GST_VULKAN_FORMAT_SCALING_UNORM",
-  "GST_VULKAN_FORMAT_SCALING_USCALED",
-  "GST_VULKAN_HANDLE_POOL_CAST",
-  "GST_VULKAN_HANDLE_TYPE_DESCRIPTOR_SET_LAYOUT",
-  "GST_VULKAN_HANDLE_TYPE_FRAMEBUFFER",
-  "GST_VULKAN_HANDLE_TYPE_PIPELINE",
-  "GST_VULKAN_HANDLE_TYPE_PIPELINE_LAYOUT",
-  "GST_VULKAN_HANDLE_TYPE_RENDER_PASS",
-  "GST_VULKAN_HANDLE_TYPE_SAMPLER",
-  "GST_VULKAN_HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION",
-  "GST_VULKAN_HANDLE_TYPE_SHADER",
-  "GST_VULKAN_HANDLE_TYPE_VIDEO_SESSION",
-  "GST_VULKAN_HANDLE_TYPE_VIDEO_SESSION_PARAMETERS",
-  "GST_VULKAN_IMAGE_BUFFER_POOL_CAST",
-  "GST_VULKAN_IMAGE_MEMORY_ALLOCATOR_CAST",
-  "GST_VULKAN_IMAGE_MEMORY_ALLOCATOR_NAME",
-  "GST_VULKAN_INSTANCE_CONTEXT_TYPE_STR",
-  "GST_VULKAN_MAX_COMPONENTS",
-  "GST_VULKAN_MEMORY_ALLOCATOR_CAST",
-  "GST_VULKAN_MEMORY_ALLOCATOR_NAME",
-  "GST_VULKAN_NON_DISPATCHABLE_HANDLE_FORMAT",
-  "GST_VULKAN_QUEUE_CONTEXT_TYPE_STR",
-  "GST_VULKAN_SWAPPER_VIDEO_FORMATS",
-  "GST_VULKAN_VIDEO_OPERATION_DECODE",
-  "GST_VULKAN_VIDEO_OPERATION_ENCODE",
-  "GST_VULKAN_VIDEO_OPERATION_UNKNOWN",
-  "GST_VULKAN_WINDOW_ERROR",
-  "GST_VULKAN_WINDOW_ERROR_FAILED",
-  "GST_VULKAN_WINDOW_ERROR_OLD_LIBS",
-  "GST_VULKAN_WINDOW_ERROR_RESOURCE_UNAVAILABLE",
-  "GST_VULKAN_WINDOW_GET_LOCK",
-  "GST_VULKAN_WINDOW_LOCK",
-  "GST_VULKAN_WINDOW_UNLOCK",
-  "GST_WARNING",
-  "GST_WARNING_ID",
-  "GST_WARNING_OBJECT",
-  "GST_WEBRTC_API",
-  "GST_WEBRTC_BUNDLE_POLICY_BALANCED",
-  "GST_WEBRTC_BUNDLE_POLICY_MAX_BUNDLE",
-  "GST_WEBRTC_BUNDLE_POLICY_MAX_COMPAT",
-  "GST_WEBRTC_BUNDLE_POLICY_NONE",
-  "GST_WEBRTC_DATA_CHANNEL_LOCK",
-  "GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED",
-  "GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING",
-  "GST_WEBRTC_DATA_CHANNEL_STATE_CONNECTING",
-  "GST_WEBRTC_DATA_CHANNEL_STATE_NEW",
-  "GST_WEBRTC_DATA_CHANNEL_STATE_OPEN",
-  "GST_WEBRTC_DATA_CHANNEL_UNLOCK",
-  "GST_WEBRTC_DTLS_SETUP_ACTIVE",
-  "GST_WEBRTC_DTLS_SETUP_ACTPASS",
-  "GST_WEBRTC_DTLS_SETUP_NONE",
-  "GST_WEBRTC_DTLS_SETUP_PASSIVE",
-  "GST_WEBRTC_DTLS_TRANSPORT_STATE_CLOSED",
-  "GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTED",
-  "GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTING",
-  "GST_WEBRTC_DTLS_TRANSPORT_STATE_FAILED",
-  "GST_WEBRTC_DTLS_TRANSPORT_STATE_NEW",
-  "GST_WEBRTC_ERROR",
-  "GST_WEBRTC_ERROR_DATA_CHANNEL_FAILURE",
-  "GST_WEBRTC_ERROR_DTLS_FAILURE",
-  "GST_WEBRTC_ERROR_ENCODER_ERROR",
-  "GST_WEBRTC_ERROR_FINGERPRINT_FAILURE",
-  "GST_WEBRTC_ERROR_HARDWARE_ENCODER_NOT_AVAILABLE",
-  "GST_WEBRTC_ERROR_INTERNAL_FAILURE",
-  "GST_WEBRTC_ERROR_INVALID_MODIFICATION",
-  "GST_WEBRTC_ERROR_INVALID_STATE",
-  "GST_WEBRTC_ERROR_SCTP_FAILURE",
-  "GST_WEBRTC_ERROR_SDP_SYNTAX_ERROR",
-  "GST_WEBRTC_ERROR_TYPE_ERROR",
-  "GST_WEBRTC_FEC_TYPE_NONE",
-  "GST_WEBRTC_FEC_TYPE_ULP_RED",
-  "GST_WEBRTC_ICE_COMPONENT_RTCP",
-  "GST_WEBRTC_ICE_COMPONENT_RTP",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_CHECKING",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_CLOSED",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_COMPLETED",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_CONNECTED",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_DISCONNECTED",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_FAILED",
-  "GST_WEBRTC_ICE_CONNECTION_STATE_NEW",
-  "GST_WEBRTC_ICE_GATHERING_STATE_COMPLETE",
-  "GST_WEBRTC_ICE_GATHERING_STATE_GATHERING",
-  "GST_WEBRTC_ICE_GATHERING_STATE_NEW",
-  "GST_WEBRTC_ICE_ROLE_CONTROLLED",
-  "GST_WEBRTC_ICE_ROLE_CONTROLLING",
-  "GST_WEBRTC_ICE_TRANSPORT_POLICY_ALL",
-  "GST_WEBRTC_ICE_TRANSPORT_POLICY_RELAY",
-  "GST_WEBRTC_KIND_AUDIO",
-  "GST_WEBRTC_KIND_UNKNOWN",
-  "GST_WEBRTC_KIND_VIDEO",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_CLOSED",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_CONNECTED",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_CONNECTING",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_DISCONNECTED",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_FAILED",
-  "GST_WEBRTC_PEER_CONNECTION_STATE_NEW",
-  "GST_WEBRTC_PRIORITY_TYPE_HIGH",
-  "GST_WEBRTC_PRIORITY_TYPE_LOW",
-  "GST_WEBRTC_PRIORITY_TYPE_MEDIUM",
-  "GST_WEBRTC_PRIORITY_TYPE_VERY_LOW",
-  "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_INACTIVE",
-  "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_NONE",
-  "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_RECVONLY",
-  "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_SENDONLY",
-  "GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_SENDRECV",
-  "GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED",
-  "GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTED",
-  "GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTING",
-  "GST_WEBRTC_SCTP_TRANSPORT_STATE_NEW",
-  "GST_WEBRTC_SDP_TYPE_ANSWER",
-  "GST_WEBRTC_SDP_TYPE_OFFER",
-  "GST_WEBRTC_SDP_TYPE_PRANSWER",
-  "GST_WEBRTC_SDP_TYPE_ROLLBACK",
-  "GST_WEBRTC_SIGNALING_STATE_CLOSED",
-  "GST_WEBRTC_SIGNALING_STATE_HAVE_LOCAL_OFFER",
-  "GST_WEBRTC_SIGNALING_STATE_HAVE_LOCAL_PRANSWER",
-  "GST_WEBRTC_SIGNALING_STATE_HAVE_REMOTE_OFFER",
-  "GST_WEBRTC_SIGNALING_STATE_HAVE_REMOTE_PRANSWER",
-  "GST_WEBRTC_SIGNALING_STATE_STABLE",
-  "GST_WEBRTC_STATS_CANDIDATE_PAIR",
-  "GST_WEBRTC_STATS_CERTIFICATE",
-  "GST_WEBRTC_STATS_CODEC",
-  "GST_WEBRTC_STATS_CSRC",
-  "GST_WEBRTC_STATS_DATA_CHANNEL",
-  "GST_WEBRTC_STATS_INBOUND_RTP",
-  "GST_WEBRTC_STATS_LOCAL_CANDIDATE",
-  "GST_WEBRTC_STATS_OUTBOUND_RTP",
-  "GST_WEBRTC_STATS_PEER_CONNECTION",
-  "GST_WEBRTC_STATS_REMOTE_CANDIDATE",
-  "GST_WEBRTC_STATS_REMOTE_INBOUND_RTP",
-  "GST_WEBRTC_STATS_REMOTE_OUTBOUND_RTP",
-  "GST_WEBRTC_STATS_STREAM",
-  "GST_WEBRTC_STATS_TRANSPORT",
-  "GST_WRITE_UINT16_BE",
-  "GST_WRITE_UINT16_LE",
-  "GST_WRITE_UINT24_BE",
-  "GST_WRITE_UINT24_LE",
-  "GST_WRITE_UINT32_BE",
-  "GST_WRITE_UINT32_LE",
-  "GST_WRITE_UINT64_BE",
-  "GST_WRITE_UINT64_LE",
-  "GST_WRITE_UINT8",
-  "GStreamer-all-gst-plugins",
-  "G_LOG_CRITICAL",
-  "G_LOG_ISSUE",
-  "G_LOG_WARNING",
-  "Gst3GPPMux",
-  "Gst3GPPMux!audio_%u",
-  "Gst3GPPMux!src",
-  "Gst3GPPMux!subtitle_%u",
-  "Gst3GPPMux!video_%u",
-  "Gst3GPPMux:streamable",
-  "GstA2dpSink",
-  "GstA2dpSink!sink",
-  "GstA2dpSink:auto-connect",
-  "GstA2dpSink:device",
-  "GstA2dpSink:transport",
-  "GstA52Dec",
-  "GstA52Dec!sink",
-  "GstA52Dec!src",
-  "GstA52Dec:drc",
-  "GstA52Dec:lfe",
-  "GstA52Dec:mode",
-  "GstA52DecMode",
-  "GstA52DecMode::2f1r",
-  "GstA52DecMode::2f2r",
-  "GstA52DecMode::3f",
-  "GstA52DecMode::3f1r",
-  "GstA52DecMode::3f2r",
-  "GstA52DecMode::dolby",
-  "GstA52DecMode::mono",
-  "GstA52DecMode::stereo",
-  "GstAASink",
-  "GstAASink!sink",
-  "GstAASink:brightness",
-  "GstAASink:contrast",
-  "GstAASink:dither",
-  "GstAASink:driver",
-  "GstAASink:frame-time",
-  "GstAASink:frames-displayed",
-  "GstAASink:gamma",
-  "GstAASink:height",
-  "GstAASink:inversion",
-  "GstAASink:randomval",
-  "GstAASink:width",
-  "GstAASinkDitherers",
-  "GstAASinkDitherers::error-distribution",
-  "GstAASinkDitherers::floyd-steelberg-dithering",
-  "GstAASinkDitherers::no-dithering",
-  "GstAASinkDrivers",
-  "GstAASinkDrivers::curses",
-  "GstAASinkDrivers::linux",
-  "GstAASinkDrivers::slang",
-  "GstAASinkDrivers::stderr",
-  "GstAASinkDrivers::stdout",
-  "GstAASinkDrivers::x11",
-  "GstAATv",
-  "GstAATv!sink",
-  "GstAATv!src",
-  "GstAATv:brightness",
-  "GstAATv:brightness-actual",
-  "GstAATv:brightness-auto",
-  "GstAATv:brightness-max",
-  "GstAATv:brightness-min",
-  "GstAATv:color-background",
-  "GstAATv:color-rain",
-  "GstAATv:color-rain-bold",
-  "GstAATv:color-rain-dim",
-  "GstAATv:color-rain-normal",
-  "GstAATv:color-text",
-  "GstAATv:color-text-bold",
-  "GstAATv:color-text-dim",
-  "GstAATv:color-text-normal",
-  "GstAATv:contrast",
-  "GstAATv:dither",
-  "GstAATv:font",
-  "GstAATv:gamma",
-  "GstAATv:height",
-  "GstAATv:rain-delay-max",
-  "GstAATv:rain-delay-min",
-  "GstAATv:rain-length-max",
-  "GstAATv:rain-length-min",
-  "GstAATv:rain-mode",
-  "GstAATv:rain-spawn-rate",
-  "GstAATv:randomval",
-  "GstAATv:width",
-  "GstAATvDitherers",
-  "GstAATvDitherers::error-distribution",
-  "GstAATvDitherers::floyd-steelberg-dithering",
-  "GstAATvDitherers::no-dithering",
-  "GstAATvFonts",
-  "GstAATvFonts::Adobe-courier",
-  "GstAATvFonts::Font-8x8-from-vgagl",
-  "GstAATvFonts::Standard-X-8x16-font",
-  "GstAATvFonts::Standard-mda/vga-8x14-font",
-  "GstAATvFonts::Standard-vga-8x16-font",
-  "GstAATvFonts::Standard-vga-8x8-font",
-  "GstAATvFonts::Standard-vga-8x9-font",
-  "GstAATvFonts::X-8x13-font",
-  "GstAATvFonts::X-8x13bold-font",
-  "GstAATvFonts::line-Font-8x8",
-  "GstAATvRainModes",
-  "GstAATvRainModes::down",
-  "GstAATvRainModes::left",
-  "GstAATvRainModes::none",
-  "GstAATvRainModes::right",
-  "GstAATvRainModes::up",
-  "GstADPCMEncLayout",
-  "GstADPCMEncLayout::dvi",
-  "GstALawDec",
-  "GstALawDec!sink",
-  "GstALawDec!src",
-  "GstALawEnc",
-  "GstALawEnc!sink",
-  "GstALawEnc!src",
-  "GstARGBControlBinding",
-  "GstARGBControlBinding.parent",
-  "GstARGBControlBinding:control-source-a",
-  "GstARGBControlBinding:control-source-b",
-  "GstARGBControlBinding:control-source-g",
-  "GstARGBControlBinding:control-source-r",
-  "GstARGBControlBindingClass.parent_class",
-  "GstASFDemux",
-  "GstASFDemux!audio_%u",
-  "GstASFDemux!sink",
-  "GstASFDemux!video_%u",
-  "GstATDec!sink",
-  "GstATDec!src",
-  "GstATSCMux",
-  "GstATSCMux!sink_%d",
-  "GstATSCMux!src",
-  "GstAV12json!sink",
-  "GstAV12json!src",
-  "GstAV1BitWriterResult",
-  "GstAV1CDEFParams",
-  "GstAV1ChromaSamplePositions",
-  "GstAV1ColorConfig",
-  "GstAV1ColorPrimaries",
-  "GstAV1Dec",
-  "GstAV1Dec!sink",
-  "GstAV1Dec!src",
-  "GstAV1Decoder",
-  "GstAV1DecoderClass.parent_class",
-  "GstAV1DecoderClass::decode_tile",
-  "GstAV1DecoderClass::duplicate_picture",
-  "GstAV1DecoderClass::end_picture",
-  "GstAV1DecoderClass::get_preferred_output_delay",
-  "GstAV1DecoderClass::new_picture",
-  "GstAV1DecoderClass::new_sequence",
-  "GstAV1DecoderClass::output_picture",
-  "GstAV1DecoderClass::start_picture",
-  "GstAV1DecoderModelInfo",
-  "GstAV1Dpb",
-  "GstAV1Dpb.pic_list",
-  "GstAV1Enc",
-  "GstAV1Enc!sink",
-  "GstAV1Enc!src",
-  "GstAV1Enc:buf-initial-sz",
-  "GstAV1Enc:buf-optimal-sz",
-  "GstAV1Enc:buf-sz",
-  "GstAV1Enc:cpu-used",
-  "GstAV1Enc:drop-frame",
-  "GstAV1Enc:end-usage",
-  "GstAV1Enc:max-quantizer",
-  "GstAV1Enc:min-quantizer",
-  "GstAV1Enc:overshoot-pct",
-  "GstAV1Enc:resize-denominator",
-  "GstAV1Enc:resize-kf-denominator",
-  "GstAV1Enc:resize-mode",
-  "GstAV1Enc:row-mt",
-  "GstAV1Enc:superres-denominator",
-  "GstAV1Enc:superres-kf-denominator",
-  "GstAV1Enc:superres-kf-qthresh",
-  "GstAV1Enc:superres-mode",
-  "GstAV1Enc:superres-qthresh",
-  "GstAV1Enc:target-bitrate",
-  "GstAV1Enc:threads",
-  "GstAV1Enc:tile-columns",
-  "GstAV1Enc:tile-rows",
-  "GstAV1Enc:undershoot-pct",
-  "GstAV1EncEncPass",
-  "GstAV1EncEncPass::first-pass",
-  "GstAV1EncEncPass::one-pass",
-  "GstAV1EncEncPass::second-pass",
-  "GstAV1EncEncPass::third-pass",
-  "GstAV1EncEndUsageMode",
-  "GstAV1EncEndUsageMode::cbr",
-  "GstAV1EncEndUsageMode::cq",
-  "GstAV1EncEndUsageMode::q",
-  "GstAV1EncEndUsageMode::vbr",
-  "GstAV1EncKFMode",
-  "GstAV1EncKFMode::auto",
-  "GstAV1EncKFMode::disabled",
-  "GstAV1EncResizeMode",
-  "GstAV1EncResizeMode::fixed",
-  "GstAV1EncResizeMode::none",
-  "GstAV1EncResizeMode::random",
-  "GstAV1EncSuperresMode",
-  "GstAV1EncSuperresMode::fixed",
-  "GstAV1EncSuperresMode::none",
-  "GstAV1EncSuperresMode::qthresh",
-  "GstAV1EncSuperresMode::random",
-  "GstAV1EncUsageProfile",
-  "GstAV1EncUsageProfile::all-intra",
-  "GstAV1EncUsageProfile::good-quality",
-  "GstAV1EncUsageProfile::realtime",
-  "GstAV1FilmGrainParams",
-  "GstAV1FrameHeaderOBU",
-  "GstAV1FrameOBU",
-  "GstAV1FrameRestorationType",
-  "GstAV1FrameType",
-  "GstAV1GlobalMotionParams",
-  "GstAV1InterpolationFilter",
-  "GstAV1LoopFilterParams",
-  "GstAV1LoopRestorationParams",
-  "GstAV1MatrixCoefficients",
-  "GstAV1MetadataHdrCll",
-  "GstAV1MetadataHdrMdcv",
-  "GstAV1MetadataITUT_T35",
-  "GstAV1MetadataOBU",
-  "GstAV1MetadataScalability",
-  "GstAV1MetadataTimecode",
-  "GstAV1MetadataType",
-  "GstAV1OBU",
-  "GstAV1OBUHeader",
-  "GstAV1OBUType",
-  "GstAV1OperatingPoint",
-  "GstAV1Parse!sink",
-  "GstAV1Parse!src",
-  "GstAV1Parser",
-  "GstAV1ParserResult",
-  "GstAV1Picture",
-  "GstAV1Picture.apply_grain",
-  "GstAV1Picture.display_frame_id",
-  "GstAV1Picture.frame_hdr",
-  "GstAV1Picture.notify",
-  "GstAV1Picture.parent",
-  "GstAV1Picture.show_frame",
-  "GstAV1Picture.showable_frame",
-  "GstAV1Picture.system_frame_number",
-  "GstAV1Picture.user_data",
-  "GstAV1Profile",
-  "GstAV1QuantizationParams",
-  "GstAV1ReferenceFrame",
-  "GstAV1ReferenceFrameInfo",
-  "GstAV1ScalabilityModes",
-  "GstAV1SegmenationParams",
-  "GstAV1SeqLevels",
-  "GstAV1SequenceHeaderOBU",
-  "GstAV1TXModes",
-  "GstAV1Tile",
-  "GstAV1Tile.obu",
-  "GstAV1Tile.tile_group",
-  "GstAV1TileGroupOBU",
-  "GstAV1TileInfo",
-  "GstAV1TileListOBU",
-  "GstAV1TimingInfo",
-  "GstAV1TransferCharacteristics",
-  "GstAV1WarpModelType",
-  "GstAVFAssetSrc!audio",
-  "GstAVFAssetSrc!video",
-  "GstAVFVideoSourceDeviceType",
-  "GstAVFVideoSourceDeviceType::default",
-  "GstAVFVideoSourceDeviceType::dual",
-  "GstAVFVideoSourceDeviceType::telephoto",
-  "GstAVFVideoSourceDeviceType::wide-angle",
-  "GstAVFVideoSourceOrientation",
-  "GstAVFVideoSourceOrientation::default",
-  "GstAVFVideoSourceOrientation::landscape-left",
-  "GstAVFVideoSourceOrientation::landscape-right",
-  "GstAVFVideoSourceOrientation::portrait",
-  "GstAVFVideoSourceOrientation::portrat-upside-down",
-  "GstAVFVideoSourcePosition",
-  "GstAVFVideoSourcePosition::back",
-  "GstAVFVideoSourcePosition::default",
-  "GstAVFVideoSourcePosition::front",
-  "GstAVFVideoSrc!src",
-  "GstAVSampleVideoSink!sink",
-  "GstAacParse",
-  "GstAacParse!sink",
-  "GstAacParse!src",
-  "GstAc3Parse",
-  "GstAc3Parse!sink",
-  "GstAc3Parse!src",
-  "GstAccurip",
-  "GstAccurip!sink",
-  "GstAccurip!src",
-  "GstAccurip:first-track",
-  "GstAccurip:last-track",
-  "GstAdapter",
-  "GstAdaptiveDemux",
-  "GstAdaptiveDemux2",
-  "GstAdaptiveDemux2:bandwidth-target-ratio",
-  "GstAdaptiveDemux2:connection-bitrate",
-  "GstAdaptiveDemux2:connection-speed",
-  "GstAdaptiveDemux2:current-bandwidth",
-  "GstAdaptiveDemux2:current-level-time-audio",
-  "GstAdaptiveDemux2:current-level-time-video",
-  "GstAdaptiveDemux2:high-watermark-fragments",
-  "GstAdaptiveDemux2:high-watermark-time",
-  "GstAdaptiveDemux2:low-watermark-fragments",
-  "GstAdaptiveDemux2:low-watermark-time",
-  "GstAdaptiveDemux2:max-bitrate",
-  "GstAdaptiveDemux2:max-buffering-time",
-  "GstAdaptiveDemux2:min-bitrate",
-  "GstAdaptiveDemuxClass",
-  "GstAdaptiveDemuxStream",
-  "GstAdaptiveDemuxStreamFragment",
-  "GstAdder",
-  "GstAdder!sink_%u",
-  "GstAdder!src",
-  "GstAdder:caps",
-  "GstAesCipher",
-  "GstAesCipher::aes-128-cbc",
-  "GstAesCipher::aes-256-cbc",
-  "GstAesDec!sink",
-  "GstAesDec!src",
-  "GstAesEnc!sink",
-  "GstAesEnc!src",
-  "GstAggregator",
-  "GstAggregator.parent",
-  "GstAggregator.srcpad",
-  "GstAggregator::samples-selected",
-  "GstAggregator:emit-signals",
-  "GstAggregator:latency",
-  "GstAggregator:min-upstream-latency",
-  "GstAggregator:start-time",
-  "GstAggregator:start-time-selection",
-  "GstAggregatorClass.aggregate",
-  "GstAggregatorClass.clip",
-  "GstAggregatorClass.create_new_pad",
-  "GstAggregatorClass.decide_allocation",
-  "GstAggregatorClass.finish_buffer",
-  "GstAggregatorClass.fixate_src_caps",
-  "GstAggregatorClass.flush",
-  "GstAggregatorClass.get_next_time",
-  "GstAggregatorClass.negotiate",
-  "GstAggregatorClass.negotiated_src_caps",
-  "GstAggregatorClass.parent_class",
-  "GstAggregatorClass.propose_allocation",
-  "GstAggregatorClass.sink_event",
-  "GstAggregatorClass.sink_event_pre_queue",
-  "GstAggregatorClass.sink_query",
-  "GstAggregatorClass.sink_query_pre_queue",
-  "GstAggregatorClass.src_activate",
-  "GstAggregatorClass.src_event",
-  "GstAggregatorClass.src_query",
-  "GstAggregatorClass.start",
-  "GstAggregatorClass.stop",
-  "GstAggregatorClass.update_src_caps",
-  "GstAggregatorClass::aggregate",
-  "GstAggregatorClass::clip",
-  "GstAggregatorClass::create_new_pad",
-  "GstAggregatorClass::decide_allocation",
-  "GstAggregatorClass::finish_buffer",
-  "GstAggregatorClass::finish_buffer_list",
-  "GstAggregatorClass::fixate_src_caps",
-  "GstAggregatorClass::flush",
-  "GstAggregatorClass::get_next_time",
-  "GstAggregatorClass::negotiate",
-  "GstAggregatorClass::negotiated_src_caps",
-  "GstAggregatorClass::peek_next_sample",
-  "GstAggregatorClass::propose_allocation",
-  "GstAggregatorClass::sink_event",
-  "GstAggregatorClass::sink_event_pre_queue",
-  "GstAggregatorClass::sink_query",
-  "GstAggregatorClass::sink_query_pre_queue",
-  "GstAggregatorClass::src_activate",
-  "GstAggregatorClass::src_event",
-  "GstAggregatorClass::src_query",
-  "GstAggregatorClass::start",
-  "GstAggregatorClass::stop",
-  "GstAggregatorClass::update_src_caps",
-  "GstAggregatorPad",
-  "GstAggregatorPad.parent",
-  "GstAggregatorPad.segment",
-  "GstAggregatorPad::buffer-consumed",
-  "GstAggregatorPad:emit-signals",
-  "GstAggregatorPadClass.flush",
-  "GstAggregatorPadClass.parent_class",
-  "GstAggregatorPadClass.skip_buffer",
-  "GstAggregatorPadClass::flush",
-  "GstAggregatorPadClass::skip_buffer",
-  "GstAggregatorStartTimeSelection",
-  "GstAgingTV",
-  "GstAgingTV!sink",
-  "GstAgingTV!src",
-  "GstAgingTV:color-aging",
-  "GstAgingTV:dusts",
-  "GstAgingTV:pits",
-  "GstAgingTV:scratch-lines",
-  "GstAiffMux",
-  "GstAiffMux!sink",
-  "GstAiffMux!src",
-  "GstAiffParse",
-  "GstAiffParse!sink",
-  "GstAiffParse!src",
-  "GstAjaAudioSource",
-  "GstAjaAudioSource::AES",
-  "GstAjaAudioSource::Analog",
-  "GstAjaAudioSource::Embedded",
-  "GstAjaAudioSource::HDMI",
-  "GstAjaAudioSource::Microphone",
-  "GstAjaAudioSystem",
-  "GstAjaAudioSystem::Audio system 1",
-  "GstAjaAudioSystem::Audio system 2",
-  "GstAjaAudioSystem::Audio system 3",
-  "GstAjaAudioSystem::Audio system 4",
-  "GstAjaAudioSystem::Audio system 5",
-  "GstAjaAudioSystem::Audio system 6",
-  "GstAjaAudioSystem::Audio system 7",
-  "GstAjaAudioSystem::Audio system 8",
-  "GstAjaAudioSystem::Auto (based on selected channel)",
-  "GstAjaClosedCaptionCaptureMode",
-  "GstAjaClosedCaptionCaptureMode::CEA608 S334-1 Annex A Closed Captions only",
-  "GstAjaClosedCaptionCaptureMode::CEA608 S334-1 Annex A or if not existing CEA708 S334-2 Closed Captions",
-  "GstAjaClosedCaptionCaptureMode::CEA708 S334-2 Closed Captions only",
-  "GstAjaClosedCaptionCaptureMode::CEA708 S334-2 and CEA608 S334-1 Annex A Closed Captions",
-  "GstAjaClosedCaptionCaptureMode::CEA708 S334-2 or if not existing CEA608 S334-1 Annex A Closed Captions",
-  "GstAjaClosedCaptionCaptureMode::Don't capture Closed Captions",
-  "GstAjaEmbeddedAudioInput",
-  "GstAjaEmbeddedAudioInput::Video 1",
-  "GstAjaEmbeddedAudioInput::Video 2",
-  "GstAjaEmbeddedAudioInput::Video 3",
-  "GstAjaEmbeddedAudioInput::Video 4",
-  "GstAjaEmbeddedAudioInput::Video 5",
-  "GstAjaEmbeddedAudioInput::Video 6",
-  "GstAjaEmbeddedAudioInput::Video 7",
-  "GstAjaEmbeddedAudioInput::Video 8",
-  "GstAjaEmbeddedAudioInput::auto",
-  "GstAjaInputSource",
-  "GstAjaInputSource::Analog Input 1",
-  "GstAjaInputSource::Auto (based on selected channel)",
-  "GstAjaInputSource::HDMI Input 1",
-  "GstAjaInputSource::HDMI Input 2",
-  "GstAjaInputSource::HDMI Input 3",
-  "GstAjaInputSource::HDMI Input 4",
-  "GstAjaInputSource::SDI Input 1",
-  "GstAjaInputSource::SDI Input 2",
-  "GstAjaInputSource::SDI Input 3",
-  "GstAjaInputSource::SDI Input 4",
-  "GstAjaInputSource::SDI Input 5",
-  "GstAjaInputSource::SDI Input 6",
-  "GstAjaInputSource::SDI Input 7",
-  "GstAjaInputSource::SDI Input 8",
-  "GstAjaOutputDestination",
-  "GstAjaOutputDestination::Analog Output",
-  "GstAjaOutputDestination::Auto (based on selected channel)",
-  "GstAjaOutputDestination::HDMI Output",
-  "GstAjaOutputDestination::SDI Output 1",
-  "GstAjaOutputDestination::SDI Output 2",
-  "GstAjaOutputDestination::SDI Output 3",
-  "GstAjaOutputDestination::SDI Output 4",
-  "GstAjaOutputDestination::SDI Output 5",
-  "GstAjaOutputDestination::SDI Output 6",
-  "GstAjaOutputDestination::SDI Output 7",
-  "GstAjaOutputDestination::SDI Output 8",
-  "GstAjaReferenceSource",
-  "GstAjaReferenceSource::Auto",
-  "GstAjaReferenceSource::External",
-  "GstAjaReferenceSource::Freerun",
-  "GstAjaReferenceSource::SDI Input 1",
-  "GstAjaReferenceSource::SDI Input 2",
-  "GstAjaReferenceSource::SDI Input 3",
-  "GstAjaReferenceSource::SDI Input 4",
-  "GstAjaReferenceSource::SDI Input 5",
-  "GstAjaReferenceSource::SDI Input 6",
-  "GstAjaReferenceSource::SDI Input 7",
-  "GstAjaReferenceSource::SDI Input 8",
-  "GstAjaSdiMode",
-  "GstAjaSdiMode::Quad Link SQD",
-  "GstAjaSdiMode::Quad Link TSI",
-  "GstAjaSdiMode::Single Link",
-  "GstAjaSink!sink",
-  "GstAjaSinkCombiner!audio",
-  "GstAjaSinkCombiner!src",
-  "GstAjaSinkCombiner!video",
-  "GstAjaSrc!src",
-  "GstAjaSrcDemux!audio",
-  "GstAjaSrcDemux!sink",
-  "GstAjaSrcDemux!video",
-  "GstAjaTimecodeIndex",
-  "GstAjaTimecodeIndex::Analog LTC 1",
-  "GstAjaTimecodeIndex::Analog LTC 2",
-  "GstAjaTimecodeIndex::Embedded SDI ATC LTC",
-  "GstAjaTimecodeIndex::Embedded SDI VITC",
-  "GstAjaVideoFormat",
-  "GstAjaVideoFormat::1080i 5000",
-  "GstAjaVideoFormat::1080i 5994",
-  "GstAjaVideoFormat::1080i 6000",
-  "GstAjaVideoFormat::1080p 2398",
-  "GstAjaVideoFormat::1080p 2400",
-  "GstAjaVideoFormat::1080p 2500",
-  "GstAjaVideoFormat::1080p 2997",
-  "GstAjaVideoFormat::1080p 3000",
-  "GstAjaVideoFormat::1080p 5000 A",
-  "GstAjaVideoFormat::1080p 5994 A",
-  "GstAjaVideoFormat::1080p 6000 A",
-  "GstAjaVideoFormat::1080p DCI 2398",
-  "GstAjaVideoFormat::1080p DCI 2400",
-  "GstAjaVideoFormat::1080p DCI 2500",
-  "GstAjaVideoFormat::1080p DCI 2997",
-  "GstAjaVideoFormat::1080p DCI 3000",
-  "GstAjaVideoFormat::1080p DCI 5000 A",
-  "GstAjaVideoFormat::1080p DCI 5994 A",
-  "GstAjaVideoFormat::1080p DCI 6000 A",
-  "GstAjaVideoFormat::1080psf 2398",
-  "GstAjaVideoFormat::1080psf 2400",
-  "GstAjaVideoFormat::1080psf 2500 2",
-  "GstAjaVideoFormat::1080psf 2997 2",
-  "GstAjaVideoFormat::1080psf 3000 2",
-  "GstAjaVideoFormat::2160p 2398",
-  "GstAjaVideoFormat::2160p 2400",
-  "GstAjaVideoFormat::2160p 2500",
-  "GstAjaVideoFormat::2160p 2997",
-  "GstAjaVideoFormat::2160p 3000",
-  "GstAjaVideoFormat::2160p 5000",
-  "GstAjaVideoFormat::2160p 5994",
-  "GstAjaVideoFormat::2160p 6000",
-  "GstAjaVideoFormat::2160p DCI 2398",
-  "GstAjaVideoFormat::2160p DCI 2400",
-  "GstAjaVideoFormat::2160p DCI 2500",
-  "GstAjaVideoFormat::2160p DCI 2997",
-  "GstAjaVideoFormat::2160p DCI 3000",
-  "GstAjaVideoFormat::2160p DCI 5000",
-  "GstAjaVideoFormat::2160p DCI 5994",
-  "GstAjaVideoFormat::2160p DCI 6000",
-  "GstAjaVideoFormat::4320p 2398",
-  "GstAjaVideoFormat::4320p 2400",
-  "GstAjaVideoFormat::4320p 2500",
-  "GstAjaVideoFormat::4320p 2997",
-  "GstAjaVideoFormat::4320p 3000",
-  "GstAjaVideoFormat::4320p 5000",
-  "GstAjaVideoFormat::4320p 5994",
-  "GstAjaVideoFormat::4320p 6000",
-  "GstAjaVideoFormat::4320p DCI 2398",
-  "GstAjaVideoFormat::4320p DCI 2400",
-  "GstAjaVideoFormat::4320p DCI 2500",
-  "GstAjaVideoFormat::4320p DCI 2997",
-  "GstAjaVideoFormat::4320p DCI 3000",
-  "GstAjaVideoFormat::4320p DCI 5000",
-  "GstAjaVideoFormat::4320p DCI 5994",
-  "GstAjaVideoFormat::4320p DCI 6000",
-  "GstAjaVideoFormat::525 2398",
-  "GstAjaVideoFormat::525 2400",
-  "GstAjaVideoFormat::525 5994",
-  "GstAjaVideoFormat::625 5000",
-  "GstAjaVideoFormat::720p 2398",
-  "GstAjaVideoFormat::720p 2500",
-  "GstAjaVideoFormat::720p 5000",
-  "GstAjaVideoFormat::720p 5994",
-  "GstAjaVideoFormat::720p 6000",
-  "GstAjaVideoFormat::Auto detect format",
-  "GstAllocationParams",
-  "GstAllocationParams.align",
-  "GstAllocationParams.flags",
-  "GstAllocationParams.padding",
-  "GstAllocationParams.prefix",
-  "GstAllocator",
-  "GstAllocator.mem_copy",
-  "GstAllocator.mem_is_span",
-  "GstAllocator.mem_map",
-  "GstAllocator.mem_map_full",
-  "GstAllocator.mem_share",
-  "GstAllocator.mem_type",
-  "GstAllocator.mem_unmap",
-  "GstAllocator.mem_unmap_full",
-  "GstAllocator.object",
-  "GstAllocatorClass.alloc",
-  "GstAllocatorClass.free",
-  "GstAllocatorClass.object_class",
-  "GstAllocatorClass::alloc",
-  "GstAllocatorClass::free",
-  "GstAllocatorFlags",
-  "GstAlpha",
-  "GstAlpha!sink",
-  "GstAlpha!src",
-  "GstAlpha:alpha",
-  "GstAlpha:angle",
-  "GstAlpha:black-sensitivity",
-  "GstAlpha:method",
-  "GstAlpha:noise-level",
-  "GstAlpha:prefer-passthrough",
-  "GstAlpha:target-b",
-  "GstAlpha:target-g",
-  "GstAlpha:target-r",
-  "GstAlpha:white-sensitivity",
-  "GstAlphaColor",
-  "GstAlphaColor!sink",
-  "GstAlphaColor!src",
-  "GstAlphaCombine!alpha",
-  "GstAlphaCombine!sink",
-  "GstAlphaCombine!src",
-  "GstAlphaDecodeBin",
-  "GstAlphaMethod",
-  "GstAlphaMethod::blue",
-  "GstAlphaMethod::custom",
-  "GstAlphaMethod::green",
-  "GstAlphaMethod::set",
-  "GstAlsaMidiSrc",
-  "GstAlsaMidiSrc!src",
-  "GstAlsaMidiSrc:ports",
-  "GstAlsaSink",
-  "GstAlsaSink!sink",
-  "GstAlsaSink:card-name",
-  "GstAlsaSink:device",
-  "GstAlsaSink:device-name",
-  "GstAlsaSrc",
-  "GstAlsaSrc!src",
-  "GstAlsaSrc:card-name",
-  "GstAlsaSrc:device",
-  "GstAlsaSrc:device-name",
-  "GstAlsaSrc:use-driver-timestamps",
-  "GstAmfAv1Enc!sink",
-  "GstAmfAv1Enc!src",
-  "GstAmfAv1EncPreset",
-  "GstAmfAv1EncPreset::balanced",
-  "GstAmfAv1EncPreset::default",
-  "GstAmfAv1EncPreset::high-quality",
-  "GstAmfAv1EncPreset::quality",
-  "GstAmfAv1EncPreset::speed",
-  "GstAmfAv1EncRateControl",
-  "GstAmfAv1EncRateControl::cbr",
-  "GstAmfAv1EncRateControl::cqp",
-  "GstAmfAv1EncRateControl::default",
-  "GstAmfAv1EncRateControl::lcvbr",
-  "GstAmfAv1EncRateControl::vbr",
-  "GstAmfAv1EncUsage",
-  "GstAmfAv1EncUsage::low-latency",
-  "GstAmfAv1EncUsage::transcoding",
-  "GstAmfEncPAActivityType",
-  "GstAmfEncPAActivityType::y",
-  "GstAmfEncPAActivityType::yuv",
-  "GstAmfEncPACAQStrength",
-  "GstAmfEncPACAQStrength::high",
-  "GstAmfEncPACAQStrength::low",
-  "GstAmfEncPACAQStrength::medium",
-  "GstAmfEncPAHQMBMode",
-  "GstAmfEncPAHQMBMode::auto",
-  "GstAmfEncPAHQMBMode::none",
-  "GstAmfEncPAPAQMode",
-  "GstAmfEncPAPAQMode::caq",
-  "GstAmfEncPAPAQMode::none",
-  "GstAmfEncPASceneChangeDetectionSensitivity",
-  "GstAmfEncPASceneChangeDetectionSensitivity::high",
-  "GstAmfEncPASceneChangeDetectionSensitivity::low",
-  "GstAmfEncPASceneChangeDetectionSensitivity::medium",
-  "GstAmfEncPAStaticSceneDetectionSensitivity",
-  "GstAmfEncPAStaticSceneDetectionSensitivity::high",
-  "GstAmfEncPAStaticSceneDetectionSensitivity::low",
-  "GstAmfEncPAStaticSceneDetectionSensitivity::medium",
-  "GstAmfEncPATAQMode",
-  "GstAmfEncPATAQMode::mode1",
-  "GstAmfEncPATAQMode::mode2",
-  "GstAmfEncPATAQMode::none",
-  "GstAmfEncoder",
-  "GstAmfH264Enc!sink",
-  "GstAmfH264Enc!src",
-  "GstAmfH264EncPreset",
-  "GstAmfH264EncPreset::balanced",
-  "GstAmfH264EncPreset::default",
-  "GstAmfH264EncPreset::quality",
-  "GstAmfH264EncPreset::speed",
-  "GstAmfH264EncRateControl",
-  "GstAmfH264EncRateControl::cbr",
-  "GstAmfH264EncRateControl::cqp",
-  "GstAmfH264EncRateControl::default",
-  "GstAmfH264EncRateControl::lcvbr",
-  "GstAmfH264EncRateControl::vbr",
-  "GstAmfH264EncUsage",
-  "GstAmfH264EncUsage::low-latency",
-  "GstAmfH264EncUsage::transcoding",
-  "GstAmfH264EncUsage::ultra-low-latency",
-  "GstAmfH264EncUsage::webcam",
-  "GstAmfH265Enc!sink",
-  "GstAmfH265Enc!src",
-  "GstAmfH265EncPreset",
-  "GstAmfH265EncPreset::balanced",
-  "GstAmfH265EncPreset::default",
-  "GstAmfH265EncPreset::quality",
-  "GstAmfH265EncPreset::speed",
-  "GstAmfH265EncRateControl",
-  "GstAmfH265EncRateControl::cbr",
-  "GstAmfH265EncRateControl::cqp",
-  "GstAmfH265EncRateControl::default",
-  "GstAmfH265EncRateControl::lcvbr",
-  "GstAmfH265EncRateControl::vbr",
-  "GstAmfH265EncUsage",
-  "GstAmfH265EncUsage::low-latency",
-  "GstAmfH265EncUsage::transcoding",
-  "GstAmfH265EncUsage::ultra-low-latency",
-  "GstAmfH265EncUsage::webcam",
-  "GstAmrParse",
-  "GstAmrParse!sink",
-  "GstAmrParse!src",
-  "GstAmrnbDec",
-  "GstAmrnbDec!sink",
-  "GstAmrnbDec!src",
-  "GstAmrnbDec:variant",
-  "GstAmrnbEnc",
-  "GstAmrnbEnc!sink",
-  "GstAmrnbEnc!src",
-  "GstAmrnbEnc:band-mode",
-  "GstAmrnbEncBandMode",
-  "GstAmrnbEncBandMode::MR102",
-  "GstAmrnbEncBandMode::MR122",
-  "GstAmrnbEncBandMode::MR475",
-  "GstAmrnbEncBandMode::MR515",
-  "GstAmrnbEncBandMode::MR59",
-  "GstAmrnbEncBandMode::MR67",
-  "GstAmrnbEncBandMode::MR74",
-  "GstAmrnbEncBandMode::MR795",
-  "GstAmrnbEncBandMode::MRDTX",
-  "GstAmrnbVariant",
-  "GstAmrnbVariant::IF1",
-  "GstAmrnbVariant::IF2",
-  "GstAmrwbDec",
-  "GstAmrwbDec!sink",
-  "GstAmrwbDec!src",
-  "GstAnalyticsClsMtd",
-  "GstAnalyticsClsMtd.id",
-  "GstAnalyticsClsMtd.meta",
-  "GstAnalyticsMtd",
-  "GstAnalyticsMtd.id",
-  "GstAnalyticsMtd.meta",
-  "GstAnalyticsMtdImpl",
-  "GstAnalyticsMtdImpl.name",
-  "GstAnalyticsMtdType",
-  "GstAnalyticsODMtd",
-  "GstAnalyticsODMtd.id",
-  "GstAnalyticsODMtd.meta",
-  "GstAnalyticsRelTypes",
-  "GstAnalyticsRelationMeta",
-  "GstAnalyticsRelationMetaInitParams",
-  "GstAnalyticsRelationMetaInitParams.initial_buf_size",
-  "GstAnalyticsRelationMetaInitParams.initial_relation_order",
-  "GstAnalyticsTrackingMtd",
-  "GstAnalyticsTrackingMtd.id",
-  "GstAnalyticsTrackingMtd.meta",
-  "GstAncillaryMeta",
-  "GstAncillaryMeta.DID",
-  "GstAncillaryMeta.SDID_block_number",
-  "GstAncillaryMeta.c_not_y_channel",
-  "GstAncillaryMeta.checksum",
-  "GstAncillaryMeta.data",
-  "GstAncillaryMeta.data_count",
-  "GstAncillaryMeta.field",
-  "GstAncillaryMeta.line",
-  "GstAncillaryMeta.meta",
-  "GstAncillaryMeta.offset",
-  "GstAncillaryMetaField",
-  "GstApeDemux",
-  "GstApeDemux!sink",
-  "GstApeDemux!src",
-  "GstApev2Mux",
-  "GstApev2Mux!sink",
-  "GstApev2Mux!src",
-  "GstAppLeakyType",
-  "GstAppSink",
-  "GstAppSink!sink",
-  "GstAppSink.basesink",
-  "GstAppSink::eos",
-  "GstAppSink::new-preroll",
-  "GstAppSink::new-sample",
-  "GstAppSink::new-serialized-event",
-  "GstAppSink::propose-allocation",
-  "GstAppSink::pull-preroll",
-  "GstAppSink::pull-sample",
-  "GstAppSink::try-pull-object",
-  "GstAppSink::try-pull-preroll",
-  "GstAppSink::try-pull-sample",
-  "GstAppSink:buffer-list",
-  "GstAppSink:caps",
-  "GstAppSink:drop",
-  "GstAppSink:emit-signals",
-  "GstAppSink:eos",
-  "GstAppSink:max-buffers",
-  "GstAppSink:max-bytes",
-  "GstAppSink:max-time",
-  "GstAppSink:wait-on-eos",
-  "GstAppSinkCallbacks",
-  "GstAppSinkClass.basesink_class",
-  "GstAppSinkClass.eos",
-  "GstAppSinkClass.new_preroll",
-  "GstAppSinkClass.new_sample",
-  "GstAppSinkClass.pull_preroll",
-  "GstAppSinkClass.pull_sample",
-  "GstAppSinkClass.try_pull_preroll",
-  "GstAppSinkClass.try_pull_sample",
-  "GstAppSinkClass::eos",
-  "GstAppSinkClass::new_preroll",
-  "GstAppSinkClass::new_sample",
-  "GstAppSinkClass::pull_preroll",
-  "GstAppSinkClass::pull_sample",
-  "GstAppSinkClass::try_pull_object",
-  "GstAppSinkClass::try_pull_preroll",
-  "GstAppSinkClass::try_pull_sample",
-  "GstAppSrc",
-  "GstAppSrc!src",
-  "GstAppSrc.basesrc",
-  "GstAppSrc::end-of-stream",
-  "GstAppSrc::enough-data",
-  "GstAppSrc::need-data",
-  "GstAppSrc::push-buffer",
-  "GstAppSrc::push-buffer-list",
-  "GstAppSrc::push-sample",
-  "GstAppSrc::seek-data",
-  "GstAppSrc:block",
-  "GstAppSrc:caps",
-  "GstAppSrc:current-level-buffers",
-  "GstAppSrc:current-level-bytes",
-  "GstAppSrc:current-level-time",
-  "GstAppSrc:duration",
-  "GstAppSrc:emit-signals",
-  "GstAppSrc:format",
-  "GstAppSrc:handle-segment-change",
-  "GstAppSrc:is-live",
-  "GstAppSrc:leaky-type",
-  "GstAppSrc:max-buffers",
-  "GstAppSrc:max-bytes",
-  "GstAppSrc:max-latency",
-  "GstAppSrc:max-time",
-  "GstAppSrc:min-latency",
-  "GstAppSrc:min-percent",
-  "GstAppSrc:size",
-  "GstAppSrc:stream-type",
-  "GstAppSrcCallbacks",
-  "GstAppSrcClass.basesrc_class",
-  "GstAppSrcClass.end_of_stream",
-  "GstAppSrcClass.enough_data",
-  "GstAppSrcClass.need_data",
-  "GstAppSrcClass.push_buffer",
-  "GstAppSrcClass.push_buffer_list",
-  "GstAppSrcClass.push_sample",
-  "GstAppSrcClass.seek_data",
-  "GstAppSrcClass::end_of_stream",
-  "GstAppSrcClass::enough_data",
-  "GstAppSrcClass::need_data",
-  "GstAppSrcClass::push_buffer",
-  "GstAppSrcClass::push_buffer_list",
-  "GstAppSrcClass::push_sample",
-  "GstAppSrcClass::seek_data",
-  "GstAppStreamType",
-  "GstAsfMux",
-  "GstAsfMux!audio_%u",
-  "GstAsfMux!src",
-  "GstAsfMux!video_%u",
-  "GstAsfMux:merge-stream-tags",
-  "GstAsfMux:packet-size",
-  "GstAsfMux:padding",
-  "GstAsfMux:preroll",
-  "GstAsfMux:streamable",
-  "GstAsfParse",
-  "GstAsfParse!sink",
-  "GstAsfParse!src",
-  "GstAspectRatioCrop",
-  "GstAspectRatioCrop!sink",
-  "GstAspectRatioCrop!src",
-  "GstAspectRatioCrop:aspect-ratio",
-  "GstAssRender",
-  "GstAssRender!src",
-  "GstAssRender!text_sink",
-  "GstAssRender!video_sink",
-  "GstAssRender:embeddedfonts",
-  "GstAssRender:enable",
-  "GstAssRender:wait-text",
-  "GstAsteriskh263",
-  "GstAsteriskh263!sink",
-  "GstAsteriskh263!src",
-  "GstAtomicQueue",
-  "GstAuParse",
-  "GstAuParse!sink",
-  "GstAuParse!src",
-  "GstAudioAggregator",
-  "GstAudioAggregator.current_caps",
-  "GstAudioAggregator.parent",
-  "GstAudioAggregator:alignment-threshold",
-  "GstAudioAggregator:discont-wait",
-  "GstAudioAggregator:force-live",
-  "GstAudioAggregator:ignore-inactive-pads",
-  "GstAudioAggregator:output-buffer-duration",
-  "GstAudioAggregator:output-buffer-duration-fraction",
-  "GstAudioAggregatorClass.aggregate_one_buffer",
-  "GstAudioAggregatorClass.create_output_buffer",
-  "GstAudioAggregatorClass.parent_class",
-  "GstAudioAggregatorClass::aggregate_one_buffer",
-  "GstAudioAggregatorClass::create_output_buffer",
-  "GstAudioAggregatorConvertPad",
-  "GstAudioAggregatorConvertPad:converter-config",
-  "GstAudioAggregatorConvertPadClass.parent_class",
-  "GstAudioAggregatorPad",
-  "GstAudioAggregatorPad.info",
-  "GstAudioAggregatorPad.parent",
-  "GstAudioAggregatorPad:qos-messages",
-  "GstAudioAggregatorPadClass.convert_buffer",
-  "GstAudioAggregatorPadClass.parent_class",
-  "GstAudioAggregatorPadClass.update_conversion_info",
-  "GstAudioAggregatorPadClass::convert_buffer",
-  "GstAudioAggregatorPadClass::update_conversion_info",
-  "GstAudioAmplify",
-  "GstAudioAmplify!sink",
-  "GstAudioAmplify!src",
-  "GstAudioAmplify:amplification",
-  "GstAudioAmplify:clipping-method",
-  "GstAudioAmplifyClippingMethod",
-  "GstAudioAmplifyClippingMethod::clip",
-  "GstAudioAmplifyClippingMethod::none",
-  "GstAudioAmplifyClippingMethod::wrap-negative",
-  "GstAudioAmplifyClippingMethod::wrap-positive",
-  "GstAudioBaseSink",
-  "GstAudioBaseSink.buffer_time",
-  "GstAudioBaseSink.element",
-  "GstAudioBaseSink.eos_rendering",
-  "GstAudioBaseSink.latency_time",
-  "GstAudioBaseSink.next_sample",
-  "GstAudioBaseSink.provided_clock",
-  "GstAudioBaseSink.ringbuffer",
-  "GstAudioBaseSink:alignment-threshold",
-  "GstAudioBaseSink:buffer-time",
-  "GstAudioBaseSink:can-activate-pull",
-  "GstAudioBaseSink:discont-wait",
-  "GstAudioBaseSink:drift-tolerance",
-  "GstAudioBaseSink:latency-time",
-  "GstAudioBaseSink:provide-clock",
-  "GstAudioBaseSink:slave-method",
-  "GstAudioBaseSinkClass.create_ringbuffer",
-  "GstAudioBaseSinkClass.parent_class",
-  "GstAudioBaseSinkClass.payload",
-  "GstAudioBaseSinkClass::create_ringbuffer",
-  "GstAudioBaseSinkClass::payload",
-  "GstAudioBaseSinkCustomSlavingCallback",
-  "GstAudioBaseSinkDiscontReason",
-  "GstAudioBaseSinkSlaveMethod",
-  "GstAudioBaseSrc",
-  "GstAudioBaseSrc.buffer_time",
-  "GstAudioBaseSrc.clock",
-  "GstAudioBaseSrc.element",
-  "GstAudioBaseSrc.latency_time",
-  "GstAudioBaseSrc.next_sample",
-  "GstAudioBaseSrc.ringbuffer",
-  "GstAudioBaseSrc:actual-buffer-time",
-  "GstAudioBaseSrc:actual-latency-time",
-  "GstAudioBaseSrc:buffer-time",
-  "GstAudioBaseSrc:latency-time",
-  "GstAudioBaseSrc:provide-clock",
-  "GstAudioBaseSrc:slave-method",
-  "GstAudioBaseSrcClass.create_ringbuffer",
-  "GstAudioBaseSrcClass.parent_class",
-  "GstAudioBaseSrcClass::create_ringbuffer",
-  "GstAudioBaseSrcSlaveMethod",
-  "GstAudioBuffer",
-  "GstAudioBuffer.buffer",
-  "GstAudioBuffer.info",
-  "GstAudioBuffer.n_planes",
-  "GstAudioBuffer.n_samples",
-  "GstAudioBuffer.planes",
-  "GstAudioBufferSplit",
-  "GstAudioBufferSplit!sink",
-  "GstAudioBufferSplit!src",
-  "GstAudioBufferSplit:alignment-threshold",
-  "GstAudioBufferSplit:discont-wait",
-  "GstAudioBufferSplit:gapless",
-  "GstAudioBufferSplit:max-silence-time",
-  "GstAudioBufferSplit:output-buffer-duration",
-  "GstAudioBufferSplit:strict-buffer-size",
-  "GstAudioCdSrc",
-  "GstAudioCdSrc.pushsrc",
-  "GstAudioCdSrc.tags",
-  "GstAudioCdSrc:device",
-  "GstAudioCdSrc:mode",
-  "GstAudioCdSrc:track",
-  "GstAudioCdSrcClass.close",
-  "GstAudioCdSrcClass.open",
-  "GstAudioCdSrcClass.pushsrc_class",
-  "GstAudioCdSrcClass.read_sector",
-  "GstAudioCdSrcClass::close",
-  "GstAudioCdSrcClass::open",
-  "GstAudioCdSrcClass::read_sector",
-  "GstAudioCdSrcMode",
-  "GstAudioCdSrcTrack",
-  "GstAudioCdSrcTrack.end",
-  "GstAudioCdSrcTrack.is_audio",
-  "GstAudioCdSrcTrack.num",
-  "GstAudioCdSrcTrack.start",
-  "GstAudioCdSrcTrack.tags",
-  "GstAudioChannelMix",
-  "GstAudioChannelMix!sink",
-  "GstAudioChannelMix!src",
-  "GstAudioChannelMix:left-to-left",
-  "GstAudioChannelMix:left-to-right",
-  "GstAudioChannelMix:right-to-left",
-  "GstAudioChannelMix:right-to-right",
-  "GstAudioChannelMixer",
-  "GstAudioChannelMixerFlags",
-  "GstAudioChannelPosition",
-  "GstAudioChebBand",
-  "GstAudioChebBand!sink",
-  "GstAudioChebBand!src",
-  "GstAudioChebBand:lower-frequency",
-  "GstAudioChebBand:mode",
-  "GstAudioChebBand:poles",
-  "GstAudioChebBand:ripple",
-  "GstAudioChebBand:type",
-  "GstAudioChebBand:upper-frequency",
-  "GstAudioChebBandMode",
-  "GstAudioChebBandMode::band-pass",
-  "GstAudioChebBandMode::band-reject",
-  "GstAudioChebLimit",
-  "GstAudioChebLimit!sink",
-  "GstAudioChebLimit!src",
-  "GstAudioChebLimit:cutoff",
-  "GstAudioChebLimit:mode",
-  "GstAudioChebLimit:poles",
-  "GstAudioChebLimit:ripple",
-  "GstAudioChebLimit:type",
-  "GstAudioChebLimitMode",
-  "GstAudioChebLimitMode::high-pass",
-  "GstAudioChebLimitMode::low-pass",
-  "GstAudioClippingMeta",
-  "GstAudioClippingMeta.end",
-  "GstAudioClippingMeta.format",
-  "GstAudioClippingMeta.meta",
-  "GstAudioClippingMeta.start",
-  "GstAudioClock",
-  "GstAudioClock.clock",
-  "GstAudioClock.destroy_notify",
-  "GstAudioClock.func",
-  "GstAudioClock.user_data",
-  "GstAudioClockClass.parent_class",
-  "GstAudioClockGetTimeFunc",
-  "GstAudioConvert",
-  "GstAudioConvert!sink",
-  "GstAudioConvert!src",
-  "GstAudioConvert:dithering",
-  "GstAudioConvert:mix-matrix",
-  "GstAudioConvert:noise-shaping",
-  "GstAudioConverter",
-  "GstAudioConverterFlags",
-  "GstAudioDecoder",
-  "GstAudioDecoder.element",
-  "GstAudioDecoder.input_segment",
-  "GstAudioDecoder.output_segment",
-  "GstAudioDecoder.sinkpad",
-  "GstAudioDecoder.srcpad",
-  "GstAudioDecoder.stream_lock",
-  "GstAudioDecoder:max-errors",
-  "GstAudioDecoder:min-latency",
-  "GstAudioDecoder:plc",
-  "GstAudioDecoder:tolerance",
-  "GstAudioDecoderClass.close",
-  "GstAudioDecoderClass.decide_allocation",
-  "GstAudioDecoderClass.element_class",
-  "GstAudioDecoderClass.flush",
-  "GstAudioDecoderClass.getcaps",
-  "GstAudioDecoderClass.handle_frame",
-  "GstAudioDecoderClass.negotiate",
-  "GstAudioDecoderClass.open",
-  "GstAudioDecoderClass.parse",
-  "GstAudioDecoderClass.pre_push",
-  "GstAudioDecoderClass.propose_allocation",
-  "GstAudioDecoderClass.set_format",
-  "GstAudioDecoderClass.sink_event",
-  "GstAudioDecoderClass.sink_query",
-  "GstAudioDecoderClass.src_event",
-  "GstAudioDecoderClass.src_query",
-  "GstAudioDecoderClass.start",
-  "GstAudioDecoderClass.stop",
-  "GstAudioDecoderClass.transform_meta",
-  "GstAudioDecoderClass::close",
-  "GstAudioDecoderClass::decide_allocation",
-  "GstAudioDecoderClass::flush",
-  "GstAudioDecoderClass::getcaps",
-  "GstAudioDecoderClass::handle_frame",
-  "GstAudioDecoderClass::negotiate",
-  "GstAudioDecoderClass::open",
-  "GstAudioDecoderClass::parse",
-  "GstAudioDecoderClass::pre_push",
-  "GstAudioDecoderClass::propose_allocation",
-  "GstAudioDecoderClass::set_format",
-  "GstAudioDecoderClass::sink_event",
-  "GstAudioDecoderClass::sink_query",
-  "GstAudioDecoderClass::src_event",
-  "GstAudioDecoderClass::src_query",
-  "GstAudioDecoderClass::start",
-  "GstAudioDecoderClass::stop",
-  "GstAudioDecoderClass::transform_meta",
-  "GstAudioDitherMethod",
-  "GstAudioDownmixMeta",
-  "GstAudioDownmixMeta.from_channels",
-  "GstAudioDownmixMeta.from_position",
-  "GstAudioDownmixMeta.matrix",
-  "GstAudioDownmixMeta.meta",
-  "GstAudioDownmixMeta.to_channels",
-  "GstAudioDownmixMeta.to_position",
-  "GstAudioDynamic",
-  "GstAudioDynamic!sink",
-  "GstAudioDynamic!src",
-  "GstAudioDynamic:characteristics",
-  "GstAudioDynamic:mode",
-  "GstAudioDynamic:ratio",
-  "GstAudioDynamic:threshold",
-  "GstAudioDynamicCharacteristics",
-  "GstAudioDynamicCharacteristics::hard-knee",
-  "GstAudioDynamicCharacteristics::soft-knee",
-  "GstAudioDynamicMode",
-  "GstAudioDynamicMode::compressor",
-  "GstAudioDynamicMode::expander",
-  "GstAudioEcho",
-  "GstAudioEcho!sink",
-  "GstAudioEcho!src",
-  "GstAudioEcho:delay",
-  "GstAudioEcho:feedback",
-  "GstAudioEcho:intensity",
-  "GstAudioEcho:max-delay",
-  "GstAudioEcho:surround-delay",
-  "GstAudioEcho:surround-mask",
-  "GstAudioEncoder",
-  "GstAudioEncoder.element",
-  "GstAudioEncoder.input_segment",
-  "GstAudioEncoder.output_segment",
-  "GstAudioEncoder.sinkpad",
-  "GstAudioEncoder.srcpad",
-  "GstAudioEncoder.stream_lock",
-  "GstAudioEncoder:hard-resync",
-  "GstAudioEncoder:mark-granule",
-  "GstAudioEncoder:perfect-timestamp",
-  "GstAudioEncoder:tolerance",
-  "GstAudioEncoderClass.close",
-  "GstAudioEncoderClass.decide_allocation",
-  "GstAudioEncoderClass.element_class",
-  "GstAudioEncoderClass.flush",
-  "GstAudioEncoderClass.getcaps",
-  "GstAudioEncoderClass.handle_frame",
-  "GstAudioEncoderClass.negotiate",
-  "GstAudioEncoderClass.open",
-  "GstAudioEncoderClass.pre_push",
-  "GstAudioEncoderClass.propose_allocation",
-  "GstAudioEncoderClass.set_format",
-  "GstAudioEncoderClass.sink_event",
-  "GstAudioEncoderClass.sink_query",
-  "GstAudioEncoderClass.src_event",
-  "GstAudioEncoderClass.src_query",
-  "GstAudioEncoderClass.start",
-  "GstAudioEncoderClass.stop",
-  "GstAudioEncoderClass.transform_meta",
-  "GstAudioEncoderClass::close",
-  "GstAudioEncoderClass::decide_allocation",
-  "GstAudioEncoderClass::flush",
-  "GstAudioEncoderClass::getcaps",
-  "GstAudioEncoderClass::handle_frame",
-  "GstAudioEncoderClass::negotiate",
-  "GstAudioEncoderClass::open",
-  "GstAudioEncoderClass::pre_push",
-  "GstAudioEncoderClass::propose_allocation",
-  "GstAudioEncoderClass::set_format",
-  "GstAudioEncoderClass::sink_event",
-  "GstAudioEncoderClass::sink_query",
-  "GstAudioEncoderClass::src_event",
-  "GstAudioEncoderClass::src_query",
-  "GstAudioEncoderClass::start",
-  "GstAudioEncoderClass::stop",
-  "GstAudioEncoderClass::transform_meta",
-  "GstAudioFIRFilter",
-  "GstAudioFIRFilter!sink",
-  "GstAudioFIRFilter!src",
-  "GstAudioFIRFilter::rate-changed",
-  "GstAudioFIRFilter:kernel",
-  "GstAudioFIRFilter:latency",
-  "GstAudioFXBaseFIRFilter",
-  "GstAudioFXBaseFIRFilter:drain-on-changes",
-  "GstAudioFXBaseFIRFilter:low-latency",
-  "GstAudioFXBaseIIRFilter",
-  "GstAudioFilter",
-  "GstAudioFilter.basetransform",
-  "GstAudioFilter.info",
-  "GstAudioFilterClass.basetransformclass",
-  "GstAudioFilterClass.setup",
-  "GstAudioFilterClass::setup",
-  "GstAudioFlags",
-  "GstAudioFormat",
-  "GstAudioFormatFlags",
-  "GstAudioFormatInfo",
-  "GstAudioFormatInfo.depth",
-  "GstAudioFormatInfo.description",
-  "GstAudioFormatInfo.endianness",
-  "GstAudioFormatInfo.flags",
-  "GstAudioFormatInfo.format",
-  "GstAudioFormatInfo.name",
-  "GstAudioFormatInfo.pack_func",
-  "GstAudioFormatInfo.silence",
-  "GstAudioFormatInfo.unpack_format",
-  "GstAudioFormatInfo.unpack_func",
-  "GstAudioFormatInfo.width",
-  "GstAudioFormatPack",
-  "GstAudioFormatUnpack",
-  "GstAudioIIRFilter",
-  "GstAudioIIRFilter!sink",
-  "GstAudioIIRFilter!src",
-  "GstAudioIIRFilter::rate-changed",
-  "GstAudioIIRFilter:a",
-  "GstAudioIIRFilter:b",
-  "GstAudioInfo",
-  "GstAudioInfo.bpf",
-  "GstAudioInfo.channels",
-  "GstAudioInfo.finfo",
-  "GstAudioInfo.flags",
-  "GstAudioInfo.layout",
-  "GstAudioInfo.position",
-  "GstAudioInfo.rate",
-  "GstAudioInterleave",
-  "GstAudioInterleave!sink_%u",
-  "GstAudioInterleave!src",
-  "GstAudioInterleave:channel-positions",
-  "GstAudioInterleave:channel-positions-from-input",
-  "GstAudioInterleavePad",
-  "GstAudioInterleavePad:channel",
-  "GstAudioInvert",
-  "GstAudioInvert!sink",
-  "GstAudioInvert!src",
-  "GstAudioInvert:degree",
-  "GstAudioKaraoke",
-  "GstAudioKaraoke!sink",
-  "GstAudioKaraoke!src",
-  "GstAudioKaraoke:filter-band",
-  "GstAudioKaraoke:filter-width",
-  "GstAudioKaraoke:level",
-  "GstAudioKaraoke:mono-level",
-  "GstAudioLatency",
-  "GstAudioLatency!sink",
-  "GstAudioLatency!src",
-  "GstAudioLatency:average-latency",
-  "GstAudioLatency:last-latency",
-  "GstAudioLatency:print-latency",
-  "GstAudioLayout",
-  "GstAudioLevelMeta",
-  "GstAudioLevelMeta.level",
-  "GstAudioLevelMeta.meta",
-  "GstAudioLevelMeta.voice_activity",
-  "GstAudioMeta",
-  "GstAudioMeta.info",
-  "GstAudioMeta.meta",
-  "GstAudioMeta.offsets",
-  "GstAudioMeta.samples",
-  "GstAudioMixMatrix",
-  "GstAudioMixMatrix!sink",
-  "GstAudioMixMatrix!src",
-  "GstAudioMixMatrix:channel-mask",
-  "GstAudioMixMatrix:in-channels",
-  "GstAudioMixMatrix:matrix",
-  "GstAudioMixMatrix:mode",
-  "GstAudioMixMatrix:out-channels",
-  "GstAudioMixMatrixModeType",
-  "GstAudioMixMatrixModeType::first-channels",
-  "GstAudioMixMatrixModeType::manual",
-  "GstAudioMixer",
-  "GstAudioMixer!sink_%u",
-  "GstAudioMixer!src",
-  "GstAudioMixerPad",
-  "GstAudioMixerPad:mute",
-  "GstAudioMixerPad:volume",
-  "GstAudioNoiseShapingMethod",
-  "GstAudioPackFlags",
-  "GstAudioPanorama",
-  "GstAudioPanorama!sink",
-  "GstAudioPanorama!src",
-  "GstAudioPanorama:method",
-  "GstAudioPanorama:panorama",
-  "GstAudioPanoramaMethod",
-  "GstAudioPanoramaMethod::psychoacoustic",
-  "GstAudioPanoramaMethod::simple",
-  "GstAudioParse",
-  "GstAudioParse!sink",
-  "GstAudioParse!src",
-  "GstAudioParse:channel-positions",
-  "GstAudioParse:channels",
-  "GstAudioParse:format",
-  "GstAudioParse:interleaved",
-  "GstAudioParse:rate",
-  "GstAudioParse:raw-format",
-  "GstAudioParse:use-sink-caps",
-  "GstAudioParseFormat",
-  "GstAudioParseFormat::alaw",
-  "GstAudioParseFormat::mulaw",
-  "GstAudioParseFormat::raw",
-  "GstAudioQuantize",
-  "GstAudioQuantizeFlags",
-  "GstAudioRate",
-  "GstAudioRate!sink",
-  "GstAudioRate!src",
-  "GstAudioRate:add",
-  "GstAudioRate:drop",
-  "GstAudioRate:in",
-  "GstAudioRate:out",
-  "GstAudioRate:silent",
-  "GstAudioRate:skip-to-first",
-  "GstAudioRate:tolerance",
-  "GstAudioResample",
-  "GstAudioResample!sink",
-  "GstAudioResample!src",
-  "GstAudioResample:quality",
-  "GstAudioResample:resample-method",
-  "GstAudioResample:sinc-filter-auto-threshold",
-  "GstAudioResample:sinc-filter-interpolation",
-  "GstAudioResample:sinc-filter-mode",
-  "GstAudioResampler",
-  "GstAudioResamplerFilterInterpolation",
-  "GstAudioResamplerFilterInterpolation::cubic",
-  "GstAudioResamplerFilterInterpolation::linear",
-  "GstAudioResamplerFilterInterpolation::none",
-  "GstAudioResamplerFilterMode",
-  "GstAudioResamplerFilterMode::auto",
-  "GstAudioResamplerFilterMode::full",
-  "GstAudioResamplerFilterMode::interpolated",
-  "GstAudioResamplerFlags",
-  "GstAudioResamplerMethod",
-  "GstAudioResamplerMethod::blackman-nuttall",
-  "GstAudioResamplerMethod::cubic",
-  "GstAudioResamplerMethod::kaiser",
-  "GstAudioResamplerMethod::linear",
-  "GstAudioResamplerMethod::nearest",
-  "GstAudioRingBuffer",
-  "GstAudioRingBuffer.acquired",
-  "GstAudioRingBuffer.cond",
-  "GstAudioRingBuffer.empty_seg",
-  "GstAudioRingBuffer.memory",
-  "GstAudioRingBuffer.object",
-  "GstAudioRingBuffer.open",
-  "GstAudioRingBuffer.samples_per_seg",
-  "GstAudioRingBuffer.segbase",
-  "GstAudioRingBuffer.segdone",
-  "GstAudioRingBuffer.size",
-  "GstAudioRingBuffer.spec",
-  "GstAudioRingBuffer.state",
-  "GstAudioRingBuffer.waiting",
-  "GstAudioRingBufferCallback",
-  "GstAudioRingBufferClass.acquire",
-  "GstAudioRingBufferClass.activate",
-  "GstAudioRingBufferClass.clear_all",
-  "GstAudioRingBufferClass.close_device",
-  "GstAudioRingBufferClass.commit",
-  "GstAudioRingBufferClass.delay",
-  "GstAudioRingBufferClass.open_device",
-  "GstAudioRingBufferClass.parent_class",
-  "GstAudioRingBufferClass.pause",
-  "GstAudioRingBufferClass.release",
-  "GstAudioRingBufferClass.resume",
-  "GstAudioRingBufferClass.start",
-  "GstAudioRingBufferClass.stop",
-  "GstAudioRingBufferClass::acquire",
-  "GstAudioRingBufferClass::activate",
-  "GstAudioRingBufferClass::clear_all",
-  "GstAudioRingBufferClass::close_device",
-  "GstAudioRingBufferClass::commit",
-  "GstAudioRingBufferClass::delay",
-  "GstAudioRingBufferClass::open_device",
-  "GstAudioRingBufferClass::pause",
-  "GstAudioRingBufferClass::release",
-  "GstAudioRingBufferClass::resume",
-  "GstAudioRingBufferClass::start",
-  "GstAudioRingBufferClass::stop",
-  "GstAudioRingBufferFormatType",
-  "GstAudioRingBufferSpec",
-  "GstAudioRingBufferSpec.ABI.abi.dsd_format",
-  "GstAudioRingBufferSpec.buffer_time",
-  "GstAudioRingBufferSpec.caps",
-  "GstAudioRingBufferSpec.info",
-  "GstAudioRingBufferSpec.latency_time",
-  "GstAudioRingBufferSpec.seglatency",
-  "GstAudioRingBufferSpec.segsize",
-  "GstAudioRingBufferSpec.segtotal",
-  "GstAudioRingBufferSpec.type",
-  "GstAudioRingBufferState",
-  "GstAudioSegmentClip",
-  "GstAudioSegmentClip!sink",
-  "GstAudioSegmentClip!src",
-  "GstAudioSink",
-  "GstAudioSink.element",
-  "GstAudioSinkClass.close",
-  "GstAudioSinkClass.delay",
-  "GstAudioSinkClass.extension",
-  "GstAudioSinkClass.open",
-  "GstAudioSinkClass.parent_class",
-  "GstAudioSinkClass.pause",
-  "GstAudioSinkClass.prepare",
-  "GstAudioSinkClass.reset",
-  "GstAudioSinkClass.resume",
-  "GstAudioSinkClass.stop",
-  "GstAudioSinkClass.unprepare",
-  "GstAudioSinkClass.write",
-  "GstAudioSinkClass::close",
-  "GstAudioSinkClass::delay",
-  "GstAudioSinkClass::open",
-  "GstAudioSinkClass::pause",
-  "GstAudioSinkClass::prepare",
-  "GstAudioSinkClass::reset",
-  "GstAudioSinkClass::resume",
-  "GstAudioSinkClass::stop",
-  "GstAudioSinkClass::unprepare",
-  "GstAudioSinkClass::write",
-  "GstAudioSinkClassExtension",
-  "GstAudioSrc",
-  "GstAudioSrc.element",
-  "GstAudioSrcClass.close",
-  "GstAudioSrcClass.delay",
-  "GstAudioSrcClass.open",
-  "GstAudioSrcClass.parent_class",
-  "GstAudioSrcClass.prepare",
-  "GstAudioSrcClass.read",
-  "GstAudioSrcClass.reset",
-  "GstAudioSrcClass.unprepare",
-  "GstAudioSrcClass::close",
-  "GstAudioSrcClass::delay",
-  "GstAudioSrcClass::open",
-  "GstAudioSrcClass::prepare",
-  "GstAudioSrcClass::read",
-  "GstAudioSrcClass::reset",
-  "GstAudioSrcClass::unprepare",
-  "GstAudioStreamAlign",
-  "GstAudioTestSrc",
-  "GstAudioTestSrc!src",
-  "GstAudioTestSrc:apply-tick-ramp",
-  "GstAudioTestSrc:can-activate-pull",
-  "GstAudioTestSrc:can-activate-push",
-  "GstAudioTestSrc:freq",
-  "GstAudioTestSrc:is-live",
-  "GstAudioTestSrc:marker-tick-period",
-  "GstAudioTestSrc:marker-tick-volume",
-  "GstAudioTestSrc:samplesperbuffer",
-  "GstAudioTestSrc:sine-periods-per-tick",
-  "GstAudioTestSrc:tick-interval",
-  "GstAudioTestSrc:timestamp-offset",
-  "GstAudioTestSrc:volume",
-  "GstAudioTestSrc:wave",
-  "GstAudioTestSrcWave",
-  "GstAudioTestSrcWave::blue-noise",
-  "GstAudioTestSrcWave::gaussian-noise",
-  "GstAudioTestSrcWave::pink-noise",
-  "GstAudioTestSrcWave::red-noise",
-  "GstAudioTestSrcWave::saw",
-  "GstAudioTestSrcWave::silence",
-  "GstAudioTestSrcWave::sine",
-  "GstAudioTestSrcWave::sine-table",
-  "GstAudioTestSrcWave::square",
-  "GstAudioTestSrcWave::ticks",
-  "GstAudioTestSrcWave::triangle",
-  "GstAudioTestSrcWave::violet-noise",
-  "GstAudioTestSrcWave::white-noise",
-  "GstAudioVisualizer",
-  "GstAudioVisualizer.ainfo",
-  "GstAudioVisualizer.parent",
-  "GstAudioVisualizer.req_spf",
-  "GstAudioVisualizer.vinfo",
-  "GstAudioVisualizer:shade-amount",
-  "GstAudioVisualizer:shader",
-  "GstAudioVisualizerClass.decide_allocation",
-  "GstAudioVisualizerClass.render",
-  "GstAudioVisualizerClass.setup",
-  "GstAudioVisualizerClass::decide_allocation",
-  "GstAudioVisualizerClass::render",
-  "GstAudioVisualizerClass::setup",
-  "GstAudioVisualizerShader",
-  "GstAudioVisualizerShaderFunc",
-  "GstAudioWSincBand",
-  "GstAudioWSincBand!sink",
-  "GstAudioWSincBand!src",
-  "GstAudioWSincBand:length",
-  "GstAudioWSincBand:lower-frequency",
-  "GstAudioWSincBand:mode",
-  "GstAudioWSincBand:upper-frequency",
-  "GstAudioWSincBand:window",
-  "GstAudioWSincBandMode",
-  "GstAudioWSincBandMode::band-pass",
-  "GstAudioWSincBandMode::band-reject",
-  "GstAudioWSincBandWindow",
-  "GstAudioWSincBandWindow::blackman",
-  "GstAudioWSincBandWindow::cosine",
-  "GstAudioWSincBandWindow::gaussian",
-  "GstAudioWSincBandWindow::hamming",
-  "GstAudioWSincBandWindow::hann",
-  "GstAudioWSincLimit",
-  "GstAudioWSincLimit!sink",
-  "GstAudioWSincLimit!src",
-  "GstAudioWSincLimit:cutoff",
-  "GstAudioWSincLimit:length",
-  "GstAudioWSincLimit:mode",
-  "GstAudioWSincLimit:window",
-  "GstAudioWSincLimitMode",
-  "GstAudioWSincLimitMode::high-pass",
-  "GstAudioWSincLimitMode::low-pass",
-  "GstAudioWSincLimitWindow",
-  "GstAudioWSincLimitWindow::blackman",
-  "GstAudioWSincLimitWindow::cosine",
-  "GstAudioWSincLimitWindow::gaussian",
-  "GstAudioWSincLimitWindow::hamming",
-  "GstAudioWSincLimitWindow::hann",
-  "GstAutoAudioSink",
-  "GstAutoAudioSink!sink",
-  "GstAutoAudioSink:ts-offset",
-  "GstAutoAudioSrc",
-  "GstAutoAudioSrc!src",
-  "GstAutoConvert",
-  "GstAutoConvert!sink",
-  "GstAutoConvert!src",
-  "GstAutoConvert:factories",
-  "GstAutoDeinterlace!sink",
-  "GstAutoDeinterlace!src",
-  "GstAutoDeinterlaceFieldLayout",
-  "GstAutoDeinterlaceFieldLayout::auto",
-  "GstAutoDeinterlaceFieldLayout::bff",
-  "GstAutoDeinterlaceFieldLayout::tff",
-  "GstAutoDeinterlaceFields",
-  "GstAutoDeinterlaceFields::all",
-  "GstAutoDeinterlaceFields::auto",
-  "GstAutoDeinterlaceFields::bottom",
-  "GstAutoDeinterlaceFields::top",
-  "GstAutoDeinterlaceModes",
-  "GstAutoDeinterlaceModes::auto",
-  "GstAutoDeinterlaceModes::auto-strict",
-  "GstAutoDeinterlaceModes::disabled",
-  "GstAutoDeinterlaceModes::interlaced",
-  "GstAutoDetect",
-  "GstAutoDetect:filter-caps",
-  "GstAutoDetect:sync",
-  "GstAutoVideoConvert",
-  "GstAutoVideoConvert!sink",
-  "GstAutoVideoConvert!src",
-  "GstAutoVideoFlip!sink",
-  "GstAutoVideoFlip!src",
-  "GstAutoVideoSink",
-  "GstAutoVideoSink!sink",
-  "GstAutoVideoSink:ts-offset",
-  "GstAutoVideoSrc",
-  "GstAutoVideoSrc!src",
-  "GstAutoplugSelectResult",
-  "GstAutoplugSelectResult::expose",
-  "GstAutoplugSelectResult::skip",
-  "GstAutoplugSelectResult::try",
-  "GstAvCodecCompliance",
-  "GstAvCodecCompliance::auto",
-  "GstAvCodecCompliance::experimental",
-  "GstAvCodecCompliance::normal",
-  "GstAvCodecCompliance::strict",
-  "GstAvCodecCompliance::unofficial",
-  "GstAvCodecCompliance::very-strict",
-  "GstAvWait",
-  "GstAvWait!asink",
-  "GstAvWait!asrc",
-  "GstAvWait!vsink",
-  "GstAvWait!vsrc",
-  "GstAvWait:end-running-time",
-  "GstAvWait:end-timecode",
-  "GstAvWait:mode",
-  "GstAvWait:recording",
-  "GstAvWait:target-running-time",
-  "GstAvWait:target-timecode",
-  "GstAvWait:target-timecode-string",
-  "GstAvWaitMode",
-  "GstAvWaitMode::running-time",
-  "GstAvWaitMode::timecode",
-  "GstAvWaitMode::video-first",
-  "GstAvdtpSink",
-  "GstAvdtpSink!sink",
-  "GstAvdtpSink:auto-connect",
-  "GstAvdtpSink:device",
-  "GstAvdtpSink:transport",
-  "GstAvdtpSrc",
-  "GstAvdtpSrc!src",
-  "GstAvdtpSrc:transport",
-  "GstAvdtpSrc:transport-volume",
-  "GstAviDemux",
-  "GstAviDemux!audio_%u",
-  "GstAviDemux!sink",
-  "GstAviDemux!subpicture_%u",
-  "GstAviDemux!subtitle_%u",
-  "GstAviDemux!video_%u",
-  "GstAviMux",
-  "GstAviMux!audio_%u",
-  "GstAviMux!src",
-  "GstAviMux!video_%u",
-  "GstAviMux:bigfile",
-  "GstAviSubtitle",
-  "GstAviSubtitle!sink",
-  "GstAviSubtitle!src",
-  "GstAvtpAafDepay",
-  "GstAvtpAafDepay!src",
-  "GstAvtpAafPay",
-  "GstAvtpAafPay!sink",
-  "GstAvtpAafPay:timestamp-mode",
-  "GstAvtpAafTimestampMode",
-  "GstAvtpAafTimestampMode::normal",
-  "GstAvtpAafTimestampMode::sparse",
-  "GstAvtpBaseDepayload",
-  "GstAvtpBaseDepayload:streamid",
-  "GstAvtpBasePayload",
-  "GstAvtpBasePayload:mtt",
-  "GstAvtpBasePayload:processing-deadline",
-  "GstAvtpBasePayload:streamid",
-  "GstAvtpBasePayload:tu",
-  "GstAvtpCrfBase",
-  "GstAvtpCrfBase:address",
-  "GstAvtpCrfBase:ifname",
-  "GstAvtpCrfBase:streamid",
-  "GstAvtpCrfCheck",
-  "GstAvtpCrfCheck!sink",
-  "GstAvtpCrfCheck!src",
-  "GstAvtpCrfCheck:drop-invalid",
-  "GstAvtpCrfSync",
-  "GstAvtpCrfSync!sink",
-  "GstAvtpCrfSync!src",
-  "GstAvtpCvfDepay",
-  "GstAvtpCvfDepay!src",
-  "GstAvtpCvfPay",
-  "GstAvtpCvfPay!sink",
-  "GstAvtpRvfDepay",
-  "GstAvtpRvfDepay!src",
-  "GstAvtpRvfPay",
-  "GstAvtpRvfPay!sink",
-  "GstAvtpSink",
-  "GstAvtpSink!sink",
-  "GstAvtpSink:address",
-  "GstAvtpSink:ifname",
-  "GstAvtpSink:priority",
-  "GstAvtpSrc",
-  "GstAvtpSrc!src",
-  "GstAvtpSrc:address",
-  "GstAvtpSrc:ifname",
-  "GstAvtpVfDepayBase",
-  "GstAvtpVfPayBase",
-  "GstAvtpVfPayBase:max-interval-frames",
-  "GstAvtpVfPayBase:measurement-interval",
-  "GstAvtpVfPayBase:mtu",
-  "GstBPMDetect",
-  "GstBPMDetect!sink",
-  "GstBPMDetect!src",
-  "GstBaseAutoConvert",
-  "GstBaseCameraSrc",
-  "GstBaseCameraSrc._gst_reserved",
-  "GstBaseCameraSrc.auto_start",
-  "GstBaseCameraSrc.capturing",
-  "GstBaseCameraSrc.capturing_mutex",
-  "GstBaseCameraSrc.height",
-  "GstBaseCameraSrc.max_zoom",
-  "GstBaseCameraSrc.mode",
-  "GstBaseCameraSrc.parent",
-  "GstBaseCameraSrc.post_preview",
-  "GstBaseCameraSrc.preview_caps",
-  "GstBaseCameraSrc.preview_filter",
-  "GstBaseCameraSrc.preview_pipeline",
-  "GstBaseCameraSrc.width",
-  "GstBaseCameraSrc.zoom",
-  "GstBaseCameraSrc::start-capture",
-  "GstBaseCameraSrc::stop-capture",
-  "GstBaseCameraSrc:auto-start",
-  "GstBaseCameraSrc:max-zoom",
-  "GstBaseCameraSrc:mode",
-  "GstBaseCameraSrc:post-previews",
-  "GstBaseCameraSrc:preview-caps",
-  "GstBaseCameraSrc:preview-filter",
-  "GstBaseCameraSrc:ready-for-capture",
-  "GstBaseCameraSrc:zoom",
-  "GstBaseCameraSrcClass._gst_reserved",
-  "GstBaseCameraSrcClass.construct_pipeline",
-  "GstBaseCameraSrcClass.parent",
-  "GstBaseCameraSrcClass.set_mode",
-  "GstBaseCameraSrcClass.set_preview",
-  "GstBaseCameraSrcClass.set_zoom",
-  "GstBaseCameraSrcClass.setup_pipeline",
-  "GstBaseCameraSrcClass.start_capture",
-  "GstBaseCameraSrcClass.stop_capture",
-  "GstBaseCameraSrcClass::construct_pipeline",
-  "GstBaseCameraSrcClass::set_mode",
-  "GstBaseCameraSrcClass::set_preview",
-  "GstBaseCameraSrcClass::set_zoom",
-  "GstBaseCameraSrcClass::setup_pipeline",
-  "GstBaseCameraSrcClass::start_capture",
-  "GstBaseCameraSrcClass::stop_capture",
-  "GstBaseParse",
-  "GstBaseParse.element",
-  "GstBaseParse.flags",
-  "GstBaseParse.segment",
-  "GstBaseParse.sinkpad",
-  "GstBaseParse.srcpad",
-  "GstBaseParse:disable-passthrough",
-  "GstBaseParseClass.convert",
-  "GstBaseParseClass.detect",
-  "GstBaseParseClass.get_sink_caps",
-  "GstBaseParseClass.handle_frame",
-  "GstBaseParseClass.parent_class",
-  "GstBaseParseClass.pre_push_frame",
-  "GstBaseParseClass.set_sink_caps",
-  "GstBaseParseClass.sink_event",
-  "GstBaseParseClass.sink_query",
-  "GstBaseParseClass.src_event",
-  "GstBaseParseClass.src_query",
-  "GstBaseParseClass.start",
-  "GstBaseParseClass.stop",
-  "GstBaseParseClass::convert",
-  "GstBaseParseClass::detect",
-  "GstBaseParseClass::get_sink_caps",
-  "GstBaseParseClass::handle_frame",
-  "GstBaseParseClass::pre_push_frame",
-  "GstBaseParseClass::set_sink_caps",
-  "GstBaseParseClass::sink_event",
-  "GstBaseParseClass::sink_query",
-  "GstBaseParseClass::src_event",
-  "GstBaseParseClass::src_query",
-  "GstBaseParseClass::start",
-  "GstBaseParseClass::stop",
-  "GstBaseParseFrame",
-  "GstBaseParseFrame.buffer",
-  "GstBaseParseFrame.flags",
-  "GstBaseParseFrame.offset",
-  "GstBaseParseFrame.out_buffer",
-  "GstBaseParseFrame.overhead",
-  "GstBaseParseFrameFlags",
-  "GstBaseQROverlay",
-  "GstBaseQROverlay:pixel-size",
-  "GstBaseQROverlay:qrcode-error-correction",
-  "GstBaseQROverlay:x",
-  "GstBaseQROverlay:y",
-  "GstBaseQTMux",
-  "GstBaseQTMux:dts-method",
-  "GstBaseQTMux:faststart",
-  "GstBaseQTMux:faststart-file",
-  "GstBaseQTMux:force-chunks",
-  "GstBaseQTMux:force-create-timecode-trak",
-  "GstBaseQTMux:fragment-duration",
-  "GstBaseQTMux:fragment-mode",
-  "GstBaseQTMux:interleave-bytes",
-  "GstBaseQTMux:interleave-time",
-  "GstBaseQTMux:max-raw-audio-drift",
-  "GstBaseQTMux:moov-recovery-file",
-  "GstBaseQTMux:movie-timescale",
-  "GstBaseQTMux:presentation-time",
-  "GstBaseQTMux:reserved-bytes-per-sec",
-  "GstBaseQTMux:reserved-duration-remaining",
-  "GstBaseQTMux:reserved-max-duration",
-  "GstBaseQTMux:reserved-moov-update-period",
-  "GstBaseQTMux:reserved-prefill",
-  "GstBaseQTMux:start-gap-threshold",
-  "GstBaseQTMux:trak-timescale",
-  "GstBaseSink",
-  "GstBaseSink.can_activate_pull",
-  "GstBaseSink.can_activate_push",
-  "GstBaseSink.element",
-  "GstBaseSink.eos",
-  "GstBaseSink.have_newsegment",
-  "GstBaseSink.have_preroll",
-  "GstBaseSink.need_preroll",
-  "GstBaseSink.offset",
-  "GstBaseSink.pad_mode",
-  "GstBaseSink.playing_async",
-  "GstBaseSink.preroll_cond",
-  "GstBaseSink.preroll_lock",
-  "GstBaseSink.segment",
-  "GstBaseSink.sinkpad",
-  "GstBaseSink:async",
-  "GstBaseSink:blocksize",
-  "GstBaseSink:enable-last-sample",
-  "GstBaseSink:last-sample",
-  "GstBaseSink:max-bitrate",
-  "GstBaseSink:max-lateness",
-  "GstBaseSink:processing-deadline",
-  "GstBaseSink:qos",
-  "GstBaseSink:render-delay",
-  "GstBaseSink:stats",
-  "GstBaseSink:sync",
-  "GstBaseSink:throttle-time",
-  "GstBaseSink:ts-offset",
-  "GstBaseSinkClass.activate_pull",
-  "GstBaseSinkClass.event",
-  "GstBaseSinkClass.fixate",
-  "GstBaseSinkClass.get_caps",
-  "GstBaseSinkClass.get_times",
-  "GstBaseSinkClass.parent_class",
-  "GstBaseSinkClass.prepare",
-  "GstBaseSinkClass.prepare_list",
-  "GstBaseSinkClass.preroll",
-  "GstBaseSinkClass.propose_allocation",
-  "GstBaseSinkClass.query",
-  "GstBaseSinkClass.render",
-  "GstBaseSinkClass.render_list",
-  "GstBaseSinkClass.set_caps",
-  "GstBaseSinkClass.start",
-  "GstBaseSinkClass.stop",
-  "GstBaseSinkClass.unlock",
-  "GstBaseSinkClass.unlock_stop",
-  "GstBaseSinkClass.wait_event",
-  "GstBaseSinkClass::activate_pull",
-  "GstBaseSinkClass::event",
-  "GstBaseSinkClass::fixate",
-  "GstBaseSinkClass::get_caps",
-  "GstBaseSinkClass::get_times",
-  "GstBaseSinkClass::prepare",
-  "GstBaseSinkClass::prepare_list",
-  "GstBaseSinkClass::preroll",
-  "GstBaseSinkClass::propose_allocation",
-  "GstBaseSinkClass::query",
-  "GstBaseSinkClass::render",
-  "GstBaseSinkClass::render_list",
-  "GstBaseSinkClass::set_caps",
-  "GstBaseSinkClass::start",
-  "GstBaseSinkClass::stop",
-  "GstBaseSinkClass::unlock",
-  "GstBaseSinkClass::unlock_stop",
-  "GstBaseSinkClass::wait_event",
-  "GstBaseSrc",
-  "GstBaseSrc.blocksize",
-  "GstBaseSrc.can_activate_push",
-  "GstBaseSrc.clock_id",
-  "GstBaseSrc.element",
-  "GstBaseSrc.is_live",
-  "GstBaseSrc.live_cond",
-  "GstBaseSrc.live_lock",
-  "GstBaseSrc.live_running",
-  "GstBaseSrc.need_newsegment",
-  "GstBaseSrc.num_buffers",
-  "GstBaseSrc.num_buffers_left",
-  "GstBaseSrc.pending_seek",
-  "GstBaseSrc.priv",
-  "GstBaseSrc.random_access",
-  "GstBaseSrc.running",
-  "GstBaseSrc.segment",
-  "GstBaseSrc.srcpad",
-  "GstBaseSrc.typefind",
-  "GstBaseSrc:automatic-eos",
-  "GstBaseSrc:blocksize",
-  "GstBaseSrc:do-timestamp",
-  "GstBaseSrc:num-buffers",
-  "GstBaseSrc:typefind",
-  "GstBaseSrcClass.alloc",
-  "GstBaseSrcClass.create",
-  "GstBaseSrcClass.decide_allocation",
-  "GstBaseSrcClass.do_seek",
-  "GstBaseSrcClass.event",
-  "GstBaseSrcClass.fill",
-  "GstBaseSrcClass.fixate",
-  "GstBaseSrcClass.get_caps",
-  "GstBaseSrcClass.get_size",
-  "GstBaseSrcClass.get_times",
-  "GstBaseSrcClass.is_seekable",
-  "GstBaseSrcClass.negotiate",
-  "GstBaseSrcClass.parent_class",
-  "GstBaseSrcClass.prepare_seek_segment",
-  "GstBaseSrcClass.query",
-  "GstBaseSrcClass.set_caps",
-  "GstBaseSrcClass.start",
-  "GstBaseSrcClass.stop",
-  "GstBaseSrcClass.unlock",
-  "GstBaseSrcClass.unlock_stop",
-  "GstBaseSrcClass::alloc",
-  "GstBaseSrcClass::create",
-  "GstBaseSrcClass::decide_allocation",
-  "GstBaseSrcClass::do_seek",
-  "GstBaseSrcClass::event",
-  "GstBaseSrcClass::fill",
-  "GstBaseSrcClass::fixate",
-  "GstBaseSrcClass::get_caps",
-  "GstBaseSrcClass::get_size",
-  "GstBaseSrcClass::get_times",
-  "GstBaseSrcClass::is_seekable",
-  "GstBaseSrcClass::negotiate",
-  "GstBaseSrcClass::prepare_seek_segment",
-  "GstBaseSrcClass::query",
-  "GstBaseSrcClass::set_caps",
-  "GstBaseSrcClass::start",
-  "GstBaseSrcClass::stop",
-  "GstBaseSrcClass::unlock",
-  "GstBaseSrcClass::unlock_stop",
-  "GstBaseSrcFlags",
-  "GstBaseTextOverlay",
-  "GstBaseTextOverlay:auto-resize",
-  "GstBaseTextOverlay:color",
-  "GstBaseTextOverlay:deltax",
-  "GstBaseTextOverlay:deltay",
-  "GstBaseTextOverlay:draw-outline",
-  "GstBaseTextOverlay:draw-shadow",
-  "GstBaseTextOverlay:font-desc",
-  "GstBaseTextOverlay:halignment",
-  "GstBaseTextOverlay:line-alignment",
-  "GstBaseTextOverlay:outline-color",
-  "GstBaseTextOverlay:scale-mode",
-  "GstBaseTextOverlay:scale-pixel-aspect-ratio",
-  "GstBaseTextOverlay:shaded-background",
-  "GstBaseTextOverlay:shading-value",
-  "GstBaseTextOverlay:silent",
-  "GstBaseTextOverlay:text",
-  "GstBaseTextOverlay:text-height",
-  "GstBaseTextOverlay:text-width",
-  "GstBaseTextOverlay:text-x",
-  "GstBaseTextOverlay:text-y",
-  "GstBaseTextOverlay:valignment",
-  "GstBaseTextOverlay:vertical-render",
-  "GstBaseTextOverlay:wait-text",
-  "GstBaseTextOverlay:wrap-mode",
-  "GstBaseTextOverlay:x-absolute",
-  "GstBaseTextOverlay:xpad",
-  "GstBaseTextOverlay:xpos",
-  "GstBaseTextOverlay:y-absolute",
-  "GstBaseTextOverlay:ypad",
-  "GstBaseTextOverlay:ypos",
-  "GstBaseTextOverlayHAlign",
-  "GstBaseTextOverlayHAlign::Absolute position",
-  "GstBaseTextOverlayHAlign::Absolute position clamped to canvas",
-  "GstBaseTextOverlayHAlign::center",
-  "GstBaseTextOverlayHAlign::left",
-  "GstBaseTextOverlayHAlign::right",
-  "GstBaseTextOverlayLineAlign",
-  "GstBaseTextOverlayLineAlign::center",
-  "GstBaseTextOverlayLineAlign::left",
-  "GstBaseTextOverlayLineAlign::right",
-  "GstBaseTextOverlayScaleMode",
-  "GstBaseTextOverlayScaleMode::display",
-  "GstBaseTextOverlayScaleMode::none",
-  "GstBaseTextOverlayScaleMode::par",
-  "GstBaseTextOverlayScaleMode::user",
-  "GstBaseTextOverlayVAlign",
-  "GstBaseTextOverlayVAlign::Absolute position",
-  "GstBaseTextOverlayVAlign::Absolute position clamped to canvas",
-  "GstBaseTextOverlayVAlign::baseline",
-  "GstBaseTextOverlayVAlign::bottom",
-  "GstBaseTextOverlayVAlign::center",
-  "GstBaseTextOverlayVAlign::top",
-  "GstBaseTextOverlayWrapMode",
-  "GstBaseTextOverlayWrapMode::char",
-  "GstBaseTextOverlayWrapMode::none",
-  "GstBaseTextOverlayWrapMode::word",
-  "GstBaseTextOverlayWrapMode::wordchar",
-  "GstBaseTransform",
-  "GstBaseTransform.element",
-  "GstBaseTransform.have_segment",
-  "GstBaseTransform.queued_buf",
-  "GstBaseTransform.segment",
-  "GstBaseTransform.sinkpad",
-  "GstBaseTransform.srcpad",
-  "GstBaseTransform:qos",
-  "GstBaseTransformClass.accept_caps",
-  "GstBaseTransformClass.before_transform",
-  "GstBaseTransformClass.copy_metadata",
-  "GstBaseTransformClass.decide_allocation",
-  "GstBaseTransformClass.filter_meta",
-  "GstBaseTransformClass.fixate_caps",
-  "GstBaseTransformClass.generate_output",
-  "GstBaseTransformClass.get_unit_size",
-  "GstBaseTransformClass.parent_class",
-  "GstBaseTransformClass.passthrough_on_same_caps",
-  "GstBaseTransformClass.prepare_output_buffer",
-  "GstBaseTransformClass.propose_allocation",
-  "GstBaseTransformClass.query",
-  "GstBaseTransformClass.set_caps",
-  "GstBaseTransformClass.sink_event",
-  "GstBaseTransformClass.src_event",
-  "GstBaseTransformClass.start",
-  "GstBaseTransformClass.stop",
-  "GstBaseTransformClass.submit_input_buffer",
-  "GstBaseTransformClass.transform",
-  "GstBaseTransformClass.transform_caps",
-  "GstBaseTransformClass.transform_ip",
-  "GstBaseTransformClass.transform_ip_on_passthrough",
-  "GstBaseTransformClass.transform_meta",
-  "GstBaseTransformClass.transform_size",
-  "GstBaseTransformClass::accept_caps",
-  "GstBaseTransformClass::before_transform",
-  "GstBaseTransformClass::copy_metadata",
-  "GstBaseTransformClass::decide_allocation",
-  "GstBaseTransformClass::filter_meta",
-  "GstBaseTransformClass::fixate_caps",
-  "GstBaseTransformClass::generate_output",
-  "GstBaseTransformClass::get_unit_size",
-  "GstBaseTransformClass::prepare_output_buffer",
-  "GstBaseTransformClass::propose_allocation",
-  "GstBaseTransformClass::query",
-  "GstBaseTransformClass::set_caps",
-  "GstBaseTransformClass::sink_event",
-  "GstBaseTransformClass::src_event",
-  "GstBaseTransformClass::start",
-  "GstBaseTransformClass::stop",
-  "GstBaseTransformClass::submit_input_buffer",
-  "GstBaseTransformClass::transform",
-  "GstBaseTransformClass::transform_caps",
-  "GstBaseTransformClass::transform_ip",
-  "GstBaseTransformClass::transform_meta",
-  "GstBaseTransformClass::transform_size",
-  "GstBaseTsMux",
-  "GstBaseTsMux:alignment",
-  "GstBaseTsMux:bitrate",
-  "GstBaseTsMux:pat-interval",
-  "GstBaseTsMux:pcr-interval",
-  "GstBaseTsMux:pmt-interval",
-  "GstBaseTsMux:prog-map",
-  "GstBaseTsMux:scte-35-null-interval",
-  "GstBaseTsMux:scte-35-pid",
-  "GstBaseTsMux:si-interval",
-  "GstBaseTsMuxPad",
-  "GstBaseTsMuxPad:stream-number",
-  "GstBayer2RGB",
-  "GstBayer2RGB!sink",
-  "GstBayer2RGB!src",
-  "GstBin",
-  "GstBin.child_bus",
-  "GstBin.children",
-  "GstBin.children_cookie",
-  "GstBin.clock_dirty",
-  "GstBin.clock_provider",
-  "GstBin.element",
-  "GstBin.messages",
-  "GstBin.numchildren",
-  "GstBin.polling",
-  "GstBin.provided_clock",
-  "GstBin.state_dirty",
-  "GstBin::deep-element-added",
-  "GstBin::deep-element-removed",
-  "GstBin::do-latency",
-  "GstBin::element-added",
-  "GstBin::element-removed",
-  "GstBin:async-handling",
-  "GstBin:message-forward",
-  "GstBinClass.add_element",
-  "GstBinClass.deep_element_added",
-  "GstBinClass.deep_element_removed",
-  "GstBinClass.do_latency",
-  "GstBinClass.element_added",
-  "GstBinClass.element_removed",
-  "GstBinClass.handle_message",
-  "GstBinClass.parent_class",
-  "GstBinClass.remove_element",
-  "GstBinClass::add_element",
-  "GstBinClass::deep_element_added",
-  "GstBinClass::deep_element_removed",
-  "GstBinClass::do_latency",
-  "GstBinClass::element_added",
-  "GstBinClass::element_removed",
-  "GstBinClass::handle_message",
-  "GstBinClass::remove_element",
-  "GstBinFlags",
-  "GstBitReader",
-  "GstBitReader.bit",
-  "GstBitReader.byte",
-  "GstBitReader.data",
-  "GstBitReader.size",
-  "GstBitWriter",
-  "GstBitWriter.bit_size",
-  "GstBitWriter.data",
-  "GstBitmask",
-  "GstBreakMyData",
-  "GstBreakMyData!sink",
-  "GstBreakMyData!src",
-  "GstBreakMyData:probability",
-  "GstBreakMyData:seed",
-  "GstBreakMyData:set-to",
-  "GstBreakMyData:skip",
-  "GstBs2b",
-  "GstBs2b!sink",
-  "GstBs2b!src",
-  "GstBs2b:fcut",
-  "GstBs2b:feed",
-  "GstBuffer",
-  "GstBuffer.dts",
-  "GstBuffer.duration",
-  "GstBuffer.mini_object",
-  "GstBuffer.offset",
-  "GstBuffer.offset_end",
-  "GstBuffer.pool",
-  "GstBuffer.pts",
-  "GstBufferCopyFlags",
-  "GstBufferFlags",
-  "GstBufferForeachMetaFunc",
-  "GstBufferList",
-  "GstBufferListFunc",
-  "GstBufferMapInfo",
-  "GstBufferPool",
-  "GstBufferPool.flushing",
-  "GstBufferPool.object",
-  "GstBufferPoolAcquireFlags",
-  "GstBufferPoolAcquireParams",
-  "GstBufferPoolAcquireParams.flags",
-  "GstBufferPoolAcquireParams.format",
-  "GstBufferPoolAcquireParams.start",
-  "GstBufferPoolAcquireParams.stop",
-  "GstBufferPoolClass.acquire_buffer",
-  "GstBufferPoolClass.alloc_buffer",
-  "GstBufferPoolClass.flush_start",
-  "GstBufferPoolClass.flush_stop",
-  "GstBufferPoolClass.free_buffer",
-  "GstBufferPoolClass.get_options",
-  "GstBufferPoolClass.object_class",
-  "GstBufferPoolClass.release_buffer",
-  "GstBufferPoolClass.reset_buffer",
-  "GstBufferPoolClass.set_config",
-  "GstBufferPoolClass.start",
-  "GstBufferPoolClass.stop",
-  "GstBufferPoolClass::acquire_buffer",
-  "GstBufferPoolClass::alloc_buffer",
-  "GstBufferPoolClass::flush_start",
-  "GstBufferPoolClass::flush_stop",
-  "GstBufferPoolClass::free_buffer",
-  "GstBufferPoolClass::get_options",
-  "GstBufferPoolClass::release_buffer",
-  "GstBufferPoolClass::reset_buffer",
-  "GstBufferPoolClass::set_config",
-  "GstBufferPoolClass::start",
-  "GstBufferPoolClass::stop",
-  "GstBufferingMode",
-  "GstBulge",
-  "GstBulge!sink",
-  "GstBulge!src",
-  "GstBulge:zoom",
-  "GstBurn",
-  "GstBurn!sink",
-  "GstBurn!src",
-  "GstBurn:adjustment",
-  "GstBus",
-  "GstBus.object",
-  "GstBus::message",
-  "GstBus::sync-message",
-  "GstBus:enable-async",
-  "GstBusClass.message",
-  "GstBusClass.parent_class",
-  "GstBusClass.sync_message",
-  "GstBusClass::message",
-  "GstBusClass::sync_message",
-  "GstBusFlags",
-  "GstBusFunc",
-  "GstBusSyncHandler",
-  "GstBusSyncReply",
-  "GstByteArrayInterface",
-  "GstByteArrayInterface.data",
-  "GstByteArrayInterface.len",
-  "GstByteReader",
-  "GstByteReader.byte",
-  "GstByteReader.data",
-  "GstByteReader.size",
-  "GstByteWriter",
-  "GstByteWriter.alloc_size",
-  "GstByteWriter.fixed",
-  "GstByteWriter.owned",
-  "GstByteWriter.parent",
-  "GstBz2dec",
-  "GstBz2dec!sink",
-  "GstBz2dec!src",
-  "GstBz2dec:buffer-size",
-  "GstBz2dec:first-buffer-size",
-  "GstBz2enc",
-  "GstBz2enc!sink",
-  "GstBz2enc!src",
-  "GstBz2enc:block-size",
-  "GstBz2enc:buffer-size",
-  "GstCACASink",
-  "GstCACASink!sink",
-  "GstCACASink:anti-aliasing",
-  "GstCACASink:dither",
-  "GstCACASink:screen-height",
-  "GstCACASink:screen-width",
-  "GstCACASinkDithering",
-  "GstCACASinkDithering::2x2",
-  "GstCACASinkDithering::4x4",
-  "GstCACASinkDithering::8x8",
-  "GstCACASinkDithering::none",
-  "GstCACASinkDithering::random",
-  "GstCACASinkDriver",
-  "GstCACATv",
-  "GstCACATv!sink",
-  "GstCACATv!src",
-  "GstCACATv:anti-aliasing",
-  "GstCACATv:canvas-height",
-  "GstCACATv:canvas-width",
-  "GstCACATv:dither",
-  "GstCACATv:font",
-  "GstCACATvDithering",
-  "GstCACATvDithering::2x2",
-  "GstCACATvDithering::4x4",
-  "GstCACATvDithering::8x8",
-  "GstCACATvDithering::none",
-  "GstCACATvDithering::random",
-  "GstCCCombiner",
-  "GstCCCombiner!caption",
-  "GstCCCombiner!sink",
-  "GstCCCombiner!src",
-  "GstCCConverter",
-  "GstCCConverter!sink",
-  "GstCCConverter!src",
-  "GstCCConverterCDPMode",
-  "GstCCConverterCDPMode::cc-data",
-  "GstCCConverterCDPMode::cc-svc-info",
-  "GstCCConverterCDPMode::time-code",
-  "GstCCExtractor",
-  "GstCCExtractor!caption",
-  "GstCCExtractor!sink",
-  "GstCCExtractor!src",
-  "GstCCExtractor:remove-caption-meta",
-  "GstCVTracker!sink",
-  "GstCVTracker!src",
-  "GstCairoOverlay",
-  "GstCairoOverlay!sink",
-  "GstCairoOverlay!src",
-  "GstCairoOverlay::caps-changed",
-  "GstCairoOverlay::draw",
-  "GstCairoOverlay:draw-on-transparent-surface",
-  "GstCamFlags",
-  "GstCamFlags::no-audio-conversion",
-  "GstCamFlags::no-image-conversion",
-  "GstCamFlags::no-video-conversion",
-  "GstCamFlags::no-viewfinder-conversion",
-  "GstCameraBin",
-  "GstCameraBin2Mode",
-  "GstCameraBin::start-capture",
-  "GstCameraBin::stop-capture",
-  "GstCameraBin:audio-capture-caps",
-  "GstCameraBin:audio-capture-supported-caps",
-  "GstCameraBin:audio-filter",
-  "GstCameraBin:audio-source",
-  "GstCameraBin:camera-source",
-  "GstCameraBin:flags",
-  "GstCameraBin:idle",
-  "GstCameraBin:image-capture-caps",
-  "GstCameraBin:image-capture-supported-caps",
-  "GstCameraBin:image-filter",
-  "GstCameraBin:image-profile",
-  "GstCameraBin:location",
-  "GstCameraBin:max-zoom",
-  "GstCameraBin:mode",
-  "GstCameraBin:mute",
-  "GstCameraBin:post-previews",
-  "GstCameraBin:preview-caps",
-  "GstCameraBin:preview-filter",
-  "GstCameraBin:video-capture-caps",
-  "GstCameraBin:video-capture-supported-caps",
-  "GstCameraBin:video-filter",
-  "GstCameraBin:video-profile",
-  "GstCameraBin:viewfinder-caps",
-  "GstCameraBin:viewfinder-filter",
-  "GstCameraBin:viewfinder-sink",
-  "GstCameraBin:viewfinder-supported-caps",
-  "GstCameraBin:zoom",
-  "GstCameraBinMode",
-  "GstCameraBinPreviewPipelineData",
-  "GstCameraBinPreviewPipelineData.appsink",
-  "GstCameraBinPreviewPipelineData.appsrc",
-  "GstCameraBinPreviewPipelineData.element",
-  "GstCameraBinPreviewPipelineData.filter",
-  "GstCameraBinPreviewPipelineData.pending_preview_caps",
-  "GstCameraBinPreviewPipelineData.pipeline",
-  "GstCameraBinPreviewPipelineData.processing",
-  "GstCameraBinPreviewPipelineData.processing_cond",
-  "GstCameraBinPreviewPipelineData.processing_lock",
-  "GstCameraBinPreviewPipelineData.vscale",
-  "GstCameraCalibrate",
-  "GstCameraCalibrate!sink",
-  "GstCameraCalibrate!src",
-  "GstCameraCalibrate:aspect-ratio",
-  "GstCameraCalibrate:board-height",
-  "GstCameraCalibrate:board-width",
-  "GstCameraCalibrate:center-principal-point",
-  "GstCameraCalibrate:corner-sub-pixel",
-  "GstCameraCalibrate:delay",
-  "GstCameraCalibrate:frame-count",
-  "GstCameraCalibrate:pattern",
-  "GstCameraCalibrate:settings",
-  "GstCameraCalibrate:show-corners",
-  "GstCameraCalibrate:square-size",
-  "GstCameraCalibrate:use-fisheye",
-  "GstCameraCalibrate:zero-tangent-distorsion",
-  "GstCameraCalibrationPattern",
-  "GstCameraCalibrationPattern::asymmetric_circle_grids",
-  "GstCameraCalibrationPattern::chessboard",
-  "GstCameraCalibrationPattern::circle_grids",
-  "GstCameraUndistort",
-  "GstCameraUndistort!sink",
-  "GstCameraUndistort!src",
-  "GstCameraUndistort:alpha",
-  "GstCameraUndistort:settings",
-  "GstCameraUndistort:undistort",
-  "GstCaps",
-  "GstCaps.mini_object",
-  "GstCapsFeatures",
-  "GstCapsFilter",
-  "GstCapsFilter!sink",
-  "GstCapsFilter!src",
-  "GstCapsFilter:caps",
-  "GstCapsFilter:caps-change-mode",
-  "GstCapsFilterCapsChangeMode",
-  "GstCapsFilterCapsChangeMode::delayed",
-  "GstCapsFilterCapsChangeMode::immediate",
-  "GstCapsFilterMapFunc",
-  "GstCapsFlags",
-  "GstCapsForeachFunc",
-  "GstCapsIntersectMode",
-  "GstCapsMapFunc",
-  "GstCapsSetter",
-  "GstCapsSetter!sink",
-  "GstCapsSetter!src",
-  "GstCapsSetter:caps",
-  "GstCapsSetter:join",
-  "GstCapsSetter:replace",
-  "GstCdParanoiaMode",
-  "GstCdParanoiaMode::disable",
-  "GstCdParanoiaMode::fragment",
-  "GstCdParanoiaMode::full",
-  "GstCdParanoiaMode::overlap",
-  "GstCdParanoiaMode::repair",
-  "GstCdParanoiaMode::scratch",
-  "GstCdParanoiaSrc",
-  "GstCdParanoiaSrc!src",
-  "GstCdParanoiaSrc::transport-error",
-  "GstCdParanoiaSrc::uncorrected-error",
-  "GstCdParanoiaSrc:cache-size",
-  "GstCdParanoiaSrc:generic-device",
-  "GstCdParanoiaSrc:paranoia-mode",
-  "GstCdParanoiaSrc:read-speed",
-  "GstCdParanoiaSrc:search-overlap",
-  "GstCdioCddaSrc",
-  "GstCdioCddaSrc!src",
-  "GstCdioCddaSrc:read-speed",
-  "GstCea608Mux!cc1",
-  "GstCea608Mux!cc3",
-  "GstCea608Mux!src",
-  "GstCeaCcOverlay",
-  "GstCeaCcOverlay!cc_sink",
-  "GstCeaCcOverlay!src",
-  "GstCeaCcOverlay!video_sink",
-  "GstCeaCcOverlay:font-desc",
-  "GstCeaCcOverlay:service-number",
-  "GstCeaCcOverlay:silent",
-  "GstCeaCcOverlay:window-h-pos",
-  "GstCeaCcOverlayWinHPos",
-  "GstCeaCcOverlayWinHPos::auto",
-  "GstCeaCcOverlayWinHPos::center",
-  "GstCeaCcOverlayWinHPos::left",
-  "GstCeaCcOverlayWinHPos::right",
-  "GstCheckABIStruct",
-  "GstCheckABIStruct.abi_size",
-  "GstCheckABIStruct.name",
-  "GstCheckABIStruct.size",
-  "GstCheckLogFilter",
-  "GstCheckLogFilterFunc",
-  "GstChecksumSink",
-  "GstChecksumSink!sink",
-  "GstChecksumSink:hash",
-  "GstChecksumSinkHash",
-  "GstChecksumSinkHash::md5",
-  "GstChecksumSinkHash::sha1",
-  "GstChecksumSinkHash::sha256",
-  "GstChecksumSinkHash::sha512",
-  "GstChildProxy",
-  "GstChildProxy::child-added",
-  "GstChildProxy::child-removed",
-  "GstChildProxyInterface.child_added",
-  "GstChildProxyInterface.child_removed",
-  "GstChildProxyInterface.get_child_by_index",
-  "GstChildProxyInterface.get_child_by_name",
-  "GstChildProxyInterface.get_children_count",
-  "GstChildProxyInterface.parent",
-  "GstChildProxyInterface::child_added",
-  "GstChildProxyInterface::child_removed",
-  "GstChildProxyInterface::get_child_by_index",
-  "GstChildProxyInterface::get_child_by_name",
-  "GstChildProxyInterface::get_children_count",
-  "GstChopMyData",
-  "GstChopMyData!sink",
-  "GstChopMyData!src",
-  "GstChopMyData:max-size",
-  "GstChopMyData:min-size",
-  "GstChopMyData:step-size",
-  "GstChromaHold",
-  "GstChromaHold!sink",
-  "GstChromaHold!src",
-  "GstChromaHold:target-b",
-  "GstChromaHold:target-g",
-  "GstChromaHold:target-r",
-  "GstChromaHold:tolerance",
-  "GstChromaprint",
-  "GstChromaprint!sink",
-  "GstChromaprint!src",
-  "GstChromaprint:duration",
-  "GstChromaprint:fingerprint",
-  "GstChromium",
-  "GstChromium!sink",
-  "GstChromium!src",
-  "GstChromium:edge-a",
-  "GstChromium:edge-b",
-  "GstCircle",
-  "GstCircle!sink",
-  "GstCircle!src",
-  "GstCircle:angle",
-  "GstCircle:height",
-  "GstCircle:spread-angle",
-  "GstCircleGeometricTransform",
-  "GstCircleGeometricTransform:radius",
-  "GstCircleGeometricTransform:x-center",
-  "GstCircleGeometricTransform:y-center",
-  "GstClock",
-  "GstClock.object",
-  "GstClock::synced",
-  "GstClock:timeout",
-  "GstClock:window-size",
-  "GstClock:window-threshold",
-  "GstClockCallback",
-  "GstClockClass.change_resolution",
-  "GstClockClass.get_internal_time",
-  "GstClockClass.get_resolution",
-  "GstClockClass.parent_class",
-  "GstClockClass.unschedule",
-  "GstClockClass.wait",
-  "GstClockClass.wait_async",
-  "GstClockClass::change_resolution",
-  "GstClockClass::get_internal_time",
-  "GstClockClass::get_resolution",
-  "GstClockClass::unschedule",
-  "GstClockClass::wait",
-  "GstClockClass::wait_async",
-  "GstClockEntry",
-  "GstClockEntry.clock",
-  "GstClockEntry.interval",
-  "GstClockEntry.refcount",
-  "GstClockEntry.status",
-  "GstClockEntry.time",
-  "GstClockEntry.type",
-  "GstClockEntry.unscheduled",
-  "GstClockEntry.user_data",
-  "GstClockEntry.woken_up",
-  "GstClockEntryType",
-  "GstClockFlags",
-  "GstClockID",
-  "GstClockOverlay",
-  "GstClockOverlay!src",
-  "GstClockOverlay!video_sink",
-  "GstClockOverlay:time-format",
-  "GstClockReturn",
-  "GstClockSelect",
-  "GstClockSelect:clock-id",
-  "GstClockSelect:ptp-domain",
-  "GstClockSelectClockId",
-  "GstClockSelectClockId::default",
-  "GstClockSelectClockId::monotonic",
-  "GstClockSelectClockId::ptp",
-  "GstClockSelectClockId::realtime",
-  "GstClockSelectClockId::tai",
-  "GstClockSync",
-  "GstClockSync!sink",
-  "GstClockSync!src",
-  "GstClockSync:sync",
-  "GstClockSync:ts-offset",
-  "GstClockTime",
-  "GstClockTimeDiff",
-  "GstClockType",
-  "GstCodecAlphaDemux!alpha",
-  "GstCodecAlphaDemux!sink",
-  "GstCodecAlphaDemux!src",
-  "GstCodecPicture",
-  "GstCodecTimestamper",
-  "GstCollectData",
-  "GstCollectData.ABI.abi.dts",
-  "GstCollectData.buffer",
-  "GstCollectData.collect",
-  "GstCollectData.pad",
-  "GstCollectData.pos",
-  "GstCollectData.segment",
-  "GstCollectDataDestroyNotify",
-  "GstCollectPads",
-  "GstCollectPads.data",
-  "GstCollectPads.object",
-  "GstCollectPadsBufferFunction",
-  "GstCollectPadsClass.parent_class",
-  "GstCollectPadsClipFunction",
-  "GstCollectPadsCompareFunction",
-  "GstCollectPadsEventFunction",
-  "GstCollectPadsFlushFunction",
-  "GstCollectPadsFunction",
-  "GstCollectPadsQueryFunction",
-  "GstCollectPadsStateFlags",
-  "GstColorBalance",
-  "GstColorBalance::value-changed",
-  "GstColorBalanceChannel",
-  "GstColorBalanceChannel.label",
-  "GstColorBalanceChannel.max_value",
-  "GstColorBalanceChannel.min_value",
-  "GstColorBalanceChannel.parent",
-  "GstColorBalanceChannel::value-changed",
-  "GstColorBalanceChannelClass.parent",
-  "GstColorBalanceChannelClass.value_changed",
-  "GstColorBalanceChannelClass::value_changed",
-  "GstColorBalanceInterface.get_balance_type",
-  "GstColorBalanceInterface.get_value",
-  "GstColorBalanceInterface.iface",
-  "GstColorBalanceInterface.list_channels",
-  "GstColorBalanceInterface.set_value",
-  "GstColorBalanceInterface.value_changed",
-  "GstColorBalanceInterface::get_balance_type",
-  "GstColorBalanceInterface::get_value",
-  "GstColorBalanceInterface::list_channels",
-  "GstColorBalanceInterface::set_value",
-  "GstColorBalanceInterface::value_changed",
-  "GstColorBalanceType",
-  "GstColorEffects",
-  "GstColorEffects!sink",
-  "GstColorEffects!src",
-  "GstColorEffects:preset",
-  "GstColorEffectsPreset",
-  "GstColorEffectsPreset::heat",
-  "GstColorEffectsPreset::none",
-  "GstColorEffectsPreset::sepia",
-  "GstColorEffectsPreset::xpro",
-  "GstColorEffectsPreset::xray",
-  "GstColorEffectsPreset::yellowblue",
-  "GstCombDetect",
-  "GstCombDetect!sink",
-  "GstCombDetect!src",
-  "GstCompare",
-  "GstCompare!check",
-  "GstCompare!sink",
-  "GstCompare!src",
-  "GstCompare:meta",
-  "GstCompare:method",
-  "GstCompare:offset-ts",
-  "GstCompare:threshold",
-  "GstCompare:upper",
-  "GstCompareMethod",
-  "GstCompareMethod::max",
-  "GstCompareMethod::mem",
-  "GstCompareMethod::ssim",
-  "GstCompositor",
-  "GstCompositor!sink_%u",
-  "GstCompositor!src",
-  "GstCompositor:background",
-  "GstCompositorBackground",
-  "GstCompositorBackground::black",
-  "GstCompositorBackground::checker",
-  "GstCompositorBackground::transparent",
-  "GstCompositorBackground::white",
-  "GstCompositorOperator",
-  "GstCompositorOperator::add",
-  "GstCompositorOperator::over",
-  "GstCompositorOperator::source",
-  "GstCompositorPad",
-  "GstCompositorPad:alpha",
-  "GstCompositorPad:height",
-  "GstCompositorPad:operator",
-  "GstCompositorPad:sizing-policy",
-  "GstCompositorPad:width",
-  "GstCompositorPad:xpos",
-  "GstCompositorPad:ypos",
-  "GstCompositorSizingPolicy",
-  "GstCompositorSizingPolicy::keep-aspect-ratio",
-  "GstCompositorSizingPolicy::none",
-  "GstConcat",
-  "GstConcat!sink_%u",
-  "GstConcat!src",
-  "GstConcat:active-pad",
-  "GstConcat:adjust-base",
-  "GstContext",
-  "GstControlBinding",
-  "GstControlBinding.ABI.abi._gst_reserved",
-  "GstControlBinding.ABI.abi.priv",
-  "GstControlBinding.name",
-  "GstControlBinding.parent",
-  "GstControlBinding.pspec",
-  "GstControlBinding:name",
-  "GstControlBinding:object",
-  "GstControlBindingClass.get_g_value_array",
-  "GstControlBindingClass.get_value",
-  "GstControlBindingClass.get_value_array",
-  "GstControlBindingClass.parent_class",
-  "GstControlBindingClass.sync_values",
-  "GstControlBindingClass::get_g_value_array",
-  "GstControlBindingClass::get_value",
-  "GstControlBindingClass::get_value_array",
-  "GstControlBindingClass::sync_values",
-  "GstControlPoint",
-  "GstControlPoint.cache.cubic.cubic_monotonic._gst_reserved",
-  "GstControlPoint.cache.cubic.cubic_monotonic.c1s",
-  "GstControlPoint.cache.cubic.cubic_monotonic.c2s",
-  "GstControlPoint.cache.cubic.cubic_monotonic.c3s",
-  "GstControlPoint.cache.cubic.h",
-  "GstControlPoint.cache.cubic.z",
-  "GstControlPoint.timestamp",
-  "GstControlPoint.value",
-  "GstControlSource",
-  "GstControlSource.get_value",
-  "GstControlSource.get_value_array",
-  "GstControlSource.parent",
-  "GstControlSourceClass.parent_class",
-  "GstControlSourceGetValue",
-  "GstControlSourceGetValueArray",
-  "GstCoreError",
-  "GstCpuReport",
-  "GstCpuReport!sink",
-  "GstCpuReport!src",
-  "GstCtType",
-  "GstCudaAllocator",
-  "GstCudaAllocator.parent",
-  "GstCudaAllocatorClass.parent_class",
-  "GstCudaAllocatorClass::set_active",
-  "GstCudaBaseConvert",
-  "GstCudaBaseTransform",
-  "GstCudaBaseTransform:cuda-device-id",
-  "GstCudaBufferCopyType",
-  "GstCudaBufferPool",
-  "GstCudaBufferPool.context",
-  "GstCudaBufferPool.parent",
-  "GstCudaBufferPool.priv",
-  "GstCudaBufferPoolClass.parent_class",
-  "GstCudaContext",
-  "GstCudaContext.object",
-  "GstCudaContext:cuda-device-id",
-  "GstCudaContext:os-handle",
-  "GstCudaContext:virtual-memory",
-  "GstCudaContextClass.parent_class",
-  "GstCudaConvert!sink",
-  "GstCudaConvert!src",
-  "GstCudaConvertScale!sink",
-  "GstCudaConvertScale!src",
-  "GstCudaDownload!sink",
-  "GstCudaDownload!src",
-  "GstCudaGraphicsResource",
-  "GstCudaGraphicsResource.cuda_context",
-  "GstCudaGraphicsResource.flags",
-  "GstCudaGraphicsResource.graphics_context",
-  "GstCudaGraphicsResource.mapped",
-  "GstCudaGraphicsResource.registered",
-  "GstCudaGraphicsResource.resource",
-  "GstCudaGraphicsResource.type",
-  "GstCudaGraphicsResourceType",
-  "GstCudaIpcIOMode",
-  "GstCudaIpcIOMode::copy",
-  "GstCudaIpcIOMode::import",
-  "GstCudaIpcMode",
-  "GstCudaIpcMode::legacy",
-  "GstCudaIpcMode::mmap",
-  "GstCudaIpcSink!sink",
-  "GstCudaIpcSrc!src",
-  "GstCudaMemory",
-  "GstCudaMemory.context",
-  "GstCudaMemory.info",
-  "GstCudaMemory.mem",
-  "GstCudaMemoryAllocMethod",
-  "GstCudaMemoryCopy",
-  "GstCudaMemoryTransfer",
-  "GstCudaPoolAllocator",
-  "GstCudaPoolAllocator.context",
-  "GstCudaPoolAllocator.info",
-  "GstCudaPoolAllocator.parent",
-  "GstCudaPoolAllocator.stream",
-  "GstCudaPoolAllocatorClass.parent_class",
-  "GstCudaQuarkId",
-  "GstCudaScale!sink",
-  "GstCudaScale!src",
-  "GstCudaStream",
-  "GstCudaStream.context",
-  "GstCudaStream.parent",
-  "GstCudaUpload!sink",
-  "GstCudaUpload!src",
-  "GstCurlBaseSink",
-  "GstCurlBaseSink:file-name",
-  "GstCurlBaseSink:location",
-  "GstCurlBaseSink:passwd",
-  "GstCurlBaseSink:qos-dscp",
-  "GstCurlBaseSink:timeout",
-  "GstCurlBaseSink:user",
-  "GstCurlFileSink",
-  "GstCurlFileSink!sink",
-  "GstCurlFileSink:create-dirs",
-  "GstCurlFtpSink",
-  "GstCurlFtpSink!sink",
-  "GstCurlFtpSink:create-dirs",
-  "GstCurlFtpSink:create-tmp-file",
-  "GstCurlFtpSink:epsv-mode",
-  "GstCurlFtpSink:ftp-port",
-  "GstCurlFtpSink:temp-file-name",
-  "GstCurlHttpSink",
-  "GstCurlHttpSink!sink",
-  "GstCurlHttpSink:content-type",
-  "GstCurlHttpSink:proxy",
-  "GstCurlHttpSink:proxy-passwd",
-  "GstCurlHttpSink:proxy-port",
-  "GstCurlHttpSink:proxy-user",
-  "GstCurlHttpSink:use-content-length",
-  "GstCurlHttpSrc",
-  "GstCurlHttpSrc!src",
-  "GstCurlHttpSrc:automatic-redirect",
-  "GstCurlHttpSrc:compress",
-  "GstCurlHttpSrc:cookies",
-  "GstCurlHttpSrc:extra-headers",
-  "GstCurlHttpSrc:http-version",
-  "GstCurlHttpSrc:keep-alive",
-  "GstCurlHttpSrc:location",
-  "GstCurlHttpSrc:max-connection-time",
-  "GstCurlHttpSrc:max-connections",
-  "GstCurlHttpSrc:max-connections-per-proxy",
-  "GstCurlHttpSrc:max-connections-per-server",
-  "GstCurlHttpSrc:max-redirect",
-  "GstCurlHttpSrc:proxy",
-  "GstCurlHttpSrc:proxy-id",
-  "GstCurlHttpSrc:proxy-pw",
-  "GstCurlHttpSrc:retries",
-  "GstCurlHttpSrc:ssl-ca-file",
-  "GstCurlHttpSrc:ssl-strict",
-  "GstCurlHttpSrc:timeout",
-  "GstCurlHttpSrc:user-agent",
-  "GstCurlHttpSrc:user-id",
-  "GstCurlHttpSrc:user-pw",
-  "GstCurlHttpVersionType",
-  "GstCurlHttpVersionType::1.0",
-  "GstCurlHttpVersionType::1.1",
-  "GstCurlHttpVersionType::2.0",
-  "GstCurlSftpSink",
-  "GstCurlSftpSink!sink",
-  "GstCurlSftpSink:async",
-  "GstCurlSftpSink:blocksize",
-  "GstCurlSftpSink:create-dirs",
-  "GstCurlSftpSink:enable-last-sample",
-  "GstCurlSftpSink:file-name",
-  "GstCurlSftpSink:last-sample",
-  "GstCurlSftpSink:location",
-  "GstCurlSftpSink:max-bitrate",
-  "GstCurlSftpSink:max-lateness",
-  "GstCurlSftpSink:passwd",
-  "GstCurlSftpSink:processing-deadline",
-  "GstCurlSftpSink:qos",
-  "GstCurlSftpSink:qos-dscp",
-  "GstCurlSftpSink:render-delay",
-  "GstCurlSftpSink:ssh-accept-unknownhost",
-  "GstCurlSftpSink:ssh-auth-type",
-  "GstCurlSftpSink:ssh-host-pubkey-md5",
-  "GstCurlSftpSink:ssh-key-passphrase",
-  "GstCurlSftpSink:ssh-knownhosts",
-  "GstCurlSftpSink:ssh-priv-keyfile",
-  "GstCurlSftpSink:ssh-pub-keyfile",
-  "GstCurlSftpSink:stats",
-  "GstCurlSftpSink:sync",
-  "GstCurlSftpSink:throttle-time",
-  "GstCurlSftpSink:timeout",
-  "GstCurlSftpSink:ts-offset",
-  "GstCurlSftpSink:user",
-  "GstCurlSmtpSink",
-  "GstCurlSmtpSink!sink",
-  "GstCurlSmtpSink:content-type",
-  "GstCurlSmtpSink:mail-from",
-  "GstCurlSmtpSink:mail-rcpt",
-  "GstCurlSmtpSink:message-body",
-  "GstCurlSmtpSink:nbr-attachments",
-  "GstCurlSmtpSink:pop-location",
-  "GstCurlSmtpSink:pop-passwd",
-  "GstCurlSmtpSink:pop-user",
-  "GstCurlSmtpSink:subject",
-  "GstCurlSmtpSink:use-ssl",
-  "GstCurlSshAuthType",
-  "GstCurlSshAuthType::none",
-  "GstCurlSshAuthType::password",
-  "GstCurlSshAuthType::pubkey",
-  "GstCurlSshSink",
-  "GstCurlSshSink:ssh-accept-unknownhost",
-  "GstCurlSshSink:ssh-auth-type",
-  "GstCurlSshSink:ssh-host-pubkey-md5",
-  "GstCurlSshSink:ssh-key-passphrase",
-  "GstCurlSshSink:ssh-knownhosts",
-  "GstCurlSshSink:ssh-priv-keyfile",
-  "GstCurlSshSink:ssh-pub-keyfile",
-  "GstCurlTlsSink",
-  "GstCurlTlsSink:ca-cert",
-  "GstCurlTlsSink:ca-path",
-  "GstCurlTlsSink:crypto-engine",
-  "GstCurlTlsSink:insecure",
-  "GstCustomMeta",
-  "GstCustomMeta.meta",
-  "GstCustomMeta.structure",
-  "GstCustomMetaTransformFunction",
-  "GstCutter",
-  "GstCutter!sink",
-  "GstCutter!src",
-  "GstCutter:leaky",
-  "GstCutter:pre-length",
-  "GstCutter:run-length",
-  "GstCutter:threshold",
-  "GstCutter:threshold-dB",
-  "GstCvDilate",
-  "GstCvDilate!sink",
-  "GstCvDilate!src",
-  "GstCvDilateErode",
-  "GstCvDilateErode:iterations",
-  "GstCvEqualizeHist",
-  "GstCvEqualizeHist!sink",
-  "GstCvEqualizeHist!src",
-  "GstCvErode",
-  "GstCvErode!sink",
-  "GstCvErode!src",
-  "GstCvLaplace",
-  "GstCvLaplace!sink",
-  "GstCvLaplace!src",
-  "GstCvLaplace:aperture-size",
-  "GstCvLaplace:mask",
-  "GstCvLaplace:scale",
-  "GstCvLaplace:shift",
-  "GstCvSmooth",
-  "GstCvSmooth!sink",
-  "GstCvSmooth!src",
-  "GstCvSmooth:color",
-  "GstCvSmooth:height",
-  "GstCvSmooth:kernel-height",
-  "GstCvSmooth:kernel-width",
-  "GstCvSmooth:position-x",
-  "GstCvSmooth:position-y",
-  "GstCvSmooth:spatial",
-  "GstCvSmooth:type",
-  "GstCvSmooth:width",
-  "GstCvSmoothTypeType",
-  "GstCvSmoothTypeType::bilateral",
-  "GstCvSmoothTypeType::blur",
-  "GstCvSmoothTypeType::gaussian",
-  "GstCvSmoothTypeType::median",
-  "GstCvSobel",
-  "GstCvSobel!sink",
-  "GstCvSobel!src",
-  "GstCvSobel:aperture-size",
-  "GstCvSobel:mask",
-  "GstCvSobel:x-order",
-  "GstCvSobel:y-order",
-  "GstD3D11AV1Dec!sink",
-  "GstD3D11AV1Dec!src",
-  "GstD3D11AlphaMode",
-  "GstD3D11AlphaMode::premultiplied",
-  "GstD3D11AlphaMode::straight",
-  "GstD3D11AlphaMode::unspecified",
-  "GstD3D11BaseConvert",
-  "GstD3D11BaseConvert:method",
-  "GstD3D11BaseFilter",
-  "GstD3D11BaseFilter:adapter",
-  "GstD3D11ColorConvert!sink",
-  "GstD3D11ColorConvert!src",
-  "GstD3D11Compositor!sink_%u",
-  "GstD3D11Compositor!src",
-  "GstD3D11CompositorBackground",
-  "GstD3D11CompositorBackground::black",
-  "GstD3D11CompositorBackground::checker",
-  "GstD3D11CompositorBackground::transparent",
-  "GstD3D11CompositorBackground::white",
-  "GstD3D11CompositorOperator",
-  "GstD3D11CompositorOperator::over",
-  "GstD3D11CompositorOperator::source",
-  "GstD3D11CompositorPad",
-  "GstD3D11CompositorPad:alpha",
-  "GstD3D11CompositorPad:gamma-mode",
-  "GstD3D11CompositorPad:height",
-  "GstD3D11CompositorPad:operator",
-  "GstD3D11CompositorPad:primaries-mode",
-  "GstD3D11CompositorPad:sizing-policy",
-  "GstD3D11CompositorPad:width",
-  "GstD3D11CompositorPad:xpos",
-  "GstD3D11CompositorPad:ypos",
-  "GstD3D11CompositorSizingPolicy",
-  "GstD3D11CompositorSizingPolicy::keep-aspect-ratio",
-  "GstD3D11CompositorSizingPolicy::none",
-  "GstD3D11Convert",
-  "GstD3D11Convert!sink",
-  "GstD3D11Convert!src",
-  "GstD3D11Deinterlace!sink",
-  "GstD3D11Deinterlace!src",
-  "GstD3D11DeinterlaceBin!sink",
-  "GstD3D11DeinterlaceBin!src",
-  "GstD3D11DeinterlaceMethod",
-  "GstD3D11DeinterlaceMethod::adaptive",
-  "GstD3D11DeinterlaceMethod::blend",
-  "GstD3D11DeinterlaceMethod::bob",
-  "GstD3D11DeinterlaceMethod::mocomp",
-  "GstD3D11DesktopDupSrc!src",
-  "GstD3D11Download",
-  "GstD3D11Download!sink",
-  "GstD3D11Download!src",
-  "GstD3D11H264Dec",
-  "GstD3D11H264Dec!sink",
-  "GstD3D11H264Dec!src",
-  "GstD3D11H264Dec:device-id",
-  "GstD3D11H264Dec:vendor-id",
-  "GstD3D11H265Dec",
-  "GstD3D11H265Dec!sink",
-  "GstD3D11H265Dec!src",
-  "GstD3D11H265Dec:device-id",
-  "GstD3D11H265Dec:vendor-id",
-  "GstD3D11IpcIOMode",
-  "GstD3D11IpcIOMode::copy",
-  "GstD3D11IpcIOMode::import",
-  "GstD3D11IpcSink!sink",
-  "GstD3D11IpcSrc!src",
-  "GstD3D11MSAAMode",
-  "GstD3D11MSAAMode::2x",
-  "GstD3D11MSAAMode::4x",
-  "GstD3D11MSAAMode::8x",
-  "GstD3D11MSAAMode::disabled",
-  "GstD3D11Mpeg2Dec!sink",
-  "GstD3D11Mpeg2Dec!src",
-  "GstD3D11Overlay!sink",
-  "GstD3D11Overlay!src",
-  "GstD3D11SamplingMethod",
-  "GstD3D11SamplingMethod::anisotropic",
-  "GstD3D11SamplingMethod::bilinear",
-  "GstD3D11SamplingMethod::linear-minification",
-  "GstD3D11SamplingMethod::nearest-neighbour",
-  "GstD3D11Scale!sink",
-  "GstD3D11Scale!src",
-  "GstD3D11ScreenCaptureAPI",
-  "GstD3D11ScreenCaptureAPI::dxgi",
-  "GstD3D11ScreenCaptureAPI::wgc",
-  "GstD3D11ScreenCaptureSrc!src",
-  "GstD3D11TestSrc!src",
-  "GstD3D11TestSrcPattern",
-  "GstD3D11TestSrcPattern::ball",
-  "GstD3D11TestSrcPattern::black",
-  "GstD3D11TestSrcPattern::blink",
-  "GstD3D11TestSrcPattern::blue",
-  "GstD3D11TestSrcPattern::checkers-1",
-  "GstD3D11TestSrcPattern::checkers-2",
-  "GstD3D11TestSrcPattern::checkers-4",
-  "GstD3D11TestSrcPattern::checkers-8",
-  "GstD3D11TestSrcPattern::circular",
-  "GstD3D11TestSrcPattern::green",
-  "GstD3D11TestSrcPattern::red",
-  "GstD3D11TestSrcPattern::smpte",
-  "GstD3D11TestSrcPattern::snow",
-  "GstD3D11TestSrcPattern::white",
-  "GstD3D11Upload",
-  "GstD3D11Upload!sink",
-  "GstD3D11Upload!src",
-  "GstD3D11VideoSink",
-  "GstD3D11VideoSink!sink",
-  "GstD3D11VideoSink:adapter",
-  "GstD3D11VideoSink:enable-navigation-events",
-  "GstD3D11VideoSink:force-aspect-ratio",
-  "GstD3D11VideoSink:fullscreen",
-  "GstD3D11VideoSink:fullscreen-toggle-mode",
-  "GstD3D11VideoSinkBin",
-  "GstD3D11VideoSinkBin!sink",
-  "GstD3D11VideoSinkBin:adapter",
-  "GstD3D11VideoSinkBin:async",
-  "GstD3D11VideoSinkBin:blocksize",
-  "GstD3D11VideoSinkBin:enable-last-sample",
-  "GstD3D11VideoSinkBin:enable-navigation-events",
-  "GstD3D11VideoSinkBin:force-aspect-ratio",
-  "GstD3D11VideoSinkBin:fullscreen",
-  "GstD3D11VideoSinkBin:fullscreen-toggle-mode",
-  "GstD3D11VideoSinkBin:last-sample",
-  "GstD3D11VideoSinkBin:max-bitrate",
-  "GstD3D11VideoSinkBin:max-lateness",
-  "GstD3D11VideoSinkBin:processing-deadline",
-  "GstD3D11VideoSinkBin:qos",
-  "GstD3D11VideoSinkBin:render-delay",
-  "GstD3D11VideoSinkBin:show-preroll-frame",
-  "GstD3D11VideoSinkBin:stats",
-  "GstD3D11VideoSinkBin:sync",
-  "GstD3D11VideoSinkBin:throttle-time",
-  "GstD3D11VideoSinkBin:ts-offset",
-  "GstD3D11VideoSinkDisplayFormat",
-  "GstD3D11VideoSinkDisplayFormat::b8g8r8a8-unorm",
-  "GstD3D11VideoSinkDisplayFormat::r10g10b10a2-unorm",
-  "GstD3D11VideoSinkDisplayFormat::r8g8b8a8-unorm",
-  "GstD3D11VideoSinkDisplayFormat::unknown",
-  "GstD3D11Vp8Dec",
-  "GstD3D11Vp8Dec!sink",
-  "GstD3D11Vp8Dec!src",
-  "GstD3D11Vp8Dec:device-id",
-  "GstD3D11Vp8Dec:vendor-id",
-  "GstD3D11Vp9Dec",
-  "GstD3D11Vp9Dec!sink",
-  "GstD3D11Vp9Dec!src",
-  "GstD3D11Vp9Dec:device-id",
-  "GstD3D11Vp9Dec:vendor-id",
-  "GstD3D11WindowCaptureMode",
-  "GstD3D11WindowCaptureMode::client",
-  "GstD3D11WindowCaptureMode::default",
-  "GstD3D11WindowFullscreenToggleMode",
-  "GstD3D11WindowFullscreenToggleMode::alt-enter",
-  "GstD3D11WindowFullscreenToggleMode::none",
-  "GstD3D11WindowFullscreenToggleMode::property",
-  "GstD3D12AV1Dec!sink",
-  "GstD3D12AV1Dec!src",
-  "GstD3D12BaseFilter",
-  "GstD3D12Compositor!sink_%u",
-  "GstD3D12Compositor!src",
-  "GstD3D12CompositorBackground",
-  "GstD3D12CompositorBackground::black",
-  "GstD3D12CompositorBackground::checker",
-  "GstD3D12CompositorBackground::transparent",
-  "GstD3D12CompositorBackground::white",
-  "GstD3D12CompositorOperator",
-  "GstD3D12CompositorOperator::over",
-  "GstD3D12CompositorOperator::source",
-  "GstD3D12CompositorPad",
-  "GstD3D12CompositorPad:alpha",
-  "GstD3D12CompositorPad:height",
-  "GstD3D12CompositorPad:operator",
-  "GstD3D12CompositorPad:sizing-policy",
-  "GstD3D12CompositorPad:width",
-  "GstD3D12CompositorPad:xpos",
-  "GstD3D12CompositorPad:ypos",
-  "GstD3D12CompositorSizingPolicy",
-  "GstD3D12CompositorSizingPolicy::keep-aspect-ratio",
-  "GstD3D12CompositorSizingPolicy::none",
-  "GstD3D12Convert!sink",
-  "GstD3D12Convert!src",
-  "GstD3D12Download!sink",
-  "GstD3D12Download!src",
-  "GstD3D12Encoder",
-  "GstD3D12Encoder:adapter-luid",
-  "GstD3D12Encoder:device-id",
-  "GstD3D12Encoder:vendor-id",
-  "GstD3D12EncoderRateControl",
-  "GstD3D12EncoderRateControl::cbr",
-  "GstD3D12EncoderRateControl::cqp",
-  "GstD3D12EncoderRateControl::qvbr",
-  "GstD3D12EncoderRateControl::vbr",
-  "GstD3D12EncoderRateControlSupport",
-  "GstD3D12EncoderRateControlSupport::cbr",
-  "GstD3D12EncoderRateControlSupport::cqp",
-  "GstD3D12EncoderRateControlSupport::qvbr",
-  "GstD3D12EncoderRateControlSupport::vbr",
-  "GstD3D12EncoderSeiInsertMode",
-  "GstD3D12EncoderSeiInsertMode::disabled",
-  "GstD3D12EncoderSeiInsertMode::insert",
-  "GstD3D12EncoderSeiInsertMode::insert-and-drop",
-  "GstD3D12EncoderSubregionLayout",
-  "GstD3D12EncoderSubregionLayout::bytes",
-  "GstD3D12EncoderSubregionLayout::coding-units",
-  "GstD3D12EncoderSubregionLayout::full",
-  "GstD3D12EncoderSubregionLayout::rows",
-  "GstD3D12EncoderSubregionLayout::subregions",
-  "GstD3D12EncoderSubregionLayoutSupport",
-  "GstD3D12EncoderSubregionLayoutSupport::bytes",
-  "GstD3D12EncoderSubregionLayoutSupport::coding-units",
-  "GstD3D12EncoderSubregionLayoutSupport::full",
-  "GstD3D12EncoderSubregionLayoutSupport::rows",
-  "GstD3D12EncoderSubregionLayoutSupport::subregions",
-  "GstD3D12H264Dec!sink",
-  "GstD3D12H264Dec!src",
-  "GstD3D12H264Enc!sink",
-  "GstD3D12H264Enc!src",
-  "GstD3D12H265Dec!sink",
-  "GstD3D12H265Dec!src",
-  "GstD3D12MSAAMode",
-  "GstD3D12MSAAMode::2x",
-  "GstD3D12MSAAMode::4x",
-  "GstD3D12MSAAMode::8x",
-  "GstD3D12MSAAMode::disabled",
-  "GstD3D12Mpeg2Dec!sink",
-  "GstD3D12Mpeg2Dec!src",
-  "GstD3D12SamplingMethod",
-  "GstD3D12SamplingMethod::anisotropic",
-  "GstD3D12SamplingMethod::bilinear",
-  "GstD3D12SamplingMethod::linear-minification",
-  "GstD3D12SamplingMethod::nearest-neighbour",
-  "GstD3D12ScreenCaptureSrc!src",
-  "GstD3D12TestSrc!src",
-  "GstD3D12TestSrcPattern",
-  "GstD3D12TestSrcPattern::ball",
-  "GstD3D12TestSrcPattern::black",
-  "GstD3D12TestSrcPattern::blink",
-  "GstD3D12TestSrcPattern::blue",
-  "GstD3D12TestSrcPattern::checkers-1",
-  "GstD3D12TestSrcPattern::checkers-2",
-  "GstD3D12TestSrcPattern::checkers-4",
-  "GstD3D12TestSrcPattern::checkers-8",
-  "GstD3D12TestSrcPattern::circular",
-  "GstD3D12TestSrcPattern::green",
-  "GstD3D12TestSrcPattern::red",
-  "GstD3D12TestSrcPattern::smpte",
-  "GstD3D12TestSrcPattern::snow",
-  "GstD3D12TestSrcPattern::white",
-  "GstD3D12Upload!sink",
-  "GstD3D12Upload!src",
-  "GstD3D12VideoSink!sink",
-  "GstD3D12Vp8Dec!sink",
-  "GstD3D12Vp8Dec!src",
-  "GstD3D12Vp9Dec!sink",
-  "GstD3D12Vp9Dec!src",
-  "GstD3DVideoSink",
-  "GstD3DVideoSink!sink",
-  "GstD3DVideoSink:create-render-window",
-  "GstD3DVideoSink:enable-navigation-events",
-  "GstD3DVideoSink:force-aspect-ratio",
-  "GstD3DVideoSink:stream-stop-on-close",
-  "GstDC1394ISOSpeed",
-  "GstDC1394ISOSpeed::100",
-  "GstDC1394ISOSpeed::1600",
-  "GstDC1394ISOSpeed::200",
-  "GstDC1394ISOSpeed::3200",
-  "GstDC1394ISOSpeed::400",
-  "GstDC1394ISOSpeed::800",
-  "GstDC1394Src",
-  "GstDC1394Src!src",
-  "GstDC1394Src:blocksize",
-  "GstDC1394Src:dma",
-  "GstDC1394Src:do-timestamp",
-  "GstDC1394Src:guid",
-  "GstDC1394Src:iso",
-  "GstDC1394Src:num-buffers",
-  "GstDC1394Src:typefind",
-  "GstDC1394Src:unit",
-  "GstDRMDumbAllocator",
-  "GstDRMDumbAllocator:drm-device-path",
-  "GstDRMDumbAllocator:drm-fd",
-  "GstDRMDumbAllocatorClass.parent_class",
-  "GstDTMFSrc",
-  "GstDTMFSrc!src",
-  "GstDTMFSrc:interval",
-  "GstDV1394Src",
-  "GstDV1394Src!src",
-  "GstDV1394Src::frame-dropped",
-  "GstDV1394Src:channel",
-  "GstDV1394Src:consecutive",
-  "GstDV1394Src:device-name",
-  "GstDV1394Src:drop-incomplete",
-  "GstDV1394Src:guid",
-  "GstDV1394Src:port",
-  "GstDV1394Src:skip",
-  "GstDV1394Src:use-avc",
-  "GstDVBSubOverlay",
-  "GstDVBSubOverlay!src",
-  "GstDVBSubOverlay!text_sink",
-  "GstDVBSubOverlay!video_sink",
-  "GstDVBSubOverlay:enable",
-  "GstDVBSubOverlay:force-end",
-  "GstDVBSubOverlay:max-page-timeout",
-  "GstDVDSpu",
-  "GstDVDSpu!src",
-  "GstDVDSpu!subpicture",
-  "GstDVDSpu!video",
-  "GstDVDec",
-  "GstDVDec!sink",
-  "GstDVDec!src",
-  "GstDVDec:clamp-chroma",
-  "GstDVDec:clamp-luma",
-  "GstDVDec:drop-factor",
-  "GstDVDec:quality",
-  "GstDVDecQualityEnum",
-  "GstDVDecQualityEnum::best",
-  "GstDVDecQualityEnum::colour-ac",
-  "GstDVDecQualityEnum::colour-fastest",
-  "GstDVDecQualityEnum::fastest",
-  "GstDVDecQualityEnum::monochrome-ac",
-  "GstDVDecQualityEnum::monochrome-best",
-  "GstDVDemux",
-  "GstDVDemux!audio",
-  "GstDVDemux!sink",
-  "GstDVDemux!video",
-  "GstDVPayMode",
-  "GstDVPayMode::audio",
-  "GstDVPayMode::bundled",
-  "GstDVPayMode::video",
-  "GstDWriteBaseOverlay",
-  "GstDWriteBaseOverlay:auto-resize",
-  "GstDWriteBaseOverlay:background-color",
-  "GstDWriteBaseOverlay:color-font",
-  "GstDWriteBaseOverlay:font-family",
-  "GstDWriteBaseOverlay:font-size",
-  "GstDWriteBaseOverlay:font-stretch",
-  "GstDWriteBaseOverlay:font-style",
-  "GstDWriteBaseOverlay:font-weight",
-  "GstDWriteBaseOverlay:foreground-color",
-  "GstDWriteBaseOverlay:layout-height",
-  "GstDWriteBaseOverlay:layout-width",
-  "GstDWriteBaseOverlay:layout-x",
-  "GstDWriteBaseOverlay:layout-y",
-  "GstDWriteBaseOverlay:outline-color",
-  "GstDWriteBaseOverlay:paragraph-alignment",
-  "GstDWriteBaseOverlay:shadow-color",
-  "GstDWriteBaseOverlay:text",
-  "GstDWriteBaseOverlay:text-alignment",
-  "GstDWriteBaseOverlay:visible",
-  "GstDWriteClockOverlay!sink",
-  "GstDWriteClockOverlay!src",
-  "GstDWriteFontStretch",
-  "GstDWriteFontStretch::condensed",
-  "GstDWriteFontStretch::expanded",
-  "GstDWriteFontStretch::extra-condensed",
-  "GstDWriteFontStretch::extra-expanded",
-  "GstDWriteFontStretch::medium",
-  "GstDWriteFontStretch::normal",
-  "GstDWriteFontStretch::semi-condensed",
-  "GstDWriteFontStretch::semi-expanded",
-  "GstDWriteFontStretch::ultra-condensed",
-  "GstDWriteFontStretch::ultra-expanded",
-  "GstDWriteFontStretch::undefined",
-  "GstDWriteFontStyle",
-  "GstDWriteFontStyle::italic",
-  "GstDWriteFontStyle::normal",
-  "GstDWriteFontStyle::oblique",
-  "GstDWriteFontWeight",
-  "GstDWriteFontWeight::black",
-  "GstDWriteFontWeight::bold",
-  "GstDWriteFontWeight::demi-bold",
-  "GstDWriteFontWeight::extra-black",
-  "GstDWriteFontWeight::extra-bold",
-  "GstDWriteFontWeight::extra-light",
-  "GstDWriteFontWeight::heavy",
-  "GstDWriteFontWeight::light",
-  "GstDWriteFontWeight::medium",
-  "GstDWriteFontWeight::normal",
-  "GstDWriteFontWeight::regular",
-  "GstDWriteFontWeight::semi-bold",
-  "GstDWriteFontWeight::semi-light",
-  "GstDWriteFontWeight::thin",
-  "GstDWriteFontWeight::ultra-black",
-  "GstDWriteFontWeight::ultra-bold",
-  "GstDWriteFontWeight::ultra-light",
-  "GstDWriteParagraphAlignment",
-  "GstDWriteParagraphAlignment::center",
-  "GstDWriteParagraphAlignment::far",
-  "GstDWriteParagraphAlignment::near",
-  "GstDWriteSubtitleMux!src",
-  "GstDWriteSubtitleMux!text_%u",
-  "GstDWriteSubtitleMux!video",
-  "GstDWriteSubtitleMuxPad",
-  "GstDWriteSubtitleMuxPad:active",
-  "GstDWriteSubtitleOverlay!src",
-  "GstDWriteSubtitleOverlay!text",
-  "GstDWriteSubtitleOverlay!video",
-  "GstDWriteTextAlignment",
-  "GstDWriteTextAlignment::center",
-  "GstDWriteTextAlignment::justified",
-  "GstDWriteTextAlignment::leading",
-  "GstDWriteTextAlignment::trailing",
-  "GstDWriteTextOverlay!sink",
-  "GstDWriteTextOverlay!src",
-  "GstDWriteTimeOverlay!sink",
-  "GstDWriteTimeOverlay!src",
-  "GstDWriteTimeOverlayTimeLine",
-  "GstDWriteTimeOverlayTimeLine::buffer-count",
-  "GstDWriteTimeOverlayTimeLine::buffer-offset",
-  "GstDWriteTimeOverlayTimeLine::buffer-time",
-  "GstDWriteTimeOverlayTimeLine::elapsed-running-time",
-  "GstDWriteTimeOverlayTimeLine::reference-timestamp",
-  "GstDWriteTimeOverlayTimeLine::running-time",
-  "GstDWriteTimeOverlayTimeLine::stream-time",
-  "GstDWriteTimeOverlayTimeLine::time-code",
-  "GstDX9ScreenCapSrc",
-  "GstDX9ScreenCapSrc!src",
-  "GstDX9ScreenCapSrc:cursor",
-  "GstDX9ScreenCapSrc:height",
-  "GstDX9ScreenCapSrc:monitor",
-  "GstDX9ScreenCapSrc:width",
-  "GstDX9ScreenCapSrc:x",
-  "GstDX9ScreenCapSrc:y",
-  "GstDashDemux",
-  "GstDashDemux!audio_%02u",
-  "GstDashDemux!sink",
-  "GstDashDemux!subtitle_%02u",
-  "GstDashDemux!video_%02u",
-  "GstDashDemux2!audio_%02u",
-  "GstDashDemux2!sink",
-  "GstDashDemux2!subtitle_%02u",
-  "GstDashDemux2!video_%02u",
-  "GstDashDemux:bandwidth-usage",
-  "GstDashDemux:max-bitrate",
-  "GstDashDemux:max-buffering-time",
-  "GstDashDemux:max-video-framerate",
-  "GstDashDemux:max-video-height",
-  "GstDashDemux:max-video-width",
-  "GstDashDemux:presentation-delay",
-  "GstDashSink",
-  "GstDashSink!audio_%u",
-  "GstDashSink!subtitle_%u",
-  "GstDashSink!video_%u",
-  "GstDashSink:dynamic",
-  "GstDashSink:min-buffer-time",
-  "GstDashSink:minimum-update-period",
-  "GstDashSink:mpd-baseurl",
-  "GstDashSink:mpd-filename",
-  "GstDashSink:mpd-root-path",
-  "GstDashSink:muxer",
-  "GstDashSink:period-duration",
-  "GstDashSink:send-keyframe-requests",
-  "GstDashSink:target-duration",
-  "GstDashSink:use-segment-list",
-  "GstDashSinkMuxerType",
-  "GstDashSinkMuxerType::dashmp4",
-  "GstDashSinkMuxerType::mp4",
-  "GstDashSinkMuxerType::ts",
-  "GstDataQueue",
-  "GstDataQueue.object",
-  "GstDataQueue::empty",
-  "GstDataQueue::full",
-  "GstDataQueue:current-level-bytes",
-  "GstDataQueue:current-level-time",
-  "GstDataQueue:current-level-visible",
-  "GstDataQueueCheckFullFunction",
-  "GstDataQueueClass._gst_reserved",
-  "GstDataQueueClass.empty",
-  "GstDataQueueClass.full",
-  "GstDataQueueClass.parent_class",
-  "GstDataQueueClass::empty",
-  "GstDataQueueClass::full",
-  "GstDataQueueEmptyCallback",
-  "GstDataQueueFullCallback",
-  "GstDataQueueItem",
-  "GstDataQueueItem.destroy",
-  "GstDataQueueItem.duration",
-  "GstDataQueueItem.object",
-  "GstDataQueueItem.size",
-  "GstDataQueueItem.visible",
-  "GstDataQueueSize",
-  "GstDataQueueSize.bytes",
-  "GstDataQueueSize.time",
-  "GstDataQueueSize.visible",
-  "GstDataURISrc",
-  "GstDataURISrc!src",
-  "GstDataURISrc:uri",
-  "GstDateTime",
-  "GstDcaParse",
-  "GstDcaParse!sink",
-  "GstDcaParse!src",
-  "GstDebugCategory",
-  "GstDebugColorFlags",
-  "GstDebugColorMode",
-  "GstDebugGraphDetails",
-  "GstDebugLevel",
-  "GstDebugMessage",
-  "GstDebugQROverlay!sink",
-  "GstDebugQROverlay!src",
-  "GstDebugSpy",
-  "GstDebugSpy!sink",
-  "GstDebugSpy!src",
-  "GstDebugSpy:checksum-type",
-  "GstDebugSpy:silent",
-  "GstDecklinkAudioChannels",
-  "GstDecklinkAudioChannels::16",
-  "GstDecklinkAudioChannels::2",
-  "GstDecklinkAudioChannels::8",
-  "GstDecklinkAudioChannels::max",
-  "GstDecklinkAudioConnection",
-  "GstDecklinkAudioConnection::aes",
-  "GstDecklinkAudioConnection::analog",
-  "GstDecklinkAudioConnection::analog-rca",
-  "GstDecklinkAudioConnection::analog-xlr",
-  "GstDecklinkAudioConnection::auto",
-  "GstDecklinkAudioConnection::embedded",
-  "GstDecklinkAudioSink",
-  "GstDecklinkAudioSink!sink",
-  "GstDecklinkAudioSink:alignment-threshold",
-  "GstDecklinkAudioSink:buffer-time",
-  "GstDecklinkAudioSink:device-number",
-  "GstDecklinkAudioSink:discont-wait",
-  "GstDecklinkAudioSink:hw-serial-number",
-  "GstDecklinkAudioSrc",
-  "GstDecklinkAudioSrc!src",
-  "GstDecklinkAudioSrc:alignment-threshold",
-  "GstDecklinkAudioSrc:buffer-size",
-  "GstDecklinkAudioSrc:channels",
-  "GstDecklinkAudioSrc:connection",
-  "GstDecklinkAudioSrc:device-number",
-  "GstDecklinkAudioSrc:discont-wait",
-  "GstDecklinkAudioSrc:hw-serial-number",
-  "GstDecklinkConnection",
-  "GstDecklinkConnection::auto",
-  "GstDecklinkConnection::component",
-  "GstDecklinkConnection::composite",
-  "GstDecklinkConnection::hdmi",
-  "GstDecklinkConnection::optical-sdi",
-  "GstDecklinkConnection::sdi",
-  "GstDecklinkConnection::svideo",
-  "GstDecklinkDuplexMode",
-  "GstDecklinkDuplexMode::full",
-  "GstDecklinkDuplexMode::half",
-  "GstDecklinkKeyerMode",
-  "GstDecklinkKeyerMode::external",
-  "GstDecklinkKeyerMode::internal",
-  "GstDecklinkKeyerMode::off",
-  "GstDecklinkMappingFormat",
-  "GstDecklinkMappingFormat::default",
-  "GstDecklinkMappingFormat::level-a",
-  "GstDecklinkMappingFormat::level-b",
-  "GstDecklinkModes",
-  "GstDecklinkModes::1080i50",
-  "GstDecklinkModes::1080i5994",
-  "GstDecklinkModes::1080i60",
-  "GstDecklinkModes::1080p2398",
-  "GstDecklinkModes::1080p24",
-  "GstDecklinkModes::1080p25",
-  "GstDecklinkModes::1080p2997",
-  "GstDecklinkModes::1080p30",
-  "GstDecklinkModes::1080p50",
-  "GstDecklinkModes::1080p5994",
-  "GstDecklinkModes::1080p60",
-  "GstDecklinkModes::1556p2398",
-  "GstDecklinkModes::1556p24",
-  "GstDecklinkModes::1556p25",
-  "GstDecklinkModes::2160p2398",
-  "GstDecklinkModes::2160p24",
-  "GstDecklinkModes::2160p25",
-  "GstDecklinkModes::2160p2997",
-  "GstDecklinkModes::2160p30",
-  "GstDecklinkModes::2160p50",
-  "GstDecklinkModes::2160p5994",
-  "GstDecklinkModes::2160p60",
-  "GstDecklinkModes::2kdcip2398",
-  "GstDecklinkModes::2kdcip24",
-  "GstDecklinkModes::2kdcip25",
-  "GstDecklinkModes::2kdcip2997",
-  "GstDecklinkModes::2kdcip30",
-  "GstDecklinkModes::2kdcip50",
-  "GstDecklinkModes::2kdcip5994",
-  "GstDecklinkModes::2kdcip60",
-  "GstDecklinkModes::4kdcip2398",
-  "GstDecklinkModes::4kdcip24",
-  "GstDecklinkModes::4kdcip25",
-  "GstDecklinkModes::4kdcip2997",
-  "GstDecklinkModes::4kdcip30",
-  "GstDecklinkModes::4kdcip50",
-  "GstDecklinkModes::4kdcip5994",
-  "GstDecklinkModes::4kdcip60",
-  "GstDecklinkModes::720p50",
-  "GstDecklinkModes::720p5994",
-  "GstDecklinkModes::720p60",
-  "GstDecklinkModes::8kdcip2398",
-  "GstDecklinkModes::8kdcip24",
-  "GstDecklinkModes::8kdcip25",
-  "GstDecklinkModes::8kdcip2997",
-  "GstDecklinkModes::8kdcip30",
-  "GstDecklinkModes::8kdcip50",
-  "GstDecklinkModes::8kdcip5994",
-  "GstDecklinkModes::8kdcip60",
-  "GstDecklinkModes::8kp2398",
-  "GstDecklinkModes::8kp24",
-  "GstDecklinkModes::8kp25",
-  "GstDecklinkModes::8kp2997",
-  "GstDecklinkModes::8kp30",
-  "GstDecklinkModes::8kp50",
-  "GstDecklinkModes::8kp5994",
-  "GstDecklinkModes::8kp60",
-  "GstDecklinkModes::640x480p60",
-  "GstDecklinkModes::800x600p60",
-  "GstDecklinkModes::1440x900p50",
-  "GstDecklinkModes::1440x900p60",
-  "GstDecklinkModes::1440x1080p50",
-  "GstDecklinkModes::1440x1080p60",
-  "GstDecklinkModes::1600x1200p50",
-  "GstDecklinkModes::1600x1200p60",
-  "GstDecklinkModes::1920x1200p50",
-  "GstDecklinkModes::1920x1200p60",
-  "GstDecklinkModes::1920x1440p50",
-  "GstDecklinkModes::1920x1440p60",
-  "GstDecklinkModes::2560x1440p50",
-  "GstDecklinkModes::2560x1440p60",
-  "GstDecklinkModes::2560x1600p50",
-  "GstDecklinkModes::2560x1600p60",
-  "GstDecklinkModes::auto",
-  "GstDecklinkModes::ntsc",
-  "GstDecklinkModes::ntsc-p",
-  "GstDecklinkModes::ntsc-p-widescreen",
-  "GstDecklinkModes::ntsc-widescreen",
-  "GstDecklinkModes::ntsc2398",
-  "GstDecklinkModes::ntsc2398-widescreen",
-  "GstDecklinkModes::pal",
-  "GstDecklinkModes::pal-p",
-  "GstDecklinkModes::pal-p-widescreen",
-  "GstDecklinkModes::pal-widescreen",
-  "GstDecklinkProfileId",
-  "GstDecklinkProfileId::default",
-  "GstDecklinkProfileId::four-sub-devices-half",
-  "GstDecklinkProfileId::one-sub-device-full",
-  "GstDecklinkProfileId::one-sub-device-half",
-  "GstDecklinkProfileId::two-sub-devices-full",
-  "GstDecklinkProfileId::two-sub-devices-half",
-  "GstDecklinkTimecodeFormat",
-  "GstDecklinkTimecodeFormat::rp188any",
-  "GstDecklinkTimecodeFormat::rp188ltc",
-  "GstDecklinkTimecodeFormat::rp188vitc1",
-  "GstDecklinkTimecodeFormat::rp188vitc2",
-  "GstDecklinkTimecodeFormat::serial",
-  "GstDecklinkTimecodeFormat::vitc",
-  "GstDecklinkTimecodeFormat::vitcfield2",
-  "GstDecklinkVideoFormat",
-  "GstDecklinkVideoFormat::10bit-rgb",
-  "GstDecklinkVideoFormat::10bit-yuv",
-  "GstDecklinkVideoFormat::8bit-argb",
-  "GstDecklinkVideoFormat::8bit-bgra",
-  "GstDecklinkVideoFormat::8bit-yuv",
-  "GstDecklinkVideoFormat::auto",
-  "GstDecklinkVideoSink",
-  "GstDecklinkVideoSink!sink",
-  "GstDecklinkVideoSink:afd-bar-line",
-  "GstDecklinkVideoSink:cc-line",
-  "GstDecklinkVideoSink:device-number",
-  "GstDecklinkVideoSink:duplex-mode",
-  "GstDecklinkVideoSink:hw-serial-number",
-  "GstDecklinkVideoSink:keyer-level",
-  "GstDecklinkVideoSink:keyer-mode",
-  "GstDecklinkVideoSink:mode",
-  "GstDecklinkVideoSink:timecode-format",
-  "GstDecklinkVideoSink:video-format",
-  "GstDecklinkVideoSrc",
-  "GstDecklinkVideoSrc!src",
-  "GstDecklinkVideoSrc:buffer-size",
-  "GstDecklinkVideoSrc:connection",
-  "GstDecklinkVideoSrc:device-number",
-  "GstDecklinkVideoSrc:drop-no-signal-frames",
-  "GstDecklinkVideoSrc:duplex-mode",
-  "GstDecklinkVideoSrc:hw-serial-number",
-  "GstDecklinkVideoSrc:mode",
-  "GstDecklinkVideoSrc:output-afd-bar",
-  "GstDecklinkVideoSrc:output-cc",
-  "GstDecklinkVideoSrc:output-stream-time",
-  "GstDecklinkVideoSrc:signal",
-  "GstDecklinkVideoSrc:skip-first-time",
-  "GstDecklinkVideoSrc:timecode-format",
-  "GstDecklinkVideoSrc:video-format",
-  "GstDecodeBin",
-  "GstDecodeBin!sink",
-  "GstDecodeBin!src_%u",
-  "GstDecodeBin::autoplug-continue",
-  "GstDecodeBin::autoplug-factories",
-  "GstDecodeBin::autoplug-query",
-  "GstDecodeBin::autoplug-select",
-  "GstDecodeBin::autoplug-sort",
-  "GstDecodeBin::drained",
-  "GstDecodeBin::unknown-type",
-  "GstDecodeBin:caps",
-  "GstDecodeBin:connection-speed",
-  "GstDecodeBin:expose-all-streams",
-  "GstDecodeBin:force-sw-decoders",
-  "GstDecodeBin:high-percent",
-  "GstDecodeBin:low-percent",
-  "GstDecodeBin:max-size-buffers",
-  "GstDecodeBin:max-size-bytes",
-  "GstDecodeBin:max-size-time",
-  "GstDecodeBin:post-stream-topology",
-  "GstDecodeBin:sink-caps",
-  "GstDecodeBin:subtitle-encoding",
-  "GstDecodeBin:use-buffering",
-  "GstDecodebin3",
-  "GstDecodebin3!audio_%u",
-  "GstDecodebin3!sink",
-  "GstDecodebin3!sink_%u",
-  "GstDecodebin3!src_%u",
-  "GstDecodebin3!text_%u",
-  "GstDecodebin3!video_%u",
-  "GstDecodebin3::about-to-finish",
-  "GstDecodebin3::select-stream",
-  "GstDecodebin3:caps",
-  "GstDecodebin3:force-sw-decoders",
-  "GstDeinterlace",
-  "GstDeinterlace!sink",
-  "GstDeinterlace!src",
-  "GstDeinterlace:drop-orphans",
-  "GstDeinterlace:fields",
-  "GstDeinterlace:ignore-obscure",
-  "GstDeinterlace:locking",
-  "GstDeinterlace:method",
-  "GstDeinterlace:mode",
-  "GstDeinterlace:tff",
-  "GstDeinterlaceFieldLayout",
-  "GstDeinterlaceFieldLayout::auto",
-  "GstDeinterlaceFieldLayout::bff",
-  "GstDeinterlaceFieldLayout::tff",
-  "GstDeinterlaceFields",
-  "GstDeinterlaceFields::all",
-  "GstDeinterlaceFields::auto",
-  "GstDeinterlaceFields::bottom",
-  "GstDeinterlaceFields::top",
-  "GstDeinterlaceLocking",
-  "GstDeinterlaceLocking::active",
-  "GstDeinterlaceLocking::auto",
-  "GstDeinterlaceLocking::none",
-  "GstDeinterlaceLocking::passive",
-  "GstDeinterlaceMethods",
-  "GstDeinterlaceMethods::greedyh",
-  "GstDeinterlaceMethods::greedyl",
-  "GstDeinterlaceMethods::linear",
-  "GstDeinterlaceMethods::linearblend",
-  "GstDeinterlaceMethods::scalerbob",
-  "GstDeinterlaceMethods::tomsmocomp",
-  "GstDeinterlaceMethods::vfir",
-  "GstDeinterlaceMethods::weave",
-  "GstDeinterlaceMethods::weavebff",
-  "GstDeinterlaceMethods::weavetff",
-  "GstDeinterlaceMethods::yadif",
-  "GstDeinterlaceModes",
-  "GstDeinterlaceModes::auto",
-  "GstDeinterlaceModes::auto-strict",
-  "GstDeinterlaceModes::disabled",
-  "GstDeinterlaceModes::interlaced",
-  "GstDeinterleave",
-  "GstDeinterleave!sink",
-  "GstDeinterleave!src_%u",
-  "GstDeinterleave:keep-positions",
-  "GstDevice",
-  "GstDevice.parent",
-  "GstDevice::removed",
-  "GstDevice:caps",
-  "GstDevice:device-class",
-  "GstDevice:display-name",
-  "GstDevice:properties",
-  "GstDeviceClass.create_element",
-  "GstDeviceClass.parent_class",
-  "GstDeviceClass.reconfigure_element",
-  "GstDeviceClass::create_element",
-  "GstDeviceClass::reconfigure_element",
-  "GstDeviceMonitor",
-  "GstDeviceMonitor.parent",
-  "GstDeviceMonitor:show-all",
-  "GstDeviceMonitorClass.parent_class",
-  "GstDeviceProvider",
-  "GstDeviceProvider.devices",
-  "GstDeviceProvider.parent",
-  "GstDeviceProvider::provider-hidden",
-  "GstDeviceProvider::provider-unhidden",
-  "GstDeviceProviderClass.factory",
-  "GstDeviceProviderClass.parent_class",
-  "GstDeviceProviderClass.probe",
-  "GstDeviceProviderClass.start",
-  "GstDeviceProviderClass.stop",
-  "GstDeviceProviderClass::probe",
-  "GstDeviceProviderClass::start",
-  "GstDeviceProviderClass::stop",
-  "GstDeviceProviderFactory",
-  "GstDewarp",
-  "GstDewarp!sink",
-  "GstDewarp!src",
-  "GstDewarp:display-mode",
-  "GstDewarp:inner-radius",
-  "GstDewarp:interpolation-method",
-  "GstDewarp:outer-radius",
-  "GstDewarp:x-center",
-  "GstDewarp:x-remap-correction",
-  "GstDewarp:y-center",
-  "GstDewarp:y-remap-correction",
-  "GstDewarpDisplayMode",
-  "GstDewarpDisplayMode::double-panorama",
-  "GstDewarpDisplayMode::quad-view",
-  "GstDewarpDisplayMode::single-panorama",
-  "GstDewarpInterpolationMode",
-  "GstDewarpInterpolationMode::Lanczos",
-  "GstDewarpInterpolationMode::bicubic",
-  "GstDewarpInterpolationMode::bilinear",
-  "GstDewarpInterpolationMode::nearest",
-  "GstDfbVideoSink",
-  "GstDfbVideoSink!sink",
-  "GstDfbVideoSink:async",
-  "GstDfbVideoSink:blocksize",
-  "GstDfbVideoSink:brightness",
-  "GstDfbVideoSink:contrast",
-  "GstDfbVideoSink:enable-last-sample",
-  "GstDfbVideoSink:hue",
-  "GstDfbVideoSink:last-sample",
-  "GstDfbVideoSink:layer-mode",
-  "GstDfbVideoSink:max-bitrate",
-  "GstDfbVideoSink:max-lateness",
-  "GstDfbVideoSink:pixel-aspect-ratio",
-  "GstDfbVideoSink:processing-deadline",
-  "GstDfbVideoSink:qos",
-  "GstDfbVideoSink:render-delay",
-  "GstDfbVideoSink:saturation",
-  "GstDfbVideoSink:show-preroll-frame",
-  "GstDfbVideoSink:stats",
-  "GstDfbVideoSink:surface",
-  "GstDfbVideoSink:sync",
-  "GstDfbVideoSink:throttle-time",
-  "GstDfbVideoSink:ts-offset",
-  "GstDfbVideoSink:vsync",
-  "GstDfbVideoSinkLayerMode",
-  "GstDfbVideoSinkLayerMode::administrative",
-  "GstDfbVideoSinkLayerMode::exclusive",
-  "GstDfbVideoSinkLayerMode::none",
-  "GstDiceTV",
-  "GstDiceTV!sink",
-  "GstDiceTV!src",
-  "GstDiceTV:square-bits",
-  "GstDiffuse",
-  "GstDiffuse!sink",
-  "GstDiffuse!src",
-  "GstDiffuse:scale",
-  "GstDilate",
-  "GstDilate!sink",
-  "GstDilate!src",
-  "GstDilate:erode",
-  "GstDiracParse",
-  "GstDiracParse!sink",
-  "GstDiracParse!src",
-  "GstDirectControlBinding",
-  "GstDirectControlBinding.ABI._gst_reserved",
-  "GstDirectControlBinding.ABI.abi.want_absolute",
-  "GstDirectControlBinding.parent",
-  "GstDirectControlBinding:absolute",
-  "GstDirectControlBinding:control-source",
-  "GstDirectControlBindingClass.parent_class",
-  "GstDirectControlBindingConvertGValue",
-  "GstDirectControlBindingConvertValue",
-  "GstDirectSoundSrc",
-  "GstDirectSoundSrc!src",
-  "GstDirectSoundSrc:device",
-  "GstDirectSoundSrc:device-name",
-  "GstDirectSoundSrc:mute",
-  "GstDirectSoundSrc:volume",
-  "GstDiscoverer",
-  "GstDiscoverer.parent",
-  "GstDiscoverer::discovered",
-  "GstDiscoverer::finished",
-  "GstDiscoverer::load-serialized-info",
-  "GstDiscoverer::source-setup",
-  "GstDiscoverer::starting",
-  "GstDiscoverer:timeout",
-  "GstDiscoverer:use-cache",
-  "GstDiscovererAudioInfo",
-  "GstDiscovererAudioInfoClass",
-  "GstDiscovererClass._reserved",
-  "GstDiscovererClass.discovered",
-  "GstDiscovererClass.finished",
-  "GstDiscovererClass.parentclass",
-  "GstDiscovererClass.source_setup",
-  "GstDiscovererClass.starting",
-  "GstDiscovererClass::discovered",
-  "GstDiscovererClass::finished",
-  "GstDiscovererClass::load_serialize_info",
-  "GstDiscovererClass::source_setup",
-  "GstDiscovererClass::starting",
-  "GstDiscovererContainerInfo",
-  "GstDiscovererContainerInfoClass",
-  "GstDiscovererInfo",
-  "GstDiscovererInfoClass",
-  "GstDiscovererResult",
-  "GstDiscovererSerializeFlags",
-  "GstDiscovererStreamInfo",
-  "GstDiscovererStreamInfoClass",
-  "GstDiscovererSubtitleInfo",
-  "GstDiscovererSubtitleInfoClass",
-  "GstDiscovererVideoInfo",
-  "GstDiscovererVideoInfoClass",
-  "GstDisparity",
-  "GstDisparity!sink",
-  "GstDisparity!src",
-  "GstDisparity:method",
-  "GstDisparityMethod",
-  "GstDisparityMethod::sbm",
-  "GstDisparityMethod::sgbm",
-  "GstDmaBufAllocator",
-  "GstDmaBufAllocator.parent",
-  "GstDmaBufAllocatorClass.parent_class",
-  "GstDodge",
-  "GstDodge!sink",
-  "GstDodge!src",
-  "GstDoubleRange",
-  "GstDownloadBuffer",
-  "GstDownloadBuffer!sink",
-  "GstDownloadBuffer!src",
-  "GstDownloadBuffer:high-percent",
-  "GstDownloadBuffer:low-percent",
-  "GstDownloadBuffer:max-size-bytes",
-  "GstDownloadBuffer:max-size-time",
-  "GstDownloadBuffer:temp-location",
-  "GstDownloadBuffer:temp-remove",
-  "GstDownloadBuffer:temp-template",
-  "GstDsdConvert!sink",
-  "GstDsdConvert!src",
-  "GstDsdFormat",
-  "GstDsdInfo",
-  "GstDsdInfo.channels",
-  "GstDsdInfo.flags",
-  "GstDsdInfo.format",
-  "GstDsdInfo.layout",
-  "GstDsdInfo.positions",
-  "GstDsdInfo.rate",
-  "GstDsdInfo.reversed_bytes",
-  "GstDsdPlaneOffsetMeta",
-  "GstDsdPlaneOffsetMeta.meta",
-  "GstDsdPlaneOffsetMeta.num_bytes_per_channel",
-  "GstDsdPlaneOffsetMeta.num_channels",
-  "GstDsdPlaneOffsetMeta.offsets",
-  "GstDshowAudioSrc!src",
-  "GstDshowVideoSink!sink",
-  "GstDshowVideoSrc!src",
-  "GstDtlsConnectionState",
-  "GstDtlsConnectionState::closed",
-  "GstDtlsConnectionState::connected",
-  "GstDtlsConnectionState::connecting",
-  "GstDtlsConnectionState::failed",
-  "GstDtlsConnectionState::new",
-  "GstDtlsDec",
-  "GstDtlsDec!sink",
-  "GstDtlsDec!src",
-  "GstDtlsDec::on-key-received",
-  "GstDtlsDec:connection-id",
-  "GstDtlsDec:connection-state",
-  "GstDtlsDec:decoder-key",
-  "GstDtlsDec:peer-pem",
-  "GstDtlsDec:pem",
-  "GstDtlsDec:srtp-auth",
-  "GstDtlsDec:srtp-cipher",
-  "GstDtlsEnc",
-  "GstDtlsEnc!sink",
-  "GstDtlsEnc!src",
-  "GstDtlsEnc::on-key-received",
-  "GstDtlsEnc:connection-id",
-  "GstDtlsEnc:connection-state",
-  "GstDtlsEnc:encoder-key",
-  "GstDtlsEnc:is-client",
-  "GstDtlsEnc:srtp-auth",
-  "GstDtlsEnc:srtp-cipher",
-  "GstDtlsSrtpBin",
-  "GstDtlsSrtpBin:connection-id",
-  "GstDtlsSrtpBin:key",
-  "GstDtlsSrtpBin:srtcp-auth",
-  "GstDtlsSrtpBin:srtcp-cipher",
-  "GstDtlsSrtpBin:srtp-auth",
-  "GstDtlsSrtpBin:srtp-cipher",
-  "GstDtlsSrtpDec",
-  "GstDtlsSrtpDec!data_src",
-  "GstDtlsSrtpDec!rtcp_src",
-  "GstDtlsSrtpDec!rtp_src",
-  "GstDtlsSrtpDec!sink",
-  "GstDtlsSrtpDec:connection-state",
-  "GstDtlsSrtpDec:peer-pem",
-  "GstDtlsSrtpDec:pem",
-  "GstDtlsSrtpDemux",
-  "GstDtlsSrtpDemux!dtls_src",
-  "GstDtlsSrtpDemux!rtp_src",
-  "GstDtlsSrtpDemux!sink",
-  "GstDtlsSrtpEnc",
-  "GstDtlsSrtpEnc!data_sink",
-  "GstDtlsSrtpEnc!rtcp_sink_%d",
-  "GstDtlsSrtpEnc!rtp_sink_%d",
-  "GstDtlsSrtpEnc!src",
-  "GstDtlsSrtpEnc::on-key-set",
-  "GstDtlsSrtpEnc:connection-state",
-  "GstDtlsSrtpEnc:is-client",
-  "GstDtlsSrtpEnc:rtp-sync",
-  "GstDtmfDetect",
-  "GstDtmfDetect!sink",
-  "GstDtmfDetect!src",
-  "GstDtmfDetect:qos",
-  "GstDtsDec",
-  "GstDtsDec!sink",
-  "GstDtsDec!src",
-  "GstDtsDec:drc",
-  "GstDvbSrc",
-  "GstDvbSrc!src",
-  "GstDvbSrc::tune",
-  "GstDvbSrc::tuning-done",
-  "GstDvbSrc::tuning-fail",
-  "GstDvbSrc::tuning-start",
-  "GstDvbSrc:adapter",
-  "GstDvbSrc:bandwidth",
-  "GstDvbSrc:bandwidth-hz",
-  "GstDvbSrc:code-rate-hp",
-  "GstDvbSrc:code-rate-lp",
-  "GstDvbSrc:delsys",
-  "GstDvbSrc:diseqc-source",
-  "GstDvbSrc:dvb-buffer-size",
-  "GstDvbSrc:frequency",
-  "GstDvbSrc:frontend",
-  "GstDvbSrc:guard",
-  "GstDvbSrc:hierarchy",
-  "GstDvbSrc:interleaving",
-  "GstDvbSrc:inversion",
-  "GstDvbSrc:isdbt-layer-enabled",
-  "GstDvbSrc:isdbt-layera-fec",
-  "GstDvbSrc:isdbt-layera-modulation",
-  "GstDvbSrc:isdbt-layera-segment-count",
-  "GstDvbSrc:isdbt-layera-time-interleaving",
-  "GstDvbSrc:isdbt-layerb-fec",
-  "GstDvbSrc:isdbt-layerb-modulation",
-  "GstDvbSrc:isdbt-layerb-segment-count",
-  "GstDvbSrc:isdbt-layerb-time-interleaving",
-  "GstDvbSrc:isdbt-layerc-fec",
-  "GstDvbSrc:isdbt-layerc-modulation",
-  "GstDvbSrc:isdbt-layerc-segment-count",
-  "GstDvbSrc:isdbt-layerc-time-interleaving",
-  "GstDvbSrc:isdbt-partial-reception",
-  "GstDvbSrc:isdbt-sb-segment-count",
-  "GstDvbSrc:isdbt-sb-segment-idx",
-  "GstDvbSrc:isdbt-sb-subchannel-id",
-  "GstDvbSrc:isdbt-sound-broadcasting",
-  "GstDvbSrc:lnb-lof1",
-  "GstDvbSrc:lnb-lof2",
-  "GstDvbSrc:lnb-slof",
-  "GstDvbSrc:modulation",
-  "GstDvbSrc:pids",
-  "GstDvbSrc:pilot",
-  "GstDvbSrc:polarity",
-  "GstDvbSrc:rolloff",
-  "GstDvbSrc:stats-reporting-interval",
-  "GstDvbSrc:stream-id",
-  "GstDvbSrc:symbol-rate",
-  "GstDvbSrc:timeout",
-  "GstDvbSrc:trans-mode",
-  "GstDvbSrc:tune",
-  "GstDvbSrc:tuning-timeout",
-  "GstDvbSrcBandwidth",
-  "GstDvbSrcBandwidth::1.712",
-  "GstDvbSrcBandwidth::10",
-  "GstDvbSrcBandwidth::5",
-  "GstDvbSrcBandwidth::6",
-  "GstDvbSrcBandwidth::7",
-  "GstDvbSrcBandwidth::8",
-  "GstDvbSrcBandwidth::AUTO",
-  "GstDvbSrcCode_Rate",
-  "GstDvbSrcCode_Rate::1/2",
-  "GstDvbSrcCode_Rate::2/3",
-  "GstDvbSrcCode_Rate::2/5",
-  "GstDvbSrcCode_Rate::3/4",
-  "GstDvbSrcCode_Rate::3/5",
-  "GstDvbSrcCode_Rate::4/5",
-  "GstDvbSrcCode_Rate::5/6",
-  "GstDvbSrcCode_Rate::6/7",
-  "GstDvbSrcCode_Rate::7/8",
-  "GstDvbSrcCode_Rate::8/9",
-  "GstDvbSrcCode_Rate::9/10",
-  "GstDvbSrcCode_Rate::auto",
-  "GstDvbSrcCode_Rate::none",
-  "GstDvbSrcDelsys",
-  "GstDvbSrcDelsys::atsc",
-  "GstDvbSrcDelsys::atsc-mh",
-  "GstDvbSrcDelsys::cmmb",
-  "GstDvbSrcDelsys::dab",
-  "GstDvbSrcDelsys::dss",
-  "GstDvbSrcDelsys::dtmb",
-  "GstDvbSrcDelsys::dvb-c-a",
-  "GstDvbSrcDelsys::dvb-c-b",
-  "GstDvbSrcDelsys::dvb-c-c",
-  "GstDvbSrcDelsys::dvb-h",
-  "GstDvbSrcDelsys::dvb-s",
-  "GstDvbSrcDelsys::dvb-s2",
-  "GstDvbSrcDelsys::dvb-t",
-  "GstDvbSrcDelsys::dvb-t2",
-  "GstDvbSrcDelsys::isdb-c",
-  "GstDvbSrcDelsys::isdb-s",
-  "GstDvbSrcDelsys::isdb-t",
-  "GstDvbSrcDelsys::turbo",
-  "GstDvbSrcDelsys::undefined",
-  "GstDvbSrcGuard",
-  "GstDvbSrcGuard::128",
-  "GstDvbSrcGuard::16",
-  "GstDvbSrcGuard::19/128",
-  "GstDvbSrcGuard::19/256",
-  "GstDvbSrcGuard::32",
-  "GstDvbSrcGuard::4",
-  "GstDvbSrcGuard::8",
-  "GstDvbSrcGuard::auto",
-  "GstDvbSrcGuard::pn420",
-  "GstDvbSrcGuard::pn595",
-  "GstDvbSrcGuard::pn945",
-  "GstDvbSrcHierarchy",
-  "GstDvbSrcHierarchy::1",
-  "GstDvbSrcHierarchy::2",
-  "GstDvbSrcHierarchy::4",
-  "GstDvbSrcHierarchy::auto",
-  "GstDvbSrcHierarchy::none",
-  "GstDvbSrcInterleaving",
-  "GstDvbSrcInterleaving::240",
-  "GstDvbSrcInterleaving::720",
-  "GstDvbSrcInterleaving::auto",
-  "GstDvbSrcInterleaving::none",
-  "GstDvbSrcInversion",
-  "GstDvbSrcInversion::auto",
-  "GstDvbSrcInversion::off",
-  "GstDvbSrcInversion::on",
-  "GstDvbSrcModulation",
-  "GstDvbSrcModulation::16apsk",
-  "GstDvbSrcModulation::16vsb",
-  "GstDvbSrcModulation::32apsk",
-  "GstDvbSrcModulation::8psk",
-  "GstDvbSrcModulation::8vsb",
-  "GstDvbSrcModulation::auto",
-  "GstDvbSrcModulation::dqpsk",
-  "GstDvbSrcModulation::qam-128",
-  "GstDvbSrcModulation::qam-16",
-  "GstDvbSrcModulation::qam-256",
-  "GstDvbSrcModulation::qam-32",
-  "GstDvbSrcModulation::qam-4-nr",
-  "GstDvbSrcModulation::qam-64",
-  "GstDvbSrcModulation::qpsk",
-  "GstDvbSrcPilot",
-  "GstDvbSrcPilot::auto",
-  "GstDvbSrcPilot::off",
-  "GstDvbSrcPilot::on",
-  "GstDvbSrcRolloff",
-  "GstDvbSrcRolloff::20",
-  "GstDvbSrcRolloff::25",
-  "GstDvbSrcRolloff::35",
-  "GstDvbSrcRolloff::auto",
-  "GstDvbSrcTransmission_Mode",
-  "GstDvbSrcTransmission_Mode::16k",
-  "GstDvbSrcTransmission_Mode::1k",
-  "GstDvbSrcTransmission_Mode::2k",
-  "GstDvbSrcTransmission_Mode::32k",
-  "GstDvbSrcTransmission_Mode::4k",
-  "GstDvbSrcTransmission_Mode::8k",
-  "GstDvbSrcTransmission_Mode::auto",
-  "GstDvbSrcTransmission_Mode::c1",
-  "GstDvbSrcTransmission_Mode::c3780",
-  "GstDvbSubEnc",
-  "GstDvbSubEnc!sink",
-  "GstDvbSubEnc!src",
-  "GstDvbSubEnc:max-colours",
-  "GstDvbSubEnc:ts-offset",
-  "GstDvdLpcmDec",
-  "GstDvdLpcmDec!sink",
-  "GstDvdLpcmDec!src",
-  "GstDvdReadSrc",
-  "GstDvdReadSrc!src",
-  "GstDvdReadSrc:angle",
-  "GstDvdReadSrc:chapter",
-  "GstDvdReadSrc:device",
-  "GstDvdReadSrc:title",
-  "GstDvdSubDec",
-  "GstDvdSubDec!sink",
-  "GstDvdSubDec!src",
-  "GstDvdSubParse",
-  "GstDvdSubParse!sink",
-  "GstDvdSubParse!src",
-  "GstDxvaAV1Decoder",
-  "GstDxvaAV1Decoder.parent",
-  "GstDxvaAV1DecoderClass.parent_class",
-  "GstDxvaAV1DecoderClass::configure",
-  "GstDxvaAV1DecoderClass::duplicate_picture",
-  "GstDxvaAV1DecoderClass::end_picture",
-  "GstDxvaAV1DecoderClass::get_picture_id",
-  "GstDxvaAV1DecoderClass::new_picture",
-  "GstDxvaAV1DecoderClass::output_picture",
-  "GstDxvaAV1DecoderClass::start_picture",
-  "GstDxvaCodec",
-  "GstDxvaDecodingArgs",
-  "GstDxvaDecodingArgs.bitstream",
-  "GstDxvaDecodingArgs.bitstream_size",
-  "GstDxvaDecodingArgs.inverse_quantization_matrix",
-  "GstDxvaDecodingArgs.inverse_quantization_matrix_size",
-  "GstDxvaDecodingArgs.picture_params",
-  "GstDxvaDecodingArgs.picture_params_size",
-  "GstDxvaDecodingArgs.slice_control",
-  "GstDxvaDecodingArgs.slice_control_size",
-  "GstDxvaH264Decoder",
-  "GstDxvaH264Decoder.parent",
-  "GstDxvaH264DecoderClass.parent_class",
-  "GstDxvaH264DecoderClass::configure",
-  "GstDxvaH264DecoderClass::duplicate_picture",
-  "GstDxvaH264DecoderClass::end_picture",
-  "GstDxvaH264DecoderClass::get_picture_id",
-  "GstDxvaH264DecoderClass::new_picture",
-  "GstDxvaH264DecoderClass::output_picture",
-  "GstDxvaH264DecoderClass::start_picture",
-  "GstDxvaH265Decoder",
-  "GstDxvaH265Decoder.parent",
-  "GstDxvaH265DecoderClass.parent_class",
-  "GstDxvaH265DecoderClass::configure",
-  "GstDxvaH265DecoderClass::end_picture",
-  "GstDxvaH265DecoderClass::get_picture_id",
-  "GstDxvaH265DecoderClass::new_picture",
-  "GstDxvaH265DecoderClass::output_picture",
-  "GstDxvaH265DecoderClass::start_picture",
-  "GstDxvaMpeg2Decoder",
-  "GstDxvaMpeg2Decoder.parent",
-  "GstDxvaMpeg2DecoderClass.parent_class",
-  "GstDxvaMpeg2DecoderClass::configure",
-  "GstDxvaMpeg2DecoderClass::duplicate_picture",
-  "GstDxvaMpeg2DecoderClass::end_picture",
-  "GstDxvaMpeg2DecoderClass::get_picture_id",
-  "GstDxvaMpeg2DecoderClass::new_picture",
-  "GstDxvaMpeg2DecoderClass::output_picture",
-  "GstDxvaMpeg2DecoderClass::start_picture",
-  "GstDxvaResolution",
-  "GstDxvaResolution.height",
-  "GstDxvaResolution.width",
-  "GstDxvaVp8Decoder",
-  "GstDxvaVp8Decoder.parent",
-  "GstDxvaVp8DecoderClass.parent_class",
-  "GstDxvaVp8DecoderClass::configure",
-  "GstDxvaVp8DecoderClass::end_picture",
-  "GstDxvaVp8DecoderClass::get_picture_id",
-  "GstDxvaVp8DecoderClass::new_picture",
-  "GstDxvaVp8DecoderClass::output_picture",
-  "GstDxvaVp8DecoderClass::start_picture",
-  "GstDxvaVp9Decoder",
-  "GstDxvaVp9Decoder.parent",
-  "GstDxvaVp9DecoderClass.parent_class",
-  "GstDxvaVp9DecoderClass::configure",
-  "GstDxvaVp9DecoderClass::duplicate_picture",
-  "GstDxvaVp9DecoderClass::end_picture",
-  "GstDxvaVp9DecoderClass::get_picture_id",
-  "GstDxvaVp9DecoderClass::new_picture",
-  "GstDxvaVp9DecoderClass::output_picture",
-  "GstDxvaVp9DecoderClass::start_picture",
-  "GstDynUDPSink",
-  "GstDynUDPSink!sink",
-  "GstDynUDPSink::get-stats",
-  "GstDynUDPSink:bind-address",
-  "GstDynUDPSink:bind-port",
-  "GstDynUDPSink:close-socket",
-  "GstDynUDPSink:socket",
-  "GstDynUDPSink:socket-v6",
-  "GstDynamicTypeFactory",
-  "GstEGLImage",
-  "GstEGLImageDestroyNotify",
-  "GstEdgeDetect",
-  "GstEdgeDetect!sink",
-  "GstEdgeDetect!src",
-  "GstEdgeDetect:aperture",
-  "GstEdgeDetect:mask",
-  "GstEdgeDetect:threshold1",
-  "GstEdgeDetect:threshold2",
-  "GstEdgeTV",
-  "GstEdgeTV!sink",
-  "GstEdgeTV!src",
-  "GstElement",
-  "GstElement.base_time",
-  "GstElement.bus",
-  "GstElement.clock",
-  "GstElement.contexts",
-  "GstElement.current_state",
-  "GstElement.last_return",
-  "GstElement.next_state",
-  "GstElement.numpads",
-  "GstElement.numsinkpads",
-  "GstElement.numsrcpads",
-  "GstElement.object",
-  "GstElement.pads",
-  "GstElement.pads_cookie",
-  "GstElement.pending_state",
-  "GstElement.sinkpads",
-  "GstElement.srcpads",
-  "GstElement.start_time",
-  "GstElement.state_cond",
-  "GstElement.state_cookie",
-  "GstElement.state_lock",
-  "GstElement.target_state",
-  "GstElement::no-more-pads",
-  "GstElement::pad-added",
-  "GstElement::pad-removed",
-  "GstElementCallAsyncFunc",
-  "GstElementClass.change_state",
-  "GstElementClass.elementfactory",
-  "GstElementClass.get_state",
-  "GstElementClass.metadata",
-  "GstElementClass.no_more_pads",
-  "GstElementClass.numpadtemplates",
-  "GstElementClass.pad_added",
-  "GstElementClass.pad_removed",
-  "GstElementClass.pad_templ_cookie",
-  "GstElementClass.padtemplates",
-  "GstElementClass.parent_class",
-  "GstElementClass.post_message",
-  "GstElementClass.provide_clock",
-  "GstElementClass.query",
-  "GstElementClass.release_pad",
-  "GstElementClass.request_new_pad",
-  "GstElementClass.send_event",
-  "GstElementClass.set_bus",
-  "GstElementClass.set_clock",
-  "GstElementClass.set_context",
-  "GstElementClass.set_state",
-  "GstElementClass.state_changed",
-  "GstElementClass::change_state",
-  "GstElementClass::get_state",
-  "GstElementClass::no_more_pads",
-  "GstElementClass::pad_added",
-  "GstElementClass::pad_removed",
-  "GstElementClass::post_message",
-  "GstElementClass::provide_clock",
-  "GstElementClass::query",
-  "GstElementClass::release_pad",
-  "GstElementClass::request_new_pad",
-  "GstElementClass::send_event",
-  "GstElementClass::set_bus",
-  "GstElementClass::set_clock",
-  "GstElementClass::set_context",
-  "GstElementClass::set_state",
-  "GstElementClass::state_changed",
-  "GstElementFactory",
-  "GstElementFactoryListType",
-  "GstElementFlags",
-  "GstElementForeachPadFunc",
-  "GstEncodeBaseBin",
-  "GstEncodeBaseBin::request-pad",
-  "GstEncodeBaseBin::request-profile-pad",
-  "GstEncodeBaseBin:audio-jitter-tolerance",
-  "GstEncodeBaseBin:avoid-reencoding",
-  "GstEncodeBaseBin:flags",
-  "GstEncodeBaseBin:profile",
-  "GstEncodeBaseBin:queue-buffers-max",
-  "GstEncodeBaseBin:queue-bytes-max",
-  "GstEncodeBaseBin:queue-time-max",
-  "GstEncodeBin",
-  "GstEncodeBin!audio_%u",
-  "GstEncodeBin!private_%u",
-  "GstEncodeBin!src",
-  "GstEncodeBin!video_%u",
-  "GstEncodeBin2!audio_%u",
-  "GstEncodeBin2!private_%u",
-  "GstEncodeBin2!src_%u",
-  "GstEncodeBin2!video_%u",
-  "GstEncodeBin::request-pad",
-  "GstEncodeBin::request-profile-pad",
-  "GstEncodeBin:audio-jitter-tolerance",
-  "GstEncodeBin:avoid-reencoding",
-  "GstEncodeBin:flags",
-  "GstEncodeBin:profile",
-  "GstEncodeBin:queue-buffers-max",
-  "GstEncodeBin:queue-bytes-max",
-  "GstEncodeBin:queue-time-max",
-  "GstEncodeBinFlags",
-  "GstEncodeBinFlags::no-audio-conversion",
-  "GstEncodeBinFlags::no-video-conversion",
-  "GstEncodingAudioProfile",
-  "GstEncodingContainerProfile",
-  "GstEncodingProfile",
-  "GstEncodingProfile:element-properties",
-  "GstEncodingProfile:restriction-caps",
-  "GstEncodingTarget",
-  "GstEncodingTargetClass",
-  "GstEncodingVideoProfile",
-  "GstErrorIgnore",
-  "GstErrorIgnore!sink",
-  "GstErrorIgnore!src",
-  "GstErrorIgnore::convert-error",
-  "GstErrorIgnore:convert-to",
-  "GstErrorIgnore:ignore-error",
-  "GstErrorIgnore:ignore-notlinked",
-  "GstErrorIgnore:ignore-notnegotiated",
-  "GstEvent",
-  "GstEvent.mini_object",
-  "GstEvent.seqnum",
-  "GstEvent.timestamp",
-  "GstEvent.type",
-  "GstEventType",
-  "GstEventTypeFlags",
-  "GstExclusion",
-  "GstExclusion!sink",
-  "GstExclusion!src",
-  "GstExclusion:factor",
-  "GstFBDEVSink",
-  "GstFBDEVSink!sink",
-  "GstFBDEVSink:device",
-  "GstFFMpegDeinterlace",
-  "GstFFMpegDeinterlace!sink",
-  "GstFFMpegDeinterlace!src",
-  "GstFFMpegDeinterlace:mode",
-  "GstFFMpegTrilian",
-  "GstFFMpegTrilian::auto",
-  "GstFFMpegTrilian::off",
-  "GstFFMpegTrilian::on",
-  "GstFFMpegVidCmp!sink_1",
-  "GstFFMpegVidCmp!sink_2",
-  "GstFFMpegVidCmp!src",
-  "GstFFMpegVidCmpMethod",
-  "GstFFMpegVidCmpMethod::psnr",
-  "GstFFMpegVidCmpMethod::ssim",
-  "GstFFMpegVidDec",
-  "GstFFMpegVidDec:std-compliance",
-  "GstFPSDisplaySink",
-  "GstFPSDisplaySink!sink",
-  "GstFPSDisplaySink::fps-measurements",
-  "GstFPSDisplaySink:fps-update-interval",
-  "GstFPSDisplaySink:frames-dropped",
-  "GstFPSDisplaySink:frames-rendered",
-  "GstFPSDisplaySink:last-message",
-  "GstFPSDisplaySink:max-fps",
-  "GstFPSDisplaySink:min-fps",
-  "GstFPSDisplaySink:signal-fps-measurements",
-  "GstFPSDisplaySink:silent",
-  "GstFPSDisplaySink:sync",
-  "GstFPSDisplaySink:text-overlay",
-  "GstFPSDisplaySink:video-sink",
-  "GstFaac",
-  "GstFaac!sink",
-  "GstFaac!src",
-  "GstFaac:bitrate",
-  "GstFaac:midside",
-  "GstFaac:quality",
-  "GstFaac:rate-control",
-  "GstFaac:shortctl",
-  "GstFaac:tns",
-  "GstFaacBrtype",
-  "GstFaacBrtype::ABR encoding",
-  "GstFaacBrtype::VBR encoding",
-  "GstFaacShortCtl",
-  "GstFaacShortCtl::No long blocks",
-  "GstFaacShortCtl::No short blocks",
-  "GstFaacShortCtl::Normal block type",
-  "GstFaad",
-  "GstFaad!sink",
-  "GstFaad!src",
-  "GstFaceBlur",
-  "GstFaceBlur!sink",
-  "GstFaceBlur!src",
-  "GstFaceBlur:flags",
-  "GstFaceBlur:min-neighbors",
-  "GstFaceBlur:min-size-height",
-  "GstFaceBlur:min-size-width",
-  "GstFaceBlur:profile",
-  "GstFaceBlur:scale-factor",
-  "GstFaceDetect",
-  "GstFaceDetect!sink",
-  "GstFaceDetect!src",
-  "GstFaceDetect:display",
-  "GstFaceDetect:eyes-profile",
-  "GstFaceDetect:flags",
-  "GstFaceDetect:min-neighbors",
-  "GstFaceDetect:min-size-height",
-  "GstFaceDetect:min-size-width",
-  "GstFaceDetect:min-stddev",
-  "GstFaceDetect:mouth-profile",
-  "GstFaceDetect:nose-profile",
-  "GstFaceDetect:profile",
-  "GstFaceDetect:scale-factor",
-  "GstFaceDetect:updates",
-  "GstFaceDetectUpdates",
-  "GstFaceDetectUpdates::every_frame",
-  "GstFaceDetectUpdates::none",
-  "GstFaceDetectUpdates::on_change",
-  "GstFaceDetectUpdates::on_face",
-  "GstFaceOverlay",
-  "GstFaceOverlay!sink",
-  "GstFaceOverlay!src",
-  "GstFaceOverlay:h",
-  "GstFaceOverlay:location",
-  "GstFaceOverlay:w",
-  "GstFaceOverlay:x",
-  "GstFaceOverlay:y",
-  "GstFakeAudioSink!sink",
-  "GstFakeAudioSinkStateError",
-  "GstFakeAudioSinkStateError::none",
-  "GstFakeAudioSinkStateError::null-to-ready",
-  "GstFakeAudioSinkStateError::paused-to-playing",
-  "GstFakeAudioSinkStateError::paused-to-ready",
-  "GstFakeAudioSinkStateError::playing-to-paused",
-  "GstFakeAudioSinkStateError::ready-to-null",
-  "GstFakeAudioSinkStateError::ready-to-paused",
-  "GstFakeSink",
-  "GstFakeSink!sink",
-  "GstFakeSink::handoff",
-  "GstFakeSink::preroll-handoff",
-  "GstFakeSink:can-activate-pull",
-  "GstFakeSink:can-activate-push",
-  "GstFakeSink:drop-out-of-segment",
-  "GstFakeSink:dump",
-  "GstFakeSink:last-message",
-  "GstFakeSink:num-buffers",
-  "GstFakeSink:signal-handoffs",
-  "GstFakeSink:silent",
-  "GstFakeSink:state-error",
-  "GstFakeSinkStateError",
-  "GstFakeSinkStateError::none",
-  "GstFakeSinkStateError::null-to-ready",
-  "GstFakeSinkStateError::paused-to-playing",
-  "GstFakeSinkStateError::paused-to-ready",
-  "GstFakeSinkStateError::playing-to-paused",
-  "GstFakeSinkStateError::ready-to-null",
-  "GstFakeSinkStateError::ready-to-paused",
-  "GstFakeSrc",
-  "GstFakeSrc!src",
-  "GstFakeSrc::handoff",
-  "GstFakeSrc:can-activate-pull",
-  "GstFakeSrc:can-activate-push",
-  "GstFakeSrc:data",
-  "GstFakeSrc:datarate",
-  "GstFakeSrc:dump",
-  "GstFakeSrc:filltype",
-  "GstFakeSrc:format",
-  "GstFakeSrc:is-live",
-  "GstFakeSrc:last-message",
-  "GstFakeSrc:parentsize",
-  "GstFakeSrc:pattern",
-  "GstFakeSrc:signal-handoffs",
-  "GstFakeSrc:silent",
-  "GstFakeSrc:sizemax",
-  "GstFakeSrc:sizemin",
-  "GstFakeSrc:sizetype",
-  "GstFakeSrc:sync",
-  "GstFakeSrcDataType",
-  "GstFakeSrcDataType::allocate",
-  "GstFakeSrcDataType::subbuffer",
-  "GstFakeSrcFillType",
-  "GstFakeSrcFillType::nothing",
-  "GstFakeSrcFillType::pattern",
-  "GstFakeSrcFillType::pattern-span",
-  "GstFakeSrcFillType::random",
-  "GstFakeSrcFillType::zero",
-  "GstFakeSrcSizeType",
-  "GstFakeSrcSizeType::empty",
-  "GstFakeSrcSizeType::fixed",
-  "GstFakeSrcSizeType::random",
-  "GstFakeVideoDec!sink",
-  "GstFakeVideoDec!src",
-  "GstFakeVideoSink",
-  "GstFakeVideoSink!sink",
-  "GstFakeVideoSink:allocation-meta-flags",
-  "GstFakeVideoSink:async",
-  "GstFakeVideoSink:blocksize",
-  "GstFakeVideoSink:can-activate-pull",
-  "GstFakeVideoSink:can-activate-push",
-  "GstFakeVideoSink:drop-out-of-segment",
-  "GstFakeVideoSink:dump",
-  "GstFakeVideoSink:enable-last-sample",
-  "GstFakeVideoSink:last-message",
-  "GstFakeVideoSink:last-sample",
-  "GstFakeVideoSink:max-bitrate",
-  "GstFakeVideoSink:max-lateness",
-  "GstFakeVideoSink:num-buffers",
-  "GstFakeVideoSink:processing-deadline",
-  "GstFakeVideoSink:qos",
-  "GstFakeVideoSink:render-delay",
-  "GstFakeVideoSink:signal-handoffs",
-  "GstFakeVideoSink:silent",
-  "GstFakeVideoSink:state-error",
-  "GstFakeVideoSink:stats",
-  "GstFakeVideoSink:sync",
-  "GstFakeVideoSink:throttle-time",
-  "GstFakeVideoSink:ts-offset",
-  "GstFakeVideoSinkAllocationMetaFlags",
-  "GstFakeVideoSinkAllocationMetaFlags::crop",
-  "GstFakeVideoSinkAllocationMetaFlags::overlay-composition",
-  "GstFakeVideoSinkStateError",
-  "GstFakeVideoSinkStateError::none",
-  "GstFakeVideoSinkStateError::null-to-ready",
-  "GstFakeVideoSinkStateError::paused-to-playing",
-  "GstFakeVideoSinkStateError::paused-to-ready",
-  "GstFakeVideoSinkStateError::playing-to-paused",
-  "GstFakeVideoSinkStateError::ready-to-null",
-  "GstFakeVideoSinkStateError::ready-to-paused",
-  "GstFdAllocator",
-  "GstFdAllocator.parent",
-  "GstFdAllocatorClass.parent_class",
-  "GstFdMemoryFlags",
-  "GstFdSink",
-  "GstFdSink!sink",
-  "GstFdSink:fd",
-  "GstFdSrc",
-  "GstFdSrc!src",
-  "GstFdSrc:fd",
-  "GstFdSrc:timeout",
-  "GstFdkAacDec",
-  "GstFdkAacDec!sink",
-  "GstFdkAacDec!src",
-  "GstFdkAacEnc",
-  "GstFdkAacEnc!sink",
-  "GstFdkAacEnc!src",
-  "GstFdkAacEnc:bitrate",
-  "GstFdkAacRateControl",
-  "GstFdkAacRateControl::cbr",
-  "GstFdkAacRateControl::vbr",
-  "GstFdkAacVbrPreset",
-  "GstFdkAacVbrPreset::high",
-  "GstFdkAacVbrPreset::low",
-  "GstFdkAacVbrPreset::medium",
-  "GstFdkAacVbrPreset::very-high",
-  "GstFdkAacVbrPreset::very-low",
-  "GstFestival",
-  "GstFestival!sink",
-  "GstFestival!src",
-  "GstFieldAnalysis",
-  "GstFieldAnalysis!sink",
-  "GstFieldAnalysis!src",
-  "GstFieldAnalysis:block-height",
-  "GstFieldAnalysis:block-threshold",
-  "GstFieldAnalysis:block-width",
-  "GstFieldAnalysis:comb-method",
-  "GstFieldAnalysis:field-metric",
-  "GstFieldAnalysis:field-threshold",
-  "GstFieldAnalysis:frame-metric",
-  "GstFieldAnalysis:frame-threshold",
-  "GstFieldAnalysis:ignored-lines",
-  "GstFieldAnalysis:noise-floor",
-  "GstFieldAnalysis:spatial-threshold",
-  "GstFieldAnalysisFieldMetric",
-  "GstFieldAnalysisFieldMetric::3-tap",
-  "GstFieldAnalysisFieldMetric::sad",
-  "GstFieldAnalysisFieldMetric::ssd",
-  "GstFieldAnalysisFrameMetric",
-  "GstFieldAnalysisFrameMetric::5-tap",
-  "GstFieldAnalysisFrameMetric::windowed-comb",
-  "GstFileSink",
-  "GstFileSink!sink",
-  "GstFileSink:append",
-  "GstFileSink:buffer-mode",
-  "GstFileSink:buffer-size",
-  "GstFileSink:location",
-  "GstFileSink:max-transient-error-timeout",
-  "GstFileSink:o-sync",
-  "GstFileSinkBufferMode",
-  "GstFileSinkBufferMode::default",
-  "GstFileSinkBufferMode::full",
-  "GstFileSinkBufferMode::line",
-  "GstFileSinkBufferMode::unbuffered",
-  "GstFileSinkFileMode",
-  "GstFileSinkFileMode::output",
-  "GstFileSinkFileMode::overwrite",
-  "GstFileSinkFileMode::truncate",
-  "GstFileSrc",
-  "GstFileSrc!src",
-  "GstFileSrc:location",
-  "GstFisheye",
-  "GstFisheye!sink",
-  "GstFisheye!src",
-  "GstFlacDec",
-  "GstFlacDec!sink",
-  "GstFlacDec!src",
-  "GstFlacEnc",
-  "GstFlacEnc!sink",
-  "GstFlacEnc!src",
-  "GstFlacEnc:blocksize",
-  "GstFlacEnc:escape-coding",
-  "GstFlacEnc:exhaustive-model-search",
-  "GstFlacEnc:loose-mid-side-stereo",
-  "GstFlacEnc:max-lpc-order",
-  "GstFlacEnc:max-residual-partition-order",
-  "GstFlacEnc:mid-side-stereo",
-  "GstFlacEnc:min-residual-partition-order",
-  "GstFlacEnc:padding",
-  "GstFlacEnc:qlp-coeff-prec-search",
-  "GstFlacEnc:qlp-coeff-precision",
-  "GstFlacEnc:quality",
-  "GstFlacEnc:rice-parameter-search-dist",
-  "GstFlacEnc:seekpoints",
-  "GstFlacEnc:streamable-subset",
-  "GstFlacEncQuality",
-  "GstFlacEncQuality::0",
-  "GstFlacEncQuality::1",
-  "GstFlacEncQuality::2",
-  "GstFlacEncQuality::3",
-  "GstFlacEncQuality::4",
-  "GstFlacEncQuality::5",
-  "GstFlacEncQuality::6",
-  "GstFlacEncQuality::7",
-  "GstFlacEncQuality::8",
-  "GstFlacEncQuality::9",
-  "GstFlacParse",
-  "GstFlacParse!sink",
-  "GstFlacParse!src",
-  "GstFlacParse:check-frame-checksums",
-  "GstFlacTag",
-  "GstFlacTag!sink",
-  "GstFlacTag!src",
-  "GstFlagSet",
-  "GstFliteTestSrc",
-  "GstFliteTestSrc!src",
-  "GstFliteTestSrc:samplesperbuffer",
-  "GstFlowCombiner",
-  "GstFlowReturn",
-  "GstFluidDec",
-  "GstFluidDec!sink",
-  "GstFluidDec!src",
-  "GstFluidDec:soundfont",
-  "GstFluidDec:synth-chorus",
-  "GstFluidDec:synth-gain",
-  "GstFluidDec:synth-polyphony",
-  "GstFluidDec:synth-reverb",
-  "GstFlvDemux",
-  "GstFlvDemux!audio",
-  "GstFlvDemux!sink",
-  "GstFlvDemux!video",
-  "GstFlvMux",
-  "GstFlvMux!audio",
-  "GstFlvMux!src",
-  "GstFlvMux!video",
-  "GstFlvMux:encoder",
-  "GstFlvMux:metadatacreator",
-  "GstFlvMux:skip-backwards-streams",
-  "GstFlvMux:streamable",
-  "GstFlvMuxPad",
-  "GstFlxDec",
-  "GstFlxDec!sink",
-  "GstFlxDec!src",
-  "GstFormat",
-  "GstFormatDefinition",
-  "GstFormatDefinition.description",
-  "GstFormatDefinition.nick",
-  "GstFormatDefinition.quark",
-  "GstFormatDefinition.value",
-  "GstFraction",
-  "GstFractionRange",
-  "GstFragmentationMode",
-  "GstFragmentationMode::normal",
-  "GstFragmentationMode::sync",
-  "GstFreeverb",
-  "GstFreeverb!sink",
-  "GstFreeverb!src",
-  "GstFreeverb:damping",
-  "GstFreeverb:level",
-  "GstFreeverb:room-size",
-  "GstFreeverb:width",
-  "GstFunnel",
-  "GstFunnel!sink_%u",
-  "GstFunnel!src",
-  "GstFunnel:forward-sticky-events",
-  "GstGDIScreenCapSrc",
-  "GstGDIScreenCapSrc!src",
-  "GstGDIScreenCapSrc:cursor",
-  "GstGDIScreenCapSrc:height",
-  "GstGDIScreenCapSrc:monitor",
-  "GstGDIScreenCapSrc:width",
-  "GstGDIScreenCapSrc:x",
-  "GstGDIScreenCapSrc:y",
-  "GstGDPDepay",
-  "GstGDPDepay!sink",
-  "GstGDPDepay!src",
-  "GstGDPDepay:ts-offset",
-  "GstGDPPay",
-  "GstGDPPay!sink",
-  "GstGDPPay!src",
-  "GstGDPPay:crc-header",
-  "GstGDPPay:crc-payload",
-  "GstGLAPI",
-  "GstGLAllocationParams",
-  "GstGLAllocationParams.alloc_flags",
-  "GstGLAllocationParams.alloc_params",
-  "GstGLAllocationParams.alloc_size",
-  "GstGLAllocationParams.context",
-  "GstGLAllocationParams.copy",
-  "GstGLAllocationParams.free",
-  "GstGLAllocationParams.gl_handle",
-  "GstGLAllocationParams.notify",
-  "GstGLAllocationParams.struct_size",
-  "GstGLAllocationParams.user_data",
-  "GstGLAllocationParams.wrapped_data",
-  "GstGLAllocationParamsCopyFunc",
-  "GstGLAllocationParamsFreeFunc",
-  "GstGLAlpha",
-  "GstGLAlpha!sink",
-  "GstGLAlpha!src",
-  "GstGLAlpha:alpha",
-  "GstGLAlpha:angle",
-  "GstGLAlpha:black-sensitivity",
-  "GstGLAlpha:method",
-  "GstGLAlpha:noise-level",
-  "GstGLAlpha:target-b",
-  "GstGLAlpha:target-g",
-  "GstGLAlpha:target-r",
-  "GstGLAlpha:white-sensitivity",
-  "GstGLAlphaMethod",
-  "GstGLAlphaMethod::blue",
-  "GstGLAlphaMethod::custom",
-  "GstGLAlphaMethod::green",
-  "GstGLAlphaMethod::set",
-  "GstGLAsyncDebug",
-  "GstGLAsyncDebugLogGetMessage",
-  "GstGLBaseFilter",
-  "GstGLBaseFilter.context",
-  "GstGLBaseFilter.display",
-  "GstGLBaseFilter.in_caps",
-  "GstGLBaseFilter.out_caps",
-  "GstGLBaseFilter.parent",
-  "GstGLBaseFilter:context",
-  "GstGLBaseFilterClass.gl_set_caps",
-  "GstGLBaseFilterClass.gl_start",
-  "GstGLBaseFilterClass.gl_stop",
-  "GstGLBaseFilterClass.parent_class",
-  "GstGLBaseFilterClass.supported_gl_api",
-  "GstGLBaseFilterClass::gl_set_caps",
-  "GstGLBaseFilterClass::gl_start",
-  "GstGLBaseFilterClass::gl_stop",
-  "GstGLBaseMemory",
-  "GstGLBaseMemory.context",
-  "GstGLBaseMemory.data",
-  "GstGLBaseMemory.gl_map_count",
-  "GstGLBaseMemory.lock",
-  "GstGLBaseMemory.map_count",
-  "GstGLBaseMemory.map_flags",
-  "GstGLBaseMemory.mem",
-  "GstGLBaseMemory.query",
-  "GstGLBaseMemoryAllocator",
-  "GstGLBaseMemoryAllocatorAllocFunction",
-  "GstGLBaseMemoryAllocatorClass.alloc",
-  "GstGLBaseMemoryAllocatorClass.copy",
-  "GstGLBaseMemoryAllocatorClass.create",
-  "GstGLBaseMemoryAllocatorClass.destroy",
-  "GstGLBaseMemoryAllocatorClass.map",
-  "GstGLBaseMemoryAllocatorClass.parent_class",
-  "GstGLBaseMemoryAllocatorClass.unmap",
-  "GstGLBaseMemoryAllocatorClass::alloc",
-  "GstGLBaseMemoryAllocatorCopyFunction",
-  "GstGLBaseMemoryAllocatorCreateFunction",
-  "GstGLBaseMemoryAllocatorDestroyFunction",
-  "GstGLBaseMemoryAllocatorMapFunction",
-  "GstGLBaseMemoryAllocatorUnmapFunction",
-  "GstGLBaseMemoryError",
-  "GstGLBaseMemoryTransfer",
-  "GstGLBaseMixer",
-  "GstGLBaseMixer.context",
-  "GstGLBaseMixer.display",
-  "GstGLBaseMixer.parent",
-  "GstGLBaseMixer:context",
-  "GstGLBaseMixerClass",
-  "GstGLBaseMixerClass.parent_class",
-  "GstGLBaseMixerClass.supported_gl_api",
-  "GstGLBaseMixerClass::gl_start",
-  "GstGLBaseMixerClass::gl_stop",
-  "GstGLBaseMixerPad",
-  "GstGLBaseMixerPad.parent",
-  "GstGLBaseMixerPadClass.parent_class",
-  "GstGLBaseSrc",
-  "GstGLBaseSrc.context",
-  "GstGLBaseSrc.display",
-  "GstGLBaseSrc.out_caps",
-  "GstGLBaseSrc.out_info",
-  "GstGLBaseSrc.parent",
-  "GstGLBaseSrc.running_time",
-  "GstGLBaseSrc:timestamp-offset",
-  "GstGLBaseSrcClass.fill_gl_memory",
-  "GstGLBaseSrcClass.gl_start",
-  "GstGLBaseSrcClass.gl_stop",
-  "GstGLBaseSrcClass.parent_class",
-  "GstGLBaseSrcClass.supported_gl_api",
-  "GstGLBaseSrcClass::fill_gl_memory",
-  "GstGLBaseSrcClass::gl_start",
-  "GstGLBaseSrcClass::gl_stop",
-  "GstGLBuffer",
-  "GstGLBuffer.id",
-  "GstGLBuffer.mem",
-  "GstGLBuffer.target",
-  "GstGLBuffer.usage_hints",
-  "GstGLBufferAllocationParams",
-  "GstGLBufferAllocationParams.gl_target",
-  "GstGLBufferAllocationParams.gl_usage",
-  "GstGLBufferAllocationParams.parent",
-  "GstGLBufferAllocator",
-  "GstGLBufferAllocator.parent",
-  "GstGLBufferAllocatorClass.parent_class",
-  "GstGLBufferPool",
-  "GstGLBufferPool.bufferpool",
-  "GstGLBufferPool.context",
-  "GstGLBufferPoolClass.parent_class",
-  "GstGLColorBalance",
-  "GstGLColorBalance!sink",
-  "GstGLColorBalance!src",
-  "GstGLColorBalance:brightness",
-  "GstGLColorBalance:contrast",
-  "GstGLColorBalance:hue",
-  "GstGLColorBalance:saturation",
-  "GstGLColorConvert",
-  "GstGLColorConvertElement",
-  "GstGLColorConvertElement!sink",
-  "GstGLColorConvertElement!src",
-  "GstGLColorscale",
-  "GstGLColorscale!sink",
-  "GstGLColorscale!src",
-  "GstGLConfigCaveat",
-  "GstGLConfigSurfaceType",
-  "GstGLContext",
-  "GstGLContext.gl_vtable",
-  "GstGLContextClass.activate",
-  "GstGLContextClass.check_feature",
-  "GstGLContextClass.choose_format",
-  "GstGLContextClass.create_context",
-  "GstGLContextClass.destroy_context",
-  "GstGLContextClass.get_gl_api",
-  "GstGLContextClass.get_gl_context",
-  "GstGLContextClass.get_gl_platform",
-  "GstGLContextClass.get_gl_platform_version",
-  "GstGLContextClass.parent_class",
-  "GstGLContextClass.swap_buffers",
-  "GstGLContextClass::activate",
-  "GstGLContextClass::check_feature",
-  "GstGLContextClass::choose_format",
-  "GstGLContextClass::create_context",
-  "GstGLContextClass::destroy_context",
-  "GstGLContextClass::get_config",
-  "GstGLContextClass::get_gl_api",
-  "GstGLContextClass::get_gl_context",
-  "GstGLContextClass::get_gl_platform",
-  "GstGLContextClass::get_gl_platform_version",
-  "GstGLContextClass::request_config",
-  "GstGLContextClass::swap_buffers",
-  "GstGLContextError",
-  "GstGLContextThreadFunc",
-  "GstGLDeinterlace",
-  "GstGLDeinterlace!sink",
-  "GstGLDeinterlace!src",
-  "GstGLDeinterlace:method",
-  "GstGLDeinterlaceMethod",
-  "GstGLDeinterlaceMethod::greedyh",
-  "GstGLDeinterlaceMethod::vfir",
-  "GstGLDifferenceMatte",
-  "GstGLDifferenceMatte!sink",
-  "GstGLDifferenceMatte!src",
-  "GstGLDifferenceMatte:location",
-  "GstGLDisplay",
-  "GstGLDisplay::create-context",
-  "GstGLDisplayClass.create_window",
-  "GstGLDisplayClass.get_foreign_display",
-  "GstGLDisplayClass.get_handle",
-  "GstGLDisplayClass.object_class",
-  "GstGLDisplayClass::create_window",
-  "GstGLDisplayClass::get_foreign_display",
-  "GstGLDisplayClass::get_handle",
-  "GstGLDisplayEGL",
-  "GstGLDisplayEGL.parent",
-  "GstGLDisplayEGLClass._padding",
-  "GstGLDisplayEGLClass.object_class",
-  "GstGLDisplayEGLDevice",
-  "GstGLDisplayEGLDevice._padding",
-  "GstGLDisplayEGLDevice.device",
-  "GstGLDisplayEGLDevice.parent",
-  "GstGLDisplayEGLDeviceClass._padding",
-  "GstGLDisplayEGLDeviceClass.object_class",
-  "GstGLDisplayType",
-  "GstGLDisplayWayland",
-  "GstGLDisplayWayland.compositor",
-  "GstGLDisplayWayland.display",
-  "GstGLDisplayWayland.parent",
-  "GstGLDisplayWayland.registry",
-  "GstGLDisplayWayland.shell",
-  "GstGLDisplayWayland.subcompositor",
-  "GstGLDisplayWaylandClass._padding",
-  "GstGLDisplayWaylandClass.object_class",
-  "GstGLDisplayX11",
-  "GstGLDisplayX11Class._padding",
-  "GstGLDisplayX11Class.object_class",
-  "GstGLDownloadElement",
-  "GstGLDownloadElement!sink",
-  "GstGLDownloadElement!src",
-  "GstGLEffects",
-  "GstGLEffectsEffect",
-  "GstGLEffectsEffect::blur",
-  "GstGLEffectsEffect::bulge",
-  "GstGLEffectsEffect::fisheye",
-  "GstGLEffectsEffect::glow",
-  "GstGLEffectsEffect::heat",
-  "GstGLEffectsEffect::identity",
-  "GstGLEffectsEffect::laplacian",
-  "GstGLEffectsEffect::lumaxpro",
-  "GstGLEffectsEffect::mirror",
-  "GstGLEffectsEffect::sepia",
-  "GstGLEffectsEffect::sin",
-  "GstGLEffectsEffect::sobel",
-  "GstGLEffectsEffect::square",
-  "GstGLEffectsEffect::squeeze",
-  "GstGLEffectsEffect::stretch",
-  "GstGLEffectsEffect::tunnel",
-  "GstGLEffectsEffect::twirl",
-  "GstGLEffectsEffect::xpro",
-  "GstGLEffectsEffect::xray",
-  "GstGLEffectsGeneric",
-  "GstGLEffectsGeneric!sink",
-  "GstGLEffectsGeneric!src",
-  "GstGLEffectsGeneric:effect",
-  "GstGLEffectsGeneric:hswap",
-  "GstGLEffectsGeneric:invert",
-  "GstGLFilter",
-  "GstGLFilter.fbo",
-  "GstGLFilter.in_info",
-  "GstGLFilter.in_texture_target",
-  "GstGLFilter.out_caps",
-  "GstGLFilter.out_info",
-  "GstGLFilter.out_texture_target",
-  "GstGLFilter.parent",
-  "GstGLFilterApp",
-  "GstGLFilterApp!sink",
-  "GstGLFilterApp!src",
-  "GstGLFilterApp::client-draw",
-  "GstGLFilterBin",
-  "GstGLFilterBin!sink",
-  "GstGLFilterBin!src",
-  "GstGLFilterBin::create-element",
-  "GstGLFilterBin:filter",
-  "GstGLFilterClass.filter",
-  "GstGLFilterClass.filter_texture",
-  "GstGLFilterClass.init_fbo",
-  "GstGLFilterClass.parent_class",
-  "GstGLFilterClass.set_caps",
-  "GstGLFilterClass.transform_internal_caps",
-  "GstGLFilterClass::filter",
-  "GstGLFilterClass::filter_texture",
-  "GstGLFilterClass::init_fbo",
-  "GstGLFilterClass::set_caps",
-  "GstGLFilterClass::transform_internal_caps",
-  "GstGLFilterCube",
-  "GstGLFilterCube!sink",
-  "GstGLFilterCube!src",
-  "GstGLFilterCube:aspect",
-  "GstGLFilterCube:blue",
-  "GstGLFilterCube:fovy",
-  "GstGLFilterCube:green",
-  "GstGLFilterCube:red",
-  "GstGLFilterCube:zfar",
-  "GstGLFilterCube:znear",
-  "GstGLFilterGlass",
-  "GstGLFilterGlass!sink",
-  "GstGLFilterGlass!src",
-  "GstGLFilterRenderFunc",
-  "GstGLFilterShader",
-  "GstGLFilterShader!sink",
-  "GstGLFilterShader!src",
-  "GstGLFilterShader::create-shader",
-  "GstGLFilterShader:fragment",
-  "GstGLFilterShader:shader",
-  "GstGLFilterShader:uniforms",
-  "GstGLFilterShader:update-shader",
-  "GstGLFilterShader:vertex",
-  "GstGLFormat",
-  "GstGLFramebuffer",
-  "GstGLFramebufferFunc",
-  "GstGLFuncs",
-  "GstGLImageSink",
-  "GstGLImageSink!sink",
-  "GstGLImageSink::client-draw",
-  "GstGLImageSink::client-reshape",
-  "GstGLImageSink:context",
-  "GstGLImageSink:force-aspect-ratio",
-  "GstGLImageSink:handle-events",
-  "GstGLImageSink:ignore-alpha",
-  "GstGLImageSink:output-multiview-downmix-mode",
-  "GstGLImageSink:output-multiview-flags",
-  "GstGLImageSink:output-multiview-mode",
-  "GstGLImageSink:pixel-aspect-ratio",
-  "GstGLImageSink:render-rectangle",
-  "GstGLImageSink:rotate-method",
-  "GstGLImageSinkBin",
-  "GstGLImageSinkBin!sink",
-  "GstGLImageSinkBin::client-draw",
-  "GstGLImageSinkBin::client-reshape",
-  "GstGLImageSinkBin:context",
-  "GstGLImageSinkBin:force-aspect-ratio",
-  "GstGLImageSinkBin:handle-events",
-  "GstGLImageSinkBin:ignore-alpha",
-  "GstGLImageSinkBin:output-multiview-downmix-mode",
-  "GstGLImageSinkBin:output-multiview-flags",
-  "GstGLImageSinkBin:output-multiview-mode",
-  "GstGLImageSinkBin:pixel-aspect-ratio",
-  "GstGLImageSinkBin:render-rectangle",
-  "GstGLImageSinkBin:rotate-method",
-  "GstGLImageSinkBin:show-preroll-frame",
-  "GstGLMemory",
-  "GstGLMemory.info",
-  "GstGLMemory.mem",
-  "GstGLMemory.plane",
-  "GstGLMemory.tex_format",
-  "GstGLMemory.tex_id",
-  "GstGLMemory.tex_scaling",
-  "GstGLMemory.tex_target",
-  "GstGLMemory.tex_width",
-  "GstGLMemory.texture_wrapped",
-  "GstGLMemory.unpack_length",
-  "GstGLMemory.valign",
-  "GstGLMemoryAllocator",
-  "GstGLMemoryAllocatorClass.copy",
-  "GstGLMemoryAllocatorClass.map",
-  "GstGLMemoryAllocatorClass.unmap",
-  "GstGLMemoryEGL",
-  "GstGLMemoryEGLAllocator",
-  "GstGLMemoryPBO",
-  "GstGLMemoryPBOAllocator",
-  "GstGLMemoryPBOAllocator.parent",
-  "GstGLMemoryPBOAllocatorClass.parent_class",
-  "GstGLMixer",
-  "GstGLMixer.out_caps",
-  "GstGLMixer.parent",
-  "GstGLMixerBin",
-  "GstGLMixerBin!sink_%u",
-  "GstGLMixerBin!src",
-  "GstGLMixerBin::create-element",
-  "GstGLMixerBin:context",
-  "GstGLMixerBin:latency",
-  "GstGLMixerBin:mixer",
-  "GstGLMixerBin:start-time",
-  "GstGLMixerBin:start-time-selection",
-  "GstGLMixerBinStartTimeSelection",
-  "GstGLMixerBinStartTimeSelection::first",
-  "GstGLMixerBinStartTimeSelection::set",
-  "GstGLMixerBinStartTimeSelection::zero",
-  "GstGLMixerClass",
-  "GstGLMixerClass.parent_class",
-  "GstGLMixerClass::process_buffers",
-  "GstGLMixerClass::process_textures",
-  "GstGLMixerPad",
-  "GstGLMixerPad.current_texture",
-  "GstGLMixerPad.parent",
-  "GstGLMixerPadClass",
-  "GstGLMixerPadClass.parent_class",
-  "GstGLMosaic",
-  "GstGLMosaic!sink_%u",
-  "GstGLMosaic!src",
-  "GstGLOverlay",
-  "GstGLOverlay!sink",
-  "GstGLOverlay!src",
-  "GstGLOverlay:alpha",
-  "GstGLOverlay:location",
-  "GstGLOverlay:offset-x",
-  "GstGLOverlay:offset-y",
-  "GstGLOverlay:overlay-height",
-  "GstGLOverlay:overlay-width",
-  "GstGLOverlay:relative-x",
-  "GstGLOverlay:relative-y",
-  "GstGLOverlayCompositor",
-  "GstGLOverlayCompositor:yinvert",
-  "GstGLOverlayCompositorClass.object_class",
-  "GstGLOverlayCompositorElement",
-  "GstGLOverlayCompositorElement!sink",
-  "GstGLOverlayCompositorElement!src",
-  "GstGLPlatform",
-  "GstGLQuery",
-  "GstGLQueryType",
-  "GstGLRenderbuffer",
-  "GstGLRenderbuffer.height",
-  "GstGLRenderbuffer.renderbuffer_format",
-  "GstGLRenderbuffer.renderbuffer_id",
-  "GstGLRenderbuffer.renderbuffer_wrapped",
-  "GstGLRenderbuffer.width",
-  "GstGLRenderbufferAllocationParams",
-  "GstGLRenderbufferAllocationParams.height",
-  "GstGLRenderbufferAllocationParams.renderbuffer_format",
-  "GstGLRenderbufferAllocationParams.width",
-  "GstGLRenderbufferAllocator",
-  "GstGLRenderbufferAllocator.parent",
-  "GstGLRenderbufferAllocatorClass.parent_class",
-  "GstGLRotateMethod",
-  "GstGLRotateMethod::automatic",
-  "GstGLRotateMethod::clockwise",
-  "GstGLRotateMethod::counterclockwise",
-  "GstGLRotateMethod::horizontal-flip",
-  "GstGLRotateMethod::none",
-  "GstGLRotateMethod::rotate-180",
-  "GstGLRotateMethod::upper-left-diagonal",
-  "GstGLRotateMethod::upper-right-diagonal",
-  "GstGLRotateMethod::vertical-flip",
-  "GstGLSLError",
-  "GstGLSLProfile",
-  "GstGLSLStage",
-  "GstGLSLVersion",
-  "GstGLShader",
-  "GstGLShader.context",
-  "GstGLShader.parent",
-  "GstGLShader:linked",
-  "GstGLSinkBin",
-  "GstGLSinkBin!sink",
-  "GstGLSinkBin::create-element",
-  "GstGLSinkBin:async",
-  "GstGLSinkBin:blocksize",
-  "GstGLSinkBin:brightness",
-  "GstGLSinkBin:contrast",
-  "GstGLSinkBin:enable-last-sample",
-  "GstGLSinkBin:force-aspect-ratio",
-  "GstGLSinkBin:hue",
-  "GstGLSinkBin:last-sample",
-  "GstGLSinkBin:max-bitrate",
-  "GstGLSinkBin:max-lateness",
-  "GstGLSinkBin:qos",
-  "GstGLSinkBin:render-delay",
-  "GstGLSinkBin:saturation",
-  "GstGLSinkBin:sink",
-  "GstGLSinkBin:sync",
-  "GstGLSinkBin:throttle-time",
-  "GstGLSinkBin:ts-offset",
-  "GstGLSrcBin",
-  "GstGLSrcBin!src",
-  "GstGLSrcBin::create-element",
-  "GstGLSrcBin:src",
-  "GstGLStereoDownmix",
-  "GstGLStereoDownmix::amber-blue-dubois",
-  "GstGLStereoDownmix::green-magenta-dubois",
-  "GstGLStereoDownmix::red-cyan-dubois",
-  "GstGLStereoMix",
-  "GstGLStereoMix!sink_%u",
-  "GstGLStereoMix!src",
-  "GstGLStereoMix:downmix-mode",
-  "GstGLStereoMixPad",
-  "GstGLStereoSplit",
-  "GstGLStereoSplit!left",
-  "GstGLStereoSplit!right",
-  "GstGLStereoSplit!sink",
-  "GstGLSyncMeta",
-  "GstGLSyncMeta.context",
-  "GstGLSyncMeta.data",
-  "GstGLSyncMeta.parent",
-  "GstGLTestSrc",
-  "GstGLTestSrc!src",
-  "GstGLTestSrc:is-live",
-  "GstGLTestSrc:pattern",
-  "GstGLTestSrcPattern",
-  "GstGLTestSrcPattern::black",
-  "GstGLTestSrcPattern::blink",
-  "GstGLTestSrcPattern::blue",
-  "GstGLTestSrcPattern::checkers-1",
-  "GstGLTestSrcPattern::checkers-2",
-  "GstGLTestSrcPattern::checkers-4",
-  "GstGLTestSrcPattern::checkers-8",
-  "GstGLTestSrcPattern::circular",
-  "GstGLTestSrcPattern::green",
-  "GstGLTestSrcPattern::mandelbrot",
-  "GstGLTestSrcPattern::red",
-  "GstGLTestSrcPattern::smpte",
-  "GstGLTestSrcPattern::snow",
-  "GstGLTestSrcPattern::white",
-  "GstGLTextureTarget",
-  "GstGLTransformation",
-  "GstGLTransformation!sink",
-  "GstGLTransformation!src",
-  "GstGLTransformation:fov",
-  "GstGLTransformation:mvp-matrix",
-  "GstGLTransformation:ortho",
-  "GstGLTransformation:pivot-x",
-  "GstGLTransformation:pivot-y",
-  "GstGLTransformation:pivot-z",
-  "GstGLTransformation:rotation-x",
-  "GstGLTransformation:rotation-y",
-  "GstGLTransformation:rotation-z",
-  "GstGLTransformation:scale-x",
-  "GstGLTransformation:scale-y",
-  "GstGLTransformation:translation-x",
-  "GstGLTransformation:translation-y",
-  "GstGLTransformation:translation-z",
-  "GstGLUpload",
-  "GstGLUpload.context",
-  "GstGLUpload.parent",
-  "GstGLUploadClass.object_class",
-  "GstGLUploadElement",
-  "GstGLUploadElement!sink",
-  "GstGLUploadElement!src",
-  "GstGLUploadReturn",
-  "GstGLVideoAllocationParams",
-  "GstGLVideoAllocationParams.parent",
-  "GstGLVideoAllocationParams.plane",
-  "GstGLVideoAllocationParams.target",
-  "GstGLVideoAllocationParams.tex_format",
-  "GstGLVideoAllocationParams.v_info",
-  "GstGLVideoAllocationParams.valign",
-  "GstGLVideoFlip",
-  "GstGLVideoFlip!sink",
-  "GstGLVideoFlip!src",
-  "GstGLVideoFlip:method",
-  "GstGLVideoFlipMethod",
-  "GstGLVideoFlipMethod::automatic",
-  "GstGLVideoFlipMethod::clockwise",
-  "GstGLVideoFlipMethod::counterclockwise",
-  "GstGLVideoFlipMethod::horizontal-flip",
-  "GstGLVideoFlipMethod::none",
-  "GstGLVideoFlipMethod::rotate-180",
-  "GstGLVideoFlipMethod::upper-left-diagonal",
-  "GstGLVideoFlipMethod::upper-right-diagonal",
-  "GstGLVideoFlipMethod::vertical-flip",
-  "GstGLVideoMixer",
-  "GstGLVideoMixer!sink_%u",
-  "GstGLVideoMixer!src",
-  "GstGLVideoMixer:background",
-  "GstGLVideoMixerBackground",
-  "GstGLVideoMixerBackground::black",
-  "GstGLVideoMixerBackground::checker",
-  "GstGLVideoMixerBackground::transparent",
-  "GstGLVideoMixerBackground::white",
-  "GstGLVideoMixerBin",
-  "GstGLVideoMixerBin!sink_%u",
-  "GstGLVideoMixerBin!src",
-  "GstGLVideoMixerBin:background",
-  "GstGLVideoMixerBlendEquation",
-  "GstGLVideoMixerBlendEquation::add",
-  "GstGLVideoMixerBlendEquation::reverse-subtract",
-  "GstGLVideoMixerBlendEquation::subtract",
-  "GstGLVideoMixerBlendFunction",
-  "GstGLVideoMixerBlendFunction::constant-alpha",
-  "GstGLVideoMixerBlendFunction::constant-color",
-  "GstGLVideoMixerBlendFunction::dst-alpha",
-  "GstGLVideoMixerBlendFunction::dst-color",
-  "GstGLVideoMixerBlendFunction::one",
-  "GstGLVideoMixerBlendFunction::one-minus-contant-alpha",
-  "GstGLVideoMixerBlendFunction::one-minus-contant-color",
-  "GstGLVideoMixerBlendFunction::one-minus-dst-alpha",
-  "GstGLVideoMixerBlendFunction::one-minus-dst-color",
-  "GstGLVideoMixerBlendFunction::one-minus-src-alpha",
-  "GstGLVideoMixerBlendFunction::one-minus-src-color",
-  "GstGLVideoMixerBlendFunction::src-alpha",
-  "GstGLVideoMixerBlendFunction::src-alpha-saturate",
-  "GstGLVideoMixerBlendFunction::src-color",
-  "GstGLVideoMixerBlendFunction::zero",
-  "GstGLVideoMixerInput",
-  "GstGLVideoMixerInput:alpha",
-  "GstGLVideoMixerInput:blend-constant-color-alpha",
-  "GstGLVideoMixerInput:blend-constant-color-blue",
-  "GstGLVideoMixerInput:blend-constant-color-green",
-  "GstGLVideoMixerInput:blend-constant-color-red",
-  "GstGLVideoMixerInput:blend-equation-alpha",
-  "GstGLVideoMixerInput:blend-equation-rgb",
-  "GstGLVideoMixerInput:blend-function-dst-alpha",
-  "GstGLVideoMixerInput:blend-function-dst-rgb",
-  "GstGLVideoMixerInput:blend-function-src-alpha",
-  "GstGLVideoMixerInput:blend-function-src-rgb",
-  "GstGLVideoMixerInput:crop-bottom",
-  "GstGLVideoMixerInput:crop-left",
-  "GstGLVideoMixerInput:crop-right",
-  "GstGLVideoMixerInput:crop-top",
-  "GstGLVideoMixerInput:height",
-  "GstGLVideoMixerInput:repeat-after-eos",
-  "GstGLVideoMixerInput:sizing-policy",
-  "GstGLVideoMixerInput:width",
-  "GstGLVideoMixerInput:xalign",
-  "GstGLVideoMixerInput:xpos",
-  "GstGLVideoMixerInput:yalign",
-  "GstGLVideoMixerInput:ypos",
-  "GstGLVideoMixerInput:zorder",
-  "GstGLVideoMixerPad",
-  "GstGLVideoMixerPad:alpha",
-  "GstGLVideoMixerPad:blend-constant-color-alpha",
-  "GstGLVideoMixerPad:blend-constant-color-blue",
-  "GstGLVideoMixerPad:blend-constant-color-green",
-  "GstGLVideoMixerPad:blend-constant-color-red",
-  "GstGLVideoMixerPad:blend-equation-alpha",
-  "GstGLVideoMixerPad:blend-equation-rgb",
-  "GstGLVideoMixerPad:blend-function-dst-alpha",
-  "GstGLVideoMixerPad:blend-function-dst-rgb",
-  "GstGLVideoMixerPad:blend-function-src-alpha",
-  "GstGLVideoMixerPad:blend-function-src-rgb",
-  "GstGLVideoMixerPad:crop-bottom",
-  "GstGLVideoMixerPad:crop-left",
-  "GstGLVideoMixerPad:crop-right",
-  "GstGLVideoMixerPad:crop-top",
-  "GstGLVideoMixerPad:height",
-  "GstGLVideoMixerPad:sizing-policy",
-  "GstGLVideoMixerPad:width",
-  "GstGLVideoMixerPad:xalign",
-  "GstGLVideoMixerPad:xpos",
-  "GstGLVideoMixerPad:yalign",
-  "GstGLVideoMixerPad:ypos",
-  "GstGLVideoMixerSizingPolicy",
-  "GstGLVideoMixerSizingPolicy::keep-aspect-ratio",
-  "GstGLVideoMixerSizingPolicy::none",
-  "GstGLViewConvert",
-  "GstGLViewConvert.caps_passthrough",
-  "GstGLViewConvert.context",
-  "GstGLViewConvert.downmix_mode",
-  "GstGLViewConvert.fbo",
-  "GstGLViewConvert.from_texture_target",
-  "GstGLViewConvert.in_info",
-  "GstGLViewConvert.initted",
-  "GstGLViewConvert.input_flags_override",
-  "GstGLViewConvert.input_mode_override",
-  "GstGLViewConvert.object",
-  "GstGLViewConvert.out_info",
-  "GstGLViewConvert.output_flags_override",
-  "GstGLViewConvert.output_mode_override",
-  "GstGLViewConvert.reconfigure",
-  "GstGLViewConvert.shader",
-  "GstGLViewConvert.to_texture_target",
-  "GstGLViewConvert:downmix-mode",
-  "GstGLViewConvert:input-flags-override",
-  "GstGLViewConvert:input-mode-override",
-  "GstGLViewConvert:output-flags-override",
-  "GstGLViewConvert:output-mode-override",
-  "GstGLViewConvertElement",
-  "GstGLViewConvertElement!sink",
-  "GstGLViewConvertElement!src",
-  "GstGLViewConvertElement:downmix-mode",
-  "GstGLViewConvertElement:input-flags-override",
-  "GstGLViewConvertElement:input-mode-override",
-  "GstGLViewConvertElement:output-flags-override",
-  "GstGLViewConvertElement:output-mode-override",
-  "GstGLWindow",
-  "GstGLWindow::key-event",
-  "GstGLWindow::mouse-event",
-  "GstGLWindow::scroll-event",
-  "GstGLWindow::window-handle-changed",
-  "GstGLWindowCB",
-  "GstGLWindowClass.close",
-  "GstGLWindowClass.controls_viewport",
-  "GstGLWindowClass.draw",
-  "GstGLWindowClass.get_display",
-  "GstGLWindowClass.get_window_handle",
-  "GstGLWindowClass.handle_events",
-  "GstGLWindowClass.has_output_surface",
-  "GstGLWindowClass.open",
-  "GstGLWindowClass.parent_class",
-  "GstGLWindowClass.queue_resize",
-  "GstGLWindowClass.quit",
-  "GstGLWindowClass.run",
-  "GstGLWindowClass.send_message",
-  "GstGLWindowClass.send_message_async",
-  "GstGLWindowClass.set_preferred_size",
-  "GstGLWindowClass.set_render_rectangle",
-  "GstGLWindowClass.set_window_handle",
-  "GstGLWindowClass.show",
-  "GstGLWindowClass::close",
-  "GstGLWindowClass::controls_viewport",
-  "GstGLWindowClass::draw",
-  "GstGLWindowClass::get_display",
-  "GstGLWindowClass::get_window_handle",
-  "GstGLWindowClass::handle_events",
-  "GstGLWindowClass::has_output_surface",
-  "GstGLWindowClass::open",
-  "GstGLWindowClass::queue_resize",
-  "GstGLWindowClass::quit",
-  "GstGLWindowClass::run",
-  "GstGLWindowClass::send_message",
-  "GstGLWindowClass::send_message_async",
-  "GstGLWindowClass::set_preferred_size",
-  "GstGLWindowClass::set_render_rectangle",
-  "GstGLWindowClass::set_window_handle",
-  "GstGLWindowClass::show",
-  "GstGLWindowError",
-  "GstGLWindowResizeCB",
-  "GstGSMDec",
-  "GstGSMDec!sink",
-  "GstGSMDec!src",
-  "GstGSMEnc",
-  "GstGSMEnc!sink",
-  "GstGSMEnc!src",
-  "GstGamma",
-  "GstGamma!sink",
-  "GstGamma!src",
-  "GstGamma:gamma",
-  "GstGapFlags",
-  "GstGaussianBlur",
-  "GstGaussianBlur!sink",
-  "GstGaussianBlur!src",
-  "GstGaussianBlur:sigma",
-  "GstGdkPixbufDec",
-  "GstGdkPixbufDec!sink",
-  "GstGdkPixbufDec!src",
-  "GstGdkPixbufOverlay",
-  "GstGdkPixbufOverlay!sink",
-  "GstGdkPixbufOverlay!src",
-  "GstGdkPixbufOverlay:alpha",
-  "GstGdkPixbufOverlay:coef-x",
-  "GstGdkPixbufOverlay:coef-y",
-  "GstGdkPixbufOverlay:location",
-  "GstGdkPixbufOverlay:offset-x",
-  "GstGdkPixbufOverlay:offset-y",
-  "GstGdkPixbufOverlay:overlay-height",
-  "GstGdkPixbufOverlay:overlay-width",
-  "GstGdkPixbufOverlay:pixbuf",
-  "GstGdkPixbufOverlay:positioning-mode",
-  "GstGdkPixbufOverlay:relative-x",
-  "GstGdkPixbufOverlay:relative-y",
-  "GstGdkPixbufPositioningMode",
-  "GstGdkPixbufPositioningMode::pixels-absolute",
-  "GstGdkPixbufPositioningMode::pixels-relative-to-edges",
-  "GstGdkPixbufSink",
-  "GstGdkPixbufSink!sink",
-  "GstGdkPixbufSink:last-pixbuf",
-  "GstGdkPixbufSink:post-messages",
-  "GstGeometricTransform",
-  "GstGeometricTransform:off-edge-pixels",
-  "GstGeometricTransformOffEdgesPixelsMethod",
-  "GstGeometricTransformOffEdgesPixelsMethod::clamp",
-  "GstGeometricTransformOffEdgesPixelsMethod::ignore",
-  "GstGeometricTransformOffEdgesPixelsMethod::wrap",
-  "GstGhostPad",
-  "GstGhostPad.pad",
-  "GstGhostPadClass.parent_class",
-  "GstGioBaseSink",
-  "GstGioBaseSink:close-on-stop",
-  "GstGioBaseSrc",
-  "GstGioSink",
-  "GstGioSink!sink",
-  "GstGioSink:file",
-  "GstGioSink:location",
-  "GstGioSrc",
-  "GstGioSrc!src",
-  "GstGioSrc:file",
-  "GstGioSrc:location",
-  "GstGioStreamSink",
-  "GstGioStreamSink!sink",
-  "GstGioStreamSink:stream",
-  "GstGioStreamSrc",
-  "GstGioStreamSrc!src",
-  "GstGioStreamSrc:stream",
-  "GstGmeDec",
-  "GstGmeDec!sink",
-  "GstGmeDec!src",
-  "GstGoom",
-  "GstGoom!sink",
-  "GstGoom!src",
-  "GstGoom2k1",
-  "GstGoom2k1!sink",
-  "GstGoom2k1!src",
-  "GstGrabcut",
-  "GstGrabcut!sink",
-  "GstGrabcut!src",
-  "GstGrabcut:scale",
-  "GstGrabcut:test-mode",
-  "GstGsSink!sink",
-  "GstGsSinkNext",
-  "GstGsSinkNext::Only one file, no next file",
-  "GstGsSinkNext::buffer",
-  "GstGsSrc!src",
-  "GstGtkBaseSink",
-  "GstGtkBaseSink:force-aspect-ratio",
-  "GstGtkBaseSink:ignore-alpha",
-  "GstGtkBaseSink:pixel-aspect-ratio",
-  "GstGtkBaseSink:video-aspect-ratio-override",
-  "GstGtkBaseSink:widget",
-  "GstGtkGLSink",
-  "GstGtkGLSink!sink",
-  "GstGtkSink",
-  "GstGtkSink!sink",
-  "GstGtkWaylandSink!sink",
-  "GstH263Parse",
-  "GstH263Parse!sink",
-  "GstH263Parse!src",
-  "GstH2642json!sink",
-  "GstH2642json!src",
-  "GstH264BitWriterResult",
-  "GstH264BufferingPeriod",
-  "GstH264ClockTimestamp",
-  "GstH264ContentLightLevel",
-  "GstH264DecRefPicMarking",
-  "GstH264Decoder",
-  "GstH264Decoder:compliance",
-  "GstH264DecoderClass.decode_slice",
-  "GstH264DecoderClass.end_picture",
-  "GstH264DecoderClass.new_picture",
-  "GstH264DecoderClass.new_sequence",
-  "GstH264DecoderClass.output_picture",
-  "GstH264DecoderClass.parent_class",
-  "GstH264DecoderClass.start_picture",
-  "GstH264DecoderClass::decode_slice",
-  "GstH264DecoderClass::end_picture",
-  "GstH264DecoderClass::get_preferred_output_delay",
-  "GstH264DecoderClass::new_field_picture",
-  "GstH264DecoderClass::new_picture",
-  "GstH264DecoderClass::new_sequence",
-  "GstH264DecoderClass::output_picture",
-  "GstH264DecoderClass::start_picture",
-  "GstH264DecoderCompliance",
-  "GstH264DecoderConfigRecord",
-  "GstH264Dpb",
-  "GstH264DpbBumpMode",
-  "GstH264FramePacking",
-  "GstH264FramePackingType",
-  "GstH264HRDParams",
-  "GstH264Level",
-  "GstH264MasteringDisplayColourVolume",
-  "GstH264NalParser",
-  "GstH264NalUnit",
-  "GstH264NalUnitExtensionMVC",
-  "GstH264NalUnitExtensionType",
-  "GstH264NalUnitType",
-  "GstH264PPS",
-  "GstH264Parse",
-  "GstH264Parse!sink",
-  "GstH264Parse!src",
-  "GstH264Parse:config-interval",
-  "GstH264Parse:update-timecode",
-  "GstH264ParserResult",
-  "GstH264PicTiming",
-  "GstH264Picture",
-  "GstH264Picture.bottom_field_order_cnt",
-  "GstH264Picture.dec_ref_pic_marking",
-  "GstH264Picture.delta_pic_order_cnt0",
-  "GstH264Picture.delta_pic_order_cnt1",
-  "GstH264Picture.delta_pic_order_cnt_bottom",
-  "GstH264Picture.field",
-  "GstH264Picture.frame_num",
-  "GstH264Picture.frame_num_offset",
-  "GstH264Picture.frame_num_wrap",
-  "GstH264Picture.idr",
-  "GstH264Picture.idr_pic_id",
-  "GstH264Picture.long_term",
-  "GstH264Picture.long_term_frame_idx",
-  "GstH264Picture.long_term_pic_num",
-  "GstH264Picture.mem_mgmt_5",
-  "GstH264Picture.nal_ref_idc",
-  "GstH264Picture.nonexisting",
-  "GstH264Picture.outputted",
-  "GstH264Picture.parent",
-  "GstH264Picture.pic_num",
-  "GstH264Picture.pic_order_cnt",
-  "GstH264Picture.pic_order_cnt_lsb",
-  "GstH264Picture.pic_order_cnt_msb",
-  "GstH264Picture.pic_order_cnt_type",
-  "GstH264Picture.pts",
-  "GstH264Picture.ref",
-  "GstH264Picture.system_frame_number",
-  "GstH264Picture.top_field_order_cnt",
-  "GstH264Picture.type",
-  "GstH264Picture.user_data",
-  "GstH264PictureField",
-  "GstH264PictureReference",
-  "GstH264PredWeightTable",
-  "GstH264Profile",
-  "GstH264RecoveryPoint",
-  "GstH264RefPicListModification",
-  "GstH264RefPicMarking",
-  "GstH264RegisteredUserData",
-  "GstH264SEIMessage",
-  "GstH264SEIPayloadType",
-  "GstH264SEIPicStructType",
-  "GstH264SEIUnhandledPayload",
-  "GstH264SPS",
-  "GstH264SPSExtMVC",
-  "GstH264SPSExtMVCLevelValue",
-  "GstH264SPSExtMVCLevelValueOp",
-  "GstH264SPSExtMVCView",
-  "GstH264Slice",
-  "GstH264Slice.header",
-  "GstH264Slice.nalu",
-  "GstH264SliceHdr",
-  "GstH264SliceType",
-  "GstH264StereoVideoInfo",
-  "GstH264Timestamper!sink",
-  "GstH264Timestamper!src",
-  "GstH264UserDataUnregistered",
-  "GstH264VUIParams",
-  "GstH2652json!sink",
-  "GstH2652json!src",
-  "GstH265BitWriterResult",
-  "GstH265BufferingPeriod",
-  "GstH265ContentLightLevel",
-  "GstH265Decoder",
-  "GstH265DecoderClass.decode_slice",
-  "GstH265DecoderClass.end_picture",
-  "GstH265DecoderClass.new_picture",
-  "GstH265DecoderClass.new_sequence",
-  "GstH265DecoderClass.output_picture",
-  "GstH265DecoderClass.parent_class",
-  "GstH265DecoderClass.start_picture",
-  "GstH265DecoderClass::decode_slice",
-  "GstH265DecoderClass::end_picture",
-  "GstH265DecoderClass::get_preferred_output_delay",
-  "GstH265DecoderClass::new_picture",
-  "GstH265DecoderClass::new_sequence",
-  "GstH265DecoderClass::output_picture",
-  "GstH265DecoderClass::start_picture",
-  "GstH265DecoderConfigRecord",
-  "GstH265DecoderConfigRecordNalUnitArray",
-  "GstH265Dpb",
-  "GstH265HRDParams",
-  "GstH265Level",
-  "GstH265MasteringDisplayColourVolume",
-  "GstH265NalUnit",
-  "GstH265NalUnitType",
-  "GstH265PPS",
-  "GstH265PPSExtensionParams",
-  "GstH265PPSSccExtensionParams",
-  "GstH265Parse",
-  "GstH265Parse!sink",
-  "GstH265Parse!src",
-  "GstH265Parse:config-interval",
-  "GstH265Parser",
-  "GstH265ParserResult",
-  "GstH265PicTiming",
-  "GstH265Picture",
-  "GstH265Picture.IntraPicFlag",
-  "GstH265Picture.NoOutputOfPriorPicsFlag",
-  "GstH265Picture.NoRaslOutputFlag",
-  "GstH265Picture.RapPicFlag",
-  "GstH265Picture.field",
-  "GstH265Picture.long_term",
-  "GstH265Picture.output_flag",
-  "GstH265Picture.outputted",
-  "GstH265Picture.parent",
-  "GstH265Picture.pic_latency_cnt",
-  "GstH265Picture.pic_order_cnt",
-  "GstH265Picture.pic_order_cnt_lsb",
-  "GstH265Picture.pic_order_cnt_msb",
-  "GstH265Picture.pts",
-  "GstH265Picture.ref",
-  "GstH265Picture.system_frame_number",
-  "GstH265Picture.type",
-  "GstH265Picture.user_data",
-  "GstH265PictureField",
-  "GstH265PredWeightTable",
-  "GstH265Profile",
-  "GstH265ProfileIDC",
-  "GstH265ProfileTierLevel",
-  "GstH265QuantMatrixSize",
-  "GstH265RecoveryPoint",
-  "GstH265RefPicListModification",
-  "GstH265RegisteredUserData",
-  "GstH265SEIMessage",
-  "GstH265SEIPayloadType",
-  "GstH265SEIPicStructType",
-  "GstH265SPS",
-  "GstH265SPSExtensionParams",
-  "GstH265SPSSccExtensionParams",
-  "GstH265ScalingList",
-  "GstH265ShortTermRefPicSet",
-  "GstH265Slice",
-  "GstH265Slice.header",
-  "GstH265Slice.nalu",
-  "GstH265SliceHdr",
-  "GstH265SliceType",
-  "GstH265SubLayerHRDParams",
-  "GstH265TimeCode",
-  "GstH265Timestamper!sink",
-  "GstH265Timestamper!src",
-  "GstH265UserDataUnregistered",
-  "GstH265VPS",
-  "GstH265VUIParams",
-  "GstHDV1394Src",
-  "GstHDV1394Src!src",
-  "GstHDV1394Src:channel",
-  "GstHDV1394Src:device-name",
-  "GstHDV1394Src:guid",
-  "GstHDV1394Src:port",
-  "GstHDV1394Src:use-avc",
-  "GstHLSDemux",
-  "GstHLSDemux!sink",
-  "GstHLSDemux!src_%u",
-  "GstHLSDemux2!audio_%02u",
-  "GstHLSDemux2!sink",
-  "GstHLSDemux2!subtitle_%02u",
-  "GstHLSDemux2!video_%02u",
-  "GstHanddetect",
-  "GstHanddetect!sink",
-  "GstHanddetect!src",
-  "GstHanddetect:ROI-HEIGHT",
-  "GstHanddetect:ROI-WIDTH",
-  "GstHanddetect:ROI-X",
-  "GstHanddetect:ROI-Y",
-  "GstHanddetect:display",
-  "GstHanddetect:profile-fist",
-  "GstHanddetect:profile-palm",
-  "GstHarness",
-  "GstHarness.element",
-  "GstHarness.sink_harness",
-  "GstHarness.sinkpad",
-  "GstHarness.src_harness",
-  "GstHarness.srcpad",
-  "GstHarnessPrepareBufferFunc",
-  "GstHarnessPrepareEventFunc",
-  "GstHarnessThread",
-  "GstHlsSink",
-  "GstHlsSink!sink",
-  "GstHlsSink2",
-  "GstHlsSink2!audio",
-  "GstHlsSink2!video",
-  "GstHlsSink2::delete-fragment",
-  "GstHlsSink2::get-fragment-stream",
-  "GstHlsSink2::get-playlist-stream",
-  "GstHlsSink2:location",
-  "GstHlsSink2:max-files",
-  "GstHlsSink2:playlist-length",
-  "GstHlsSink2:playlist-location",
-  "GstHlsSink2:playlist-root",
-  "GstHlsSink2:send-keyframe-requests",
-  "GstHlsSink2:target-duration",
-  "GstHlsSink:location",
-  "GstHlsSink:max-files",
-  "GstHlsSink:playlist-length",
-  "GstHlsSink:playlist-location",
-  "GstHlsSink:playlist-root",
-  "GstHlsSink:target-duration",
-  "GstICYDemux",
-  "GstICYDemux!sink",
-  "GstICYDemux!src",
-  "GstID3Demux",
-  "GstID3Demux!sink",
-  "GstID3Demux!src",
-  "GstID3Demux:prefer-v1",
-  "GstIDCTMethod",
-  "GstIDCTMethod::float",
-  "GstIDCTMethod::ifast",
-  "GstIDCTMethod::islow",
-  "GstIRTSPParse",
-  "GstIRTSPParse!sink",
-  "GstIRTSPParse!src",
-  "GstIRTSPParse:channel-id",
-  "GstISMLMux",
-  "GstISMLMux!audio_%u",
-  "GstISMLMux!src",
-  "GstISMLMux!video_%u",
-  "GstISMLMux:streamable",
-  "GstId3Mux",
-  "GstId3Mux!sink",
-  "GstId3Mux!src",
-  "GstId3Mux:v2-version",
-  "GstId3Mux:write-v1",
-  "GstId3Mux:write-v2",
-  "GstId3v2Mux",
-  "GstId3v2Mux!sink",
-  "GstId3v2Mux!src",
-  "GstIdentity",
-  "GstIdentity!sink",
-  "GstIdentity!src",
-  "GstIdentity::handoff",
-  "GstIdentity:check-imperfect-offset",
-  "GstIdentity:check-imperfect-timestamp",
-  "GstIdentity:datarate",
-  "GstIdentity:drop-allocation",
-  "GstIdentity:drop-buffer-flags",
-  "GstIdentity:drop-probability",
-  "GstIdentity:dump",
-  "GstIdentity:eos-after",
-  "GstIdentity:error-after",
-  "GstIdentity:last-message",
-  "GstIdentity:signal-handoffs",
-  "GstIdentity:silent",
-  "GstIdentity:single-segment",
-  "GstIdentity:sleep-time",
-  "GstIdentity:sync",
-  "GstIdentity:ts-offset",
-  "GstIirEqualizer",
-  "GstIirEqualizer10Bands",
-  "GstIirEqualizer10Bands!sink",
-  "GstIirEqualizer10Bands!src",
-  "GstIirEqualizer10Bands:band0",
-  "GstIirEqualizer10Bands:band1",
-  "GstIirEqualizer10Bands:band2",
-  "GstIirEqualizer10Bands:band3",
-  "GstIirEqualizer10Bands:band4",
-  "GstIirEqualizer10Bands:band5",
-  "GstIirEqualizer10Bands:band6",
-  "GstIirEqualizer10Bands:band7",
-  "GstIirEqualizer10Bands:band8",
-  "GstIirEqualizer10Bands:band9",
-  "GstIirEqualizer3Bands",
-  "GstIirEqualizer3Bands!sink",
-  "GstIirEqualizer3Bands!src",
-  "GstIirEqualizer3Bands:band0",
-  "GstIirEqualizer3Bands:band1",
-  "GstIirEqualizer3Bands:band2",
-  "GstIirEqualizerNBands",
-  "GstIirEqualizerNBands!sink",
-  "GstIirEqualizerNBands!src",
-  "GstIirEqualizerNBands:num-bands",
-  "GstImageFreeze",
-  "GstImageFreeze!sink",
-  "GstImageFreeze!src",
-  "GstImageFreeze:allow-replace",
-  "GstImageFreeze:is-live",
-  "GstImageFreeze:num-buffers",
-  "GstImageSequenceSrc",
-  "GstImageSequenceSrc!src",
-  "GstImageSequenceSrc:framerate",
-  "GstImageSequenceSrc:location",
-  "GstImageSequenceSrc:start-index",
-  "GstImageSequenceSrc:stop-index",
-  "GstInputSelector",
-  "GstInputSelector!sink_%u",
-  "GstInputSelector!src",
-  "GstInputSelector:active-pad",
-  "GstInputSelector:cache-buffers",
-  "GstInputSelector:n-pads",
-  "GstInputSelector:sync-mode",
-  "GstInputSelector:sync-streams",
-  "GstInputSelectorSyncMode",
-  "GstInputSelectorSyncMode::active-segment",
-  "GstInputSelectorSyncMode::clock",
-  "GstInsertBin",
-  "GstInsertBin!sink",
-  "GstInsertBin!src",
-  "GstInsertBin.parent",
-  "GstInsertBin::append",
-  "GstInsertBin::insert-after",
-  "GstInsertBin::insert-before",
-  "GstInsertBin::prepend",
-  "GstInsertBin::remove",
-  "GstInsertBinCallback",
-  "GstInsertBinClass.parent_class",
-  "GstInstallPluginsContext",
-  "GstInstallPluginsResultFunc",
-  "GstInstallPluginsReturn",
-  "GstInt64Range",
-  "GstIntRange",
-  "GstInterAudioSink",
-  "GstInterAudioSink!sink",
-  "GstInterAudioSink:channel",
-  "GstInterAudioSrc",
-  "GstInterAudioSrc!src",
-  "GstInterAudioSrc:buffer-time",
-  "GstInterAudioSrc:channel",
-  "GstInterAudioSrc:latency-time",
-  "GstInterAudioSrc:period-time",
-  "GstInterSubSink",
-  "GstInterSubSink!sink",
-  "GstInterSubSink:channel",
-  "GstInterSubSrc",
-  "GstInterSubSrc!src",
-  "GstInterSubSrc:channel",
-  "GstInterVideoSink",
-  "GstInterVideoSink!sink",
-  "GstInterVideoSink:channel",
-  "GstInterVideoSrc",
-  "GstInterVideoSrc!src",
-  "GstInterVideoSrc:channel",
-  "GstInterVideoSrc:timeout",
-  "GstInterlace",
-  "GstInterlace!sink",
-  "GstInterlace!src",
-  "GstInterlace:allow-rff",
-  "GstInterlace:field-pattern",
-  "GstInterlace:pattern-offset",
-  "GstInterlace:top-field-first",
-  "GstInterlacePattern",
-  "GstInterlacePattern::1:1",
-  "GstInterlacePattern::1:2-4",
-  "GstInterlacePattern::2-11:3",
-  "GstInterlacePattern::2:2",
-  "GstInterlacePattern::2:3",
-  "GstInterlacePattern::2:3:3:2",
-  "GstInterlacePattern::3-7:4",
-  "GstInterlacePattern::3:2-4",
-  "GstInterlacePattern::3:3",
-  "GstInterlacePattern::3:3:4",
-  "GstInterlacePattern::3:4-3",
-  "GstInterleave",
-  "GstInterleave!sink_%u",
-  "GstInterleave!src",
-  "GstInterleave:channel-positions",
-  "GstInterleave:channel-positions-from-input",
-  "GstInterpolationControlSource",
-  "GstInterpolationControlSource.parent",
-  "GstInterpolationControlSource:mode",
-  "GstInterpolationControlSourceClass.parent_class",
-  "GstInterpolationMode",
-  "GstIpcPipelineSink",
-  "GstIpcPipelineSink!sink",
-  "GstIpcPipelineSink::disconnect",
-  "GstIpcPipelineSink:ack-time",
-  "GstIpcPipelineSink:fdin",
-  "GstIpcPipelineSink:fdout",
-  "GstIpcPipelineSink:read-chunk-size",
-  "GstIpcPipelineSrc",
-  "GstIpcPipelineSrc!src",
-  "GstIpcPipelineSrc::disconnect",
-  "GstIpcPipelineSrc::forward-message",
-  "GstIpcPipelineSrc:ack-time",
-  "GstIpcPipelineSrc:fdin",
-  "GstIpcPipelineSrc:fdout",
-  "GstIpcPipelineSrc:read-chunk-size",
-  "GstIpcSlavePipeline",
-  "GstIqa",
-  "GstIqa!sink_%u",
-  "GstIqa!src",
-  "GstIqa:do-dssim",
-  "GstIqa:dssim-error-threshold",
-  "GstIqaMode",
-  "GstIqaMode::strict",
-  "GstIterator",
-  "GstIterator.cookie",
-  "GstIterator.copy",
-  "GstIterator.free",
-  "GstIterator.item",
-  "GstIterator.lock",
-  "GstIterator.master_cookie",
-  "GstIterator.next",
-  "GstIterator.pushed",
-  "GstIterator.resync",
-  "GstIterator.size",
-  "GstIterator.type",
-  "GstIteratorCopyFunction",
-  "GstIteratorFoldFunction",
-  "GstIteratorForeachFunction",
-  "GstIteratorFreeFunction",
-  "GstIteratorItem",
-  "GstIteratorItemFunction",
-  "GstIteratorNextFunction",
-  "GstIteratorResult",
-  "GstIteratorResyncFunction",
-  "GstIvfParse",
-  "GstIvfParse!sink",
-  "GstIvfParse!src",
-  "GstIvtc",
-  "GstIvtc!sink",
-  "GstIvtc!src",
-  "GstJP2kDecimator",
-  "GstJP2kDecimator!sink",
-  "GstJP2kDecimator!src",
-  "GstJP2kDecimator:max-decomposition-levels",
-  "GstJP2kDecimator:max-layers",
-  "GstJPEG2000Colorspace",
-  "GstJPEG2000Parse",
-  "GstJPEG2000Parse!sink",
-  "GstJPEG2000Parse!src",
-  "GstJPEG2000Sampling",
-  "GstJackAudioSink",
-  "GstJackAudioSink!sink",
-  "GstJackAudioSink:client",
-  "GstJackAudioSink:client-name",
-  "GstJackAudioSink:connect",
-  "GstJackAudioSink:port-pattern",
-  "GstJackAudioSink:server",
-  "GstJackAudioSink:transport",
-  "GstJackAudioSrc",
-  "GstJackAudioSrc!src",
-  "GstJackAudioSrc:client",
-  "GstJackAudioSrc:client-name",
-  "GstJackAudioSrc:connect",
-  "GstJackAudioSrc:port-pattern",
-  "GstJackAudioSrc:server",
-  "GstJackAudioSrc:transport",
-  "GstJackConnect",
-  "GstJackConnect::auto",
-  "GstJackConnect::auto-forced",
-  "GstJackConnect::explicit",
-  "GstJackConnect::none",
-  "GstJackTransport",
-  "GstJackTransport::master",
-  "GstJackTransport::slave",
-  "GstJifMux",
-  "GstJifMux!sink",
-  "GstJifMux!src",
-  "GstJpegDec",
-  "GstJpegDec!sink",
-  "GstJpegDec!src",
-  "GstJpegDec:idct-method",
-  "GstJpegDec:max-errors",
-  "GstJpegDecoder",
-  "GstJpegEnc",
-  "GstJpegEnc!sink",
-  "GstJpegEnc!src",
-  "GstJpegEnc:idct-method",
-  "GstJpegEnc:quality",
-  "GstJpegEnc:snapshot",
-  "GstJpegEntropyCodingMode",
-  "GstJpegFrameComponent",
-  "GstJpegFrameHdr",
-  "GstJpegHuffmanTable",
-  "GstJpegHuffmanTables",
-  "GstJpegMarker",
-  "GstJpegParse",
-  "GstJpegParse!sink",
-  "GstJpegParse!src",
-  "GstJpegProfile",
-  "GstJpegQuantTable",
-  "GstJpegQuantTables",
-  "GstJpegScanComponent",
-  "GstJpegScanHdr",
-  "GstJpegSegment",
-  "GstKMSSink",
-  "GstKMSSink!sink",
-  "GstKMSSink:bus-id",
-  "GstKMSSink:can-scale",
-  "GstKMSSink:connector-id",
-  "GstKMSSink:connector-properties",
-  "GstKMSSink:display-height",
-  "GstKMSSink:display-width",
-  "GstKMSSink:driver-name",
-  "GstKMSSink:force-modesetting",
-  "GstKMSSink:plane-id",
-  "GstKMSSink:plane-properties",
-  "GstKMSSink:render-rectangle",
-  "GstKMSSink:restore-crtc",
-  "GstKaleidoscope",
-  "GstKaleidoscope!sink",
-  "GstKaleidoscope!src",
-  "GstKaleidoscope:angle",
-  "GstKaleidoscope:angle2",
-  "GstKaleidoscope:sides",
-  "GstKateDec",
-  "GstKateDec!sink",
-  "GstKateDec!src",
-  "GstKateDec:category",
-  "GstKateDec:language",
-  "GstKateDec:original-canvas-height",
-  "GstKateDec:original-canvas-width",
-  "GstKateDec:remove-markup",
-  "GstKateEnc",
-  "GstKateEnc!sink",
-  "GstKateEnc!src",
-  "GstKateEnc:category",
-  "GstKateEnc:default-spu-duration",
-  "GstKateEnc:granule-rate-denominator",
-  "GstKateEnc:granule-rate-numerator",
-  "GstKateEnc:granule-shift",
-  "GstKateEnc:keepalive-min-time",
-  "GstKateEnc:language",
-  "GstKateEnc:original-canvas-height",
-  "GstKateEnc:original-canvas-width",
-  "GstKateParse",
-  "GstKateParse!sink",
-  "GstKateParse!src",
-  "GstKateTag",
-  "GstKateTag!sink",
-  "GstKateTag!src",
-  "GstKateTag:category",
-  "GstKateTag:language",
-  "GstKateTag:original-canvas-height",
-  "GstKateTag:original-canvas-width",
-  "GstKsVideoSrc",
-  "GstKsVideoSrc!src",
-  "GstKsVideoSrc:device-index",
-  "GstKsVideoSrc:device-name",
-  "GstKsVideoSrc:device-path",
-  "GstKsVideoSrc:do-stats",
-  "GstKsVideoSrc:enable-quirks",
-  "GstKsVideoSrc:fps",
-  "GstLADSPAFilter",
-  "GstLADSPASource",
-  "GstLFOControlSource",
-  "GstLFOControlSource.parent",
-  "GstLFOControlSource:amplitude",
-  "GstLFOControlSource:frequency",
-  "GstLFOControlSource:offset",
-  "GstLFOControlSource:timeshift",
-  "GstLFOControlSource:waveform",
-  "GstLFOControlSourceClass.parent_class",
-  "GstLFOWaveform",
-  "GstLameMP3Enc",
-  "GstLameMP3Enc!sink",
-  "GstLameMP3Enc!src",
-  "GstLameMP3Enc:bitrate",
-  "GstLameMP3Enc:cbr",
-  "GstLameMP3Enc:encoding-engine-quality",
-  "GstLameMP3Enc:mono",
-  "GstLameMP3Enc:quality",
-  "GstLameMP3Enc:target",
-  "GstLameMP3EncEncodingEngineQuality",
-  "GstLameMP3EncEncodingEngineQuality::fast",
-  "GstLameMP3EncEncodingEngineQuality::high",
-  "GstLameMP3EncEncodingEngineQuality::standard",
-  "GstLameMP3EncTarget",
-  "GstLameMP3EncTarget::bitrate",
-  "GstLameMP3EncTarget::quality",
-  "GstLc3Dec!sink",
-  "GstLc3Dec!src",
-  "GstLc3Enc!sink",
-  "GstLc3Enc!src",
-  "GstLcms",
-  "GstLcms!sink",
-  "GstLcms!src",
-  "GstLcms:dest-profile",
-  "GstLcms:embedded-profile",
-  "GstLcms:input-profile",
-  "GstLcms:intent",
-  "GstLcms:lookup",
-  "GstLcms:preserve-black",
-  "GstLcmsIntent",
-  "GstLcmsIntent::absolute",
-  "GstLcmsIntent::perceptual",
-  "GstLcmsIntent::relative",
-  "GstLcmsIntent::saturation",
-  "GstLcmsLookupMethod",
-  "GstLcmsLookupMethod::cached",
-  "GstLcmsLookupMethod::precalculated",
-  "GstLcmsLookupMethod::uncached",
-  "GstLevel",
-  "GstLevel!sink",
-  "GstLevel!src",
-  "GstLevel:interval",
-  "GstLevel:message",
-  "GstLevel:peak-falloff",
-  "GstLevel:peak-ttl",
-  "GstLevel:post-messages",
-  "GstLibAVDeinterlaceModes",
-  "GstLibAVDeinterlaceModes::auto",
-  "GstLibAVDeinterlaceModes::disabled",
-  "GstLibAVDeinterlaceModes::interlaced",
-  "GstLibAVEncPass",
-  "GstLibAVEncPass::cbr",
-  "GstLibAVEncPass::pass1",
-  "GstLibAVEncPass::pass2",
-  "GstLibAVEncPass::quant",
-  "GstLibAVVidDecLowres",
-  "GstLibAVVidDecLowres::1/2-size",
-  "GstLibAVVidDecLowres::1/4-size",
-  "GstLibAVVidDecLowres::full",
-  "GstLibAVVidDecSkipFrame",
-  "GstLibAVVidDecSkipFrame::Skip B-frames",
-  "GstLibAVVidDecSkipFrame::Skip IDCT/Dequantization",
-  "GstLibAVVidDecSkipFrame::Skip everything",
-  "GstLibAVVidDecSkipFrame::Skip nothing",
-  "GstLibAVVidDecThreadType",
-  "GstLibAVVidDecThreadType::auto",
-  "GstLibAVVidDecThreadType::frame",
-  "GstLibAVVidDecThreadType::slice",
-  "GstLibde265Dec",
-  "GstLibde265Dec!sink",
-  "GstLibde265Dec!src",
-  "GstLibde265Dec:max-threads",
-  "GstLibraryError",
-  "GstLine21Decoder",
-  "GstLine21Decoder!sink",
-  "GstLine21Decoder!src",
-  "GstLine21DecoderMode",
-  "GstLine21DecoderMode::add",
-  "GstLine21DecoderMode::drop",
-  "GstLine21DecoderMode::replace",
-  "GstLine21Encoder",
-  "GstLine21Encoder!sink",
-  "GstLine21Encoder!src",
-  "GstLiveAdder",
-  "GstLiveAdder!sink_%u",
-  "GstLiveAdder!src",
-  "GstLiveAdder:latency",
-  "GstLockFlags",
-  "GstLogFunction",
-  "GstMFAacDec!sink",
-  "GstMFAacDec!src",
-  "GstMFAacEnc",
-  "GstMFAacEnc!sink",
-  "GstMFAacEnc!src",
-  "GstMFAacEnc:bitrate",
-  "GstMFAudioDecoder",
-  "GstMFAudioEncoder",
-  "GstMFH264Enc",
-  "GstMFH264Enc!sink",
-  "GstMFH264Enc!src",
-  "GstMFH264Enc:bframes",
-  "GstMFH264Enc:bitrate",
-  "GstMFH264Enc:cabac",
-  "GstMFH264Enc:gop-size",
-  "GstMFH264Enc:low-latency",
-  "GstMFH264Enc:max-bitrate",
-  "GstMFH264Enc:qp",
-  "GstMFH264Enc:qp-b",
-  "GstMFH264Enc:qp-i",
-  "GstMFH264Enc:qp-p",
-  "GstMFH264Enc:quality-vs-speed",
-  "GstMFH264Enc:rc-mode",
-  "GstMFH264Enc:ref",
-  "GstMFH264Enc:vbv-buffer-size",
-  "GstMFH264EncAdaptiveMode",
-  "GstMFH264EncAdaptiveMode::framerate",
-  "GstMFH264EncAdaptiveMode::none",
-  "GstMFH264EncRCMode",
-  "GstMFH264EncRCMode::cbr",
-  "GstMFH264EncRCMode::pcvbr",
-  "GstMFH264EncRCMode::qvbr",
-  "GstMFH264EncRCMode::uvbr",
-  "GstMFH265Enc",
-  "GstMFH265Enc!sink",
-  "GstMFH265Enc!src",
-  "GstMFH265Enc:bframes",
-  "GstMFH265Enc:bitrate",
-  "GstMFH265Enc:gop-size",
-  "GstMFH265Enc:low-latency",
-  "GstMFH265Enc:max-bitrate",
-  "GstMFH265Enc:qp",
-  "GstMFH265Enc:qp-b",
-  "GstMFH265Enc:qp-i",
-  "GstMFH265Enc:qp-p",
-  "GstMFH265Enc:quality-vs-speed",
-  "GstMFH265Enc:rc-mode",
-  "GstMFH265Enc:vbv-buffer-size",
-  "GstMFH265EncRCMode",
-  "GstMFH265EncRCMode::cbr",
-  "GstMFH265EncRCMode::qvbr",
-  "GstMFMp3Dec!sink",
-  "GstMFMp3Dec!src",
-  "GstMFMp3Enc",
-  "GstMFMp3Enc!sink",
-  "GstMFMp3Enc!src",
-  "GstMFMp3Enc:bitrate",
-  "GstMFVP9Enc",
-  "GstMFVP9Enc!sink",
-  "GstMFVP9Enc!src",
-  "GstMFVP9Enc:bitrate",
-  "GstMFVP9Enc:gop-size",
-  "GstMFVP9Enc:low-latency",
-  "GstMFVP9Enc:max-bitrate",
-  "GstMFVP9Enc:rc-mode",
-  "GstMFVP9EncRCMode",
-  "GstMFVP9EncRCMode::cbr",
-  "GstMFVP9EncRCMode::qvbr",
-  "GstMFVideoEncoder",
-  "GstMFVideoSrc",
-  "GstMFVideoSrc!src",
-  "GstMFVideoSrc:device-index",
-  "GstMFVideoSrc:device-name",
-  "GstMFVideoSrc:device-path",
-  "GstMIKEYCacheType",
-  "GstMIKEYDecryptInfo",
-  "GstMIKEYEncAlg",
-  "GstMIKEYEncryptInfo",
-  "GstMIKEYKVType",
-  "GstMIKEYKeyDataType",
-  "GstMIKEYMacAlg",
-  "GstMIKEYMapSRTP",
-  "GstMIKEYMapSRTP.policy",
-  "GstMIKEYMapSRTP.roc",
-  "GstMIKEYMapSRTP.ssrc",
-  "GstMIKEYMapType",
-  "GstMIKEYMessage",
-  "GstMIKEYMessage.CSB_id",
-  "GstMIKEYMessage.V",
-  "GstMIKEYMessage.map_info",
-  "GstMIKEYMessage.map_type",
-  "GstMIKEYMessage.payloads",
-  "GstMIKEYMessage.prf_func",
-  "GstMIKEYMessage.type",
-  "GstMIKEYMessage.version",
-  "GstMIKEYPRFFunc",
-  "GstMIKEYPayload",
-  "GstMIKEYPayload.len",
-  "GstMIKEYPayload.type",
-  "GstMIKEYPayloadKEMAC",
-  "GstMIKEYPayloadKEMAC.enc_alg",
-  "GstMIKEYPayloadKEMAC.mac_alg",
-  "GstMIKEYPayloadKEMAC.pt",
-  "GstMIKEYPayloadKEMAC.subpayloads",
-  "GstMIKEYPayloadKeyData",
-  "GstMIKEYPayloadKeyData.key_data",
-  "GstMIKEYPayloadKeyData.key_len",
-  "GstMIKEYPayloadKeyData.key_type",
-  "GstMIKEYPayloadKeyData.kv_data",
-  "GstMIKEYPayloadKeyData.kv_len",
-  "GstMIKEYPayloadKeyData.kv_type",
-  "GstMIKEYPayloadKeyData.pt",
-  "GstMIKEYPayloadKeyData.salt_data",
-  "GstMIKEYPayloadKeyData.salt_len",
-  "GstMIKEYPayloadPKE",
-  "GstMIKEYPayloadPKE.C",
-  "GstMIKEYPayloadPKE.data",
-  "GstMIKEYPayloadPKE.data_len",
-  "GstMIKEYPayloadPKE.pt",
-  "GstMIKEYPayloadRAND",
-  "GstMIKEYPayloadRAND.len",
-  "GstMIKEYPayloadRAND.pt",
-  "GstMIKEYPayloadRAND.rand",
-  "GstMIKEYPayloadSP",
-  "GstMIKEYPayloadSP.params",
-  "GstMIKEYPayloadSP.policy",
-  "GstMIKEYPayloadSP.proto",
-  "GstMIKEYPayloadSP.pt",
-  "GstMIKEYPayloadSPParam",
-  "GstMIKEYPayloadSPParam.len",
-  "GstMIKEYPayloadSPParam.type",
-  "GstMIKEYPayloadSPParam.val",
-  "GstMIKEYPayloadT",
-  "GstMIKEYPayloadT.pt",
-  "GstMIKEYPayloadT.ts_value",
-  "GstMIKEYPayloadT.type",
-  "GstMIKEYPayloadType",
-  "GstMIKEYSecProto",
-  "GstMIKEYSecSRTP",
-  "GstMIKEYTSType",
-  "GstMIKEYType",
-  "GstMJ2Mux",
-  "GstMJ2Mux!audio_%u",
-  "GstMJ2Mux!src",
-  "GstMJ2Mux!video_%u",
-  "GstMJ2Mux:streamable",
-  "GstMMS",
-  "GstMMS!src",
-  "GstMMS:connection-speed",
-  "GstMMS:location",
-  "GstMP4Mux",
-  "GstMP4Mux!audio_%u",
-  "GstMP4Mux!src",
-  "GstMP4Mux!subtitle_%u",
-  "GstMP4Mux!video_%u",
-  "GstMP4Mux:streamable",
-  "GstMXFDemux",
-  "GstMXFDemux!sink",
-  "GstMXFDemux!track_%u",
-  "GstMXFDemux:max-drift",
-  "GstMXFDemux:package",
-  "GstMXFDemux:structure",
-  "GstMXFMux",
-  "GstMXFMux!alaw_audio_sink_%u",
-  "GstMXFMux!bwf_audio_sink_%u",
-  "GstMXFMux!dv_dif_video_sink_%u",
-  "GstMXFMux!jpeg2000_video_sink_%u",
-  "GstMXFMux!mpeg_audio_sink_%u",
-  "GstMXFMux!mpeg_video_sink_%u",
-  "GstMXFMux!src",
-  "GstMXFMux!up_video_sink_%u",
-  "GstMXFMux!vanc_sink_%u",
-  "GstMXFMux!vc3_video_sink_%u",
-  "GstMXFMuxPad",
-  "GstMapFlags",
-  "GstMapInfo",
-  "GstMapInfo.data",
-  "GstMapInfo.flags",
-  "GstMapInfo.maxsize",
-  "GstMapInfo.memory",
-  "GstMapInfo.size",
-  "GstMapInfo.user_data",
-  "GstMarble",
-  "GstMarble!sink",
-  "GstMarble!src",
-  "GstMarble:amount",
-  "GstMarble:turbulence",
-  "GstMarble:x-scale",
-  "GstMarble:y-scale",
-  "GstMatroskaDemux",
-  "GstMatroskaDemux!audio_%u",
-  "GstMatroskaDemux!sink",
-  "GstMatroskaDemux!subtitle_%u",
-  "GstMatroskaDemux!video_%u",
-  "GstMatroskaDemux:max-backtrack-distance",
-  "GstMatroskaDemux:max-gap-time",
-  "GstMatroskaMux",
-  "GstMatroskaMux!audio_%u",
-  "GstMatroskaMux!src",
-  "GstMatroskaMux!subtitle_%u",
-  "GstMatroskaMux!video_%u",
-  "GstMatroskaMux:creation-time",
-  "GstMatroskaMux:max-cluster-duration",
-  "GstMatroskaMux:min-cluster-duration",
-  "GstMatroskaMux:min-index-interval",
-  "GstMatroskaMux:offset-to-zero",
-  "GstMatroskaMux:streamable",
-  "GstMatroskaMux:timecodescale",
-  "GstMatroskaMux:version",
-  "GstMatroskaMux:writing-app",
-  "GstMatroskaParse",
-  "GstMatroskaParse!sink",
-  "GstMatroskaParse!src",
-  "GstMediaSource",
-  "GstMediaSource::on-source-close",
-  "GstMediaSource::on-source-ended",
-  "GstMediaSource::on-source-open",
-  "GstMediaSource:active-source-buffers",
-  "GstMediaSource:duration",
-  "GstMediaSource:position",
-  "GstMediaSource:ready-state",
-  "GstMediaSource:source-buffers",
-  "GstMediaSourceClass.parent_class",
-  "GstMediaSourceEOSError",
-  "GstMediaSourceError",
-  "GstMediaSourceRange",
-  "GstMediaSourceRange.end",
-  "GstMediaSourceRange.start",
-  "GstMediaSourceReadyState",
-  "GstMemory",
-  "GstMemory.align",
-  "GstMemory.allocator",
-  "GstMemory.maxsize",
-  "GstMemory.mini_object",
-  "GstMemory.offset",
-  "GstMemory.parent",
-  "GstMemory.size",
-  "GstMemoryCopyFunction",
-  "GstMemoryFlags",
-  "GstMemoryIsSpanFunction",
-  "GstMemoryMapFullFunction",
-  "GstMemoryMapFunction",
-  "GstMemoryMapInfo",
-  "GstMemoryShareFunction",
-  "GstMemoryUnmapFullFunction",
-  "GstMemoryUnmapFunction",
-  "GstMessage",
-  "GstMessage.mini_object",
-  "GstMessage.seqnum",
-  "GstMessage.src",
-  "GstMessage.timestamp",
-  "GstMessage.type",
-  "GstMessageType",
-  "GstMeta",
-  "GstMeta.flags",
-  "GstMeta.info",
-  "GstMetaClearFunction",
-  "GstMetaDeserializeFunction",
-  "GstMetaFlags",
-  "GstMetaFreeFunction",
-  "GstMetaInfo",
-  "GstMetaInfo.api",
-  "GstMetaInfo.clear_func",
-  "GstMetaInfo.deserialize_func",
-  "GstMetaInfo.free_func",
-  "GstMetaInfo.init_func",
-  "GstMetaInfo.serialize_func",
-  "GstMetaInfo.size",
-  "GstMetaInfo.transform_func",
-  "GstMetaInfo.type",
-  "GstMetaInitFunction",
-  "GstMetaSerializeFunction",
-  "GstMetaTransformCopy",
-  "GstMetaTransformCopy.offset",
-  "GstMetaTransformCopy.region",
-  "GstMetaTransformCopy.size",
-  "GstMetaTransformFunction",
-  "GstMidiParse",
-  "GstMidiParse!sink",
-  "GstMidiParse!src",
-  "GstMiniObject",
-  "GstMiniObject.copy",
-  "GstMiniObject.dispose",
-  "GstMiniObject.flags",
-  "GstMiniObject.free",
-  "GstMiniObject.lockstate",
-  "GstMiniObject.refcount",
-  "GstMiniObject.type",
-  "GstMiniObjectCopyFunction",
-  "GstMiniObjectDisposeFunction",
-  "GstMiniObjectFlags",
-  "GstMiniObjectFreeFunction",
-  "GstMiniObjectNotify",
-  "GstMirror",
-  "GstMirror!sink",
-  "GstMirror!src",
-  "GstMirror:mode",
-  "GstMirrorMode",
-  "GstMirrorMode::bottom",
-  "GstMirrorMode::left",
-  "GstMirrorMode::right",
-  "GstMirrorMode::top",
-  "GstModPlug",
-  "GstModPlug!sink",
-  "GstModPlug!src",
-  "GstModPlug:megabass",
-  "GstModPlug:megabass-amount",
-  "GstModPlug:megabass-range",
-  "GstModPlug:noise-reduction",
-  "GstModPlug:oversamp",
-  "GstModPlug:reverb",
-  "GstModPlug:reverb-delay",
-  "GstModPlug:reverb-depth",
-  "GstModPlug:songname",
-  "GstModPlug:surround",
-  "GstModPlug:surround-delay",
-  "GstModPlug:surround-depth",
-  "GstMonoscope",
-  "GstMonoscope!sink",
-  "GstMonoscope!src",
-  "GstMotioncells",
-  "GstMotioncells!sink",
-  "GstMotioncells!src",
-  "GstMotioncells:calculatemotion",
-  "GstMotioncells:cellscolor",
-  "GstMotioncells:datafile",
-  "GstMotioncells:datafileextension",
-  "GstMotioncells:display",
-  "GstMotioncells:gap",
-  "GstMotioncells:gridx",
-  "GstMotioncells:gridy",
-  "GstMotioncells:minimummotionframes",
-  "GstMotioncells:motioncellsidx",
-  "GstMotioncells:motioncellthickness",
-  "GstMotioncells:motionmaskcellspos",
-  "GstMotioncells:motionmaskcoords",
-  "GstMotioncells:postallmotion",
-  "GstMotioncells:postnomotion",
-  "GstMotioncells:sensitivity",
-  "GstMotioncells:threshold",
-  "GstMotioncells:usealpha",
-  "GstMpeg2Decoder",
-  "GstMpeg2DecoderClass.parent_class",
-  "GstMpeg2DecoderClass::decode_slice",
-  "GstMpeg2DecoderClass::end_picture",
-  "GstMpeg2DecoderClass::get_preferred_output_delay",
-  "GstMpeg2DecoderClass::new_field_picture",
-  "GstMpeg2DecoderClass::new_picture",
-  "GstMpeg2DecoderClass::new_sequence",
-  "GstMpeg2DecoderClass::output_picture",
-  "GstMpeg2DecoderClass::start_picture",
-  "GstMpeg2Dpb",
-  "GstMpeg2Picture",
-  "GstMpeg2Slice",
-  "GstMpeg2dec",
-  "GstMpeg2dec!sink",
-  "GstMpeg2dec!src",
-  "GstMpeg2enc",
-  "GstMpeg2enc!sink",
-  "GstMpeg2enc!src",
-  "GstMpeg2enc:altscan-mpeg2",
-  "GstMpeg2enc:aspect",
-  "GstMpeg2enc:b-per-refframe",
-  "GstMpeg2enc:bitrate",
-  "GstMpeg2enc:bufsize",
-  "GstMpeg2enc:closed-gop",
-  "GstMpeg2enc:constraints",
-  "GstMpeg2enc:correct-svcd-hds",
-  "GstMpeg2enc:dualprime",
-  "GstMpeg2enc:dummy-svcd-sof",
-  "GstMpeg2enc:force-b-b-p",
-  "GstMpeg2enc:format",
-  "GstMpeg2enc:framerate",
-  "GstMpeg2enc:interlace-mode",
-  "GstMpeg2enc:intra-dc-prec",
-  "GstMpeg2enc:keep-hf",
-  "GstMpeg2enc:max-gop-size",
-  "GstMpeg2enc:min-gop-size",
-  "GstMpeg2enc:motion-search-radius",
-  "GstMpeg2enc:non-video-bitrate",
-  "GstMpeg2enc:norm",
-  "GstMpeg2enc:playback-field-order",
-  "GstMpeg2enc:pulldown-3-2",
-  "GstMpeg2enc:quant-matrix",
-  "GstMpeg2enc:quant-reduction-max-var",
-  "GstMpeg2enc:quantisation",
-  "GstMpeg2enc:quantisation-reduction",
-  "GstMpeg2enc:reduce-hf",
-  "GstMpeg2enc:reduction-2x2",
-  "GstMpeg2enc:reduction-4x4",
-  "GstMpeg2enc:sequence-header-every-gop",
-  "GstMpeg2enc:sequence-length",
-  "GstMpeg2enc:unit-coeff-elim",
-  "GstMpeg2enc:vcd-still-size",
-  "GstMpeg2encAspect",
-  "GstMpeg2encAspect::0",
-  "GstMpeg2encAspect::1",
-  "GstMpeg2encAspect::2",
-  "GstMpeg2encAspect::3",
-  "GstMpeg2encAspect::4",
-  "GstMpeg2encFormat",
-  "GstMpeg2encFormat::0",
-  "GstMpeg2encFormat::1",
-  "GstMpeg2encFormat::10",
-  "GstMpeg2encFormat::11",
-  "GstMpeg2encFormat::12",
-  "GstMpeg2encFormat::13",
-  "GstMpeg2encFormat::2",
-  "GstMpeg2encFormat::3",
-  "GstMpeg2encFormat::4",
-  "GstMpeg2encFormat::5",
-  "GstMpeg2encFormat::6",
-  "GstMpeg2encFormat::7",
-  "GstMpeg2encFormat::8",
-  "GstMpeg2encFormat::9",
-  "GstMpeg2encFramerate",
-  "GstMpeg2encFramerate::0",
-  "GstMpeg2encFramerate::1",
-  "GstMpeg2encFramerate::2",
-  "GstMpeg2encFramerate::3",
-  "GstMpeg2encFramerate::4",
-  "GstMpeg2encFramerate::5",
-  "GstMpeg2encFramerate::6",
-  "GstMpeg2encFramerate::7",
-  "GstMpeg2encFramerate::8",
-  "GstMpeg2encInterlaceMode",
-  "GstMpeg2encInterlaceMode::-1",
-  "GstMpeg2encInterlaceMode::0",
-  "GstMpeg2encInterlaceMode::1",
-  "GstMpeg2encInterlaceMode::2",
-  "GstMpeg2encPlaybackFieldOrders",
-  "GstMpeg2encPlaybackFieldOrders::0",
-  "GstMpeg2encPlaybackFieldOrders::1",
-  "GstMpeg2encPlaybackFieldOrders::2",
-  "GstMpeg2encQuantisationMatrix",
-  "GstMpeg2encQuantisationMatrix::1",
-  "GstMpeg2encQuantisationMatrix::2",
-  "GstMpeg2encQuantisationMatrix::3",
-  "GstMpeg2encQuantisationMatrix::9",
-  "GstMpeg2encVideoNorm",
-  "GstMpeg2encVideoNorm::0",
-  "GstMpeg2encVideoNorm::n",
-  "GstMpeg2encVideoNorm::p",
-  "GstMpeg2encVideoNorm::s",
-  "GstMpeg4AspectRatioInfo",
-  "GstMpeg4ChromaFormat",
-  "GstMpeg4GroupOfVOP",
-  "GstMpeg4Level",
-  "GstMpeg4Packet",
-  "GstMpeg4ParseResult",
-  "GstMpeg4Profile",
-  "GstMpeg4SpriteEnable",
-  "GstMpeg4SpriteTrajectory",
-  "GstMpeg4StartCode",
-  "GstMpeg4VParse",
-  "GstMpeg4VParse!sink",
-  "GstMpeg4VParse!src",
-  "GstMpeg4VParse:config-interval",
-  "GstMpeg4VParse:drop",
-  "GstMpeg4VideoObjectCodingType",
-  "GstMpeg4VideoObjectLayer",
-  "GstMpeg4VideoObjectLayerShape",
-  "GstMpeg4VideoObjectPlane",
-  "GstMpeg4VideoPacketHdr",
-  "GstMpeg4VideoPlaneShortHdr",
-  "GstMpeg4VideoSignalType",
-  "GstMpeg4VisualObject",
-  "GstMpeg4VisualObjectSequence",
-  "GstMpeg4VisualObjectType",
-  "GstMpegAudioParse",
-  "GstMpegAudioParse!sink",
-  "GstMpegAudioParse!src",
-  "GstMpegPSDemux",
-  "GstMpegPSDemux!audio_%02x",
-  "GstMpegPSDemux!private_%d",
-  "GstMpegPSDemux!sink",
-  "GstMpegPSDemux!subpicture_%02x",
-  "GstMpegPSDemux!video_%02x",
-  "GstMpegPSDemux:ignore-scr",
-  "GstMpegTsMux",
-  "GstMpegTsMux!sink_%d",
-  "GstMpegTsMux!src",
-  "GstMpegTsMux:m2ts-mode",
-  "GstMpegVideoChromaFormat",
-  "GstMpegVideoGop",
-  "GstMpegVideoLevel",
-  "GstMpegVideoMeta",
-  "GstMpegVideoPacket",
-  "GstMpegVideoPacketExtensionCode",
-  "GstMpegVideoPacketTypeCode",
-  "GstMpegVideoPictureExt",
-  "GstMpegVideoPictureHdr",
-  "GstMpegVideoPictureStructure",
-  "GstMpegVideoPictureType",
-  "GstMpegVideoProfile",
-  "GstMpegVideoQuantMatrixExt",
-  "GstMpegVideoSequenceDisplayExt",
-  "GstMpegVideoSequenceExt",
-  "GstMpegVideoSequenceHdr",
-  "GstMpegVideoSequenceScalableExt",
-  "GstMpegVideoSequenceScalableMode",
-  "GstMpegVideoSliceHdr",
-  "GstMpegtsATSCDescriptorType",
-  "GstMpegtsATSCStreamType",
-  "GstMpegtsAtscEIT",
-  "GstMpegtsAtscEIT.events",
-  "GstMpegtsAtscEIT.protocol_version",
-  "GstMpegtsAtscEIT.source_id",
-  "GstMpegtsAtscEITEvent",
-  "GstMpegtsAtscEITEvent.descriptors",
-  "GstMpegtsAtscEITEvent.etm_location",
-  "GstMpegtsAtscEITEvent.event_id",
-  "GstMpegtsAtscEITEvent.length_in_seconds",
-  "GstMpegtsAtscEITEvent.start_time",
-  "GstMpegtsAtscEITEvent.titles",
-  "GstMpegtsAtscETT",
-  "GstMpegtsAtscETT.etm_id",
-  "GstMpegtsAtscETT.ett_table_id_extension",
-  "GstMpegtsAtscETT.messages",
-  "GstMpegtsAtscETT.protocol_version",
-  "GstMpegtsAtscMGT",
-  "GstMpegtsAtscMGT.descriptors",
-  "GstMpegtsAtscMGT.protocol_version",
-  "GstMpegtsAtscMGT.tables",
-  "GstMpegtsAtscMGT.tables_defined",
-  "GstMpegtsAtscMGTTable",
-  "GstMpegtsAtscMGTTable.descriptors",
-  "GstMpegtsAtscMGTTable.number_bytes",
-  "GstMpegtsAtscMGTTable.pid",
-  "GstMpegtsAtscMGTTable.table_type",
-  "GstMpegtsAtscMGTTable.version_number",
-  "GstMpegtsAtscMGTTableType",
-  "GstMpegtsAtscMultString",
-  "GstMpegtsAtscMultString.iso_639_langcode",
-  "GstMpegtsAtscMultString.segments",
-  "GstMpegtsAtscRRT",
-  "GstMpegtsAtscRRT.descriptors",
-  "GstMpegtsAtscRRT.dimensions",
-  "GstMpegtsAtscRRT.dimensions_defined",
-  "GstMpegtsAtscRRT.names",
-  "GstMpegtsAtscRRT.protocol_version",
-  "GstMpegtsAtscRRTDimension",
-  "GstMpegtsAtscRRTDimension.graduated_scale",
-  "GstMpegtsAtscRRTDimension.names",
-  "GstMpegtsAtscRRTDimension.values",
-  "GstMpegtsAtscRRTDimension.values_defined",
-  "GstMpegtsAtscRRTDimensionValue",
-  "GstMpegtsAtscRRTDimensionValue.abbrev_ratings",
-  "GstMpegtsAtscRRTDimensionValue.ratings",
-  "GstMpegtsAtscSTT",
-  "GstMpegtsAtscSTT.descriptors",
-  "GstMpegtsAtscSTT.ds_dayofmonth",
-  "GstMpegtsAtscSTT.ds_hour",
-  "GstMpegtsAtscSTT.ds_status",
-  "GstMpegtsAtscSTT.gps_utc_offset",
-  "GstMpegtsAtscSTT.protocol_version",
-  "GstMpegtsAtscSTT.system_time",
-  "GstMpegtsAtscSTT.utc_datetime",
-  "GstMpegtsAtscStringSegment",
-  "GstMpegtsAtscStringSegment.cached_string",
-  "GstMpegtsAtscStringSegment.compressed_data",
-  "GstMpegtsAtscStringSegment.compressed_data_size",
-  "GstMpegtsAtscStringSegment.compression_type",
-  "GstMpegtsAtscStringSegment.mode",
-  "GstMpegtsAtscVCT",
-  "GstMpegtsAtscVCT.descriptors",
-  "GstMpegtsAtscVCT.protocol_version",
-  "GstMpegtsAtscVCT.sources",
-  "GstMpegtsAtscVCT.transport_stream_id",
-  "GstMpegtsAtscVCTSource",
-  "GstMpegtsAtscVCTSource.ETM_location",
-  "GstMpegtsAtscVCTSource.access_controlled",
-  "GstMpegtsAtscVCTSource.carrier_frequency",
-  "GstMpegtsAtscVCTSource.channel_TSID",
-  "GstMpegtsAtscVCTSource.descriptors",
-  "GstMpegtsAtscVCTSource.hidden",
-  "GstMpegtsAtscVCTSource.hide_guide",
-  "GstMpegtsAtscVCTSource.major_channel_number",
-  "GstMpegtsAtscVCTSource.minor_channel_number",
-  "GstMpegtsAtscVCTSource.modulation_mode",
-  "GstMpegtsAtscVCTSource.out_of_band",
-  "GstMpegtsAtscVCTSource.path_select",
-  "GstMpegtsAtscVCTSource.program_number",
-  "GstMpegtsAtscVCTSource.service_type",
-  "GstMpegtsAtscVCTSource.short_name",
-  "GstMpegtsAtscVCTSource.source_id",
-  "GstMpegtsAudioPreselectionDescriptor",
-  "GstMpegtsAudioPreselectionDescriptor.audio_description",
-  "GstMpegtsAudioPreselectionDescriptor.audio_rendering_indication",
-  "GstMpegtsAudioPreselectionDescriptor.dialogue_enhancement",
-  "GstMpegtsAudioPreselectionDescriptor.future_extension",
-  "GstMpegtsAudioPreselectionDescriptor.interactivity_enabled",
-  "GstMpegtsAudioPreselectionDescriptor.language_code",
-  "GstMpegtsAudioPreselectionDescriptor.language_code_present",
-  "GstMpegtsAudioPreselectionDescriptor.message_id",
-  "GstMpegtsAudioPreselectionDescriptor.multi_stream_info_present",
-  "GstMpegtsAudioPreselectionDescriptor.preselection_id",
-  "GstMpegtsAudioPreselectionDescriptor.spoken_subtitles",
-  "GstMpegtsAudioPreselectionDescriptor.text_label_present",
-  "GstMpegtsBAT",
-  "GstMpegtsBAT.descriptors",
-  "GstMpegtsBAT.streams",
-  "GstMpegtsBATStream",
-  "GstMpegtsBATStream.descriptors",
-  "GstMpegtsBATStream.original_network_id",
-  "GstMpegtsBATStream.transport_stream_id",
-  "GstMpegtsCableDeliverySystemDescriptor",
-  "GstMpegtsCableDeliverySystemDescriptor.fec_inner",
-  "GstMpegtsCableDeliverySystemDescriptor.frequency",
-  "GstMpegtsCableDeliverySystemDescriptor.modulation",
-  "GstMpegtsCableDeliverySystemDescriptor.outer_fec",
-  "GstMpegtsCableDeliverySystemDescriptor.symbol_rate",
-  "GstMpegtsCableOuterFECScheme",
-  "GstMpegtsComponentDescriptor",
-  "GstMpegtsComponentDescriptor.component_tag",
-  "GstMpegtsComponentDescriptor.component_type",
-  "GstMpegtsComponentDescriptor.language_code",
-  "GstMpegtsComponentDescriptor.stream_content",
-  "GstMpegtsComponentDescriptor.text",
-  "GstMpegtsComponentStreamContent",
-  "GstMpegtsContent",
-  "GstMpegtsContent.content_nibble_1",
-  "GstMpegtsContent.content_nibble_2",
-  "GstMpegtsContent.user_byte",
-  "GstMpegtsContentNibbleHi",
-  "GstMpegtsDVBCodeRate",
-  "GstMpegtsDVBDescriptorType",
-  "GstMpegtsDVBExtendedDescriptorType",
-  "GstMpegtsDVBLinkageDescriptor",
-  "GstMpegtsDVBLinkageDescriptor.linkage_type",
-  "GstMpegtsDVBLinkageDescriptor.original_network_id",
-  "GstMpegtsDVBLinkageDescriptor.private_data_bytes",
-  "GstMpegtsDVBLinkageDescriptor.private_data_length",
-  "GstMpegtsDVBLinkageDescriptor.service_id",
-  "GstMpegtsDVBLinkageDescriptor.transport_stream_id",
-  "GstMpegtsDVBLinkageEvent",
-  "GstMpegtsDVBLinkageEvent.event_simulcast",
-  "GstMpegtsDVBLinkageEvent.target_event_id",
-  "GstMpegtsDVBLinkageEvent.target_listed",
-  "GstMpegtsDVBLinkageExtendedEvent",
-  "GstMpegtsDVBLinkageExtendedEvent.event_simulcast",
-  "GstMpegtsDVBLinkageExtendedEvent.link_type",
-  "GstMpegtsDVBLinkageExtendedEvent.original_network_id_flag",
-  "GstMpegtsDVBLinkageExtendedEvent.service_id_flag",
-  "GstMpegtsDVBLinkageExtendedEvent.target_event_id",
-  "GstMpegtsDVBLinkageExtendedEvent.target_id_type",
-  "GstMpegtsDVBLinkageExtendedEvent.target_listed",
-  "GstMpegtsDVBLinkageExtendedEvent.target_original_network_id",
-  "GstMpegtsDVBLinkageExtendedEvent.target_service_id",
-  "GstMpegtsDVBLinkageExtendedEvent.target_transport_stream_id",
-  "GstMpegtsDVBLinkageExtendedEvent.user_defined_id",
-  "GstMpegtsDVBLinkageHandOverType",
-  "GstMpegtsDVBLinkageMobileHandOver",
-  "GstMpegtsDVBLinkageMobileHandOver.hand_over_type",
-  "GstMpegtsDVBLinkageMobileHandOver.initial_service_id",
-  "GstMpegtsDVBLinkageMobileHandOver.network_id",
-  "GstMpegtsDVBLinkageMobileHandOver.origin_type",
-  "GstMpegtsDVBLinkageType",
-  "GstMpegtsDVBParentalRatingItem",
-  "GstMpegtsDVBParentalRatingItem.country_code",
-  "GstMpegtsDVBParentalRatingItem.rating",
-  "GstMpegtsDVBScramblingModeType",
-  "GstMpegtsDVBServiceListItem",
-  "GstMpegtsDVBServiceListItem.service_id",
-  "GstMpegtsDVBServiceListItem.type",
-  "GstMpegtsDVBServiceType",
-  "GstMpegtsDVBTeletextType",
-  "GstMpegtsDataBroadcastDescriptor",
-  "GstMpegtsDataBroadcastDescriptor.component_tag",
-  "GstMpegtsDataBroadcastDescriptor.data_broadcast_id",
-  "GstMpegtsDataBroadcastDescriptor.language_code",
-  "GstMpegtsDataBroadcastDescriptor.length",
-  "GstMpegtsDataBroadcastDescriptor.selector_bytes",
-  "GstMpegtsDataBroadcastDescriptor.text",
-  "GstMpegtsDescriptor",
-  "GstMpegtsDescriptor.data",
-  "GstMpegtsDescriptor.length",
-  "GstMpegtsDescriptor.tag",
-  "GstMpegtsDescriptor.tag_extension",
-  "GstMpegtsDescriptorType",
-  "GstMpegtsDvbMultilingualBouquetNameItem",
-  "GstMpegtsDvbMultilingualBouquetNameItem.bouquet_name",
-  "GstMpegtsDvbMultilingualBouquetNameItem.language_code",
-  "GstMpegtsDvbMultilingualComponentItem",
-  "GstMpegtsDvbMultilingualComponentItem.description",
-  "GstMpegtsDvbMultilingualComponentItem.language_code",
-  "GstMpegtsDvbMultilingualNetworkNameItem",
-  "GstMpegtsDvbMultilingualNetworkNameItem.language_code",
-  "GstMpegtsDvbMultilingualNetworkNameItem.network_name",
-  "GstMpegtsDvbMultilingualServiceNameItem",
-  "GstMpegtsDvbMultilingualServiceNameItem.language_code",
-  "GstMpegtsDvbMultilingualServiceNameItem.provider_name",
-  "GstMpegtsDvbMultilingualServiceNameItem.service_name",
-  "GstMpegtsEIT",
-  "GstMpegtsEIT.actual_stream",
-  "GstMpegtsEIT.events",
-  "GstMpegtsEIT.last_table_id",
-  "GstMpegtsEIT.original_network_id",
-  "GstMpegtsEIT.present_following",
-  "GstMpegtsEIT.segment_last_section_number",
-  "GstMpegtsEIT.transport_stream_id",
-  "GstMpegtsEITEvent",
-  "GstMpegtsEITEvent.descriptors",
-  "GstMpegtsEITEvent.duration",
-  "GstMpegtsEITEvent.event_id",
-  "GstMpegtsEITEvent.free_CA_mode",
-  "GstMpegtsEITEvent.running_status",
-  "GstMpegtsEITEvent.start_time",
-  "GstMpegtsExtendedEventDescriptor",
-  "GstMpegtsExtendedEventDescriptor.descriptor_number",
-  "GstMpegtsExtendedEventDescriptor.items",
-  "GstMpegtsExtendedEventDescriptor.language_code",
-  "GstMpegtsExtendedEventDescriptor.last_descriptor_number",
-  "GstMpegtsExtendedEventDescriptor.text",
-  "GstMpegtsExtendedEventItem",
-  "GstMpegtsExtendedEventItem.item",
-  "GstMpegtsExtendedEventItem.item_description",
-  "GstMpegtsHdmvStreamType",
-  "GstMpegtsISDBDescriptorType",
-  "GstMpegtsISO639LanguageDescriptor",
-  "GstMpegtsISO639LanguageDescriptor.audio_type",
-  "GstMpegtsISO639LanguageDescriptor.language",
-  "GstMpegtsISO639LanguageDescriptor.nb_language",
-  "GstMpegtsIso639AudioType",
-  "GstMpegtsLogicalChannel",
-  "GstMpegtsLogicalChannel.logical_channel_number",
-  "GstMpegtsLogicalChannel.service_id",
-  "GstMpegtsLogicalChannel.visible_service",
-  "GstMpegtsLogicalChannelDescriptor",
-  "GstMpegtsLogicalChannelDescriptor.channels",
-  "GstMpegtsLogicalChannelDescriptor.nb_channels",
-  "GstMpegtsMetadataDescriptor",
-  "GstMpegtsMetadataDescriptor.decoder_config_flags",
-  "GstMpegtsMetadataDescriptor.dsm_cc_flag",
-  "GstMpegtsMetadataDescriptor.metadata_application_format",
-  "GstMpegtsMetadataDescriptor.metadata_format",
-  "GstMpegtsMetadataDescriptor.metadata_format_identifier",
-  "GstMpegtsMetadataDescriptor.metadata_service_id",
-  "GstMpegtsMetadataFormat",
-  "GstMpegtsMiscDescriptorType",
-  "GstMpegtsModulationType",
-  "GstMpegtsNIT",
-  "GstMpegtsNIT.actual_network",
-  "GstMpegtsNIT.descriptors",
-  "GstMpegtsNIT.network_id",
-  "GstMpegtsNIT.streams",
-  "GstMpegtsNITStream",
-  "GstMpegtsNITStream.descriptors",
-  "GstMpegtsNITStream.original_network_id",
-  "GstMpegtsNITStream.transport_stream_id",
-  "GstMpegtsPESMetadataMeta",
-  "GstMpegtsPESMetadataMeta.flags",
-  "GstMpegtsPESMetadataMeta.meta",
-  "GstMpegtsPESMetadataMeta.metadata_service_id",
-  "GstMpegtsPMT",
-  "GstMpegtsPMT.descriptors",
-  "GstMpegtsPMT.pcr_pid",
-  "GstMpegtsPMT.program_number",
-  "GstMpegtsPMT.streams",
-  "GstMpegtsPMTStream",
-  "GstMpegtsPMTStream.descriptors",
-  "GstMpegtsPMTStream.pid",
-  "GstMpegtsPMTStream.stream_type",
-  "GstMpegtsPacketizeFunc",
-  "GstMpegtsPatProgram",
-  "GstMpegtsPatProgram.network_or_program_map_PID",
-  "GstMpegtsPatProgram.program_number",
-  "GstMpegtsRegistrationId",
-  "GstMpegtsRunningStatus",
-  "GstMpegtsSCTEDescriptorType",
-  "GstMpegtsSCTESIT",
-  "GstMpegtsSCTESIT.cw_index",
-  "GstMpegtsSCTESIT.descriptors",
-  "GstMpegtsSCTESIT.encrypted_packet",
-  "GstMpegtsSCTESIT.encryption_algorithm",
-  "GstMpegtsSCTESIT.fully_parsed",
-  "GstMpegtsSCTESIT.is_running_time",
-  "GstMpegtsSCTESIT.pts_adjustment",
-  "GstMpegtsSCTESIT.splice_command_length",
-  "GstMpegtsSCTESIT.splice_command_type",
-  "GstMpegtsSCTESIT.splice_time",
-  "GstMpegtsSCTESIT.splice_time_specified",
-  "GstMpegtsSCTESIT.splices",
-  "GstMpegtsSCTESIT.tier",
-  "GstMpegtsSCTESpliceCommandType",
-  "GstMpegtsSCTESpliceComponent",
-  "GstMpegtsSCTESpliceComponent.splice_time",
-  "GstMpegtsSCTESpliceComponent.splice_time_specified",
-  "GstMpegtsSCTESpliceComponent.tag",
-  "GstMpegtsSCTESpliceComponent.utc_splice_time",
-  "GstMpegtsSCTESpliceDescriptor",
-  "GstMpegtsSCTESpliceEvent",
-  "GstMpegtsSCTESpliceEvent.avail_num",
-  "GstMpegtsSCTESpliceEvent.avails_expected",
-  "GstMpegtsSCTESpliceEvent.break_duration",
-  "GstMpegtsSCTESpliceEvent.break_duration_auto_return",
-  "GstMpegtsSCTESpliceEvent.components",
-  "GstMpegtsSCTESpliceEvent.duration_flag",
-  "GstMpegtsSCTESpliceEvent.insert_event",
-  "GstMpegtsSCTESpliceEvent.out_of_network_indicator",
-  "GstMpegtsSCTESpliceEvent.program_splice_flag",
-  "GstMpegtsSCTESpliceEvent.program_splice_time",
-  "GstMpegtsSCTESpliceEvent.program_splice_time_specified",
-  "GstMpegtsSCTESpliceEvent.splice_event_cancel_indicator",
-  "GstMpegtsSCTESpliceEvent.splice_event_id",
-  "GstMpegtsSCTESpliceEvent.splice_immediate_flag",
-  "GstMpegtsSCTESpliceEvent.unique_program_id",
-  "GstMpegtsSCTESpliceEvent.utc_splice_time",
-  "GstMpegtsSDT",
-  "GstMpegtsSDT.actual_ts",
-  "GstMpegtsSDT.original_network_id",
-  "GstMpegtsSDT.services",
-  "GstMpegtsSDT.transport_stream_id",
-  "GstMpegtsSDTService",
-  "GstMpegtsSDTService.EIT_present_following_flag",
-  "GstMpegtsSDTService.EIT_schedule_flag",
-  "GstMpegtsSDTService.descriptors",
-  "GstMpegtsSDTService.free_CA_mode",
-  "GstMpegtsSDTService.running_status",
-  "GstMpegtsSDTService.service_id",
-  "GstMpegtsSIT",
-  "GstMpegtsSIT.descriptors",
-  "GstMpegtsSIT.services",
-  "GstMpegtsSITService",
-  "GstMpegtsSITService.descriptors",
-  "GstMpegtsSITService.running_status",
-  "GstMpegtsSITService.service_id",
-  "GstMpegtsSatelliteDeliverySystemDescriptor",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.fec_inner",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.frequency",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.modulation_system",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.modulation_type",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.orbital_position",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.polarization",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.roll_off",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.symbol_rate",
-  "GstMpegtsSatelliteDeliverySystemDescriptor.west_east",
-  "GstMpegtsSatellitePolarizationType",
-  "GstMpegtsSatelliteRolloff",
-  "GstMpegtsScteStreamType",
-  "GstMpegtsSection",
-  "GstMpegtsSection.crc",
-  "GstMpegtsSection.current_next_indicator",
-  "GstMpegtsSection.last_section_number",
-  "GstMpegtsSection.pid",
-  "GstMpegtsSection.section_number",
-  "GstMpegtsSection.section_type",
-  "GstMpegtsSection.subtable_extension",
-  "GstMpegtsSection.table_id",
-  "GstMpegtsSection.version_number",
-  "GstMpegtsSectionATSCTableID",
-  "GstMpegtsSectionDVBTableID",
-  "GstMpegtsSectionSCTETableID",
-  "GstMpegtsSectionTableID",
-  "GstMpegtsSectionType",
-  "GstMpegtsStreamType",
-  "GstMpegtsT2DeliverySystemCell",
-  "GstMpegtsT2DeliverySystemCell.cell_id",
-  "GstMpegtsT2DeliverySystemCell.centre_frequencies",
-  "GstMpegtsT2DeliverySystemCell.sub_cells",
-  "GstMpegtsT2DeliverySystemCellExtension",
-  "GstMpegtsT2DeliverySystemCellExtension.cell_id_extension",
-  "GstMpegtsT2DeliverySystemCellExtension.transposer_frequency",
-  "GstMpegtsT2DeliverySystemDescriptor",
-  "GstMpegtsT2DeliverySystemDescriptor.bandwidth",
-  "GstMpegtsT2DeliverySystemDescriptor.cells",
-  "GstMpegtsT2DeliverySystemDescriptor.guard_interval",
-  "GstMpegtsT2DeliverySystemDescriptor.other_frequency",
-  "GstMpegtsT2DeliverySystemDescriptor.plp_id",
-  "GstMpegtsT2DeliverySystemDescriptor.siso_miso",
-  "GstMpegtsT2DeliverySystemDescriptor.t2_system_id",
-  "GstMpegtsT2DeliverySystemDescriptor.tfs",
-  "GstMpegtsT2DeliverySystemDescriptor.transmission_mode",
-  "GstMpegtsTOT",
-  "GstMpegtsTOT.descriptors",
-  "GstMpegtsTOT.utc_time",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.bandwidth",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.code_rate_hp",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.code_rate_lp",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.constellation",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.frequency",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.guard_interval",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.hierarchy",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.mpe_fec",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.other_frequency",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.priority",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.time_slicing",
-  "GstMpegtsTerrestrialDeliverySystemDescriptor.transmission_mode",
-  "GstMpegtsTerrestrialGuardInterval",
-  "GstMpegtsTerrestrialHierarchy",
-  "GstMpegtsTerrestrialTransmissionMode",
-  "GstMpegvParse",
-  "GstMpegvParse!sink",
-  "GstMpegvParse!src",
-  "GstMpegvParse:drop",
-  "GstMpegvParse:gop-split",
-  "GstMpg123AudioDec",
-  "GstMpg123AudioDec!sink",
-  "GstMpg123AudioDec!src",
-  "GstMplex",
-  "GstMplex!audio_%u",
-  "GstMplex!src",
-  "GstMplex!video_%u",
-  "GstMplex:bufsize",
-  "GstMplex:format",
-  "GstMplex:mux-bitrate",
-  "GstMplex:packets-per-pack",
-  "GstMplex:sector-size",
-  "GstMplex:system-headers",
-  "GstMplex:vbr",
-  "GstMplexFormat",
-  "GstMplexFormat::atsc-1080i",
-  "GstMplexFormat::atsc-480i",
-  "GstMplexFormat::atsc-480p",
-  "GstMplexFormat::atsc-720p",
-  "GstMplexFormat::dvd",
-  "GstMplexFormat::dvd-nav",
-  "GstMplexFormat::mpeg-1",
-  "GstMplexFormat::mpeg-2",
-  "GstMplexFormat::svcd",
-  "GstMplexFormat::svcd-nsr",
-  "GstMplexFormat::svcd-still",
-  "GstMplexFormat::vcd",
-  "GstMplexFormat::vcd-nsr",
-  "GstMplexFormat::vcd-still",
-  "GstMsdkAV1Dec!sink",
-  "GstMsdkAV1Dec!src",
-  "GstMsdkAV1Enc!sink",
-  "GstMsdkAV1Enc!src",
-  "GstMsdkDec",
-  "GstMsdkDec:async-depth",
-  "GstMsdkDec:hardware",
-  "GstMsdkDecOutputOrder",
-  "GstMsdkDecOutputOrder::decoded",
-  "GstMsdkDecOutputOrder::display",
-  "GstMsdkEnc",
-  "GstMsdkEnc:accuracy",
-  "GstMsdkEnc:async-depth",
-  "GstMsdkEnc:b-adapt",
-  "GstMsdkEnc:b-frames",
-  "GstMsdkEnc:bitrate",
-  "GstMsdkEnc:convergence",
-  "GstMsdkEnc:ext-coding-props",
-  "GstMsdkEnc:gop-size",
-  "GstMsdkEnc:hardware",
-  "GstMsdkEnc:i-adapt",
-  "GstMsdkEnc:i-frames",
-  "GstMsdkEnc:max-frame-size",
-  "GstMsdkEnc:max-vbv-bitrate",
-  "GstMsdkEnc:mbbrc",
-  "GstMsdkEnc:num-slices",
-  "GstMsdkEnc:qpb",
-  "GstMsdkEnc:qpi",
-  "GstMsdkEnc:qpp",
-  "GstMsdkEnc:rate-control",
-  "GstMsdkEnc:rc-lookahead",
-  "GstMsdkEnc:ref-frames",
-  "GstMsdkEnc:target-usage",
-  "GstMsdkEncAdaptiveB",
-  "GstMsdkEncAdaptiveB::auto",
-  "GstMsdkEncAdaptiveB::off",
-  "GstMsdkEncAdaptiveB::on",
-  "GstMsdkEncAdaptiveI",
-  "GstMsdkEncAdaptiveI::auto",
-  "GstMsdkEncAdaptiveI::off",
-  "GstMsdkEncAdaptiveI::on",
-  "GstMsdkEncIntraRefreshType",
-  "GstMsdkEncIntraRefreshType::horizontal",
-  "GstMsdkEncIntraRefreshType::no",
-  "GstMsdkEncIntraRefreshType::slice",
-  "GstMsdkEncIntraRefreshType::vertical",
-  "GstMsdkEncMbBitrateControl",
-  "GstMsdkEncMbBitrateControl::auto",
-  "GstMsdkEncMbBitrateControl::off",
-  "GstMsdkEncMbBitrateControl::on",
-  "GstMsdkEncRCLookAheadDownsampling",
-  "GstMsdkEncRCLookAheadDownsampling::2x",
-  "GstMsdkEncRCLookAheadDownsampling::4x",
-  "GstMsdkEncRCLookAheadDownsampling::default",
-  "GstMsdkEncRCLookAheadDownsampling::off",
-  "GstMsdkEncRateControl",
-  "GstMsdkEncRateControl::avbr",
-  "GstMsdkEncRateControl::cbr",
-  "GstMsdkEncRateControl::cqp",
-  "GstMsdkEncRateControl::icq",
-  "GstMsdkEncRateControl::la_hrd",
-  "GstMsdkEncRateControl::la_icq",
-  "GstMsdkEncRateControl::la_vbr",
-  "GstMsdkEncRateControl::qvbr",
-  "GstMsdkEncRateControl::vbr",
-  "GstMsdkEncRateControl::vcm",
-  "GstMsdkEncTransformSkip",
-  "GstMsdkEncTransformSkip::auto",
-  "GstMsdkEncTransformSkip::off",
-  "GstMsdkEncTransformSkip::on",
-  "GstMsdkEncTrellisQuantization",
-  "GstMsdkEncTrellisQuantization::None",
-  "GstMsdkEncTrellisQuantization::b",
-  "GstMsdkEncTrellisQuantization::i",
-  "GstMsdkEncTrellisQuantization::p",
-  "GstMsdkEncTuneMode",
-  "GstMsdkEncTuneMode::auto",
-  "GstMsdkEncTuneMode::low-power",
-  "GstMsdkEncTuneMode::none",
-  "GstMsdkH264Dec!sink",
-  "GstMsdkH264Dec!src",
-  "GstMsdkH264Enc!sink",
-  "GstMsdkH264Enc!src",
-  "GstMsdkH264EncFramePacking",
-  "GstMsdkH264EncFramePacking::none",
-  "GstMsdkH264EncFramePacking::side-by-side",
-  "GstMsdkH264EncFramePacking::top-bottom",
-  "GstMsdkH265Dec!sink",
-  "GstMsdkH265Dec!src",
-  "GstMsdkH265Enc!sink",
-  "GstMsdkH265Enc!src",
-  "GstMsdkMJPEGDec!sink",
-  "GstMsdkMJPEGDec!src",
-  "GstMsdkMJPEGEnc!sink",
-  "GstMsdkMJPEGEnc!src",
-  "GstMsdkMPEG2Dec!sink",
-  "GstMsdkMPEG2Dec!src",
-  "GstMsdkMPEG2Enc!sink",
-  "GstMsdkMPEG2Enc!src",
-  "GstMsdkVC1Dec!sink",
-  "GstMsdkVC1Dec!src",
-  "GstMsdkVP8Dec!sink",
-  "GstMsdkVP8Dec!src",
-  "GstMsdkVP9Dec!sink",
-  "GstMsdkVP9Dec!src",
-  "GstMsdkVP9Enc!sink",
-  "GstMsdkVP9Enc!src",
-  "GstMsdkVPP!sink",
-  "GstMsdkVPP!src",
-  "GstMsdkVPPDeinterlaceMethod",
-  "GstMsdkVPPDeinterlaceMethod::advanced",
-  "GstMsdkVPPDeinterlaceMethod::advanced-no-ref ",
-  "GstMsdkVPPDeinterlaceMethod::advanced-scd ",
-  "GstMsdkVPPDeinterlaceMethod::bob",
-  "GstMsdkVPPDeinterlaceMethod::field-weave",
-  "GstMsdkVPPDeinterlaceMethod::none",
-  "GstMsdkVPPDeinterlaceMode",
-  "GstMsdkVPPDeinterlaceMode::auto",
-  "GstMsdkVPPDeinterlaceMode::disabled",
-  "GstMsdkVPPDeinterlaceMode::interlaced",
-  "GstMsdkVPPFrcAlgorithm",
-  "GstMsdkVPPFrcAlgorithm::distribute-ts",
-  "GstMsdkVPPFrcAlgorithm::interpolate",
-  "GstMsdkVPPFrcAlgorithm::interpolate-distribute-ts",
-  "GstMsdkVPPFrcAlgorithm::interpolate-preserve-ts",
-  "GstMsdkVPPFrcAlgorithm::none",
-  "GstMsdkVPPFrcAlgorithm::preserve-ts",
-  "GstMsdkVPPMirroring",
-  "GstMsdkVPPMirroring::disable",
-  "GstMsdkVPPMirroring::horizontal",
-  "GstMsdkVPPMirroring::vertical",
-  "GstMsdkVPPRotation",
-  "GstMsdkVPPRotation::0",
-  "GstMsdkVPPRotation::180",
-  "GstMsdkVPPRotation::270",
-  "GstMsdkVPPRotation::90",
-  "GstMsdkVPPScalingMode",
-  "GstMsdkVPPScalingMode::disable",
-  "GstMsdkVPPScalingMode::lowpower",
-  "GstMsdkVPPScalingMode::quality",
-  "GstMseSrc",
-  "GstMseSrc!src_%s",
-  "GstMseSrc:duration",
-  "GstMseSrc:n-audio",
-  "GstMseSrc:n-text",
-  "GstMseSrc:n-video",
-  "GstMseSrc:position",
-  "GstMseSrc:ready-state",
-  "GstMseSrcClass.parent_class",
-  "GstMseSrcPad",
-  "GstMseSrcPadClass.parent_class",
-  "GstMseSrcReadyState",
-  "GstMssDemux",
-  "GstMssDemux!audio_%02u",
-  "GstMssDemux!sink",
-  "GstMssDemux!video_%02u",
-  "GstMssDemux2!audio_%02u",
-  "GstMssDemux2!sink",
-  "GstMssDemux2!subtitle_%02u",
-  "GstMssDemux2!video_%02u",
-  "GstMssDemux:max-queue-size-buffers",
-  "GstMuLawDec",
-  "GstMuLawDec!sink",
-  "GstMuLawDec!src",
-  "GstMuLawEnc",
-  "GstMuLawEnc!sink",
-  "GstMuLawEnc!src",
-  "GstMultiFdSink",
-  "GstMultiFdSink!sink",
-  "GstMultiFdSink::add",
-  "GstMultiFdSink::add-full",
-  "GstMultiFdSink::client-added",
-  "GstMultiFdSink::client-fd-removed",
-  "GstMultiFdSink::client-removed",
-  "GstMultiFdSink::get-stats",
-  "GstMultiFdSink::remove",
-  "GstMultiFdSink::remove-flush",
-  "GstMultiFdSink:handle-read",
-  "GstMultiFileSink",
-  "GstMultiFileSink!sink",
-  "GstMultiFileSink:aggregate-gops",
-  "GstMultiFileSink:index",
-  "GstMultiFileSink:location",
-  "GstMultiFileSink:max-file-duration",
-  "GstMultiFileSink:max-file-size",
-  "GstMultiFileSink:max-files",
-  "GstMultiFileSink:next-file",
-  "GstMultiFileSink:post-messages",
-  "GstMultiFileSinkNext",
-  "GstMultiFileSinkNext::buffer",
-  "GstMultiFileSinkNext::discont",
-  "GstMultiFileSinkNext::key-frame",
-  "GstMultiFileSinkNext::key-unit-event",
-  "GstMultiFileSinkNext::max-duration",
-  "GstMultiFileSinkNext::max-size",
-  "GstMultiFileSrc",
-  "GstMultiFileSrc!src",
-  "GstMultiFileSrc:caps",
-  "GstMultiFileSrc:index",
-  "GstMultiFileSrc:location",
-  "GstMultiFileSrc:loop",
-  "GstMultiFileSrc:start-index",
-  "GstMultiFileSrc:stop-index",
-  "GstMultiHandleSink",
-  "GstMultiHandleSink::clear",
-  "GstMultiHandleSink:buffers-max",
-  "GstMultiHandleSink:buffers-min",
-  "GstMultiHandleSink:buffers-queued",
-  "GstMultiHandleSink:buffers-soft-max",
-  "GstMultiHandleSink:burst-format",
-  "GstMultiHandleSink:burst-value",
-  "GstMultiHandleSink:bytes-min",
-  "GstMultiHandleSink:bytes-served",
-  "GstMultiHandleSink:bytes-to-serve",
-  "GstMultiHandleSink:num-handles",
-  "GstMultiHandleSink:qos-dscp",
-  "GstMultiHandleSink:recover-policy",
-  "GstMultiHandleSink:resend-streamheader",
-  "GstMultiHandleSink:sync-method",
-  "GstMultiHandleSink:time-min",
-  "GstMultiHandleSink:timeout",
-  "GstMultiHandleSink:unit-format",
-  "GstMultiHandleSink:units-max",
-  "GstMultiHandleSink:units-soft-max",
-  "GstMultiHandleSinkClientStatus",
-  "GstMultiHandleSinkClientStatus::closed",
-  "GstMultiHandleSinkClientStatus::duplicate",
-  "GstMultiHandleSinkClientStatus::error",
-  "GstMultiHandleSinkClientStatus::flushing",
-  "GstMultiHandleSinkClientStatus::ok",
-  "GstMultiHandleSinkClientStatus::removed",
-  "GstMultiHandleSinkClientStatus::slow",
-  "GstMultiHandleSinkRecoverPolicy",
-  "GstMultiHandleSinkRecoverPolicy::keyframe",
-  "GstMultiHandleSinkRecoverPolicy::latest",
-  "GstMultiHandleSinkRecoverPolicy::none",
-  "GstMultiHandleSinkRecoverPolicy::soft-limit",
-  "GstMultiHandleSinkSyncMethod",
-  "GstMultiHandleSinkSyncMethod::burst",
-  "GstMultiHandleSinkSyncMethod::burst-keyframe",
-  "GstMultiHandleSinkSyncMethod::burst-with-keyframe",
-  "GstMultiHandleSinkSyncMethod::latest",
-  "GstMultiHandleSinkSyncMethod::latest-keyframe",
-  "GstMultiHandleSinkSyncMethod::next-keyframe",
-  "GstMultiQueue",
-  "GstMultiQueue!sink_%u",
-  "GstMultiQueue!src_%u",
-  "GstMultiQueue::overrun",
-  "GstMultiQueue::underrun",
-  "GstMultiQueue:extra-size-buffers",
-  "GstMultiQueue:extra-size-bytes",
-  "GstMultiQueue:extra-size-time",
-  "GstMultiQueue:high-percent",
-  "GstMultiQueue:high-watermark",
-  "GstMultiQueue:low-percent",
-  "GstMultiQueue:low-watermark",
-  "GstMultiQueue:max-size-buffers",
-  "GstMultiQueue:max-size-bytes",
-  "GstMultiQueue:max-size-time",
-  "GstMultiQueue:min-interleave-time",
-  "GstMultiQueue:stats",
-  "GstMultiQueue:sync-by-running-time",
-  "GstMultiQueue:unlinked-cache-time",
-  "GstMultiQueue:use-buffering",
-  "GstMultiQueue:use-interleave",
-  "GstMultiQueuePad",
-  "GstMultiQueuePad:current-level-buffers",
-  "GstMultiQueuePad:current-level-bytes",
-  "GstMultiQueuePad:current-level-time",
-  "GstMultiQueuePad:group-id",
-  "GstMultiSocketSink",
-  "GstMultiSocketSink!sink",
-  "GstMultiSocketSink::add",
-  "GstMultiSocketSink::add-full",
-  "GstMultiSocketSink::client-added",
-  "GstMultiSocketSink::client-removed",
-  "GstMultiSocketSink::client-socket-removed",
-  "GstMultiSocketSink::get-stats",
-  "GstMultiSocketSink::remove",
-  "GstMultiSocketSink::remove-flush",
-  "GstMultiSocketSink:send-dispatched",
-  "GstMultiSocketSink:send-messages",
-  "GstMultiUDPSink",
-  "GstMultiUDPSink!sink",
-  "GstMultiUDPSink::add",
-  "GstMultiUDPSink::clear",
-  "GstMultiUDPSink::client-added",
-  "GstMultiUDPSink::client-removed",
-  "GstMultiUDPSink::get-stats",
-  "GstMultiUDPSink::remove",
-  "GstMultiUDPSink:auto-multicast",
-  "GstMultiUDPSink:bind-address",
-  "GstMultiUDPSink:bind-port",
-  "GstMultiUDPSink:buffer-size",
-  "GstMultiUDPSink:bytes-served",
-  "GstMultiUDPSink:bytes-to-serve",
-  "GstMultiUDPSink:clients",
-  "GstMultiUDPSink:close-socket",
-  "GstMultiUDPSink:force-ipv4",
-  "GstMultiUDPSink:loop",
-  "GstMultiUDPSink:multicast-iface",
-  "GstMultiUDPSink:qos-dscp",
-  "GstMultiUDPSink:send-duplicates",
-  "GstMultiUDPSink:socket",
-  "GstMultiUDPSink:socket-v6",
-  "GstMultiUDPSink:ttl",
-  "GstMultiUDPSink:ttl-mc",
-  "GstMultiUDPSink:used-socket",
-  "GstMultiUDPSink:used-socket-v6",
-  "GstMultipartDemux",
-  "GstMultipartDemux!sink",
-  "GstMultipartDemux!src_%u",
-  "GstMultipartDemux:boundary",
-  "GstMultipartDemux:single-stream",
-  "GstMultipartMux",
-  "GstMultipartMux!sink_%u",
-  "GstMultipartMux!src",
-  "GstMultipartMux:boundary",
-  "GstMusepackDec",
-  "GstMusepackDec!sink",
-  "GstMusepackDec!src",
-  "GstNavSeek",
-  "GstNavSeek!sink",
-  "GstNavSeek!src",
-  "GstNavSeek:seek-offset",
-  "GstNavigation",
-  "GstNavigationCommand",
-  "GstNavigationEventType",
-  "GstNavigationInterface.iface",
-  "GstNavigationInterface.send_event",
-  "GstNavigationInterface.send_event_simple",
-  "GstNavigationInterface::send_event",
-  "GstNavigationInterface::send_event_simple",
-  "GstNavigationMessageType",
-  "GstNavigationModifierType",
-  "GstNavigationQueryType",
-  "GstNavigationtest",
-  "GstNavigationtest!sink",
-  "GstNavigationtest!src",
-  "GstNeonhttpSrc",
-  "GstNeonhttpSrc!src",
-  "GstNeonhttpSrc:accept-self-signed",
-  "GstNeonhttpSrc:automatic-redirect",
-  "GstNeonhttpSrc:connect-timeout",
-  "GstNeonhttpSrc:cookies",
-  "GstNeonhttpSrc:iradio-mode",
-  "GstNeonhttpSrc:location",
-  "GstNeonhttpSrc:neon-http-debug",
-  "GstNeonhttpSrc:proxy",
-  "GstNeonhttpSrc:read-timeout",
-  "GstNeonhttpSrc:user-agent",
-  "GstNetAddressMeta",
-  "GstNetAddressMeta.addr",
-  "GstNetAddressMeta.meta",
-  "GstNetClientClock",
-  "GstNetClientClock.clock",
-  "GstNetClientClock:address",
-  "GstNetClientClock:base-time",
-  "GstNetClientClock:bus",
-  "GstNetClientClock:internal-clock",
-  "GstNetClientClock:minimum-update-interval",
-  "GstNetClientClock:port",
-  "GstNetClientClock:qos-dscp",
-  "GstNetClientClock:round-trip-limit",
-  "GstNetClientClockClass.parent_class",
-  "GstNetControlMessageMeta",
-  "GstNetControlMessageMeta.message",
-  "GstNetControlMessageMeta.meta",
-  "GstNetSim",
-  "GstNetSim!sink",
-  "GstNetSim!src",
-  "GstNetSim:allow-reordering",
-  "GstNetSim:delay-distribution",
-  "GstNetSim:delay-probability",
-  "GstNetSim:drop-packets",
-  "GstNetSim:drop-probability",
-  "GstNetSim:duplicate-probability",
-  "GstNetSim:max-bucket-size",
-  "GstNetSim:max-delay",
-  "GstNetSim:max-kbps",
-  "GstNetSim:min-delay",
-  "GstNetSimDistribution",
-  "GstNetSimDistribution::gamma",
-  "GstNetSimDistribution::normal",
-  "GstNetSimDistribution::uniform",
-  "GstNetTimePacket",
-  "GstNetTimePacket.local_time",
-  "GstNetTimePacket.remote_time",
-  "GstNetTimeProvider",
-  "GstNetTimeProvider.parent",
-  "GstNetTimeProvider:active",
-  "GstNetTimeProvider:address",
-  "GstNetTimeProvider:clock",
-  "GstNetTimeProvider:port",
-  "GstNetTimeProvider:qos-dscp",
-  "GstNetTimeProviderClass._gst_reserved",
-  "GstNetTimeProviderClass.parent_class",
-  "GstNonstreamAudioDecoder",
-  "GstNonstreamAudioDecoder.allocation_params",
-  "GstNonstreamAudioDecoder.allocator",
-  "GstNonstreamAudioDecoder.cur_pos_in_samples",
-  "GstNonstreamAudioDecoder.cur_segment",
-  "GstNonstreamAudioDecoder.current_subsong",
-  "GstNonstreamAudioDecoder.discont",
-  "GstNonstreamAudioDecoder.element",
-  "GstNonstreamAudioDecoder.input_data_adapter",
-  "GstNonstreamAudioDecoder.loaded_mode",
-  "GstNonstreamAudioDecoder.mutex",
-  "GstNonstreamAudioDecoder.num_decoded_samples",
-  "GstNonstreamAudioDecoder.num_loops",
-  "GstNonstreamAudioDecoder.output_audio_info",
-  "GstNonstreamAudioDecoder.output_format_changed",
-  "GstNonstreamAudioDecoder.output_mode",
-  "GstNonstreamAudioDecoder.sinkpad",
-  "GstNonstreamAudioDecoder.srcpad",
-  "GstNonstreamAudioDecoder.subsong_duration",
-  "GstNonstreamAudioDecoder.subsong_mode",
-  "GstNonstreamAudioDecoder.toc",
-  "GstNonstreamAudioDecoder.upstream_size",
-  "GstNonstreamAudioDecoder:current-subsong",
-  "GstNonstreamAudioDecoder:num-loops",
-  "GstNonstreamAudioDecoder:output-mode",
-  "GstNonstreamAudioDecoder:subsong-mode",
-  "GstNonstreamAudioDecoderClass.decide_allocation",
-  "GstNonstreamAudioDecoderClass.decode",
-  "GstNonstreamAudioDecoderClass.element_class",
-  "GstNonstreamAudioDecoderClass.get_current_subsong",
-  "GstNonstreamAudioDecoderClass.get_main_tags",
-  "GstNonstreamAudioDecoderClass.get_num_loops",
-  "GstNonstreamAudioDecoderClass.get_num_subsongs",
-  "GstNonstreamAudioDecoderClass.get_subsong_duration",
-  "GstNonstreamAudioDecoderClass.get_subsong_tags",
-  "GstNonstreamAudioDecoderClass.get_supported_output_modes",
-  "GstNonstreamAudioDecoderClass.load_from_buffer",
-  "GstNonstreamAudioDecoderClass.load_from_custom",
-  "GstNonstreamAudioDecoderClass.loads_from_sinkpad",
-  "GstNonstreamAudioDecoderClass.negotiate",
-  "GstNonstreamAudioDecoderClass.propose_allocation",
-  "GstNonstreamAudioDecoderClass.seek",
-  "GstNonstreamAudioDecoderClass.set_current_subsong",
-  "GstNonstreamAudioDecoderClass.set_num_loops",
-  "GstNonstreamAudioDecoderClass.set_output_mode",
-  "GstNonstreamAudioDecoderClass.set_subsong_mode",
-  "GstNonstreamAudioDecoderClass.tell",
-  "GstNonstreamAudioDecoderClass::decide_allocation",
-  "GstNonstreamAudioDecoderClass::decode",
-  "GstNonstreamAudioDecoderClass::get_current_subsong",
-  "GstNonstreamAudioDecoderClass::get_main_tags",
-  "GstNonstreamAudioDecoderClass::get_num_loops",
-  "GstNonstreamAudioDecoderClass::get_num_subsongs",
-  "GstNonstreamAudioDecoderClass::get_subsong_duration",
-  "GstNonstreamAudioDecoderClass::get_subsong_tags",
-  "GstNonstreamAudioDecoderClass::get_supported_output_modes",
-  "GstNonstreamAudioDecoderClass::load_from_buffer",
-  "GstNonstreamAudioDecoderClass::load_from_custom",
-  "GstNonstreamAudioDecoderClass::negotiate",
-  "GstNonstreamAudioDecoderClass::propose_allocation",
-  "GstNonstreamAudioDecoderClass::seek",
-  "GstNonstreamAudioDecoderClass::set_current_subsong",
-  "GstNonstreamAudioDecoderClass::set_num_loops",
-  "GstNonstreamAudioDecoderClass::set_output_mode",
-  "GstNonstreamAudioDecoderClass::set_subsong_mode",
-  "GstNonstreamAudioDecoderClass::tell",
-  "GstNonstreamAudioOutputMode",
-  "GstNonstreamAudioSubsongMode",
-  "GstNtpClock",
-  "GstNtpClock.clock",
-  "GstNtpClockClass.parent_class",
-  "GstNvAV1Dec!sink",
-  "GstNvAV1Dec!src",
-  "GstNvAutoGpuH264Enc!sink",
-  "GstNvAutoGpuH264Enc!src",
-  "GstNvAutoGpuH265Enc!sink",
-  "GstNvAutoGpuH265Enc!src",
-  "GstNvBaseEnc",
-  "GstNvBaseEnc:aq-strength",
-  "GstNvBaseEnc:bitrate",
-  "GstNvBaseEnc:const-quality",
-  "GstNvBaseEnc:cuda-device-id",
-  "GstNvBaseEnc:gop-size",
-  "GstNvBaseEnc:i-adapt",
-  "GstNvBaseEnc:max-bitrate",
-  "GstNvBaseEnc:nonref-p",
-  "GstNvBaseEnc:preset",
-  "GstNvBaseEnc:qp-const",
-  "GstNvBaseEnc:qp-const-b",
-  "GstNvBaseEnc:qp-const-i",
-  "GstNvBaseEnc:qp-const-p",
-  "GstNvBaseEnc:qp-max",
-  "GstNvBaseEnc:qp-max-b",
-  "GstNvBaseEnc:qp-max-i",
-  "GstNvBaseEnc:qp-max-p",
-  "GstNvBaseEnc:qp-min",
-  "GstNvBaseEnc:qp-min-b",
-  "GstNvBaseEnc:qp-min-i",
-  "GstNvBaseEnc:qp-min-p",
-  "GstNvBaseEnc:rc-mode",
-  "GstNvBaseEnc:spatial-aq",
-  "GstNvBaseEnc:strict-gop",
-  "GstNvBaseEnc:zerolatency",
-  "GstNvCudaH264Enc!sink",
-  "GstNvCudaH264Enc!src",
-  "GstNvCudaH265Enc!sink",
-  "GstNvCudaH265Enc!src",
-  "GstNvD3D11H264Enc!sink",
-  "GstNvD3D11H264Enc!src",
-  "GstNvD3D11H265Enc!sink",
-  "GstNvD3D11H265Enc!src",
-  "GstNvDec",
-  "GstNvDec:cuda-device-id",
-  "GstNvDec:max-display-delay",
-  "GstNvDevice0H264Enc",
-  "GstNvDevice0H265Enc",
-  "GstNvEncoder",
-  "GstNvEncoder:cc-insert",
-  "GstNvEncoderMultiPass",
-  "GstNvEncoderMultiPass::default",
-  "GstNvEncoderMultiPass::disabled",
-  "GstNvEncoderMultiPass::two-pass",
-  "GstNvEncoderMultiPass::two-pass-quarter",
-  "GstNvEncoderPreset",
-  "GstNvEncoderPreset::default",
-  "GstNvEncoderPreset::hp",
-  "GstNvEncoderPreset::hq",
-  "GstNvEncoderPreset::lossless",
-  "GstNvEncoderPreset::lossless-hp",
-  "GstNvEncoderPreset::low-latency",
-  "GstNvEncoderPreset::low-latency-hp",
-  "GstNvEncoderPreset::low-latency-hq",
-  "GstNvEncoderPreset::p1",
-  "GstNvEncoderPreset::p2",
-  "GstNvEncoderPreset::p3",
-  "GstNvEncoderPreset::p4",
-  "GstNvEncoderPreset::p5",
-  "GstNvEncoderPreset::p6",
-  "GstNvEncoderPreset::p7",
-  "GstNvEncoderRCMode",
-  "GstNvEncoderRCMode::cbr",
-  "GstNvEncoderRCMode::cbr-hq",
-  "GstNvEncoderRCMode::cbr-ld-hq",
-  "GstNvEncoderRCMode::cqp",
-  "GstNvEncoderRCMode::vbr",
-  "GstNvEncoderRCMode::vbr-hq",
-  "GstNvEncoderSeiInsertMode",
-  "GstNvEncoderSeiInsertMode::disabled",
-  "GstNvEncoderSeiInsertMode::insert",
-  "GstNvEncoderSeiInsertMode::insert-and-drop",
-  "GstNvEncoderTune",
-  "GstNvEncoderTune::default",
-  "GstNvEncoderTune::high-quality",
-  "GstNvEncoderTune::lossless",
-  "GstNvEncoderTune::low-latency",
-  "GstNvEncoderTune::ultra-low-latency",
-  "GstNvH264Dec!sink",
-  "GstNvH264Dec!src",
-  "GstNvH264Enc",
-  "GstNvH264Enc!sink",
-  "GstNvH264Enc!src",
-  "GstNvH264Enc:aud",
-  "GstNvH264Enc:b-adapt",
-  "GstNvH264Enc:bframes",
-  "GstNvH264Enc:rc-lookahead",
-  "GstNvH264Enc:temporal-aq",
-  "GstNvH264Enc:vbv-buffer-size",
-  "GstNvH264Enc:weighted-pred",
-  "GstNvH265Dec!sink",
-  "GstNvH265Dec!src",
-  "GstNvH265Enc",
-  "GstNvH265Enc!sink",
-  "GstNvH265Enc!src",
-  "GstNvH265Enc:aud",
-  "GstNvH265Enc:b-adapt",
-  "GstNvH265Enc:bframes",
-  "GstNvH265Enc:rc-lookahead",
-  "GstNvH265Enc:temporal-aq",
-  "GstNvH265Enc:vbv-buffer-size",
-  "GstNvH265Enc:weighted-pred",
-  "GstNvJpegEnc!sink",
-  "GstNvJpegEnc!src",
-  "GstNvPreset",
-  "GstNvPreset::default",
-  "GstNvPreset::hp",
-  "GstNvPreset::hq",
-  "GstNvPreset::lossless",
-  "GstNvPreset::lossless-hp",
-  "GstNvPreset::low-latency",
-  "GstNvPreset::low-latency-hp",
-  "GstNvPreset::low-latency-hq",
-  "GstNvRCMode",
-  "GstNvRCMode::cbr",
-  "GstNvRCMode::cbr-hq",
-  "GstNvRCMode::cbr-ld-hq",
-  "GstNvRCMode::constqp",
-  "GstNvRCMode::default",
-  "GstNvRCMode::vbr",
-  "GstNvRCMode::vbr-hq",
-  "GstNvRCMode::vbr-minqp",
-  "GstNvVp8Dec!sink",
-  "GstNvVp8Dec!src",
-  "GstNvVp9Dec!sink",
-  "GstNvVp9Dec!src",
-  "GstOSXVideoSink!sink",
-  "GstObject",
-  "GstObject.flags",
-  "GstObject.lock",
-  "GstObject.name",
-  "GstObject.object",
-  "GstObject.parent",
-  "GstObject::deep-notify",
-  "GstObject:name",
-  "GstObject:parent",
-  "GstObjectClass.deep_notify",
-  "GstObjectClass.parent_class",
-  "GstObjectClass.path_string_separator",
-  "GstObjectClass::deep_notify",
-  "GstObjectDetectionOverlay!sink",
-  "GstObjectDetectionOverlay!src",
-  "GstObjectFlags",
-  "GstOggAviParse",
-  "GstOggAviParse!sink",
-  "GstOggAviParse!src",
-  "GstOggDemux",
-  "GstOggDemux!sink",
-  "GstOggDemux!src_%08x",
-  "GstOggMux",
-  "GstOggMux!audio_%u",
-  "GstOggMux!src",
-  "GstOggMux!subtitle_%u",
-  "GstOggMux!video_%u",
-  "GstOggMux:max-delay",
-  "GstOggMux:max-page-delay",
-  "GstOggMux:max-tolerance",
-  "GstOggMux:skeleton",
-  "GstOggParse",
-  "GstOggParse!sink",
-  "GstOggParse!src",
-  "GstOgmAudioParse",
-  "GstOgmAudioParse!sink",
-  "GstOgmAudioParse!src",
-  "GstOgmParse",
-  "GstOgmTextParse",
-  "GstOgmTextParse!sink",
-  "GstOgmTextParse!src",
-  "GstOgmVideoParse",
-  "GstOgmVideoParse!sink",
-  "GstOgmVideoParse!src",
-  "GstOpTV",
-  "GstOpTV!sink",
-  "GstOpTV!src",
-  "GstOpTV:mode",
-  "GstOpTV:speed",
-  "GstOpTV:threshold",
-  "GstOpTVMode",
-  "GstOpTVMode::horizontal-stripes",
-  "GstOpTVMode::maelstrom",
-  "GstOpTVMode::radiation",
-  "GstOpTVMode::vertical-stripes",
-  "GstOpenALSink",
-  "GstOpenALSink!sink",
-  "GstOpenALSink:device",
-  "GstOpenALSink:device-name",
-  "GstOpenALSink:user-context",
-  "GstOpenALSink:user-device",
-  "GstOpenALSink:user-source",
-  "GstOpenCVTrackerAlgorithm",
-  "GstOpenCVTrackerAlgorithm::Boosting",
-  "GstOpenCVTrackerAlgorithm::CSRT",
-  "GstOpenCVTrackerAlgorithm::KCF",
-  "GstOpenCVTrackerAlgorithm::MIL",
-  "GstOpenCVTrackerAlgorithm::MOSSE",
-  "GstOpenCVTrackerAlgorithm::MedianFlow",
-  "GstOpenCVTrackerAlgorithm::TLD",
-  "GstOpenEXRDec",
-  "GstOpenEXRDec!sink",
-  "GstOpenEXRDec!src",
-  "GstOpenJPEGDec",
-  "GstOpenJPEGDec!sink",
-  "GstOpenJPEGDec!src",
-  "GstOpenJPEGDec:max-threads",
-  "GstOpenJPEGEnc",
-  "GstOpenJPEGEnc!sink",
-  "GstOpenJPEGEnc!src",
-  "GstOpenJPEGEnc:num-layers",
-  "GstOpenJPEGEnc:num-resolutions",
-  "GstOpenJPEGEnc:num-stripes",
-  "GstOpenJPEGEnc:progression-order",
-  "GstOpenJPEGEnc:tile-height",
-  "GstOpenJPEGEnc:tile-offset-x",
-  "GstOpenJPEGEnc:tile-offset-y",
-  "GstOpenJPEGEnc:tile-width",
-  "GstOpenJPEGEncProgressionOrder",
-  "GstOpenJPEGEncProgressionOrder::crpl",
-  "GstOpenJPEGEncProgressionOrder::lrcp",
-  "GstOpenJPEGEncProgressionOrder::pcrl",
-  "GstOpenJPEGEncProgressionOrder::rlcp",
-  "GstOpenJPEGEncProgressionOrder::rpcl",
-  "GstOpenMptDec",
-  "GstOpenMptDec!sink",
-  "GstOpenMptDec!src",
-  "GstOpenMptDec:current-subsong",
-  "GstOpenMptDec:filter-length",
-  "GstOpenMptDec:master-gain",
-  "GstOpenMptDec:num-loops",
-  "GstOpenMptDec:output-buffer-size",
-  "GstOpenMptDec:output-mode",
-  "GstOpenMptDec:stereo-separation",
-  "GstOpenMptDec:subsong-mode",
-  "GstOpenMptDec:volume-ramping",
-  "GstOpenalSrc",
-  "GstOpenalSrc!src",
-  "GstOpenalSrc:device",
-  "GstOpenalSrc:device-name",
-  "GstOpencvFaceBlurFlags",
-  "GstOpencvFaceBlurFlags::do-canny-pruning",
-  "GstOpencvFaceDetectFlags",
-  "GstOpencvFaceDetectFlags::do-canny-pruning",
-  "GstOpencvTextOverlay",
-  "GstOpencvTextOverlay!sink",
-  "GstOpencvTextOverlay!src",
-  "GstOpencvTextOverlay:colorB",
-  "GstOpencvTextOverlay:colorG",
-  "GstOpencvTextOverlay:colorR",
-  "GstOpencvTextOverlay:height",
-  "GstOpencvTextOverlay:text",
-  "GstOpencvTextOverlay:thickness",
-  "GstOpencvTextOverlay:width",
-  "GstOpencvTextOverlay:xpos",
-  "GstOpencvTextOverlay:ypos",
-  "GstOpencvVideoFilter",
-  "GstOpencvVideoFilterClass",
-  "GstOpencvVideoFilterSetCaps",
-  "GstOpencvVideoFilterTransformFunc",
-  "GstOpencvVideoFilterTransformIPFunc",
-  "GstOpenh264Dec",
-  "GstOpenh264Dec!sink",
-  "GstOpenh264Dec!src",
-  "GstOpenh264Enc",
-  "GstOpenh264Enc!sink",
-  "GstOpenh264Enc!src",
-  "GstOpenh264Enc:adaptive-quantization",
-  "GstOpenh264Enc:background-detection",
-  "GstOpenh264Enc:bitrate",
-  "GstOpenh264Enc:complexity",
-  "GstOpenh264Enc:deblocking",
-  "GstOpenh264Enc:enable-denoise",
-  "GstOpenh264Enc:enable-frame-skip",
-  "GstOpenh264Enc:gop-size",
-  "GstOpenh264Enc:max-bitrate",
-  "GstOpenh264Enc:max-slice-size",
-  "GstOpenh264Enc:multi-thread",
-  "GstOpenh264Enc:num-slices",
-  "GstOpenh264Enc:qp-max",
-  "GstOpenh264Enc:qp-min",
-  "GstOpenh264Enc:rate-control",
-  "GstOpenh264Enc:scene-change-detection",
-  "GstOpenh264Enc:slice-mode",
-  "GstOpenh264Enc:usage-type",
-  "GstOpenh264EncSliceModes",
-  "GstOpenh264EncSliceModes::auto",
-  "GstOpenh264EncSliceModes::n-slices",
-  "GstOpenh264encComplexity",
-  "GstOpenh264encComplexity::high",
-  "GstOpenh264encComplexity::low",
-  "GstOpenh264encComplexity::medium",
-  "GstOpenh264encDeblockingModes",
-  "GstOpenh264encDeblockingModes::not-slice-boundaries",
-  "GstOpenh264encDeblockingModes::off",
-  "GstOpenh264encDeblockingModes::on",
-  "GstOpenni2Src",
-  "GstOpenni2Src!src",
-  "GstOpenni2Src:blocksize",
-  "GstOpenni2Src:do-timestamp",
-  "GstOpenni2Src:location",
-  "GstOpenni2Src:num-buffers",
-  "GstOpenni2Src:sourcetype",
-  "GstOpenni2Src:typefind",
-  "GstOpenni2SrcSourcetype",
-  "GstOpenni2SrcSourcetype::both",
-  "GstOpenni2SrcSourcetype::color",
-  "GstOpenni2SrcSourcetype::depth",
-  "GstOpusDec",
-  "GstOpusDec!sink",
-  "GstOpusDec!src",
-  "GstOpusDec:apply-gain",
-  "GstOpusDec:phase-inversion",
-  "GstOpusDec:stats",
-  "GstOpusDec:use-inband-fec",
-  "GstOpusEnc",
-  "GstOpusEnc!sink",
-  "GstOpusEnc!src",
-  "GstOpusEnc:audio-type",
-  "GstOpusEnc:bandwidth",
-  "GstOpusEnc:bitrate",
-  "GstOpusEnc:bitrate-type",
-  "GstOpusEnc:complexity",
-  "GstOpusEnc:dtx",
-  "GstOpusEnc:frame-size",
-  "GstOpusEnc:inband-fec",
-  "GstOpusEnc:max-payload-size",
-  "GstOpusEnc:packet-loss-percentage",
-  "GstOpusEncAudioType",
-  "GstOpusEncAudioType::generic",
-  "GstOpusEncAudioType::restricted-lowdelay",
-  "GstOpusEncAudioType::voice",
-  "GstOpusEncBandwidth",
-  "GstOpusEncBandwidth::auto",
-  "GstOpusEncBandwidth::fullband",
-  "GstOpusEncBandwidth::mediumband",
-  "GstOpusEncBandwidth::narrowband",
-  "GstOpusEncBandwidth::superwideband",
-  "GstOpusEncBandwidth::wideband",
-  "GstOpusEncBitrateType",
-  "GstOpusEncBitrateType::cbr",
-  "GstOpusEncBitrateType::constrained-vbr",
-  "GstOpusEncBitrateType::vbr",
-  "GstOpusEncFrameSize",
-  "GstOpusEncFrameSize::10",
-  "GstOpusEncFrameSize::2.5",
-  "GstOpusEncFrameSize::20",
-  "GstOpusEncFrameSize::40",
-  "GstOpusEncFrameSize::5",
-  "GstOpusEncFrameSize::60",
-  "GstOpusParse",
-  "GstOpusParse!sink",
-  "GstOpusParse!src",
-  "GstOss4Sink",
-  "GstOss4Sink!sink",
-  "GstOss4Sink:device",
-  "GstOss4Sink:device-name",
-  "GstOss4Sink:mute",
-  "GstOss4Sink:volume",
-  "GstOss4Source",
-  "GstOss4Source!src",
-  "GstOss4Source:device",
-  "GstOss4Source:device-name",
-  "GstOssSink",
-  "GstOssSink!sink",
-  "GstOssSink:device",
-  "GstOssSrc",
-  "GstOssSrc!src",
-  "GstOssSrc:device",
-  "GstOssSrc:device-name",
-  "GstOsxAudioElement",
-  "GstOsxAudioSink!sink",
-  "GstOsxAudioSrc!src",
-  "GstOutputSelector",
-  "GstOutputSelector!sink",
-  "GstOutputSelector!src_%u",
-  "GstOutputSelector:active-pad",
-  "GstOutputSelector:pad-negotiation-mode",
-  "GstOutputSelector:resend-latest",
-  "GstOutputSelectorPadNegotiationMode",
-  "GstOutputSelectorPadNegotiationMode::active",
-  "GstOutputSelectorPadNegotiationMode::all",
-  "GstOutputSelectorPadNegotiationMode::none",
-  "GstOverlayComposition",
-  "GstOverlayComposition!sink",
-  "GstOverlayComposition!src",
-  "GstOverlayComposition::caps-changed",
-  "GstOverlayComposition::draw",
-  "GstPad",
-  "GstPad.ABI._gst_reserved",
-  "GstPad.ABI.abi.eventfullfunc",
-  "GstPad.ABI.abi.last_flowret",
-  "GstPad.direction",
-  "GstPad.element_private",
-  "GstPad.object",
-  "GstPad.padtemplate",
-  "GstPad::linked",
-  "GstPad::unlinked",
-  "GstPad:caps",
-  "GstPad:direction",
-  "GstPad:offset",
-  "GstPad:template",
-  "GstPadActivateFunction",
-  "GstPadActivateModeFunction",
-  "GstPadChainFunction",
-  "GstPadChainListFunction",
-  "GstPadClass.linked",
-  "GstPadClass.parent_class",
-  "GstPadClass.unlinked",
-  "GstPadClass::linked",
-  "GstPadClass::unlinked",
-  "GstPadDirection",
-  "GstPadEventFullFunction",
-  "GstPadEventFunction",
-  "GstPadFlags",
-  "GstPadForwardFunction",
-  "GstPadGetRangeFunction",
-  "GstPadIterIntLinkFunction",
-  "GstPadLinkCheck",
-  "GstPadLinkFunction",
-  "GstPadLinkReturn",
-  "GstPadMode",
-  "GstPadPresence",
-  "GstPadProbeCallback",
-  "GstPadProbeInfo",
-  "GstPadProbeInfo.ABI._gst_reserved",
-  "GstPadProbeInfo.ABI.abi.flow_ret",
-  "GstPadProbeInfo.data",
-  "GstPadProbeInfo.id",
-  "GstPadProbeInfo.offset",
-  "GstPadProbeInfo.size",
-  "GstPadProbeInfo.type",
-  "GstPadProbeReturn",
-  "GstPadProbeType",
-  "GstPadQueryFunction",
-  "GstPadStickyEventsForeachFunction",
-  "GstPadTemplate",
-  "GstPadTemplate.ABI._gst_reserved",
-  "GstPadTemplate.ABI.abi.documentation_caps",
-  "GstPadTemplate.ABI.abi.gtype",
-  "GstPadTemplate.caps",
-  "GstPadTemplate.direction",
-  "GstPadTemplate.name_template",
-  "GstPadTemplate.object",
-  "GstPadTemplate.presence",
-  "GstPadTemplate::pad-created",
-  "GstPadTemplate:caps",
-  "GstPadTemplate:direction",
-  "GstPadTemplate:gtype",
-  "GstPadTemplate:name-template",
-  "GstPadTemplate:presence",
-  "GstPadTemplateClass.pad_created",
-  "GstPadTemplateClass.parent_class",
-  "GstPadTemplateClass::pad_created",
-  "GstPadTemplateFlags",
-  "GstPadUnlinkFunction",
-  "GstParamArray",
-  "GstParamFraction",
-  "GstParamSpecArray",
-  "GstParamSpecArray.element_spec",
-  "GstParamSpecArray.parent_instance",
-  "GstParamSpecFraction",
-  "GstParamSpecFraction.def_den",
-  "GstParamSpecFraction.def_num",
-  "GstParamSpecFraction.max_den",
-  "GstParamSpecFraction.max_num",
-  "GstParamSpecFraction.min_den",
-  "GstParamSpecFraction.min_num",
-  "GstParamSpecFraction.parent_instance",
-  "GstParentBufferMeta",
-  "GstParentBufferMeta.buffer",
-  "GstParentBufferMeta.parent",
-  "GstParseBin",
-  "GstParseBin!sink",
-  "GstParseBin!src_%u",
-  "GstParseBin::autoplug-continue",
-  "GstParseBin::autoplug-factories",
-  "GstParseBin::autoplug-query",
-  "GstParseBin::autoplug-select",
-  "GstParseBin::autoplug-sort",
-  "GstParseBin::drained",
-  "GstParseBin::unknown-type",
-  "GstParseBin:connection-speed",
-  "GstParseBin:expose-all-streams",
-  "GstParseBin:sink-caps",
-  "GstParseBin:subtitle-encoding",
-  "GstParseContext",
-  "GstParseError",
-  "GstParseFlags",
-  "GstPbUtilsCapsDescriptionFlags",
-  "GstPcapParse",
-  "GstPcapParse!sink",
-  "GstPcapParse!src",
-  "GstPcapParse:caps",
-  "GstPcapParse:dst-ip",
-  "GstPcapParse:dst-port",
-  "GstPcapParse:src-ip",
-  "GstPcapParse:src-port",
-  "GstPcapParse:ts-offset",
-  "GstPerspective",
-  "GstPerspective!sink",
-  "GstPerspective!src",
-  "GstPerspective:matrix",
-  "GstPhysMemoryAllocator",
-  "GstPhysMemoryAllocatorInterface.get_phys_addr",
-  "GstPhysMemoryAllocatorInterface::get_phys_addr",
-  "GstPinch",
-  "GstPinch!sink",
-  "GstPinch!src",
-  "GstPinch:intensity",
-  "GstPipeline",
-  "GstPipeline.bin",
-  "GstPipeline.delay",
-  "GstPipeline.fixed_clock",
-  "GstPipeline.new_field",
-  "GstPipeline.stream_time",
-  "GstPipeline:auto-flush-bus",
-  "GstPipeline:delay",
-  "GstPipeline:latency",
-  "GstPipelineClass.new_vfunc",
-  "GstPipelineClass.parent_class",
-  "GstPipelineClass::new_vfunc",
-  "GstPipelineFlags",
-  "GstPitch",
-  "GstPitch!sink",
-  "GstPitch!src",
-  "GstPitch:output-rate",
-  "GstPitch:pitch",
-  "GstPitch:rate",
-  "GstPitch:tempo",
-  "GstPlanarAudioAdapter",
-  "GstPlay",
-  "GstPlay:audio-video-offset",
-  "GstPlay:current-audio-track",
-  "GstPlay:current-subtitle-track",
-  "GstPlay:current-video-track",
-  "GstPlay:duration",
-  "GstPlay:media-info",
-  "GstPlay:mute",
-  "GstPlay:pipeline",
-  "GstPlay:position",
-  "GstPlay:rate",
-  "GstPlay:subtitle-video-offset",
-  "GstPlay:suburi",
-  "GstPlay:uri",
-  "GstPlay:video-multiview-flags",
-  "GstPlay:video-multiview-mode",
-  "GstPlay:video-renderer",
-  "GstPlay:volume",
-  "GstPlayAudioInfo",
-  "GstPlayBin",
-  "GstPlayBin3",
-  "GstPlayBin3::about-to-finish",
-  "GstPlayBin3::convert-sample",
-  "GstPlayBin3::element-setup",
-  "GstPlayBin3::source-setup",
-  "GstPlayBin3:audio-filter",
-  "GstPlayBin3:audio-sink",
-  "GstPlayBin3:audio-stream-combiner",
-  "GstPlayBin3:av-offset",
-  "GstPlayBin3:buffer-duration",
-  "GstPlayBin3:buffer-size",
-  "GstPlayBin3:connection-speed",
-  "GstPlayBin3:current-suburi",
-  "GstPlayBin3:current-uri",
-  "GstPlayBin3:flags",
-  "GstPlayBin3:force-aspect-ratio",
-  "GstPlayBin3:mute",
-  "GstPlayBin3:ring-buffer-max-size",
-  "GstPlayBin3:sample",
-  "GstPlayBin3:subtitle-encoding",
-  "GstPlayBin3:subtitle-font-desc",
-  "GstPlayBin3:suburi",
-  "GstPlayBin3:text-offset",
-  "GstPlayBin3:text-sink",
-  "GstPlayBin3:text-stream-combiner",
-  "GstPlayBin3:uri",
-  "GstPlayBin3:video-filter",
-  "GstPlayBin3:video-multiview-flags",
-  "GstPlayBin3:video-multiview-mode",
-  "GstPlayBin3:video-sink",
-  "GstPlayBin3:video-stream-combiner",
-  "GstPlayBin3:vis-plugin",
-  "GstPlayBin3:volume",
-  "GstPlayBin::about-to-finish",
-  "GstPlayBin::audio-changed",
-  "GstPlayBin::audio-tags-changed",
-  "GstPlayBin::convert-sample",
-  "GstPlayBin::element-setup",
-  "GstPlayBin::get-audio-pad",
-  "GstPlayBin::get-audio-tags",
-  "GstPlayBin::get-text-pad",
-  "GstPlayBin::get-text-tags",
-  "GstPlayBin::get-video-pad",
-  "GstPlayBin::get-video-tags",
-  "GstPlayBin::source-setup",
-  "GstPlayBin::text-changed",
-  "GstPlayBin::text-tags-changed",
-  "GstPlayBin::video-changed",
-  "GstPlayBin::video-tags-changed",
-  "GstPlayBin:audio-filter",
-  "GstPlayBin:audio-sink",
-  "GstPlayBin:audio-stream-combiner",
-  "GstPlayBin:av-offset",
-  "GstPlayBin:buffer-duration",
-  "GstPlayBin:buffer-size",
-  "GstPlayBin:connection-speed",
-  "GstPlayBin:current-audio",
-  "GstPlayBin:current-suburi",
-  "GstPlayBin:current-text",
-  "GstPlayBin:current-uri",
-  "GstPlayBin:current-video",
-  "GstPlayBin:flags",
-  "GstPlayBin:force-aspect-ratio",
-  "GstPlayBin:mute",
-  "GstPlayBin:n-audio",
-  "GstPlayBin:n-text",
-  "GstPlayBin:n-video",
-  "GstPlayBin:ring-buffer-max-size",
-  "GstPlayBin:sample",
-  "GstPlayBin:source",
-  "GstPlayBin:subtitle-encoding",
-  "GstPlayBin:subtitle-font-desc",
-  "GstPlayBin:suburi",
-  "GstPlayBin:text-offset",
-  "GstPlayBin:text-sink",
-  "GstPlayBin:text-stream-combiner",
-  "GstPlayBin:uri",
-  "GstPlayBin:video-filter",
-  "GstPlayBin:video-multiview-flags",
-  "GstPlayBin:video-multiview-mode",
-  "GstPlayBin:video-sink",
-  "GstPlayBin:video-stream-combiner",
-  "GstPlayBin:vis-plugin",
-  "GstPlayBin:volume",
-  "GstPlayColorBalanceType",
-  "GstPlayError",
-  "GstPlayFlags",
-  "GstPlayFlags::audio",
-  "GstPlayFlags::buffering",
-  "GstPlayFlags::deinterlace",
-  "GstPlayFlags::download",
-  "GstPlayFlags::force-filters",
-  "GstPlayFlags::force-sw-decoders",
-  "GstPlayFlags::native-audio",
-  "GstPlayFlags::native-video",
-  "GstPlayFlags::soft-colorbalance",
-  "GstPlayFlags::soft-volume",
-  "GstPlayFlags::text",
-  "GstPlayFlags::video",
-  "GstPlayFlags::vis",
-  "GstPlayMediaInfo",
-  "GstPlayMessage",
-  "GstPlaySignalAdapter",
-  "GstPlaySignalAdapter::buffering",
-  "GstPlaySignalAdapter::duration-changed",
-  "GstPlaySignalAdapter::end-of-stream",
-  "GstPlaySignalAdapter::error",
-  "GstPlaySignalAdapter::media-info-updated",
-  "GstPlaySignalAdapter::mute-changed",
-  "GstPlaySignalAdapter::position-updated",
-  "GstPlaySignalAdapter::seek-done",
-  "GstPlaySignalAdapter::state-changed",
-  "GstPlaySignalAdapter::uri-loaded",
-  "GstPlaySignalAdapter::video-dimensions-changed",
-  "GstPlaySignalAdapter::volume-changed",
-  "GstPlaySignalAdapter::warning",
-  "GstPlaySignalAdapter:play",
-  "GstPlaySink",
-  "GstPlaySink!audio_raw_sink",
-  "GstPlaySink!audio_sink",
-  "GstPlaySink!text_sink",
-  "GstPlaySink!video_raw_sink",
-  "GstPlaySink!video_sink",
-  "GstPlaySink::convert-sample",
-  "GstPlaySink::reconfigure",
-  "GstPlaySink:audio-filter",
-  "GstPlaySink:audio-sink",
-  "GstPlaySink:av-offset",
-  "GstPlaySink:flags",
-  "GstPlaySink:force-aspect-ratio",
-  "GstPlaySink:mute",
-  "GstPlaySink:sample",
-  "GstPlaySink:send-event-mode",
-  "GstPlaySink:subtitle-encoding",
-  "GstPlaySink:subtitle-font-desc",
-  "GstPlaySink:text-offset",
-  "GstPlaySink:text-sink",
-  "GstPlaySink:video-filter",
-  "GstPlaySink:video-sink",
-  "GstPlaySink:vis-plugin",
-  "GstPlaySink:volume",
-  "GstPlaySinkSendEventMode",
-  "GstPlaySinkSendEventMode::default",
-  "GstPlaySinkSendEventMode::first",
-  "GstPlaySnapshotFormat",
-  "GstPlayState",
-  "GstPlayStreamInfo",
-  "GstPlaySubtitleInfo",
-  "GstPlayVideoInfo",
-  "GstPlayVideoOverlayVideoRenderer",
-  "GstPlayVideoOverlayVideoRenderer:video-sink",
-  "GstPlayVideoOverlayVideoRenderer:window-handle",
-  "GstPlayVideoRenderer",
-  "GstPlayVideoRendererInterface.parent_iface",
-  "GstPlayVideoRendererInterface::create_video_sink",
-  "GstPlayVisualization",
-  "GstPlayVisualization.description",
-  "GstPlayVisualization.name",
-  "GstPlayer",
-  "GstPlayer::buffering",
-  "GstPlayer::duration-changed",
-  "GstPlayer::end-of-stream",
-  "GstPlayer::error",
-  "GstPlayer::media-info-updated",
-  "GstPlayer::mute-changed",
-  "GstPlayer::position-updated",
-  "GstPlayer::seek-done",
-  "GstPlayer::state-changed",
-  "GstPlayer::uri-loaded",
-  "GstPlayer::video-dimensions-changed",
-  "GstPlayer::volume-changed",
-  "GstPlayer::warning",
-  "GstPlayer:audio-video-offset",
-  "GstPlayer:current-audio-track",
-  "GstPlayer:current-subtitle-track",
-  "GstPlayer:current-video-track",
-  "GstPlayer:duration",
-  "GstPlayer:media-info",
-  "GstPlayer:mute",
-  "GstPlayer:pipeline",
-  "GstPlayer:position",
-  "GstPlayer:rate",
-  "GstPlayer:signal-dispatcher",
-  "GstPlayer:subtitle-video-offset",
-  "GstPlayer:suburi",
-  "GstPlayer:uri",
-  "GstPlayer:video-multiview-flags",
-  "GstPlayer:video-multiview-mode",
-  "GstPlayer:video-renderer",
-  "GstPlayer:volume",
-  "GstPlayerAudioInfo",
-  "GstPlayerColorBalanceType",
-  "GstPlayerError",
-  "GstPlayerGMainContextSignalDispatcher",
-  "GstPlayerGMainContextSignalDispatcher:application-context",
-  "GstPlayerMediaInfo",
-  "GstPlayerSignalDispatcher",
-  "GstPlayerSignalDispatcherFunc",
-  "GstPlayerSignalDispatcherInterface.dispatch",
-  "GstPlayerSignalDispatcherInterface.parent_iface",
-  "GstPlayerSignalDispatcherInterface::dispatch",
-  "GstPlayerSnapshotFormat",
-  "GstPlayerState",
-  "GstPlayerStreamInfo",
-  "GstPlayerSubtitleInfo",
-  "GstPlayerVideoInfo",
-  "GstPlayerVideoOverlayVideoRenderer",
-  "GstPlayerVideoOverlayVideoRenderer:video-sink",
-  "GstPlayerVideoOverlayVideoRenderer:window-handle",
-  "GstPlayerVideoRenderer",
-  "GstPlayerVideoRendererInterface.create_video_sink",
-  "GstPlayerVideoRendererInterface.parent_iface",
-  "GstPlayerVideoRendererInterface::create_video_sink",
-  "GstPlayerVisualization",
-  "GstPlayerVisualization.description",
-  "GstPlayerVisualization.name",
-  "GstPlugin",
-  "GstPluginAPIFlags",
-  "GstPluginDependencyFlags",
-  "GstPluginDesc",
-  "GstPluginDesc.description",
-  "GstPluginDesc.license",
-  "GstPluginDesc.major_version",
-  "GstPluginDesc.minor_version",
-  "GstPluginDesc.name",
-  "GstPluginDesc.origin",
-  "GstPluginDesc.package",
-  "GstPluginDesc.plugin_init",
-  "GstPluginDesc.release_datetime",
-  "GstPluginDesc.source",
-  "GstPluginDesc.version",
-  "GstPluginError",
-  "GstPluginFeature",
-  "GstPluginFeatureFilter",
-  "GstPluginFilter",
-  "GstPluginFlags",
-  "GstPluginInitFullFunc",
-  "GstPluginInitFunc",
-  "GstPngDec",
-  "GstPngDec!sink",
-  "GstPngDec!src",
-  "GstPngEnc",
-  "GstPngEnc!sink",
-  "GstPngEnc!src",
-  "GstPngEnc:compression-level",
-  "GstPngEnc:snapshot",
-  "GstPngParse",
-  "GstPngParse!sink",
-  "GstPngParse!src",
-  "GstPnmdec",
-  "GstPnmdec!sink",
-  "GstPnmdec!src",
-  "GstPnmenc",
-  "GstPnmenc!sink",
-  "GstPnmenc!src",
-  "GstPnmenc:ascii",
-  "GstPoll",
-  "GstPollFD",
-  "GstPollFD.fd",
-  "GstPreset",
-  "GstPresetInterface.delete_preset",
-  "GstPresetInterface.get_meta",
-  "GstPresetInterface.get_preset_names",
-  "GstPresetInterface.get_property_names",
-  "GstPresetInterface.load_preset",
-  "GstPresetInterface.parent",
-  "GstPresetInterface.rename_preset",
-  "GstPresetInterface.save_preset",
-  "GstPresetInterface.set_meta",
-  "GstPresetInterface::delete_preset",
-  "GstPresetInterface::get_meta",
-  "GstPresetInterface::get_preset_names",
-  "GstPresetInterface::get_property_names",
-  "GstPresetInterface::load_preset",
-  "GstPresetInterface::rename_preset",
-  "GstPresetInterface::save_preset",
-  "GstPresetInterface::set_meta",
-  "GstProgressReport",
-  "GstProgressReport!sink",
-  "GstProgressReport!src",
-  "GstProgressReport:do-query",
-  "GstProgressReport:format",
-  "GstProgressReport:silent",
-  "GstProgressReport:update-freq",
-  "GstProgressType",
-  "GstPromise",
-  "GstPromise.parent",
-  "GstPromiseChangeFunc",
-  "GstPromiseResult",
-  "GstProtectionMeta",
-  "GstProtectionMeta.info",
-  "GstProtectionMeta.meta",
-  "GstProxyControlBinding",
-  "GstProxyPad",
-  "GstProxyPad.pad",
-  "GstProxyPadClass.parent_class",
-  "GstProxySink",
-  "GstProxySink!sink",
-  "GstProxySrc",
-  "GstProxySrc!src",
-  "GstProxySrc:proxysink",
-  "GstPtpClock",
-  "GstPtpClock.clock",
-  "GstPtpClock:domain",
-  "GstPtpClock:grandmaster-clock-id",
-  "GstPtpClock:internal-clock",
-  "GstPtpClock:master-clock-id",
-  "GstPtpClockClass.parent_class",
-  "GstPtpStatisticsCallback",
-  "GstPulseSink",
-  "GstPulseSink!sink",
-  "GstPulseSink:client-name",
-  "GstPulseSink:current-device",
-  "GstPulseSink:device",
-  "GstPulseSink:device-name",
-  "GstPulseSink:mute",
-  "GstPulseSink:server",
-  "GstPulseSink:stream-properties",
-  "GstPulseSink:volume",
-  "GstPulseSrc",
-  "GstPulseSrc!src",
-  "GstPulseSrc:client-name",
-  "GstPulseSrc:current-device",
-  "GstPulseSrc:device",
-  "GstPulseSrc:device-name",
-  "GstPulseSrc:mute",
-  "GstPulseSrc:server",
-  "GstPulseSrc:source-output-index",
-  "GstPulseSrc:stream-properties",
-  "GstPulseSrc:volume",
-  "GstPushFileSrc",
-  "GstPushFileSrc!src",
-  "GstPushFileSrc:applied-rate",
-  "GstPushFileSrc:initial-timestamp",
-  "GstPushFileSrc:location",
-  "GstPushFileSrc:rate",
-  "GstPushFileSrc:start-time",
-  "GstPushFileSrc:stream-time",
-  "GstPushFileSrc:time-segment",
-  "GstPushSrc",
-  "GstPushSrc.parent",
-  "GstPushSrcClass.alloc",
-  "GstPushSrcClass.create",
-  "GstPushSrcClass.fill",
-  "GstPushSrcClass.parent_class",
-  "GstPushSrcClass::alloc",
-  "GstPushSrcClass::create",
-  "GstPushSrcClass::fill",
-  "GstQOSType",
-  "GstQROverlay!sink",
-  "GstQROverlay!src",
-  "GstQTDemux",
-  "GstQTDemux!audio_%u",
-  "GstQTDemux!sink",
-  "GstQTDemux!subtitle_%u",
-  "GstQTDemux!video_%u",
-  "GstQTMoovRecover",
-  "GstQTMoovRecover:broken-input",
-  "GstQTMoovRecover:faststart-mode",
-  "GstQTMoovRecover:fixed-output",
-  "GstQTMoovRecover:recovery-input",
-  "GstQTMux",
-  "GstQTMux!audio_%u",
-  "GstQTMux!caption_%u",
-  "GstQTMux!src",
-  "GstQTMux!subtitle_%u",
-  "GstQTMux!video_%u",
-  "GstQTMuxDtsMethods",
-  "GstQTMuxDtsMethods::asc",
-  "GstQTMuxDtsMethods::dd",
-  "GstQTMuxDtsMethods::reorder",
-  "GstQTMuxElement",
-  "GstQTMuxElement!audio_%u",
-  "GstQTMuxElement!caption_%u",
-  "GstQTMuxElement!src",
-  "GstQTMuxElement!subtitle_%u",
-  "GstQTMuxElement!video_%u",
-  "GstQTMuxElement:streamable",
-  "GstQTMuxFragmentMode",
-  "GstQTMuxFragmentMode::dash-or-mss",
-  "GstQTMuxFragmentMode::first-moov-then-finalise",
-  "GstQTMuxPad",
-  "GstQTMuxPad:trak-timescale",
-  "GstQml6D3D11Sink!sink",
-  "GstQrcodeOverlayCorrection",
-  "GstQrcodeOverlayCorrection::Approx 15%%",
-  "GstQrcodeOverlayCorrection::Approx 25%%",
-  "GstQrcodeOverlayCorrection::Approx 30%%",
-  "GstQrcodeOverlayCorrection::Approx 7%%",
-  "GstQsvAV1Enc!sink",
-  "GstQsvAV1Enc!src",
-  "GstQsvAV1EncRateControl",
-  "GstQsvAV1EncRateControl::cbr",
-  "GstQsvAV1EncRateControl::cqp",
-  "GstQsvAV1EncRateControl::vbr",
-  "GstQsvCodingOption",
-  "GstQsvCodingOption::off",
-  "GstQsvCodingOption::on",
-  "GstQsvCodingOption::unknown",
-  "GstQsvDecoder",
-  "GstQsvDecoder:adapter-luid",
-  "GstQsvEncoder",
-  "GstQsvEncoder:adapter-luid",
-  "GstQsvEncoder:low-latency",
-  "GstQsvEncoder:target-usage",
-  "GstQsvH264Dec!sink",
-  "GstQsvH264Dec!src",
-  "GstQsvH264Enc!sink",
-  "GstQsvH264Enc!src",
-  "GstQsvH264EncRCLookAheadDS",
-  "GstQsvH264EncRCLookAheadDS::2x",
-  "GstQsvH264EncRCLookAheadDS::4x",
-  "GstQsvH264EncRCLookAheadDS::off",
-  "GstQsvH264EncRCLookAheadDS::unknown",
-  "GstQsvH264EncRateControl",
-  "GstQsvH264EncRateControl::avbr",
-  "GstQsvH264EncRateControl::cbr",
-  "GstQsvH264EncRateControl::cqp",
-  "GstQsvH264EncRateControl::icq",
-  "GstQsvH264EncRateControl::la-hrd",
-  "GstQsvH264EncRateControl::la-icq",
-  "GstQsvH264EncRateControl::la-vbr",
-  "GstQsvH264EncRateControl::qvbr",
-  "GstQsvH264EncRateControl::vbr",
-  "GstQsvH264EncRateControl::vcm",
-  "GstQsvH264EncSeiInsertMode",
-  "GstQsvH264EncSeiInsertMode::disabled",
-  "GstQsvH264EncSeiInsertMode::insert",
-  "GstQsvH264EncSeiInsertMode::insert-and-drop",
-  "GstQsvH264Trellis",
-  "GstQsvH264Trellis::b",
-  "GstQsvH264Trellis::i",
-  "GstQsvH264Trellis::off",
-  "GstQsvH264Trellis::p",
-  "GstQsvH264Trellis::unknown",
-  "GstQsvH265Dec!sink",
-  "GstQsvH265Dec!src",
-  "GstQsvH265Enc!sink",
-  "GstQsvH265Enc!src",
-  "GstQsvH265EncRateControl",
-  "GstQsvH265EncRateControl::cbr",
-  "GstQsvH265EncRateControl::cqp",
-  "GstQsvH265EncRateControl::icq",
-  "GstQsvH265EncRateControl::qvbr",
-  "GstQsvH265EncRateControl::vbr",
-  "GstQsvH265EncRateControl::vcm",
-  "GstQsvH265EncSeiInsertMode",
-  "GstQsvH265EncSeiInsertMode::disabled",
-  "GstQsvH265EncSeiInsertMode::insert",
-  "GstQsvH265EncSeiInsertMode::insert-and-drop",
-  "GstQsvJpegDec!sink",
-  "GstQsvJpegDec!src",
-  "GstQsvJpegEnc!sink",
-  "GstQsvJpegEnc!src",
-  "GstQsvVP9Dec!sink",
-  "GstQsvVP9Dec!src",
-  "GstQsvVP9Enc!sink",
-  "GstQsvVP9Enc!src",
-  "GstQsvVP9EncRateControl",
-  "GstQsvVP9EncRateControl::cbr",
-  "GstQsvVP9EncRateControl::cqp",
-  "GstQsvVP9EncRateControl::icq",
-  "GstQsvVP9EncRateControl::vbr",
-  "GstQtOverlay",
-  "GstQtOverlay!sink",
-  "GstQtOverlay!src",
-  "GstQtOverlay::qml-scene-destroyed",
-  "GstQtOverlay::qml-scene-initialized",
-  "GstQtOverlay:context",
-  "GstQtOverlay:qml-scene",
-  "GstQtOverlay:qos",
-  "GstQtOverlay:root-item",
-  "GstQtOverlay:widget",
-  "GstQtSink",
-  "GstQtSink!sink",
-  "GstQtSink:async",
-  "GstQtSink:blocksize",
-  "GstQtSink:enable-last-sample",
-  "GstQtSink:force-aspect-ratio",
-  "GstQtSink:last-sample",
-  "GstQtSink:max-bitrate",
-  "GstQtSink:max-lateness",
-  "GstQtSink:pixel-aspect-ratio",
-  "GstQtSink:processing-deadline",
-  "GstQtSink:qos",
-  "GstQtSink:render-delay",
-  "GstQtSink:show-preroll-frame",
-  "GstQtSink:stats",
-  "GstQtSink:sync",
-  "GstQtSink:throttle-time",
-  "GstQtSink:ts-offset",
-  "GstQtSink:widget",
-  "GstQtSrc",
-  "GstQtSrc!src",
-  "GstQtSrc:blocksize",
-  "GstQtSrc:do-timestamp",
-  "GstQtSrc:num-buffers",
-  "GstQtSrc:typefind",
-  "GstQtSrc:use-default-fbo",
-  "GstQtSrc:window",
-  "GstQuarkTV",
-  "GstQuarkTV!sink",
-  "GstQuarkTV!src",
-  "GstQuarkTV:planes",
-  "GstQuery",
-  "GstQuery.mini_object",
-  "GstQuery.type",
-  "GstQueryType",
-  "GstQueryTypeFlags",
-  "GstQueue",
-  "GstQueue!sink",
-  "GstQueue!src",
-  "GstQueue2",
-  "GstQueue2!sink",
-  "GstQueue2!src",
-  "GstQueue2:avg-in-rate",
-  "GstQueue2:bitrate",
-  "GstQueue2:current-level-buffers",
-  "GstQueue2:current-level-bytes",
-  "GstQueue2:current-level-time",
-  "GstQueue2:high-percent",
-  "GstQueue2:high-watermark",
-  "GstQueue2:low-percent",
-  "GstQueue2:low-watermark",
-  "GstQueue2:max-size-buffers",
-  "GstQueue2:max-size-bytes",
-  "GstQueue2:max-size-time",
-  "GstQueue2:ring-buffer-max-size",
-  "GstQueue2:temp-location",
-  "GstQueue2:temp-remove",
-  "GstQueue2:temp-template",
-  "GstQueue2:use-bitrate-query",
-  "GstQueue2:use-buffering",
-  "GstQueue2:use-rate-estimate",
-  "GstQueue2:use-tags-bitrate",
-  "GstQueue::overrun",
-  "GstQueue::pushing",
-  "GstQueue::running",
-  "GstQueue::underrun",
-  "GstQueue:current-level-buffers",
-  "GstQueue:current-level-bytes",
-  "GstQueue:current-level-time",
-  "GstQueue:flush-on-eos",
-  "GstQueue:leaky",
-  "GstQueue:max-size-buffers",
-  "GstQueue:max-size-bytes",
-  "GstQueue:max-size-time",
-  "GstQueue:min-threshold-buffers",
-  "GstQueue:min-threshold-bytes",
-  "GstQueue:min-threshold-time",
-  "GstQueue:silent",
-  "GstQueueArray",
-  "GstQueueLeaky",
-  "GstQueueLeaky::downstream",
-  "GstQueueLeaky::no",
-  "GstQueueLeaky::upstream",
-  "GstRGB2Bayer",
-  "GstRGB2Bayer!sink",
-  "GstRGB2Bayer!src",
-  "GstRMDemux",
-  "GstRMDemux!audio_%u",
-  "GstRMDemux!sink",
-  "GstRMDemux!video_%u",
-  "GstRTCPBuffer",
-  "GstRTCPBuffer.buffer",
-  "GstRTCPBuffer.map",
-  "GstRTCPFBType",
-  "GstRTCPPacket",
-  "GstRTCPPacket.offset",
-  "GstRTCPPacket.rtcp",
-  "GstRTCPSDESType",
-  "GstRTCPSync",
-  "GstRTCPSync::always",
-  "GstRTCPSync::initial",
-  "GstRTCPSync::rtp-info",
-  "GstRTCPType",
-  "GstRTCPXRType",
-  "GstRTMPSink",
-  "GstRTMPSink!sink",
-  "GstRTMPSink:location",
-  "GstRTMPSrc",
-  "GstRTMPSrc!src",
-  "GstRTMPSrc:location",
-  "GstRTMPSrc:timeout",
-  "GstRTPBVDepay",
-  "GstRTPBVDepay!sink",
-  "GstRTPBVDepay!src",
-  "GstRTPBVPay",
-  "GstRTPBVPay!sink",
-  "GstRTPBVPay!src",
-  "GstRTPBaseAudioPayload",
-  "GstRTPBaseAudioPayload.base_ts",
-  "GstRTPBaseAudioPayload.frame_duration",
-  "GstRTPBaseAudioPayload.frame_size",
-  "GstRTPBaseAudioPayload.payload",
-  "GstRTPBaseAudioPayload.priv",
-  "GstRTPBaseAudioPayload.sample_size",
-  "GstRTPBaseAudioPayload:buffer-list",
-  "GstRTPBaseAudioPayloadClass.parent_class",
-  "GstRTPBaseDepayload",
-  "GstRTPBaseDepayload.clock_rate",
-  "GstRTPBaseDepayload.need_newsegment",
-  "GstRTPBaseDepayload.parent",
-  "GstRTPBaseDepayload.segment",
-  "GstRTPBaseDepayload.sinkpad",
-  "GstRTPBaseDepayload.srcpad",
-  "GstRTPBaseDepayload::add-extension",
-  "GstRTPBaseDepayload::clear-extensions",
-  "GstRTPBaseDepayload::request-extension",
-  "GstRTPBaseDepayload:auto-header-extension",
-  "GstRTPBaseDepayload:extensions",
-  "GstRTPBaseDepayload:max-reorder",
-  "GstRTPBaseDepayload:source-info",
-  "GstRTPBaseDepayload:stats",
-  "GstRTPBaseDepayloadClass.handle_event",
-  "GstRTPBaseDepayloadClass.packet_lost",
-  "GstRTPBaseDepayloadClass.parent_class",
-  "GstRTPBaseDepayloadClass.process",
-  "GstRTPBaseDepayloadClass.process_rtp_packet",
-  "GstRTPBaseDepayloadClass.set_caps",
-  "GstRTPBaseDepayloadClass::handle_event",
-  "GstRTPBaseDepayloadClass::packet_lost",
-  "GstRTPBaseDepayloadClass::process",
-  "GstRTPBaseDepayloadClass::process_rtp_packet",
-  "GstRTPBaseDepayloadClass::set_caps",
-  "GstRTPBasePayload",
-  "GstRTPBasePayload.element",
-  "GstRTPBasePayload::add-extension",
-  "GstRTPBasePayload::clear-extensions",
-  "GstRTPBasePayload::request-extension",
-  "GstRTPBasePayload:auto-header-extension",
-  "GstRTPBasePayload:extensions",
-  "GstRTPBasePayload:max-ptime",
-  "GstRTPBasePayload:min-ptime",
-  "GstRTPBasePayload:mtu",
-  "GstRTPBasePayload:onvif-no-rate-control",
-  "GstRTPBasePayload:perfect-rtptime",
-  "GstRTPBasePayload:pt",
-  "GstRTPBasePayload:ptime-multiple",
-  "GstRTPBasePayload:scale-rtptime",
-  "GstRTPBasePayload:seqnum",
-  "GstRTPBasePayload:seqnum-offset",
-  "GstRTPBasePayload:source-info",
-  "GstRTPBasePayload:ssrc",
-  "GstRTPBasePayload:stats",
-  "GstRTPBasePayload:timestamp",
-  "GstRTPBasePayload:timestamp-offset",
-  "GstRTPBasePayload:twcc-ext-id",
-  "GstRTPBasePayloadClass.get_caps",
-  "GstRTPBasePayloadClass.handle_buffer",
-  "GstRTPBasePayloadClass.parent_class",
-  "GstRTPBasePayloadClass.query",
-  "GstRTPBasePayloadClass.set_caps",
-  "GstRTPBasePayloadClass.sink_event",
-  "GstRTPBasePayloadClass.src_event",
-  "GstRTPBasePayloadClass::get_caps",
-  "GstRTPBasePayloadClass::handle_buffer",
-  "GstRTPBasePayloadClass::query",
-  "GstRTPBasePayloadClass::set_caps",
-  "GstRTPBasePayloadClass::sink_event",
-  "GstRTPBasePayloadClass::src_event",
-  "GstRTPBuffer",
-  "GstRTPBuffer.buffer",
-  "GstRTPBuffer.data",
-  "GstRTPBuffer.map",
-  "GstRTPBuffer.size",
-  "GstRTPBuffer.state",
-  "GstRTPBufferFlags",
-  "GstRTPBufferMapFlags",
-  "GstRTPDTMFMux",
-  "GstRTPDTMFMux!priority_sink_%u",
-  "GstRTPDTMFMux!sink_%u",
-  "GstRTPDTMFMux!src",
-  "GstRTPDTMFSrc",
-  "GstRTPDTMFSrc!src",
-  "GstRTPDTMFSrc:clock-rate",
-  "GstRTPDTMFSrc:packet-redundancy",
-  "GstRTPDTMFSrc:pt",
-  "GstRTPDTMFSrc:seqnum",
-  "GstRTPDTMFSrc:seqnum-offset",
-  "GstRTPDTMFSrc:ssrc",
-  "GstRTPDTMFSrc:timestamp",
-  "GstRTPDTMFSrc:timestamp-offset",
-  "GstRTPDVDepay",
-  "GstRTPDVDepay!sink",
-  "GstRTPDVDepay!src",
-  "GstRTPDVPay",
-  "GstRTPDVPay!sink",
-  "GstRTPDVPay!src",
-  "GstRTPDVPay:mode",
-  "GstRTPDec",
-  "GstRTPDec!recv_rtcp_sink_%u",
-  "GstRTPDec!recv_rtp_sink_%u",
-  "GstRTPDec!recv_rtp_src_%u_%u_%u",
-  "GstRTPDec!rtcp_src_%u",
-  "GstRTPDec::clear-pt-map",
-  "GstRTPDec::on-bye-ssrc",
-  "GstRTPDec::on-bye-timeout",
-  "GstRTPDec::on-new-ssrc",
-  "GstRTPDec::on-ssrc-collision",
-  "GstRTPDec::on-ssrc-validated",
-  "GstRTPDec::on-timeout",
-  "GstRTPDec::request-pt-map",
-  "GstRTPDec:latency",
-  "GstRTPG723Pay",
-  "GstRTPG723Pay!sink",
-  "GstRTPG723Pay!src",
-  "GstRTPG729Pay",
-  "GstRTPG729Pay!sink",
-  "GstRTPG729Pay!src",
-  "GstRTPGSMDepay",
-  "GstRTPGSMDepay!sink",
-  "GstRTPGSMDepay!src",
-  "GstRTPGSMPay",
-  "GstRTPGSMPay!sink",
-  "GstRTPGSMPay!src",
-  "GstRTPHeaderExtension",
-  "GstRTPHeaderExtension.ext_id",
-  "GstRTPHeaderExtension.parent",
-  "GstRTPHeaderExtension.wants_update_non_rtp_src_caps",
-  "GstRTPHeaderExtensionClass.parent_class",
-  "GstRTPHeaderExtensionClass::get_max_size",
-  "GstRTPHeaderExtensionClass::get_supported_flags",
-  "GstRTPHeaderExtensionClass::read",
-  "GstRTPHeaderExtensionClass::set_attributes",
-  "GstRTPHeaderExtensionClass::set_caps_from_attributes",
-  "GstRTPHeaderExtensionClass::set_non_rtp_sink_caps",
-  "GstRTPHeaderExtensionClass::update_non_rtp_src_caps",
-  "GstRTPHeaderExtensionClass::write",
-  "GstRTPHeaderExtensionDirection",
-  "GstRTPHeaderExtensionFlags",
-  "GstRTPILBCPay",
-  "GstRTPILBCPay!sink",
-  "GstRTPILBCPay!src",
-  "GstRTPMP2TPay",
-  "GstRTPMP2TPay!sink",
-  "GstRTPMP2TPay!src",
-  "GstRTPMPVPay",
-  "GstRTPMPVPay!sink",
-  "GstRTPMPVPay!src",
-  "GstRTPMux",
-  "GstRTPMux!sink_%u",
-  "GstRTPMux!src",
-  "GstRTPMux:seqnum",
-  "GstRTPMux:seqnum-offset",
-  "GstRTPMux:ssrc",
-  "GstRTPMux:timestamp-offset",
-  "GstRTPOpusDepay",
-  "GstRTPOpusDepay!sink",
-  "GstRTPOpusDepay!src",
-  "GstRTPPayload",
-  "GstRTPPayloadInfo",
-  "GstRTPPayloadInfo.bitrate",
-  "GstRTPPayloadInfo.clock_rate",
-  "GstRTPPayloadInfo.encoding_name",
-  "GstRTPPayloadInfo.encoding_parameters",
-  "GstRTPPayloadInfo.media",
-  "GstRTPPayloadInfo.payload_type",
-  "GstRTPProfile",
-  "GstRTPRtxQueue",
-  "GstRTPRtxQueue!sink",
-  "GstRTPRtxQueue!src",
-  "GstRTPRtxQueue:fulfilled-requests",
-  "GstRTPRtxQueue:max-size-packets",
-  "GstRTPRtxQueue:max-size-time",
-  "GstRTPRtxQueue:requests",
-  "GstRTPST_2022_1_FecDec!fec_%u",
-  "GstRTPST_2022_1_FecDec!sink",
-  "GstRTPST_2022_1_FecDec!src",
-  "GstRTPST_2022_1_FecEnc!fec_%u",
-  "GstRTPST_2022_1_FecEnc!sink",
-  "GstRTPST_2022_1_FecEnc!src",
-  "GstRTPSirenDepay",
-  "GstRTPSirenDepay!sink",
-  "GstRTPSirenDepay!src",
-  "GstRTPSirenPay",
-  "GstRTPSirenPay!sink",
-  "GstRTPSirenPay!src",
-  "GstRTPSourceMeta",
-  "GstRTPSourceMeta.csrc",
-  "GstRTPSourceMeta.csrc_count",
-  "GstRTPSourceMeta.meta",
-  "GstRTPSourceMeta.ssrc",
-  "GstRTPSourceMeta.ssrc_valid",
-  "GstRTPiLBCDepay",
-  "GstRTPiLBCDepay!sink",
-  "GstRTPiLBCDepay!src",
-  "GstRTPiLBCDepay:mode",
-  "GstRTSPAddress",
-  "GstRTSPAddress.address",
-  "GstRTSPAddress.n_ports",
-  "GstRTSPAddress.pool",
-  "GstRTSPAddress.port",
-  "GstRTSPAddress.ttl",
-  "GstRTSPAddressFlags",
-  "GstRTSPAddressPool",
-  "GstRTSPAddressPool.parent",
-  "GstRTSPAddressPoolClass.parent_class",
-  "GstRTSPAddressPoolResult",
-  "GstRTSPAuth",
-  "GstRTSPAuth.parent",
-  "GstRTSPAuth::accept-certificate",
-  "GstRTSPAuthClass.accept_certificate",
-  "GstRTSPAuthClass.authenticate",
-  "GstRTSPAuthClass.check",
-  "GstRTSPAuthClass.generate_authenticate_header",
-  "GstRTSPAuthClass.parent_class",
-  "GstRTSPAuthClass::accept_certificate",
-  "GstRTSPAuthClass::authenticate",
-  "GstRTSPAuthClass::check",
-  "GstRTSPAuthClass::generate_authenticate_header",
-  "GstRTSPAuthCredential",
-  "GstRTSPAuthCredential.authorization",
-  "GstRTSPAuthCredential.params",
-  "GstRTSPAuthCredential.scheme",
-  "GstRTSPAuthMethod",
-  "GstRTSPAuthParam",
-  "GstRTSPAuthParam.name",
-  "GstRTSPAuthParam.value",
-  "GstRTSPBackchannel",
-  "GstRTSPBackchannel::none",
-  "GstRTSPBackchannel::onvif",
-  "GstRTSPClient",
-  "GstRTSPClient.parent",
-  "GstRTSPClient::announce-request",
-  "GstRTSPClient::check-requirements",
-  "GstRTSPClient::closed",
-  "GstRTSPClient::describe-request",
-  "GstRTSPClient::get-parameter-request",
-  "GstRTSPClient::handle-response",
-  "GstRTSPClient::new-session",
-  "GstRTSPClient::options-request",
-  "GstRTSPClient::pause-request",
-  "GstRTSPClient::play-request",
-  "GstRTSPClient::pre-announce-request",
-  "GstRTSPClient::pre-describe-request",
-  "GstRTSPClient::pre-get-parameter-request",
-  "GstRTSPClient::pre-options-request",
-  "GstRTSPClient::pre-pause-request",
-  "GstRTSPClient::pre-play-request",
-  "GstRTSPClient::pre-record-request",
-  "GstRTSPClient::pre-set-parameter-request",
-  "GstRTSPClient::pre-setup-request",
-  "GstRTSPClient::pre-teardown-request",
-  "GstRTSPClient::record-request",
-  "GstRTSPClient::send-message",
-  "GstRTSPClient::set-parameter-request",
-  "GstRTSPClient::setup-request",
-  "GstRTSPClient::teardown-request",
-  "GstRTSPClient:drop-backlog",
-  "GstRTSPClient:mount-points",
-  "GstRTSPClient:post-session-timeout",
-  "GstRTSPClient:session-pool",
-  "GstRTSPClientClass.adjust_play_mode",
-  "GstRTSPClientClass.adjust_play_response",
-  "GstRTSPClientClass.announce_request",
-  "GstRTSPClientClass.check_requirements",
-  "GstRTSPClientClass.closed",
-  "GstRTSPClientClass.configure_client_media",
-  "GstRTSPClientClass.configure_client_transport",
-  "GstRTSPClientClass.create_sdp",
-  "GstRTSPClientClass.describe_request",
-  "GstRTSPClientClass.get_parameter_request",
-  "GstRTSPClientClass.handle_response",
-  "GstRTSPClientClass.handle_sdp",
-  "GstRTSPClientClass.make_path_from_uri",
-  "GstRTSPClientClass.new_session",
-  "GstRTSPClientClass.options_request",
-  "GstRTSPClientClass.params_get",
-  "GstRTSPClientClass.params_set",
-  "GstRTSPClientClass.parent_class",
-  "GstRTSPClientClass.pause_request",
-  "GstRTSPClientClass.play_request",
-  "GstRTSPClientClass.pre_announce_request",
-  "GstRTSPClientClass.pre_describe_request",
-  "GstRTSPClientClass.pre_get_parameter_request",
-  "GstRTSPClientClass.pre_options_request",
-  "GstRTSPClientClass.pre_pause_request",
-  "GstRTSPClientClass.pre_play_request",
-  "GstRTSPClientClass.pre_record_request",
-  "GstRTSPClientClass.pre_set_parameter_request",
-  "GstRTSPClientClass.pre_setup_request",
-  "GstRTSPClientClass.pre_teardown_request",
-  "GstRTSPClientClass.record_request",
-  "GstRTSPClientClass.send_message",
-  "GstRTSPClientClass.set_parameter_request",
-  "GstRTSPClientClass.setup_request",
-  "GstRTSPClientClass.teardown_request",
-  "GstRTSPClientClass.tunnel_http_response",
-  "GstRTSPClientClass::adjust_error_code",
-  "GstRTSPClientClass::adjust_play_mode",
-  "GstRTSPClientClass::adjust_play_response",
-  "GstRTSPClientClass::announce_request",
-  "GstRTSPClientClass::check_requirements",
-  "GstRTSPClientClass::closed",
-  "GstRTSPClientClass::configure_client_media",
-  "GstRTSPClientClass::configure_client_transport",
-  "GstRTSPClientClass::create_sdp",
-  "GstRTSPClientClass::describe_request",
-  "GstRTSPClientClass::get_parameter_request",
-  "GstRTSPClientClass::handle_response",
-  "GstRTSPClientClass::handle_sdp",
-  "GstRTSPClientClass::make_path_from_uri",
-  "GstRTSPClientClass::new_session",
-  "GstRTSPClientClass::options_request",
-  "GstRTSPClientClass::params_get",
-  "GstRTSPClientClass::params_set",
-  "GstRTSPClientClass::pause_request",
-  "GstRTSPClientClass::play_request",
-  "GstRTSPClientClass::pre_announce_request",
-  "GstRTSPClientClass::pre_describe_request",
-  "GstRTSPClientClass::pre_get_parameter_request",
-  "GstRTSPClientClass::pre_options_request",
-  "GstRTSPClientClass::pre_pause_request",
-  "GstRTSPClientClass::pre_play_request",
-  "GstRTSPClientClass::pre_record_request",
-  "GstRTSPClientClass::pre_set_parameter_request",
-  "GstRTSPClientClass::pre_setup_request",
-  "GstRTSPClientClass::pre_teardown_request",
-  "GstRTSPClientClass::record_request",
-  "GstRTSPClientClass::send_message",
-  "GstRTSPClientClass::set_parameter_request",
-  "GstRTSPClientClass::setup_request",
-  "GstRTSPClientClass::teardown_request",
-  "GstRTSPClientClass::tunnel_http_response",
-  "GstRTSPClientSendFunc",
-  "GstRTSPClientSendMessagesFunc",
-  "GstRTSPClientSessionFilterFunc",
-  "GstRTSPClientSink",
-  "GstRTSPClientSink!sink_%u",
-  "GstRTSPClientSink::accept-certificate",
-  "GstRTSPClientSink::handle-request",
-  "GstRTSPClientSink::new-manager",
-  "GstRTSPClientSink::new-payloader",
-  "GstRTSPClientSink::request-rtcp-key",
-  "GstRTSPClientSink:debug",
-  "GstRTSPClientSink:do-rtsp-keep-alive",
-  "GstRTSPClientSink:latency",
-  "GstRTSPClientSink:location",
-  "GstRTSPClientSink:multicast-iface",
-  "GstRTSPClientSink:ntp-time-source",
-  "GstRTSPClientSink:port-range",
-  "GstRTSPClientSink:profiles",
-  "GstRTSPClientSink:protocols",
-  "GstRTSPClientSink:proxy",
-  "GstRTSPClientSink:proxy-id",
-  "GstRTSPClientSink:proxy-pw",
-  "GstRTSPClientSink:retry",
-  "GstRTSPClientSink:rtp-blocksize",
-  "GstRTSPClientSink:rtx-time",
-  "GstRTSPClientSink:sdes",
-  "GstRTSPClientSink:tcp-timeout",
-  "GstRTSPClientSink:timeout",
-  "GstRTSPClientSink:tls-database",
-  "GstRTSPClientSink:tls-interaction",
-  "GstRTSPClientSink:tls-validation-flags",
-  "GstRTSPClientSink:udp-buffer-size",
-  "GstRTSPClientSink:udp-reconnect",
-  "GstRTSPClientSink:user-agent",
-  "GstRTSPClientSink:user-id",
-  "GstRTSPClientSink:user-pw",
-  "GstRTSPClientSinkNtpTimeSource",
-  "GstRTSPClientSinkNtpTimeSource::clock-time",
-  "GstRTSPClientSinkNtpTimeSource::ntp",
-  "GstRTSPClientSinkNtpTimeSource::running-time",
-  "GstRTSPClientSinkNtpTimeSource::unix",
-  "GstRTSPConnection",
-  "GstRTSPConnectionAcceptCertificateFunc",
-  "GstRTSPContext",
-  "GstRTSPContext.auth",
-  "GstRTSPContext.client",
-  "GstRTSPContext.conn",
-  "GstRTSPContext.factory",
-  "GstRTSPContext.media",
-  "GstRTSPContext.method",
-  "GstRTSPContext.request",
-  "GstRTSPContext.response",
-  "GstRTSPContext.server",
-  "GstRTSPContext.session",
-  "GstRTSPContext.sessmedia",
-  "GstRTSPContext.stream",
-  "GstRTSPContext.token",
-  "GstRTSPContext.trans",
-  "GstRTSPContext.uri",
-  "GstRTSPEvent",
-  "GstRTSPExtension",
-  "GstRTSPExtension::send",
-  "GstRTSPExtensionInterface.after_send",
-  "GstRTSPExtensionInterface.before_send",
-  "GstRTSPExtensionInterface.configure_stream",
-  "GstRTSPExtensionInterface.detect_server",
-  "GstRTSPExtensionInterface.get_transports",
-  "GstRTSPExtensionInterface.parent",
-  "GstRTSPExtensionInterface.parse_sdp",
-  "GstRTSPExtensionInterface.receive_request",
-  "GstRTSPExtensionInterface.send",
-  "GstRTSPExtensionInterface.setup_media",
-  "GstRTSPExtensionInterface.stream_select",
-  "GstRTSPExtensionInterface::after_send",
-  "GstRTSPExtensionInterface::before_send",
-  "GstRTSPExtensionInterface::configure_stream",
-  "GstRTSPExtensionInterface::detect_server",
-  "GstRTSPExtensionInterface::get_transports",
-  "GstRTSPExtensionInterface::parse_sdp",
-  "GstRTSPExtensionInterface::receive_request",
-  "GstRTSPExtensionInterface::send",
-  "GstRTSPExtensionInterface::setup_media",
-  "GstRTSPExtensionInterface::stream_select",
-  "GstRTSPFamily",
-  "GstRTSPFilterResult",
-  "GstRTSPHeaderField",
-  "GstRTSPKeepAliveFunc",
-  "GstRTSPLowerTrans",
-  "GstRTSPMedia",
-  "GstRTSPMedia.parent",
-  "GstRTSPMedia::handle-message",
-  "GstRTSPMedia::new-state",
-  "GstRTSPMedia::new-stream",
-  "GstRTSPMedia::prepared",
-  "GstRTSPMedia::removed-stream",
-  "GstRTSPMedia::target-state",
-  "GstRTSPMedia::unprepared",
-  "GstRTSPMedia:bind-mcast-address",
-  "GstRTSPMedia:buffer-size",
-  "GstRTSPMedia:clock",
-  "GstRTSPMedia:dscp-qos",
-  "GstRTSPMedia:element",
-  "GstRTSPMedia:ensure-keyunit-on-start",
-  "GstRTSPMedia:ensure-keyunit-on-start-timeout",
-  "GstRTSPMedia:eos-shutdown",
-  "GstRTSPMedia:latency",
-  "GstRTSPMedia:max-mcast-ttl",
-  "GstRTSPMedia:profiles",
-  "GstRTSPMedia:protocols",
-  "GstRTSPMedia:reusable",
-  "GstRTSPMedia:shared",
-  "GstRTSPMedia:stop-on-disconnect",
-  "GstRTSPMedia:suspend-mode",
-  "GstRTSPMedia:time-provider",
-  "GstRTSPMedia:transport-mode",
-  "GstRTSPMediaClass.convert_range",
-  "GstRTSPMediaClass.create_rtpbin",
-  "GstRTSPMediaClass.handle_message",
-  "GstRTSPMediaClass.handle_sdp",
-  "GstRTSPMediaClass.new_state",
-  "GstRTSPMediaClass.new_stream",
-  "GstRTSPMediaClass.parent_class",
-  "GstRTSPMediaClass.prepare",
-  "GstRTSPMediaClass.prepared",
-  "GstRTSPMediaClass.query_position",
-  "GstRTSPMediaClass.query_stop",
-  "GstRTSPMediaClass.removed_stream",
-  "GstRTSPMediaClass.setup_rtpbin",
-  "GstRTSPMediaClass.setup_sdp",
-  "GstRTSPMediaClass.suspend",
-  "GstRTSPMediaClass.target_state",
-  "GstRTSPMediaClass.unprepare",
-  "GstRTSPMediaClass.unprepared",
-  "GstRTSPMediaClass.unsuspend",
-  "GstRTSPMediaClass::convert_range",
-  "GstRTSPMediaClass::create_rtpbin",
-  "GstRTSPMediaClass::handle_message",
-  "GstRTSPMediaClass::handle_sdp",
-  "GstRTSPMediaClass::new_state",
-  "GstRTSPMediaClass::new_stream",
-  "GstRTSPMediaClass::prepare",
-  "GstRTSPMediaClass::prepared",
-  "GstRTSPMediaClass::query_position",
-  "GstRTSPMediaClass::query_stop",
-  "GstRTSPMediaClass::removed_stream",
-  "GstRTSPMediaClass::setup_rtpbin",
-  "GstRTSPMediaClass::setup_sdp",
-  "GstRTSPMediaClass::suspend",
-  "GstRTSPMediaClass::target_state",
-  "GstRTSPMediaClass::unprepare",
-  "GstRTSPMediaClass::unprepared",
-  "GstRTSPMediaClass::unsuspend",
-  "GstRTSPMediaFactory",
-  "GstRTSPMediaFactory.parent",
-  "GstRTSPMediaFactory::media-configure",
-  "GstRTSPMediaFactory::media-constructed",
-  "GstRTSPMediaFactory:bind-mcast-address",
-  "GstRTSPMediaFactory:buffer-size",
-  "GstRTSPMediaFactory:clock",
-  "GstRTSPMediaFactory:dscp-qos",
-  "GstRTSPMediaFactory:enable-rtcp",
-  "GstRTSPMediaFactory:ensure-keyunit-on-start",
-  "GstRTSPMediaFactory:ensure-keyunit-on-start-timeout",
-  "GstRTSPMediaFactory:eos-shutdown",
-  "GstRTSPMediaFactory:latency",
-  "GstRTSPMediaFactory:launch",
-  "GstRTSPMediaFactory:max-mcast-ttl",
-  "GstRTSPMediaFactory:profiles",
-  "GstRTSPMediaFactory:protocols",
-  "GstRTSPMediaFactory:shared",
-  "GstRTSPMediaFactory:stop-on-disconnect",
-  "GstRTSPMediaFactory:suspend-mode",
-  "GstRTSPMediaFactory:transport-mode",
-  "GstRTSPMediaFactoryClass.configure",
-  "GstRTSPMediaFactoryClass.construct",
-  "GstRTSPMediaFactoryClass.create_element",
-  "GstRTSPMediaFactoryClass.create_pipeline",
-  "GstRTSPMediaFactoryClass.gen_key",
-  "GstRTSPMediaFactoryClass.media_configure",
-  "GstRTSPMediaFactoryClass.media_constructed",
-  "GstRTSPMediaFactoryClass.parent_class",
-  "GstRTSPMediaFactoryClass::configure",
-  "GstRTSPMediaFactoryClass::construct",
-  "GstRTSPMediaFactoryClass::create_element",
-  "GstRTSPMediaFactoryClass::create_pipeline",
-  "GstRTSPMediaFactoryClass::gen_key",
-  "GstRTSPMediaFactoryClass::media_configure",
-  "GstRTSPMediaFactoryClass::media_constructed",
-  "GstRTSPMediaFactoryURI",
-  "GstRTSPMediaFactoryURI.parent",
-  "GstRTSPMediaFactoryURI:uri",
-  "GstRTSPMediaFactoryURI:use-gstpay",
-  "GstRTSPMediaFactoryURIClass.parent_class",
-  "GstRTSPMediaStatus",
-  "GstRTSPMessage",
-  "GstRTSPMessage.type",
-  "GstRTSPMessage.type_data.request.method",
-  "GstRTSPMessage.type_data.request.response.code",
-  "GstRTSPMessage.type_data.request.response.data.channel",
-  "GstRTSPMessage.type_data.request.response.reason",
-  "GstRTSPMessage.type_data.request.response.version",
-  "GstRTSPMessage.type_data.request.uri",
-  "GstRTSPMessage.type_data.request.version",
-  "GstRTSPMessageSentFunc",
-  "GstRTSPMessageSentFuncFull",
-  "GstRTSPMethod",
-  "GstRTSPMountPoints",
-  "GstRTSPMountPoints.parent",
-  "GstRTSPMountPointsClass.make_path",
-  "GstRTSPMountPointsClass.parent_class",
-  "GstRTSPMountPointsClass::make_path",
-  "GstRTSPMsgType",
-  "GstRTSPNatMethod",
-  "GstRTSPNatMethod::dummy",
-  "GstRTSPNatMethod::none",
-  "GstRTSPOnvifClient",
-  "GstRTSPOnvifClient.parent",
-  "GstRTSPOnvifClientClass.parent",
-  "GstRTSPOnvifMedia",
-  "GstRTSPOnvifMedia.parent",
-  "GstRTSPOnvifMedia.priv",
-  "GstRTSPOnvifMediaClass.parent",
-  "GstRTSPOnvifMediaFactory",
-  "GstRTSPOnvifMediaFactory.parent",
-  "GstRTSPOnvifMediaFactory.priv",
-  "GstRTSPOnvifMediaFactoryClass.has_backchannel_support",
-  "GstRTSPOnvifMediaFactoryClass.parent",
-  "GstRTSPOnvifMediaFactoryClass::has_backchannel_support",
-  "GstRTSPOnvifServer",
-  "GstRTSPOnvifServer.parent",
-  "GstRTSPOnvifServerClass.parent",
-  "GstRTSPPermissions",
-  "GstRTSPPermissions.mini_object",
-  "GstRTSPProfile",
-  "GstRTSPPublishClockMode",
-  "GstRTSPRange",
-  "GstRTSPRange.max",
-  "GstRTSPRange.min",
-  "GstRTSPRangeUnit",
-  "GstRTSPResult",
-  "GstRTSPSendFunc",
-  "GstRTSPSendListFunc",
-  "GstRTSPServer",
-  "GstRTSPServer.parent",
-  "GstRTSPServer::client-connected",
-  "GstRTSPServer:address",
-  "GstRTSPServer:backlog",
-  "GstRTSPServer:bound-port",
-  "GstRTSPServer:content-length-limit",
-  "GstRTSPServer:mount-points",
-  "GstRTSPServer:service",
-  "GstRTSPServer:session-pool",
-  "GstRTSPServerClass.client_connected",
-  "GstRTSPServerClass.create_client",
-  "GstRTSPServerClass.parent_class",
-  "GstRTSPServerClass::client_connected",
-  "GstRTSPServerClass::create_client",
-  "GstRTSPServerClientFilterFunc",
-  "GstRTSPSession",
-  "GstRTSPSession.parent",
-  "GstRTSPSession:extra-timeout",
-  "GstRTSPSession:sessionid",
-  "GstRTSPSession:timeout",
-  "GstRTSPSession:timeout-always-visible",
-  "GstRTSPSessionClass.parent_class",
-  "GstRTSPSessionFilterFunc",
-  "GstRTSPSessionMedia",
-  "GstRTSPSessionMedia.parent",
-  "GstRTSPSessionMediaClass.parent_class",
-  "GstRTSPSessionPool",
-  "GstRTSPSessionPool.parent",
-  "GstRTSPSessionPool::session-removed",
-  "GstRTSPSessionPool:max-sessions",
-  "GstRTSPSessionPoolClass.create_session",
-  "GstRTSPSessionPoolClass.create_session_id",
-  "GstRTSPSessionPoolClass.parent_class",
-  "GstRTSPSessionPoolClass.session_removed",
-  "GstRTSPSessionPoolClass::create_session",
-  "GstRTSPSessionPoolClass::create_session_id",
-  "GstRTSPSessionPoolClass::session_removed",
-  "GstRTSPSessionPoolFilterFunc",
-  "GstRTSPSessionPoolFunc",
-  "GstRTSPSrc",
-  "GstRTSPSrc!stream_%u",
-  "GstRTSPSrc::accept-certificate",
-  "GstRTSPSrc::before-send",
-  "GstRTSPSrc::get-parameter",
-  "GstRTSPSrc::get-parameters",
-  "GstRTSPSrc::handle-request",
-  "GstRTSPSrc::new-manager",
-  "GstRTSPSrc::on-sdp",
-  "GstRTSPSrc::push-backchannel-buffer",
-  "GstRTSPSrc::request-rtcp-key",
-  "GstRTSPSrc::select-stream",
-  "GstRTSPSrc::set-parameter",
-  "GstRTSPSrc:backchannel",
-  "GstRTSPSrc:buffer-mode",
-  "GstRTSPSrc:connection-speed",
-  "GstRTSPSrc:debug",
-  "GstRTSPSrc:default-rtsp-version",
-  "GstRTSPSrc:do-retransmission",
-  "GstRTSPSrc:do-rtcp",
-  "GstRTSPSrc:do-rtsp-keep-alive",
-  "GstRTSPSrc:drop-on-latency",
-  "GstRTSPSrc:is-live",
-  "GstRTSPSrc:latency",
-  "GstRTSPSrc:location",
-  "GstRTSPSrc:max-rtcp-rtp-time-diff",
-  "GstRTSPSrc:max-ts-offset",
-  "GstRTSPSrc:max-ts-offset-adjustment",
-  "GstRTSPSrc:multicast-iface",
-  "GstRTSPSrc:nat-method",
-  "GstRTSPSrc:ntp-sync",
-  "GstRTSPSrc:ntp-time-source",
-  "GstRTSPSrc:onvif-mode",
-  "GstRTSPSrc:onvif-rate-control",
-  "GstRTSPSrc:port-range",
-  "GstRTSPSrc:probation",
-  "GstRTSPSrc:protocols",
-  "GstRTSPSrc:proxy",
-  "GstRTSPSrc:proxy-id",
-  "GstRTSPSrc:proxy-pw",
-  "GstRTSPSrc:retry",
-  "GstRTSPSrc:rfc7273-sync",
-  "GstRTSPSrc:rtp-blocksize",
-  "GstRTSPSrc:sdes",
-  "GstRTSPSrc:short-header",
-  "GstRTSPSrc:tcp-timeout",
-  "GstRTSPSrc:teardown-timeout",
-  "GstRTSPSrc:timeout",
-  "GstRTSPSrc:tls-database",
-  "GstRTSPSrc:tls-interaction",
-  "GstRTSPSrc:tls-validation-flags",
-  "GstRTSPSrc:udp-buffer-size",
-  "GstRTSPSrc:udp-reconnect",
-  "GstRTSPSrc:use-pipeline-clock",
-  "GstRTSPSrc:user-agent",
-  "GstRTSPSrc:user-id",
-  "GstRTSPSrc:user-pw",
-  "GstRTSPSrcBufferMode",
-  "GstRTSPSrcBufferMode::auto",
-  "GstRTSPSrcBufferMode::buffer",
-  "GstRTSPSrcBufferMode::none",
-  "GstRTSPSrcBufferMode::slave",
-  "GstRTSPSrcBufferMode::synced",
-  "GstRTSPSrcNtpTimeSource",
-  "GstRTSPSrcNtpTimeSource::clock-time",
-  "GstRTSPSrcNtpTimeSource::ntp",
-  "GstRTSPSrcNtpTimeSource::running-time",
-  "GstRTSPSrcNtpTimeSource::unix",
-  "GstRTSPState",
-  "GstRTSPStatusCode",
-  "GstRTSPStream",
-  "GstRTSPStream.parent",
-  "GstRTSPStream::new-rtcp-encoder",
-  "GstRTSPStream::new-rtp-encoder",
-  "GstRTSPStream::new-rtp-rtcp-decoder",
-  "GstRTSPStream:control",
-  "GstRTSPStream:profiles",
-  "GstRTSPStream:protocols",
-  "GstRTSPStreamClass.parent_class",
-  "GstRTSPStreamTransport",
-  "GstRTSPStreamTransport.parent",
-  "GstRTSPStreamTransportClass.parent_class",
-  "GstRTSPStreamTransportFilterFunc",
-  "GstRTSPSuspendMode",
-  "GstRTSPThread",
-  "GstRTSPThread.context",
-  "GstRTSPThread.loop",
-  "GstRTSPThread.mini_object",
-  "GstRTSPThread.type",
-  "GstRTSPThreadPool",
-  "GstRTSPThreadPool.parent",
-  "GstRTSPThreadPool:max-threads",
-  "GstRTSPThreadPoolClass.configure_thread",
-  "GstRTSPThreadPoolClass.get_thread",
-  "GstRTSPThreadPoolClass.parent_class",
-  "GstRTSPThreadPoolClass.pool",
-  "GstRTSPThreadPoolClass.thread_enter",
-  "GstRTSPThreadPoolClass.thread_leave",
-  "GstRTSPThreadPoolClass::configure_thread",
-  "GstRTSPThreadPoolClass::get_thread",
-  "GstRTSPThreadPoolClass::thread_enter",
-  "GstRTSPThreadPoolClass::thread_leave",
-  "GstRTSPThreadType",
-  "GstRTSPTime",
-  "GstRTSPTime.seconds",
-  "GstRTSPTime.type",
-  "GstRTSPTime2",
-  "GstRTSPTime2.day",
-  "GstRTSPTime2.frames",
-  "GstRTSPTime2.month",
-  "GstRTSPTime2.year",
-  "GstRTSPTimeRange",
-  "GstRTSPTimeRange.max",
-  "GstRTSPTimeRange.max2",
-  "GstRTSPTimeRange.min",
-  "GstRTSPTimeRange.min2",
-  "GstRTSPTimeRange.unit",
-  "GstRTSPTimeType",
-  "GstRTSPToken",
-  "GstRTSPToken.mini_object",
-  "GstRTSPTransMode",
-  "GstRTSPTransport",
-  "GstRTSPTransport.append",
-  "GstRTSPTransport.client_port",
-  "GstRTSPTransport.destination",
-  "GstRTSPTransport.interleaved",
-  "GstRTSPTransport.layers",
-  "GstRTSPTransport.lower_transport",
-  "GstRTSPTransport.mode_play",
-  "GstRTSPTransport.mode_record",
-  "GstRTSPTransport.port",
-  "GstRTSPTransport.profile",
-  "GstRTSPTransport.server_port",
-  "GstRTSPTransport.source",
-  "GstRTSPTransport.ssrc",
-  "GstRTSPTransport.trans",
-  "GstRTSPTransport.ttl",
-  "GstRTSPTransportMode",
-  "GstRTSPUrl",
-  "GstRTSPUrl.abspath",
-  "GstRTSPUrl.family",
-  "GstRTSPUrl.host",
-  "GstRTSPUrl.passwd",
-  "GstRTSPUrl.port",
-  "GstRTSPUrl.query",
-  "GstRTSPUrl.transports",
-  "GstRTSPUrl.user",
-  "GstRTSPVersion",
-  "GstRTSPWMS",
-  "GstRTSPWatch",
-  "GstRTSPWatchFuncs",
-  "GstRadioacTV",
-  "GstRadioacTV!sink",
-  "GstRadioacTV!src",
-  "GstRadioacTV:color",
-  "GstRadioacTV:interval",
-  "GstRadioacTV:mode",
-  "GstRadioacTV:trigger",
-  "GstRadioacTVColor",
-  "GstRadioacTVColor::blue",
-  "GstRadioacTVColor::green",
-  "GstRadioacTVColor::red",
-  "GstRadioacTVColor::white",
-  "GstRadioacTVMode",
-  "GstRadioacTVMode::normal",
-  "GstRadioacTVMode::strobe1",
-  "GstRadioacTVMode::strobe2",
-  "GstRadioacTVMode::trigger",
-  "GstRank",
-  "GstRawAudioParse",
-  "GstRawAudioParse!sink",
-  "GstRawAudioParse!src",
-  "GstRawAudioParse:channel-positions",
-  "GstRawAudioParse:format",
-  "GstRawAudioParse:interleaved",
-  "GstRawAudioParse:num-channels",
-  "GstRawAudioParse:pcm-format",
-  "GstRawAudioParse:sample-rate",
-  "GstRawAudioParseFormat",
-  "GstRawAudioParseFormat::alaw",
-  "GstRawAudioParseFormat::mulaw",
-  "GstRawAudioParseFormat::pcm",
-  "GstRawBaseParse",
-  "GstRawBaseParse:use-sink-caps",
-  "GstRawVideoParse",
-  "GstRawVideoParse!sink",
-  "GstRawVideoParse!src",
-  "GstRawVideoParse:colorimetry",
-  "GstRawVideoParse:format",
-  "GstRawVideoParse:frame-size",
-  "GstRawVideoParse:framerate",
-  "GstRawVideoParse:height",
-  "GstRawVideoParse:interlaced",
-  "GstRawVideoParse:pixel-aspect-ratio",
-  "GstRawVideoParse:plane-offsets",
-  "GstRawVideoParse:plane-strides",
-  "GstRawVideoParse:top-field-first",
-  "GstRawVideoParse:width",
-  "GstRealAudioDemux",
-  "GstRealAudioDemux!sink",
-  "GstRealAudioDemux!src",
-  "GstReferenceTimestampMeta",
-  "GstReferenceTimestampMeta.duration",
-  "GstReferenceTimestampMeta.parent",
-  "GstReferenceTimestampMeta.reference",
-  "GstReferenceTimestampMeta.timestamp",
-  "GstRegistry",
-  "GstRegistry.object",
-  "GstRegistry::feature-added",
-  "GstRegistry::plugin-added",
-  "GstRegistryClass.parent_class",
-  "GstRemoveSilence",
-  "GstRemoveSilence!sink",
-  "GstRemoveSilence!src",
-  "GstRemoveSilence:hysteresis",
-  "GstRemoveSilence:minimum-silence-buffers",
-  "GstRemoveSilence:minimum-silence-time",
-  "GstRemoveSilence:remove",
-  "GstRemoveSilence:silent",
-  "GstRemoveSilence:squash",
-  "GstRemoveSilence:threshold",
-  "GstResourceError",
-  "GstRetinex",
-  "GstRetinex!sink",
-  "GstRetinex!src",
-  "GstRetinex:method",
-  "GstRetinex:scales",
-  "GstRetinexMethod",
-  "GstRetinexMethod::basic",
-  "GstRetinexMethod::multiscale",
-  "GstRevTV",
-  "GstRevTV!sink",
-  "GstRevTV!src",
-  "GstRevTV:delay",
-  "GstRevTV:gain",
-  "GstRevTV:linespace",
-  "GstRfbSrc",
-  "GstRfbSrc!src",
-  "GstRfbSrc:height",
-  "GstRfbSrc:host",
-  "GstRfbSrc:incremental",
-  "GstRfbSrc:offset-x",
-  "GstRfbSrc:offset-y",
-  "GstRfbSrc:password",
-  "GstRfbSrc:port",
-  "GstRfbSrc:shared",
-  "GstRfbSrc:use-copyrect",
-  "GstRfbSrc:version",
-  "GstRfbSrc:view-only",
-  "GstRfbSrc:width",
-  "GstRgAnalysis",
-  "GstRgAnalysis!sink",
-  "GstRgAnalysis!src",
-  "GstRgAnalysis:forced",
-  "GstRgAnalysis:message",
-  "GstRgAnalysis:num-tracks",
-  "GstRgAnalysis:reference-level",
-  "GstRgLimiter",
-  "GstRgLimiter!sink",
-  "GstRgLimiter!src",
-  "GstRgLimiter:enabled",
-  "GstRgVolume",
-  "GstRgVolume!sink",
-  "GstRgVolume!src",
-  "GstRgVolume:album-mode",
-  "GstRgVolume:fallback-gain",
-  "GstRgVolume:headroom",
-  "GstRgVolume:pre-amp",
-  "GstRgVolume:result-gain",
-  "GstRgVolume:target-gain",
-  "GstRippleTV",
-  "GstRippleTV!sink",
-  "GstRippleTV!src",
-  "GstRippleTV:mode",
-  "GstRippleTV:reset",
-  "GstRippleTVMode",
-  "GstRippleTVMode::motion-detection",
-  "GstRippleTVMode::rain",
-  "GstRistBondingMethodType",
-  "GstRistBondingMethodType::broadcast",
-  "GstRistBondingMethodType::round-robin",
-  "GstRistRtpDeext",
-  "GstRistRtpDeext!sink",
-  "GstRistRtpDeext!src",
-  "GstRistRtpDeext:have-ext-seqnum",
-  "GstRistRtpDeext:max-ext-seqnum",
-  "GstRistRtpExt",
-  "GstRistRtpExt!sink",
-  "GstRistRtpExt!src",
-  "GstRistRtpExt:drop-null-ts-packets",
-  "GstRistRtpExt:sequence-number-extension",
-  "GstRistRtxReceive",
-  "GstRistRtxReceive!sink",
-  "GstRistRtxReceive!src",
-  "GstRistRtxReceive:num-rtx-packets",
-  "GstRistRtxReceive:num-rtx-requests",
-  "GstRistRtxSend",
-  "GstRistRtxSend!sink",
-  "GstRistRtxSend!src",
-  "GstRistRtxSend:max-size-packets",
-  "GstRistRtxSend:max-size-time",
-  "GstRistRtxSend:num-rtx-packets",
-  "GstRistRtxSend:num-rtx-requests",
-  "GstRistSink",
-  "GstRistSink!sink",
-  "GstRistSink:address",
-  "GstRistSink:bonding-addresses",
-  "GstRistSink:bonding-method",
-  "GstRistSink:cname",
-  "GstRistSink:dispatcher",
-  "GstRistSink:drop-null-ts-packets",
-  "GstRistSink:max-rtcp-bandwidth",
-  "GstRistSink:min-rtcp-interval",
-  "GstRistSink:multicast-iface",
-  "GstRistSink:multicast-loopback",
-  "GstRistSink:multicast-ttl",
-  "GstRistSink:port",
-  "GstRistSink:sender-buffer",
-  "GstRistSink:sequence-number-extension",
-  "GstRistSink:stats",
-  "GstRistSink:stats-update-interval",
-  "GstRistSrc",
-  "GstRistSrc!src",
-  "GstRistSrc:address",
-  "GstRistSrc:bonding-addresses",
-  "GstRistSrc:cname",
-  "GstRistSrc:max-rtcp-bandwidth",
-  "GstRistSrc:max-rtx-retries",
-  "GstRistSrc:min-rtcp-interval",
-  "GstRistSrc:multicast-iface",
-  "GstRistSrc:multicast-loopback",
-  "GstRistSrc:multicast-ttl",
-  "GstRistSrc:port",
-  "GstRistSrc:receiver-buffer",
-  "GstRistSrc:reorder-section",
-  "GstRistSrc:stats",
-  "GstRistSrc:stats-update-interval",
-  "GstRndBufferSize",
-  "GstRndBufferSize!sink",
-  "GstRndBufferSize!src",
-  "GstRndBufferSize:max",
-  "GstRndBufferSize:min",
-  "GstRndBufferSize:seed",
-  "GstRotate",
-  "GstRotate!sink",
-  "GstRotate!src",
-  "GstRotate:angle",
-  "GstRoundRobin",
-  "GstRoundRobin!sink",
-  "GstRoundRobin!src_%d",
-  "GstRpiCamSrc!src",
-  "GstRpiCamSrcAWBMode",
-  "GstRpiCamSrcAWBMode::auto",
-  "GstRpiCamSrcAWBMode::cloudy",
-  "GstRpiCamSrcAWBMode::flash",
-  "GstRpiCamSrcAWBMode::fluorescent",
-  "GstRpiCamSrcAWBMode::horizon",
-  "GstRpiCamSrcAWBMode::incandescent",
-  "GstRpiCamSrcAWBMode::off",
-  "GstRpiCamSrcAWBMode::shade",
-  "GstRpiCamSrcAWBMode::sunlight",
-  "GstRpiCamSrcAWBMode::tungsten",
-  "GstRpiCamSrcAnnotationMode",
-  "GstRpiCamSrcAnnotationMode::black-background",
-  "GstRpiCamSrcAnnotationMode::caf-settings",
-  "GstRpiCamSrcAnnotationMode::custom-text",
-  "GstRpiCamSrcAnnotationMode::date",
-  "GstRpiCamSrcAnnotationMode::frame-number",
-  "GstRpiCamSrcAnnotationMode::gain-settings",
-  "GstRpiCamSrcAnnotationMode::lens-settings",
-  "GstRpiCamSrcAnnotationMode::motion-settings",
-  "GstRpiCamSrcAnnotationMode::shutter-settings",
-  "GstRpiCamSrcAnnotationMode::text",
-  "GstRpiCamSrcAnnotationMode::time",
-  "GstRpiCamSrcDRCLevel",
-  "GstRpiCamSrcDRCLevel::high",
-  "GstRpiCamSrcDRCLevel::low",
-  "GstRpiCamSrcDRCLevel::medium",
-  "GstRpiCamSrcDRCLevel::off",
-  "GstRpiCamSrcExposureMeteringMode",
-  "GstRpiCamSrcExposureMeteringMode::average",
-  "GstRpiCamSrcExposureMeteringMode::backlist",
-  "GstRpiCamSrcExposureMeteringMode::matrix",
-  "GstRpiCamSrcExposureMeteringMode::spot",
-  "GstRpiCamSrcExposureMode",
-  "GstRpiCamSrcExposureMode::antishake",
-  "GstRpiCamSrcExposureMode::auto",
-  "GstRpiCamSrcExposureMode::backlight",
-  "GstRpiCamSrcExposureMode::beach",
-  "GstRpiCamSrcExposureMode::fireworks",
-  "GstRpiCamSrcExposureMode::fixedfps",
-  "GstRpiCamSrcExposureMode::night",
-  "GstRpiCamSrcExposureMode::nightpreview",
-  "GstRpiCamSrcExposureMode::off",
-  "GstRpiCamSrcExposureMode::snow",
-  "GstRpiCamSrcExposureMode::sports",
-  "GstRpiCamSrcExposureMode::spotlight",
-  "GstRpiCamSrcExposureMode::verylong",
-  "GstRpiCamSrcImageEffect",
-  "GstRpiCamSrcImageEffect::blackboard",
-  "GstRpiCamSrcImageEffect::blur",
-  "GstRpiCamSrcImageEffect::cartoon",
-  "GstRpiCamSrcImageEffect::colourbalance",
-  "GstRpiCamSrcImageEffect::colourpoint",
-  "GstRpiCamSrcImageEffect::colourswap",
-  "GstRpiCamSrcImageEffect::denoise",
-  "GstRpiCamSrcImageEffect::emboss",
-  "GstRpiCamSrcImageEffect::film",
-  "GstRpiCamSrcImageEffect::gpen",
-  "GstRpiCamSrcImageEffect::hatch",
-  "GstRpiCamSrcImageEffect::negative",
-  "GstRpiCamSrcImageEffect::none",
-  "GstRpiCamSrcImageEffect::oilpaint",
-  "GstRpiCamSrcImageEffect::pastel",
-  "GstRpiCamSrcImageEffect::posterise",
-  "GstRpiCamSrcImageEffect::posterize",
-  "GstRpiCamSrcImageEffect::saturation",
-  "GstRpiCamSrcImageEffect::sketch",
-  "GstRpiCamSrcImageEffect::solarize",
-  "GstRpiCamSrcImageEffect::washedout",
-  "GstRpiCamSrcImageEffect::watercolour",
-  "GstRpiCamSrcImageEffect::whiteboard",
-  "GstRpiCamSrcIntraRefreshType",
-  "GstRpiCamSrcIntraRefreshType::adaptive",
-  "GstRpiCamSrcIntraRefreshType::both",
-  "GstRpiCamSrcIntraRefreshType::cyclic",
-  "GstRpiCamSrcIntraRefreshType::cyclic-rows",
-  "GstRpiCamSrcIntraRefreshType::none",
-  "GstRpiCamSrcSensorMode",
-  "GstRpiCamSrcSensorMode::1296x730",
-  "GstRpiCamSrcSensorMode::1296x972",
-  "GstRpiCamSrcSensorMode::1920x1080",
-  "GstRpiCamSrcSensorMode::2592x1944-fast",
-  "GstRpiCamSrcSensorMode::2592x1944-slow",
-  "GstRpiCamSrcSensorMode::640x480-fast",
-  "GstRpiCamSrcSensorMode::640x480-slow",
-  "GstRpiCamSrcSensorMode::automatic",
-  "GstRsvgDec",
-  "GstRsvgDec!sink",
-  "GstRsvgDec!src",
-  "GstRsvgOverlay",
-  "GstRsvgOverlay!data_sink",
-  "GstRsvgOverlay!sink",
-  "GstRsvgOverlay!src",
-  "GstRsvgOverlay:data",
-  "GstRsvgOverlay:fit-to-frame",
-  "GstRsvgOverlay:height",
-  "GstRsvgOverlay:height-relative",
-  "GstRsvgOverlay:location",
-  "GstRsvgOverlay:width",
-  "GstRsvgOverlay:width-relative",
-  "GstRsvgOverlay:x",
-  "GstRsvgOverlay:x-relative",
-  "GstRsvgOverlay:y",
-  "GstRsvgOverlay:y-relative",
-  "GstRtmp2Sink",
-  "GstRtmp2Sink!sink",
-  "GstRtmp2Sink:async-connect",
-  "GstRtmp2Sink:chunk-size",
-  "GstRtmp2Sink:peak-kbps",
-  "GstRtmp2Sink:stats",
-  "GstRtmp2Src",
-  "GstRtmp2Src!src",
-  "GstRtmp2Src:async-connect",
-  "GstRtmp2Src:idle-timeout",
-  "GstRtmp2Src:stats",
-  "GstRtmpAuthmod",
-  "GstRtmpAuthmod::adobe",
-  "GstRtmpAuthmod::auto",
-  "GstRtmpAuthmod::none",
-  "GstRtmpLocationHandler",
-  "GstRtmpLocationHandler:application",
-  "GstRtmpLocationHandler:authmod",
-  "GstRtmpLocationHandler:flash-version",
-  "GstRtmpLocationHandler:host",
-  "GstRtmpLocationHandler:location",
-  "GstRtmpLocationHandler:password",
-  "GstRtmpLocationHandler:port",
-  "GstRtmpLocationHandler:scheme",
-  "GstRtmpLocationHandler:secure-token",
-  "GstRtmpLocationHandler:stream",
-  "GstRtmpLocationHandler:timeout",
-  "GstRtmpLocationHandler:tls-validation-flags",
-  "GstRtmpLocationHandler:username",
-  "GstRtmpScheme",
-  "GstRtmpScheme::rtmp",
-  "GstRtmpScheme::rtmps",
-  "GstRtmpStopCommands",
-  "GstRtmpStopCommands::closestream",
-  "GstRtmpStopCommands::deletestream",
-  "GstRtmpStopCommands::fcunpublish",
-  "GstRtmpStopCommands::none",
-  "GstRtpAC3Depay",
-  "GstRtpAC3Depay!sink",
-  "GstRtpAC3Depay!src",
-  "GstRtpAC3Pay",
-  "GstRtpAC3Pay!sink",
-  "GstRtpAC3Pay!src",
-  "GstRtpAMRDepay",
-  "GstRtpAMRDepay!sink",
-  "GstRtpAMRDepay!src",
-  "GstRtpAMRPay",
-  "GstRtpAMRPay!sink",
-  "GstRtpAMRPay!src",
-  "GstRtpAsfDepay",
-  "GstRtpAsfDepay!sink",
-  "GstRtpAsfDepay!src",
-  "GstRtpAsfPay",
-  "GstRtpAsfPay!sink",
-  "GstRtpAsfPay!src",
-  "GstRtpBin",
-  "GstRtpBin!recv_fec_sink_%u_%u",
-  "GstRtpBin!recv_rtcp_sink_%u",
-  "GstRtpBin!recv_rtp_sink_%u",
-  "GstRtpBin!recv_rtp_src_%u_%u_%u",
-  "GstRtpBin!send_fec_src_%u_%u",
-  "GstRtpBin!send_rtcp_src_%u",
-  "GstRtpBin!send_rtp_sink_%u",
-  "GstRtpBin!send_rtp_src_%u",
-  "GstRtpBin::clear-pt-map",
-  "GstRtpBin::get-internal-session",
-  "GstRtpBin::get-internal-storage",
-  "GstRtpBin::get-session",
-  "GstRtpBin::get-storage",
-  "GstRtpBin::new-jitterbuffer",
-  "GstRtpBin::new-storage",
-  "GstRtpBin::on-bye-ssrc",
-  "GstRtpBin::on-bye-timeout",
-  "GstRtpBin::on-new-sender-ssrc",
-  "GstRtpBin::on-new-ssrc",
-  "GstRtpBin::on-npt-stop",
-  "GstRtpBin::on-sender-ssrc-active",
-  "GstRtpBin::on-sender-timeout",
-  "GstRtpBin::on-ssrc-active",
-  "GstRtpBin::on-ssrc-collision",
-  "GstRtpBin::on-ssrc-sdes",
-  "GstRtpBin::on-ssrc-validated",
-  "GstRtpBin::on-timeout",
-  "GstRtpBin::payload-type-change",
-  "GstRtpBin::request-aux-receiver",
-  "GstRtpBin::request-aux-sender",
-  "GstRtpBin::request-fec-decoder",
-  "GstRtpBin::request-fec-encoder",
-  "GstRtpBin::request-jitterbuffer",
-  "GstRtpBin::request-pt-map",
-  "GstRtpBin::request-rtcp-decoder",
-  "GstRtpBin::request-rtcp-encoder",
-  "GstRtpBin::request-rtp-decoder",
-  "GstRtpBin::request-rtp-encoder",
-  "GstRtpBin::reset-sync",
-  "GstRtpBin:autoremove",
-  "GstRtpBin:buffer-mode",
-  "GstRtpBin:do-lost",
-  "GstRtpBin:do-retransmission",
-  "GstRtpBin:do-sync-event",
-  "GstRtpBin:drop-on-latency",
-  "GstRtpBin:ignore-pt",
-  "GstRtpBin:latency",
-  "GstRtpBin:max-dropout-time",
-  "GstRtpBin:max-misorder-time",
-  "GstRtpBin:max-rtcp-rtp-time-diff",
-  "GstRtpBin:max-streams",
-  "GstRtpBin:max-ts-offset",
-  "GstRtpBin:max-ts-offset-adjustment",
-  "GstRtpBin:ntp-sync",
-  "GstRtpBin:ntp-time-source",
-  "GstRtpBin:rfc7273-sync",
-  "GstRtpBin:rtcp-sync",
-  "GstRtpBin:rtcp-sync-interval",
-  "GstRtpBin:rtcp-sync-send-time",
-  "GstRtpBin:rtp-profile",
-  "GstRtpBin:sdes",
-  "GstRtpBin:use-pipeline-clock",
-  "GstRtpCELTDepay",
-  "GstRtpCELTDepay!sink",
-  "GstRtpCELTDepay!src",
-  "GstRtpCELTPay",
-  "GstRtpCELTPay!sink",
-  "GstRtpCELTPay!src",
-  "GstRtpDTMFDepay",
-  "GstRtpDTMFDepay!sink",
-  "GstRtpDTMFDepay!src",
-  "GstRtpDTMFDepay:max-duration",
-  "GstRtpDTMFDepay:unit-time",
-  "GstRtpFunnel",
-  "GstRtpFunnel!sink_%u",
-  "GstRtpFunnel!src",
-  "GstRtpFunnel:common-ts-offset",
-  "GstRtpG722Depay",
-  "GstRtpG722Depay!sink",
-  "GstRtpG722Depay!src",
-  "GstRtpG722Pay",
-  "GstRtpG722Pay!sink",
-  "GstRtpG722Pay!src",
-  "GstRtpG723Depay",
-  "GstRtpG723Depay!sink",
-  "GstRtpG723Depay!src",
-  "GstRtpG726Depay",
-  "GstRtpG726Depay!sink",
-  "GstRtpG726Depay!src",
-  "GstRtpG726Depay:force-aal2",
-  "GstRtpG726Pay",
-  "GstRtpG726Pay!sink",
-  "GstRtpG726Pay!src",
-  "GstRtpG726Pay:force-aal2",
-  "GstRtpG729Depay",
-  "GstRtpG729Depay!sink",
-  "GstRtpG729Depay!src",
-  "GstRtpGSTDepay",
-  "GstRtpGSTDepay!sink",
-  "GstRtpGSTDepay!src",
-  "GstRtpGSTPay",
-  "GstRtpGSTPay!sink",
-  "GstRtpGSTPay!src",
-  "GstRtpGSTPay:config-interval",
-  "GstRtpH261Depay",
-  "GstRtpH261Depay!sink",
-  "GstRtpH261Depay!src",
-  "GstRtpH261Pay",
-  "GstRtpH261Pay!sink",
-  "GstRtpH261Pay!src",
-  "GstRtpH263Depay",
-  "GstRtpH263Depay!sink",
-  "GstRtpH263Depay!src",
-  "GstRtpH263PDepay",
-  "GstRtpH263PDepay!sink",
-  "GstRtpH263PDepay!src",
-  "GstRtpH263PPay",
-  "GstRtpH263PPay!sink",
-  "GstRtpH263PPay!src",
-  "GstRtpH263PPay:fragmentation-mode",
-  "GstRtpH263Pay",
-  "GstRtpH263Pay!sink",
-  "GstRtpH263Pay!src",
-  "GstRtpH263Pay:modea-only",
-  "GstRtpH264AggregateMode",
-  "GstRtpH264AggregateMode::max-stap",
-  "GstRtpH264AggregateMode::none",
-  "GstRtpH264AggregateMode::zero-latency",
-  "GstRtpH264Depay",
-  "GstRtpH264Depay!sink",
-  "GstRtpH264Depay!src",
-  "GstRtpH264Pay",
-  "GstRtpH264Pay!sink",
-  "GstRtpH264Pay!src",
-  "GstRtpH264Pay:aggregate-mode",
-  "GstRtpH264Pay:config-interval",
-  "GstRtpH264Pay:sprop-parameter-sets",
-  "GstRtpH265AggregateMode",
-  "GstRtpH265AggregateMode::max",
-  "GstRtpH265AggregateMode::none",
-  "GstRtpH265AggregateMode::zero-latency",
-  "GstRtpH265Depay",
-  "GstRtpH265Depay!sink",
-  "GstRtpH265Depay!src",
-  "GstRtpH265Pay",
-  "GstRtpH265Pay!sink",
-  "GstRtpH265Pay!src",
-  "GstRtpH265Pay:aggregate-mode",
-  "GstRtpH265Pay:config-interval",
-  "GstRtpIsacDepay!sink",
-  "GstRtpIsacDepay!src",
-  "GstRtpIsacPay!sink",
-  "GstRtpIsacPay!src",
-  "GstRtpJ2KDepay",
-  "GstRtpJ2KDepay!sink",
-  "GstRtpJ2KDepay!src",
-  "GstRtpJ2KPay",
-  "GstRtpJ2KPay!sink",
-  "GstRtpJ2KPay!src",
-  "GstRtpJPEGDepay",
-  "GstRtpJPEGDepay!sink",
-  "GstRtpJPEGDepay!src",
-  "GstRtpJPEGPay",
-  "GstRtpJPEGPay!sink",
-  "GstRtpJPEGPay!src",
-  "GstRtpJPEGPay:quality",
-  "GstRtpJPEGPay:type",
-  "GstRtpJitterBuffer",
-  "GstRtpJitterBuffer!sink",
-  "GstRtpJitterBuffer!sink_rtcp",
-  "GstRtpJitterBuffer!src",
-  "GstRtpJitterBuffer::clear-pt-map",
-  "GstRtpJitterBuffer::handle-sync",
-  "GstRtpJitterBuffer::on-npt-stop",
-  "GstRtpJitterBuffer::request-pt-map",
-  "GstRtpJitterBuffer::set-active",
-  "GstRtpJitterBuffer:do-lost",
-  "GstRtpJitterBuffer:do-retransmission",
-  "GstRtpJitterBuffer:drop-messages-interval",
-  "GstRtpJitterBuffer:drop-on-latency",
-  "GstRtpJitterBuffer:faststart-min-packets",
-  "GstRtpJitterBuffer:latency",
-  "GstRtpJitterBuffer:max-dropout-time",
-  "GstRtpJitterBuffer:max-misorder-time",
-  "GstRtpJitterBuffer:max-rtcp-rtp-time-diff",
-  "GstRtpJitterBuffer:max-ts-offset-adjustment",
-  "GstRtpJitterBuffer:mode",
-  "GstRtpJitterBuffer:percent",
-  "GstRtpJitterBuffer:post-drop-messages",
-  "GstRtpJitterBuffer:rfc7273-sync",
-  "GstRtpJitterBuffer:rtx-deadline",
-  "GstRtpJitterBuffer:rtx-delay",
-  "GstRtpJitterBuffer:rtx-delay-reorder",
-  "GstRtpJitterBuffer:rtx-max-retries",
-  "GstRtpJitterBuffer:rtx-min-delay",
-  "GstRtpJitterBuffer:rtx-min-retry-timeout",
-  "GstRtpJitterBuffer:rtx-next-seqnum",
-  "GstRtpJitterBuffer:rtx-retry-period",
-  "GstRtpJitterBuffer:rtx-retry-timeout",
-  "GstRtpJitterBuffer:rtx-stats-timeout",
-  "GstRtpJitterBuffer:stats",
-  "GstRtpJitterBuffer:ts-offset",
-  "GstRtpKlvDepay",
-  "GstRtpKlvDepay!sink",
-  "GstRtpKlvDepay!src",
-  "GstRtpKlvPay",
-  "GstRtpKlvPay!sink",
-  "GstRtpKlvPay!src",
-  "GstRtpL16Depay",
-  "GstRtpL16Depay!sink",
-  "GstRtpL16Depay!src",
-  "GstRtpL16Pay",
-  "GstRtpL16Pay!sink",
-  "GstRtpL16Pay!src",
-  "GstRtpL24Depay",
-  "GstRtpL24Depay!sink",
-  "GstRtpL24Depay!src",
-  "GstRtpL24Pay",
-  "GstRtpL24Pay!sink",
-  "GstRtpL24Pay!src",
-  "GstRtpL8Depay",
-  "GstRtpL8Depay!sink",
-  "GstRtpL8Depay!src",
-  "GstRtpL8Pay",
-  "GstRtpL8Pay!sink",
-  "GstRtpL8Pay!src",
-  "GstRtpLdacPay!sink",
-  "GstRtpLdacPay!src",
-  "GstRtpMP1SDepay",
-  "GstRtpMP1SDepay!sink",
-  "GstRtpMP1SDepay!src",
-  "GstRtpMP2TDepay",
-  "GstRtpMP2TDepay!sink",
-  "GstRtpMP2TDepay!src",
-  "GstRtpMP2TDepay:skip-first-bytes",
-  "GstRtpMP4ADepay",
-  "GstRtpMP4ADepay!sink",
-  "GstRtpMP4ADepay!src",
-  "GstRtpMP4APay",
-  "GstRtpMP4APay!sink",
-  "GstRtpMP4APay!src",
-  "GstRtpMP4GDepay",
-  "GstRtpMP4GDepay!sink",
-  "GstRtpMP4GDepay!src",
-  "GstRtpMP4GPay",
-  "GstRtpMP4GPay!sink",
-  "GstRtpMP4GPay!src",
-  "GstRtpMP4VDepay",
-  "GstRtpMP4VDepay!sink",
-  "GstRtpMP4VDepay!src",
-  "GstRtpMP4VPay",
-  "GstRtpMP4VPay!sink",
-  "GstRtpMP4VPay!src",
-  "GstRtpMP4VPay:config-interval",
-  "GstRtpMPADepay",
-  "GstRtpMPADepay!sink",
-  "GstRtpMPADepay!src",
-  "GstRtpMPAPay",
-  "GstRtpMPAPay!sink",
-  "GstRtpMPAPay!src",
-  "GstRtpMPARobustDepay",
-  "GstRtpMPARobustDepay!sink",
-  "GstRtpMPARobustDepay!src",
-  "GstRtpMPVDepay",
-  "GstRtpMPVDepay!sink",
-  "GstRtpMPVDepay!src",
-  "GstRtpNtpTimeSource",
-  "GstRtpNtpTimeSource::clock-time",
-  "GstRtpNtpTimeSource::ntp",
-  "GstRtpNtpTimeSource::running-time",
-  "GstRtpNtpTimeSource::unix",
-  "GstRtpOPUSPay",
-  "GstRtpOPUSPay!sink",
-  "GstRtpOPUSPay!src",
-  "GstRtpOnvifParse",
-  "GstRtpOnvifParse!sink",
-  "GstRtpOnvifParse!src",
-  "GstRtpOnvifTimestamp",
-  "GstRtpOnvifTimestamp!sink",
-  "GstRtpOnvifTimestamp!src",
-  "GstRtpOnvifTimestamp:cseq",
-  "GstRtpOnvifTimestamp:drop-out-of-segment",
-  "GstRtpOnvifTimestamp:ntp-offset",
-  "GstRtpOnvifTimestamp:set-e-bit",
-  "GstRtpOnvifTimestamp:set-t-bit",
-  "GstRtpPassthroughPay!sink",
-  "GstRtpPassthroughPay!src",
-  "GstRtpPcmaDepay",
-  "GstRtpPcmaDepay!sink",
-  "GstRtpPcmaDepay!src",
-  "GstRtpPcmaPay",
-  "GstRtpPcmaPay!sink",
-  "GstRtpPcmaPay!src",
-  "GstRtpPcmuDepay",
-  "GstRtpPcmuDepay!sink",
-  "GstRtpPcmuDepay!src",
-  "GstRtpPcmuPay",
-  "GstRtpPcmuPay!sink",
-  "GstRtpPcmuPay!src",
-  "GstRtpPtDemux",
-  "GstRtpPtDemux!sink",
-  "GstRtpPtDemux!src_%u",
-  "GstRtpPtDemux::clear-pt-map",
-  "GstRtpPtDemux::new-payload-type",
-  "GstRtpPtDemux::payload-type-change",
-  "GstRtpPtDemux::request-pt-map",
-  "GstRtpPtDemux:ignored-payload-types",
-  "GstRtpQCELPDepay",
-  "GstRtpQCELPDepay!sink",
-  "GstRtpQCELPDepay!src",
-  "GstRtpQDM2Depay",
-  "GstRtpQDM2Depay!sink",
-  "GstRtpQDM2Depay!src",
-  "GstRtpRedDec",
-  "GstRtpRedDec!sink",
-  "GstRtpRedDec!src",
-  "GstRtpRedDec:pt",
-  "GstRtpRedDec:received",
-  "GstRtpRedEnc",
-  "GstRtpRedEnc!sink",
-  "GstRtpRedEnc!src",
-  "GstRtpRedEnc:allow-no-red-blocks",
-  "GstRtpRedEnc:distance",
-  "GstRtpRedEnc:pt",
-  "GstRtpRedEnc:sent",
-  "GstRtpRtxReceive",
-  "GstRtpRtxReceive!sink",
-  "GstRtpRtxReceive!src",
-  "GstRtpRtxReceive:num-rtx-assoc-packets",
-  "GstRtpRtxReceive:num-rtx-packets",
-  "GstRtpRtxReceive:num-rtx-requests",
-  "GstRtpRtxReceive:payload-type-map",
-  "GstRtpRtxSend",
-  "GstRtpRtxSend!sink",
-  "GstRtpRtxSend!src",
-  "GstRtpRtxSend:clock-rate-map",
-  "GstRtpRtxSend:max-size-packets",
-  "GstRtpRtxSend:max-size-time",
-  "GstRtpRtxSend:num-rtx-packets",
-  "GstRtpRtxSend:num-rtx-requests",
-  "GstRtpRtxSend:payload-type-map",
-  "GstRtpRtxSend:ssrc-map",
-  "GstRtpSBCPay",
-  "GstRtpSBCPay!sink",
-  "GstRtpSBCPay!src",
-  "GstRtpSBCPay:min-frames",
-  "GstRtpSPEEXDepay",
-  "GstRtpSPEEXDepay!sink",
-  "GstRtpSPEEXDepay!src",
-  "GstRtpSPEEXPay",
-  "GstRtpSPEEXPay!sink",
-  "GstRtpSPEEXPay!src",
-  "GstRtpSV3VDepay",
-  "GstRtpSV3VDepay!sink",
-  "GstRtpSV3VDepay!src",
-  "GstRtpSbcDepay",
-  "GstRtpSbcDepay!sink",
-  "GstRtpSbcDepay!src",
-  "GstRtpSbcDepay:ignore-timestamps",
-  "GstRtpSession",
-  "GstRtpSession!recv_rtcp_sink",
-  "GstRtpSession!recv_rtp_sink",
-  "GstRtpSession!recv_rtp_src",
-  "GstRtpSession!send_rtcp_src",
-  "GstRtpSession!send_rtp_sink",
-  "GstRtpSession!send_rtp_src",
-  "GstRtpSession!sync_src",
-  "GstRtpSession::clear-pt-map",
-  "GstRtpSession::on-bye-ssrc",
-  "GstRtpSession::on-bye-timeout",
-  "GstRtpSession::on-new-sender-ssrc",
-  "GstRtpSession::on-new-ssrc",
-  "GstRtpSession::on-sender-ssrc-active",
-  "GstRtpSession::on-sender-timeout",
-  "GstRtpSession::on-ssrc-active",
-  "GstRtpSession::on-ssrc-collision",
-  "GstRtpSession::on-ssrc-sdes",
-  "GstRtpSession::on-ssrc-validated",
-  "GstRtpSession::on-timeout",
-  "GstRtpSession::request-pt-map",
-  "GstRtpSession:bandwidth",
-  "GstRtpSession:internal-session",
-  "GstRtpSession:max-dropout-time",
-  "GstRtpSession:max-misorder-time",
-  "GstRtpSession:ntp-time-source",
-  "GstRtpSession:num-active-sources",
-  "GstRtpSession:num-sources",
-  "GstRtpSession:probation",
-  "GstRtpSession:rtcp-fraction",
-  "GstRtpSession:rtcp-min-interval",
-  "GstRtpSession:rtcp-rr-bandwidth",
-  "GstRtpSession:rtcp-rs-bandwidth",
-  "GstRtpSession:rtcp-sync-send-time",
-  "GstRtpSession:rtp-profile",
-  "GstRtpSession:sdes",
-  "GstRtpSession:stats",
-  "GstRtpSession:twcc-stats",
-  "GstRtpSession:use-pipeline-clock",
-  "GstRtpSink",
-  "GstRtpSink!sink_%u",
-  "GstRtpSink:address",
-  "GstRtpSink:multicast-iface",
-  "GstRtpSink:port",
-  "GstRtpSink:ttl",
-  "GstRtpSink:ttl-mc",
-  "GstRtpSink:uri",
-  "GstRtpSrc",
-  "GstRtpSrc!src_%u",
-  "GstRtpSrc:address",
-  "GstRtpSrc:encoding-name",
-  "GstRtpSrc:latency",
-  "GstRtpSrc:multicast-iface",
-  "GstRtpSrc:port",
-  "GstRtpSrc:ttl",
-  "GstRtpSrc:ttl-mc",
-  "GstRtpSrc:uri",
-  "GstRtpSsrcDemux",
-  "GstRtpSsrcDemux!rtcp_sink",
-  "GstRtpSsrcDemux!rtcp_src_%u",
-  "GstRtpSsrcDemux!sink",
-  "GstRtpSsrcDemux!src_%u",
-  "GstRtpSsrcDemux::clear-ssrc",
-  "GstRtpSsrcDemux::new-ssrc-pad",
-  "GstRtpSsrcDemux::removed-ssrc-pad",
-  "GstRtpSsrcDemux:max-streams",
-  "GstRtpStorage",
-  "GstRtpStorage!sink",
-  "GstRtpStorage!src",
-  "GstRtpStorage:internal-storage",
-  "GstRtpStorage:size-time",
-  "GstRtpStreamDepay",
-  "GstRtpStreamDepay!sink",
-  "GstRtpStreamDepay!src",
-  "GstRtpStreamPay",
-  "GstRtpStreamPay!sink",
-  "GstRtpStreamPay!src",
-  "GstRtpTheoraDepay",
-  "GstRtpTheoraDepay!sink",
-  "GstRtpTheoraDepay!src",
-  "GstRtpTheoraPay",
-  "GstRtpTheoraPay!sink",
-  "GstRtpTheoraPay!src",
-  "GstRtpTheoraPay:config-interval",
-  "GstRtpUlpFecDec",
-  "GstRtpUlpFecDec!sink",
-  "GstRtpUlpFecDec!src",
-  "GstRtpUlpFecDec:pt",
-  "GstRtpUlpFecDec:recovered",
-  "GstRtpUlpFecDec:storage",
-  "GstRtpUlpFecDec:unrecovered",
-  "GstRtpUlpFecEnc",
-  "GstRtpUlpFecEnc!sink",
-  "GstRtpUlpFecEnc!src",
-  "GstRtpUlpFecEnc:multipacket",
-  "GstRtpUlpFecEnc:percentage",
-  "GstRtpUlpFecEnc:percentage-important",
-  "GstRtpUlpFecEnc:protected",
-  "GstRtpUlpFecEnc:pt",
-  "GstRtpVP8Depay",
-  "GstRtpVP8Depay!sink",
-  "GstRtpVP8Depay!src",
-  "GstRtpVP8Depay:wait-for-keyframe",
-  "GstRtpVP8Pay",
-  "GstRtpVP8Pay!sink",
-  "GstRtpVP8Pay!src",
-  "GstRtpVP8Pay:picture-id-mode",
-  "GstRtpVP9Depay",
-  "GstRtpVP9Depay!sink",
-  "GstRtpVP9Depay!src",
-  "GstRtpVP9Pay",
-  "GstRtpVP9Pay!sink",
-  "GstRtpVP9Pay!src",
-  "GstRtpVP9Pay:picture-id-mode",
-  "GstRtpVRawDepay",
-  "GstRtpVRawDepay!sink",
-  "GstRtpVRawDepay!src",
-  "GstRtpVRawPay",
-  "GstRtpVRawPay!sink",
-  "GstRtpVRawPay!src",
-  "GstRtpVRawPay:chunks-per-frame",
-  "GstRtpVorbisDepay",
-  "GstRtpVorbisDepay!sink",
-  "GstRtpVorbisDepay!src",
-  "GstRtpVorbisPay",
-  "GstRtpVorbisPay!sink",
-  "GstRtpVorbisPay!src",
-  "GstRtpVorbisPay:config-interval",
-  "GstRtpXQTDepay",
-  "GstRtpXQTDepay!sink",
-  "GstRtpXQTDepay!src",
-  "GstRtspClientSinkPad",
-  "GstRtspClientSinkPad:payloader",
-  "GstRtspClientSinkPad:ulpfec-percentage",
-  "GstSDPAttribute",
-  "GstSDPAttribute.key",
-  "GstSDPAttribute.value",
-  "GstSDPBandwidth",
-  "GstSDPBandwidth.bandwidth",
-  "GstSDPBandwidth.bwtype",
-  "GstSDPConnection",
-  "GstSDPConnection.addr_number",
-  "GstSDPConnection.address",
-  "GstSDPConnection.addrtype",
-  "GstSDPConnection.nettype",
-  "GstSDPConnection.ttl",
-  "GstSDPDemux",
-  "GstSDPDemux!sink",
-  "GstSDPDemux!stream_%u",
-  "GstSDPDemux:debug",
-  "GstSDPDemux:latency",
-  "GstSDPDemux:redirect",
-  "GstSDPDemux:timeout",
-  "GstSDPDemuxRTCPMode",
-  "GstSDPDemuxRTCPMode::Disable RTCP",
-  "GstSDPDemuxRTCPMode::Receive RTCP sender reports",
-  "GstSDPDemuxRTCPMode::Send + Receive RTCP",
-  "GstSDPDemuxRTCPMode::Send RTCP receiver reports",
-  "GstSDPInfo",
-  "GstSDPInfo.is_ipv6",
-  "GstSDPInfo.server_ip",
-  "GstSDPKey",
-  "GstSDPKey.data",
-  "GstSDPKey.type",
-  "GstSDPMedia",
-  "GstSDPMedia.attributes",
-  "GstSDPMedia.bandwidths",
-  "GstSDPMedia.connections",
-  "GstSDPMedia.fmts",
-  "GstSDPMedia.information",
-  "GstSDPMedia.key",
-  "GstSDPMedia.media",
-  "GstSDPMedia.num_ports",
-  "GstSDPMedia.port",
-  "GstSDPMedia.proto",
-  "GstSDPMessage",
-  "GstSDPMessage.attributes",
-  "GstSDPMessage.bandwidths",
-  "GstSDPMessage.connection",
-  "GstSDPMessage.emails",
-  "GstSDPMessage.information",
-  "GstSDPMessage.key",
-  "GstSDPMessage.medias",
-  "GstSDPMessage.origin",
-  "GstSDPMessage.phones",
-  "GstSDPMessage.session_name",
-  "GstSDPMessage.times",
-  "GstSDPMessage.uri",
-  "GstSDPMessage.version",
-  "GstSDPMessage.zones",
-  "GstSDPOrigin",
-  "GstSDPOrigin.addr",
-  "GstSDPOrigin.addrtype",
-  "GstSDPOrigin.nettype",
-  "GstSDPOrigin.sess_id",
-  "GstSDPOrigin.sess_version",
-  "GstSDPOrigin.username",
-  "GstSDPResult",
-  "GstSDPTime",
-  "GstSDPTime.repeat",
-  "GstSDPTime.start",
-  "GstSDPTime.stop",
-  "GstSDPZone",
-  "GstSDPZone.time",
-  "GstSDPZone.typed_time",
-  "GstSFDec",
-  "GstSFDec!sink",
-  "GstSFDec!src",
-  "GstSMPTE",
-  "GstSMPTE!sink1",
-  "GstSMPTE!sink2",
-  "GstSMPTE!src",
-  "GstSMPTE:border",
-  "GstSMPTE:depth",
-  "GstSMPTE:duration",
-  "GstSMPTE:invert",
-  "GstSMPTE:type",
-  "GstSMPTEAlpha",
-  "GstSMPTEAlpha!sink",
-  "GstSMPTEAlpha!src",
-  "GstSMPTEAlpha:border",
-  "GstSMPTEAlpha:depth",
-  "GstSMPTEAlpha:invert",
-  "GstSMPTEAlpha:position",
-  "GstSMPTEAlpha:type",
-  "GstSMPTEAlphaTransitionType",
-  "GstSMPTEAlphaTransitionType::bar-wipe-lr",
-  "GstSMPTEAlphaTransitionType::bar-wipe-tb",
-  "GstSMPTEAlphaTransitionType::barndoor-dbl",
-  "GstSMPTEAlphaTransitionType::barndoor-dtl",
-  "GstSMPTEAlphaTransitionType::barndoor-h",
-  "GstSMPTEAlphaTransitionType::barndoor-v",
-  "GstSMPTEAlphaTransitionType::barnvee-d",
-  "GstSMPTEAlphaTransitionType::barnvee-l",
-  "GstSMPTEAlphaTransitionType::barnvee-r",
-  "GstSMPTEAlphaTransitionType::barnvee-u",
-  "GstSMPTEAlphaTransitionType::bowtie-h",
-  "GstSMPTEAlphaTransitionType::bowtie-v",
-  "GstSMPTEAlphaTransitionType::box-wipe-bc",
-  "GstSMPTEAlphaTransitionType::box-wipe-bl",
-  "GstSMPTEAlphaTransitionType::box-wipe-br",
-  "GstSMPTEAlphaTransitionType::box-wipe-lc",
-  "GstSMPTEAlphaTransitionType::box-wipe-rc",
-  "GstSMPTEAlphaTransitionType::box-wipe-tc",
-  "GstSMPTEAlphaTransitionType::box-wipe-tl",
-  "GstSMPTEAlphaTransitionType::box-wipe-tr",
-  "GstSMPTEAlphaTransitionType::clock-cw12",
-  "GstSMPTEAlphaTransitionType::clock-cw3",
-  "GstSMPTEAlphaTransitionType::clock-cw6",
-  "GstSMPTEAlphaTransitionType::clock-cw9",
-  "GstSMPTEAlphaTransitionType::diagonal-tl",
-  "GstSMPTEAlphaTransitionType::diagonal-tr",
-  "GstSMPTEAlphaTransitionType::doublefan-fih",
-  "GstSMPTEAlphaTransitionType::doublefan-fiv",
-  "GstSMPTEAlphaTransitionType::doublefan-foh",
-  "GstSMPTEAlphaTransitionType::doublefan-fov",
-  "GstSMPTEAlphaTransitionType::doublesweep-oh",
-  "GstSMPTEAlphaTransitionType::doublesweep-ov",
-  "GstSMPTEAlphaTransitionType::doublesweep-pd",
-  "GstSMPTEAlphaTransitionType::doublesweep-pdbl",
-  "GstSMPTEAlphaTransitionType::doublesweep-pdtl",
-  "GstSMPTEAlphaTransitionType::doublesweep-pv",
-  "GstSMPTEAlphaTransitionType::fan-b",
-  "GstSMPTEAlphaTransitionType::fan-cr",
-  "GstSMPTEAlphaTransitionType::fan-ct",
-  "GstSMPTEAlphaTransitionType::fan-l",
-  "GstSMPTEAlphaTransitionType::fan-r",
-  "GstSMPTEAlphaTransitionType::fan-t",
-  "GstSMPTEAlphaTransitionType::four-box-wipe-ci",
-  "GstSMPTEAlphaTransitionType::four-box-wipe-co",
-  "GstSMPTEAlphaTransitionType::iris-rect",
-  "GstSMPTEAlphaTransitionType::misc-diagonal-dbd",
-  "GstSMPTEAlphaTransitionType::misc-diagonal-dd",
-  "GstSMPTEAlphaTransitionType::pinwheel-fb",
-  "GstSMPTEAlphaTransitionType::pinwheel-tbh",
-  "GstSMPTEAlphaTransitionType::pinwheel-tbv",
-  "GstSMPTEAlphaTransitionType::saloondoor-b",
-  "GstSMPTEAlphaTransitionType::saloondoor-l",
-  "GstSMPTEAlphaTransitionType::saloondoor-r",
-  "GstSMPTEAlphaTransitionType::saloondoor-t",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwb",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwbl",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwbr",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwl",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwr",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwt",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwtl",
-  "GstSMPTEAlphaTransitionType::singlesweep-cwtr",
-  "GstSMPTEAlphaTransitionType::vee-d",
-  "GstSMPTEAlphaTransitionType::vee-l",
-  "GstSMPTEAlphaTransitionType::vee-r",
-  "GstSMPTEAlphaTransitionType::vee-u",
-  "GstSMPTEAlphaTransitionType::windshield-h",
-  "GstSMPTEAlphaTransitionType::windshield-r",
-  "GstSMPTEAlphaTransitionType::windshield-u",
-  "GstSMPTEAlphaTransitionType::windshield-v",
-  "GstSMPTETransitionType",
-  "GstSMPTETransitionType::bar-wipe-lr",
-  "GstSMPTETransitionType::bar-wipe-tb",
-  "GstSMPTETransitionType::barndoor-dbl",
-  "GstSMPTETransitionType::barndoor-dtl",
-  "GstSMPTETransitionType::barndoor-h",
-  "GstSMPTETransitionType::barndoor-v",
-  "GstSMPTETransitionType::barnvee-d",
-  "GstSMPTETransitionType::barnvee-l",
-  "GstSMPTETransitionType::barnvee-r",
-  "GstSMPTETransitionType::barnvee-u",
-  "GstSMPTETransitionType::bowtie-h",
-  "GstSMPTETransitionType::bowtie-v",
-  "GstSMPTETransitionType::box-wipe-bc",
-  "GstSMPTETransitionType::box-wipe-bl",
-  "GstSMPTETransitionType::box-wipe-br",
-  "GstSMPTETransitionType::box-wipe-lc",
-  "GstSMPTETransitionType::box-wipe-rc",
-  "GstSMPTETransitionType::box-wipe-tc",
-  "GstSMPTETransitionType::box-wipe-tl",
-  "GstSMPTETransitionType::box-wipe-tr",
-  "GstSMPTETransitionType::clock-cw12",
-  "GstSMPTETransitionType::clock-cw3",
-  "GstSMPTETransitionType::clock-cw6",
-  "GstSMPTETransitionType::clock-cw9",
-  "GstSMPTETransitionType::diagonal-tl",
-  "GstSMPTETransitionType::diagonal-tr",
-  "GstSMPTETransitionType::doublefan-fih",
-  "GstSMPTETransitionType::doublefan-fiv",
-  "GstSMPTETransitionType::doublefan-foh",
-  "GstSMPTETransitionType::doublefan-fov",
-  "GstSMPTETransitionType::doublesweep-oh",
-  "GstSMPTETransitionType::doublesweep-ov",
-  "GstSMPTETransitionType::doublesweep-pd",
-  "GstSMPTETransitionType::doublesweep-pdbl",
-  "GstSMPTETransitionType::doublesweep-pdtl",
-  "GstSMPTETransitionType::doublesweep-pv",
-  "GstSMPTETransitionType::fan-b",
-  "GstSMPTETransitionType::fan-cr",
-  "GstSMPTETransitionType::fan-ct",
-  "GstSMPTETransitionType::fan-l",
-  "GstSMPTETransitionType::fan-r",
-  "GstSMPTETransitionType::fan-t",
-  "GstSMPTETransitionType::four-box-wipe-ci",
-  "GstSMPTETransitionType::four-box-wipe-co",
-  "GstSMPTETransitionType::iris-rect",
-  "GstSMPTETransitionType::misc-diagonal-dbd",
-  "GstSMPTETransitionType::misc-diagonal-dd",
-  "GstSMPTETransitionType::pinwheel-fb",
-  "GstSMPTETransitionType::pinwheel-tbh",
-  "GstSMPTETransitionType::pinwheel-tbv",
-  "GstSMPTETransitionType::saloondoor-b",
-  "GstSMPTETransitionType::saloondoor-l",
-  "GstSMPTETransitionType::saloondoor-r",
-  "GstSMPTETransitionType::saloondoor-t",
-  "GstSMPTETransitionType::singlesweep-cwb",
-  "GstSMPTETransitionType::singlesweep-cwbl",
-  "GstSMPTETransitionType::singlesweep-cwbr",
-  "GstSMPTETransitionType::singlesweep-cwl",
-  "GstSMPTETransitionType::singlesweep-cwr",
-  "GstSMPTETransitionType::singlesweep-cwt",
-  "GstSMPTETransitionType::singlesweep-cwtl",
-  "GstSMPTETransitionType::singlesweep-cwtr",
-  "GstSMPTETransitionType::vee-d",
-  "GstSMPTETransitionType::vee-l",
-  "GstSMPTETransitionType::vee-r",
-  "GstSMPTETransitionType::vee-u",
-  "GstSMPTETransitionType::windshield-h",
-  "GstSMPTETransitionType::windshield-r",
-  "GstSMPTETransitionType::windshield-u",
-  "GstSMPTETransitionType::windshield-v",
-  "GstSRTClientSink",
-  "GstSRTClientSink!sink",
-  "GstSRTClientSrc",
-  "GstSRTClientSrc!src",
-  "GstSRTConnectionMode",
-  "GstSRTConnectionMode::caller",
-  "GstSRTConnectionMode::listener",
-  "GstSRTConnectionMode::none",
-  "GstSRTConnectionMode::rendezvous",
-  "GstSRTKeyLength",
-  "GstSRTKeyLength::0",
-  "GstSRTKeyLength::16",
-  "GstSRTKeyLength::24",
-  "GstSRTKeyLength::32",
-  "GstSRTKeyLength::no-key",
-  "GstSRTServerSink",
-  "GstSRTServerSink!sink",
-  "GstSRTServerSrc",
-  "GstSRTServerSrc!src",
-  "GstSRTSink",
-  "GstSRTSink!sink",
-  "GstSRTSink::caller-added",
-  "GstSRTSink::caller-connecting",
-  "GstSRTSink::caller-rejected",
-  "GstSRTSink::caller-removed",
-  "GstSRTSink:auto-reconnect",
-  "GstSRTSink:latency",
-  "GstSRTSink:localaddress",
-  "GstSRTSink:localport",
-  "GstSRTSink:mode",
-  "GstSRTSink:passphrase",
-  "GstSRTSink:pbkeylen",
-  "GstSRTSink:poll-timeout",
-  "GstSRTSink:stats",
-  "GstSRTSink:streamid",
-  "GstSRTSink:uri",
-  "GstSRTSink:wait-for-connection",
-  "GstSRTSrc",
-  "GstSRTSrc!src",
-  "GstSRTSrc::caller-added",
-  "GstSRTSrc::caller-connecting",
-  "GstSRTSrc::caller-rejected",
-  "GstSRTSrc::caller-removed",
-  "GstSRTSrc:authentication",
-  "GstSRTSrc:latency",
-  "GstSRTSrc:localaddress",
-  "GstSRTSrc:localport",
-  "GstSRTSrc:mode",
-  "GstSRTSrc:passphrase",
-  "GstSRTSrc:pbkeylen",
-  "GstSRTSrc:poll-timeout",
-  "GstSRTSrc:stats",
-  "GstSRTSrc:streamid",
-  "GstSRTSrc:uri",
-  "GstSRTSrc:wait-for-connection",
-  "GstSample",
-  "GstSbcDec",
-  "GstSbcDec!sink",
-  "GstSbcDec!src",
-  "GstSbcEnc",
-  "GstSbcEnc!sink",
-  "GstSbcEnc!src",
-  "GstSbcParse",
-  "GstSbcParse!sink",
-  "GstSbcParse!src",
-  "GstScaletempo",
-  "GstScaletempo!sink",
-  "GstScaletempo!src",
-  "GstScaletempo:overlap",
-  "GstScaletempo:rate",
-  "GstScaletempo:search",
-  "GstScaletempo:stride",
-  "GstSceneChange",
-  "GstSceneChange!sink",
-  "GstSceneChange!src",
-  "GstSchedulingFlags",
-  "GstSctpDec",
-  "GstSctpDec!sink",
-  "GstSctpDec!src_%u",
-  "GstSctpDec::reset-stream",
-  "GstSctpDec:local-sctp-port",
-  "GstSctpDec:sctp-association-id",
-  "GstSctpEnc",
-  "GstSctpEnc!sink_%u",
-  "GstSctpEnc!src",
-  "GstSctpEnc::bytes-sent",
-  "GstSctpEnc::sctp-association-established",
-  "GstSctpEnc:remote-sctp-port",
-  "GstSctpEnc:sctp-association-id",
-  "GstSctpEnc:use-sock-stream",
-  "GstSdpSrc",
-  "GstSdpSrc!stream_%u",
-  "GstSdpSrc:location",
-  "GstSdpSrc:sdp",
-  "GstSearchMode",
-  "GstSeekFlags",
-  "GstSeekType",
-  "GstSegment",
-  "GstSegment.applied_rate",
-  "GstSegment.base",
-  "GstSegment.duration",
-  "GstSegment.flags",
-  "GstSegment.format",
-  "GstSegment.offset",
-  "GstSegment.position",
-  "GstSegment.rate",
-  "GstSegment.start",
-  "GstSegment.stop",
-  "GstSegment.time",
-  "GstSegmentClip",
-  "GstSegmentFlags",
-  "GstSegmentation",
-  "GstSegmentation!sink",
-  "GstSegmentation!src",
-  "GstSegmentation:learning-rate",
-  "GstSegmentation:method",
-  "GstSegmentation:test-mode",
-  "GstSegmentationMethod",
-  "GstSegmentationMethod::codebook",
-  "GstSegmentationMethod::mog",
-  "GstSegmentationMethod::mog2",
-  "GstSelectorPad",
-  "GstSelectorPad:active",
-  "GstSelectorPad:always-ok",
-  "GstSelectorPad:running-time",
-  "GstSelectorPad:tags",
-  "GstSerializeFlags",
-  "GstShagadelicTV",
-  "GstShagadelicTV!sink",
-  "GstShagadelicTV!src",
-  "GstShapeWipe",
-  "GstShapeWipe!mask_sink",
-  "GstShapeWipe!src",
-  "GstShapeWipe!video_sink",
-  "GstShapeWipe:border",
-  "GstShapeWipe:position",
-  "GstSharedTaskPool",
-  "GstSharedTaskPool.parent",
-  "GstSharedTaskPoolClass.parent_class",
-  "GstShmAllocator",
-  "GstShmAllocatorClass.parent_class",
-  "GstShmSink",
-  "GstShmSink!sink",
-  "GstShmSink::client-connected",
-  "GstShmSink::client-disconnected",
-  "GstShmSink:buffer-time",
-  "GstShmSink:perms",
-  "GstShmSink:shm-size",
-  "GstShmSink:socket-path",
-  "GstShmSink:wait-for-connection",
-  "GstShmSrc",
-  "GstShmSrc!src",
-  "GstShmSrc:is-live",
-  "GstShmSrc:shm-area-name",
-  "GstShmSrc:socket-path",
-  "GstShout2SendProtocol",
-  "GstShout2SendProtocol::http",
-  "GstShout2SendProtocol::icy",
-  "GstShout2SendProtocol::xaudiocast",
-  "GstShout2send",
-  "GstShout2send!sink",
-  "GstShout2send::connection-problem",
-  "GstShout2send:description",
-  "GstShout2send:genre",
-  "GstShout2send:ip",
-  "GstShout2send:mount",
-  "GstShout2send:password",
-  "GstShout2send:port",
-  "GstShout2send:protocol",
-  "GstShout2send:public",
-  "GstShout2send:send-title-info",
-  "GstShout2send:streamname",
-  "GstShout2send:timeout",
-  "GstShout2send:url",
-  "GstShout2send:user-agent",
-  "GstShout2send:username",
-  "GstSidClock",
-  "GstSidClock::ntsc",
-  "GstSidClock::pal",
-  "GstSidDec",
-  "GstSidDec!sink",
-  "GstSidDec!src",
-  "GstSidDec:blocksize",
-  "GstSidDec:clock",
-  "GstSidDec:filter",
-  "GstSidDec:force-speed",
-  "GstSidDec:measured-volume",
-  "GstSidDec:memory",
-  "GstSidDec:metadata",
-  "GstSidDec:mos8580",
-  "GstSidDec:tune",
-  "GstSidMemory",
-  "GstSidMemory::bank-switching",
-  "GstSidMemory::playsid-environment",
-  "GstSidMemory::transparent-rom",
-  "GstSimpleVideoMark",
-  "GstSimpleVideoMark!sink",
-  "GstSimpleVideoMark!src",
-  "GstSimpleVideoMark:bottom-offset",
-  "GstSimpleVideoMark:enabled",
-  "GstSimpleVideoMark:left-offset",
-  "GstSimpleVideoMark:pattern-count",
-  "GstSimpleVideoMark:pattern-data",
-  "GstSimpleVideoMark:pattern-data-count",
-  "GstSimpleVideoMark:pattern-height",
-  "GstSimpleVideoMark:pattern-width",
-  "GstSimpleVideoMarkDetect",
-  "GstSimpleVideoMarkDetect!sink",
-  "GstSimpleVideoMarkDetect!src",
-  "GstSimpleVideoMarkDetect:bottom-offset",
-  "GstSimpleVideoMarkDetect:left-offset",
-  "GstSimpleVideoMarkDetect:message",
-  "GstSimpleVideoMarkDetect:pattern-center",
-  "GstSimpleVideoMarkDetect:pattern-count",
-  "GstSimpleVideoMarkDetect:pattern-data-count",
-  "GstSimpleVideoMarkDetect:pattern-height",
-  "GstSimpleVideoMarkDetect:pattern-sensitivity",
-  "GstSimpleVideoMarkDetect:pattern-width",
-  "GstSirenDec",
-  "GstSirenDec!sink",
-  "GstSirenDec!src",
-  "GstSirenEnc",
-  "GstSirenEnc!sink",
-  "GstSirenEnc!src",
-  "GstSkinDetect",
-  "GstSkinDetect!sink",
-  "GstSkinDetect!src",
-  "GstSkinDetect:method",
-  "GstSkinDetect:postprocess",
-  "GstSkindetectMethod",
-  "GstSkindetectMethod::hsv",
-  "GstSkindetectMethod::rgb",
-  "GstSmooth",
-  "GstSmooth!sink",
-  "GstSmooth!src",
-  "GstSmooth:active",
-  "GstSmooth:filter-size",
-  "GstSmooth:luma-only",
-  "GstSmooth:tolerance",
-  "GstSocketSrc",
-  "GstSocketSrc!src",
-  "GstSocketSrc::connection-closed-by-peer",
-  "GstSocketSrc:caps",
-  "GstSocketSrc:send-messages",
-  "GstSocketSrc:socket",
-  "GstSocketTimestampMode",
-  "GstSocketTimestampMode::disabled",
-  "GstSocketTimestampMode::realtime",
-  "GstSolarize",
-  "GstSolarize!sink",
-  "GstSolarize!src",
-  "GstSolarize:end",
-  "GstSolarize:start",
-  "GstSolarize:threshold",
-  "GstSoupHTTPSrc",
-  "GstSoupHTTPSrc!src",
-  "GstSoupHTTPSrc:automatic-redirect",
-  "GstSoupHTTPSrc:compress",
-  "GstSoupHTTPSrc:cookies",
-  "GstSoupHTTPSrc:extra-headers",
-  "GstSoupHTTPSrc:http-log-level",
-  "GstSoupHTTPSrc:iradio-mode",
-  "GstSoupHTTPSrc:is-live",
-  "GstSoupHTTPSrc:keep-alive",
-  "GstSoupHTTPSrc:location",
-  "GstSoupHTTPSrc:method",
-  "GstSoupHTTPSrc:proxy",
-  "GstSoupHTTPSrc:proxy-id",
-  "GstSoupHTTPSrc:proxy-pw",
-  "GstSoupHTTPSrc:retries",
-  "GstSoupHTTPSrc:ssl-ca-file",
-  "GstSoupHTTPSrc:ssl-strict",
-  "GstSoupHTTPSrc:ssl-use-system-ca-file",
-  "GstSoupHTTPSrc:timeout",
-  "GstSoupHTTPSrc:tls-database",
-  "GstSoupHTTPSrc:tls-interaction",
-  "GstSoupHTTPSrc:user-agent",
-  "GstSoupHTTPSrc:user-id",
-  "GstSoupHTTPSrc:user-pw",
-  "GstSoupHttpClientSink",
-  "GstSoupHttpClientSink!sink",
-  "GstSoupHttpClientSink:automatic-redirect",
-  "GstSoupHttpClientSink:cookies",
-  "GstSoupHttpClientSink:http-log-level",
-  "GstSoupHttpClientSink:location",
-  "GstSoupHttpClientSink:proxy",
-  "GstSoupHttpClientSink:proxy-id",
-  "GstSoupHttpClientSink:proxy-pw",
-  "GstSoupHttpClientSink:retries",
-  "GstSoupHttpClientSink:retry-delay",
-  "GstSoupHttpClientSink:session",
-  "GstSoupHttpClientSink:user-agent",
-  "GstSoupHttpClientSink:user-id",
-  "GstSoupHttpClientSink:user-pw",
-  "GstSourceBuffer",
-  "GstSourceBuffer::on-abort",
-  "GstSourceBuffer::on-error",
-  "GstSourceBuffer::on-update",
-  "GstSourceBuffer::on-update-end",
-  "GstSourceBuffer::on-update-start",
-  "GstSourceBuffer:append-mode",
-  "GstSourceBuffer:append-window-end",
-  "GstSourceBuffer:append-window-start",
-  "GstSourceBuffer:buffered",
-  "GstSourceBuffer:content-type",
-  "GstSourceBuffer:timestamp-offset",
-  "GstSourceBuffer:updating",
-  "GstSourceBufferAppendMode",
-  "GstSourceBufferClass.parent_class",
-  "GstSourceBufferInterval",
-  "GstSourceBufferInterval.end",
-  "GstSourceBufferInterval.start",
-  "GstSourceBufferList",
-  "GstSourceBufferList::on-sourcebuffer-added",
-  "GstSourceBufferList::on-sourcebuffer-removed",
-  "GstSourceBufferList:length",
-  "GstSourceBufferListClass.parent_class",
-  "GstSpaceScope",
-  "GstSpaceScope!sink",
-  "GstSpaceScope!src",
-  "GstSpaceScope:style",
-  "GstSpaceScopeStyle",
-  "GstSpaceScopeStyle::color-dots",
-  "GstSpaceScopeStyle::color-lines",
-  "GstSpaceScopeStyle::dots",
-  "GstSpaceScopeStyle::lines",
-  "GstSpanPlc",
-  "GstSpanPlc!sink",
-  "GstSpanPlc!src",
-  "GstSpanPlc:stats",
-  "GstSpectraScope",
-  "GstSpectraScope!sink",
-  "GstSpectraScope!src",
-  "GstSpectrum",
-  "GstSpectrum!sink",
-  "GstSpectrum!src",
-  "GstSpectrum:bands",
-  "GstSpectrum:interval",
-  "GstSpectrum:message-magnitude",
-  "GstSpectrum:message-phase",
-  "GstSpectrum:multi-channel",
-  "GstSpectrum:post-messages",
-  "GstSpectrum:threshold",
-  "GstSpeed",
-  "GstSpeed!sink",
-  "GstSpeed!src",
-  "GstSpeed:speed",
-  "GstSpeexDec",
-  "GstSpeexDec!sink",
-  "GstSpeexDec!src",
-  "GstSpeexDec:enh",
-  "GstSpeexEnc",
-  "GstSpeexEnc!sink",
-  "GstSpeexEnc!src",
-  "GstSpeexEnc:abr",
-  "GstSpeexEnc:bitrate",
-  "GstSpeexEnc:complexity",
-  "GstSpeexEnc:dtx",
-  "GstSpeexEnc:last-message",
-  "GstSpeexEnc:mode",
-  "GstSpeexEnc:nframes",
-  "GstSpeexEnc:quality",
-  "GstSpeexEnc:vad",
-  "GstSpeexEnc:vbr",
-  "GstSpeexEncMode",
-  "GstSpeexEncMode::auto",
-  "GstSpeexEncMode::nb",
-  "GstSpeexEncMode::uwb",
-  "GstSpeexEncMode::wb",
-  "GstSphere",
-  "GstSphere!sink",
-  "GstSphere!src",
-  "GstSphere:refraction",
-  "GstSplitFileSrc",
-  "GstSplitFileSrc!src",
-  "GstSplitFileSrc:location",
-  "GstSplitMuxSink",
-  "GstSplitMuxSink!audio_%u",
-  "GstSplitMuxSink!caption_%u",
-  "GstSplitMuxSink!subtitle_%u",
-  "GstSplitMuxSink!video",
-  "GstSplitMuxSink!video_aux_%u",
-  "GstSplitMuxSink::format-location",
-  "GstSplitMuxSink::format-location-full",
-  "GstSplitMuxSink::muxer-added",
-  "GstSplitMuxSink::sink-added",
-  "GstSplitMuxSink::split-after",
-  "GstSplitMuxSink::split-at-running-time",
-  "GstSplitMuxSink::split-now",
-  "GstSplitMuxSink:alignment-threshold",
-  "GstSplitMuxSink:async-finalize",
-  "GstSplitMuxSink:location",
-  "GstSplitMuxSink:max-files",
-  "GstSplitMuxSink:max-size-bytes",
-  "GstSplitMuxSink:max-size-time",
-  "GstSplitMuxSink:max-size-timecode",
-  "GstSplitMuxSink:mux-overhead",
-  "GstSplitMuxSink:muxer",
-  "GstSplitMuxSink:muxer-factory",
-  "GstSplitMuxSink:muxer-pad-map",
-  "GstSplitMuxSink:muxer-preset",
-  "GstSplitMuxSink:muxer-properties",
-  "GstSplitMuxSink:reset-muxer",
-  "GstSplitMuxSink:send-keyframe-requests",
-  "GstSplitMuxSink:sink",
-  "GstSplitMuxSink:sink-factory",
-  "GstSplitMuxSink:sink-preset",
-  "GstSplitMuxSink:sink-properties",
-  "GstSplitMuxSink:start-index",
-  "GstSplitMuxSink:use-robust-muxing",
-  "GstSplitMuxSrc",
-  "GstSplitMuxSrc!audio_%u",
-  "GstSplitMuxSrc!subtitle_%u",
-  "GstSplitMuxSrc!video",
-  "GstSplitMuxSrc!video_%u",
-  "GstSplitMuxSrc::format-location",
-  "GstSplitMuxSrc:location",
-  "GstSquare",
-  "GstSquare!sink",
-  "GstSquare!src",
-  "GstSquare:height",
-  "GstSquare:width",
-  "GstSquare:zoom",
-  "GstSrtEnc",
-  "GstSrtEnc!sink",
-  "GstSrtEnc!src",
-  "GstSrtEnc:duration",
-  "GstSrtEnc:timestamp",
-  "GstSrtpAuthType",
-  "GstSrtpAuthType::hmac-sha1-32",
-  "GstSrtpAuthType::hmac-sha1-80",
-  "GstSrtpAuthType::null",
-  "GstSrtpCipherType",
-  "GstSrtpCipherType::aes-128-gcm",
-  "GstSrtpCipherType::aes-128-icm",
-  "GstSrtpCipherType::aes-256-gcm",
-  "GstSrtpCipherType::aes-256-icm",
-  "GstSrtpCipherType::null",
-  "GstSrtpDec",
-  "GstSrtpDec!rtcp_sink",
-  "GstSrtpDec!rtcp_src",
-  "GstSrtpDec!rtp_sink",
-  "GstSrtpDec!rtp_src",
-  "GstSrtpDec::clear-keys",
-  "GstSrtpDec::hard-limit",
-  "GstSrtpDec::remove-key",
-  "GstSrtpDec::request-key",
-  "GstSrtpDec::soft-limit",
-  "GstSrtpDec:replay-window-size",
-  "GstSrtpDec:stats",
-  "GstSrtpEnc",
-  "GstSrtpEnc!rtcp_sink_%u",
-  "GstSrtpEnc!rtcp_src_%u",
-  "GstSrtpEnc!rtp_sink_%u",
-  "GstSrtpEnc!rtp_src_%u",
-  "GstSrtpEnc::soft-limit",
-  "GstSrtpEnc:allow-repeat-tx",
-  "GstSrtpEnc:key",
-  "GstSrtpEnc:mki",
-  "GstSrtpEnc:random-key",
-  "GstSrtpEnc:replay-window-size",
-  "GstSrtpEnc:rtcp-auth",
-  "GstSrtpEnc:rtcp-cipher",
-  "GstSrtpEnc:rtp-auth",
-  "GstSrtpEnc:rtp-cipher",
-  "GstSrtpEnc:stats",
-  "GstSsaParse",
-  "GstSsaParse!sink",
-  "GstSsaParse!src",
-  "GstStackTraceFlags",
-  "GstState",
-  "GstStateChange",
-  "GstStateChangeReturn",
-  "GstStaticCaps",
-  "GstStaticCaps.caps",
-  "GstStaticCaps.string",
-  "GstStaticPadTemplate",
-  "GstStaticPadTemplate.direction",
-  "GstStaticPadTemplate.name_template",
-  "GstStaticPadTemplate.presence",
-  "GstStaticPadTemplate.static_caps",
-  "GstStereo",
-  "GstStereo!sink",
-  "GstStereo!src",
-  "GstStereo:active",
-  "GstStereo:stereo",
-  "GstStreakTV",
-  "GstStreakTV!sink",
-  "GstStreakTV!src",
-  "GstStreakTV:feedback",
-  "GstStream",
-  "GstStream.stream_id",
-  "GstStream:caps",
-  "GstStream:stream-flags",
-  "GstStream:stream-id",
-  "GstStream:stream-type",
-  "GstStream:tags",
-  "GstStreamClass.parent_class",
-  "GstStreamCollection",
-  "GstStreamCollection::stream-notify",
-  "GstStreamCollection:upstream-id",
-  "GstStreamCollectionClass.parent_class",
-  "GstStreamCollectionClass.stream_notify",
-  "GstStreamCollectionClass::stream_notify",
-  "GstStreamCombiner",
-  "GstStreamCombiner!sink_%u",
-  "GstStreamCombiner!src",
-  "GstStreamConsistency",
-  "GstStreamError",
-  "GstStreamFlags",
-  "GstStreamSplitter",
-  "GstStreamSplitter!sink",
-  "GstStreamSplitter!src_%u",
-  "GstStreamStatusType",
-  "GstStreamSynchronizer",
-  "GstStreamSynchronizer!sink_%u",
-  "GstStreamSynchronizer!src_%u",
-  "GstStreamType",
-  "GstStreamVolume",
-  "GstStreamVolume:mute",
-  "GstStreamVolume:volume",
-  "GstStreamVolumeFormat",
-  "GstStreamVolumeInterface.iface",
-  "GstStreamidDemux",
-  "GstStreamidDemux!sink",
-  "GstStreamidDemux!src_%u",
-  "GstStreamidDemux:active-pad",
-  "GstStretch",
-  "GstStretch!sink",
-  "GstStretch!src",
-  "GstStretch:intensity",
-  "GstStructure",
-  "GstStructure.type",
-  "GstStructureChangeType",
-  "GstStructureFilterMapFunc",
-  "GstStructureForeachFunc",
-  "GstStructureMapFunc",
-  "GstSubParse",
-  "GstSubParse!sink",
-  "GstSubParse!src",
-  "GstSubParse:subtitle-encoding",
-  "GstSubParse:video-fps",
-  "GstSubtitleOverlay",
-  "GstSubtitleOverlay!src",
-  "GstSubtitleOverlay!subtitle_sink",
-  "GstSubtitleOverlay!video_sink",
-  "GstSubtitleOverlay:font-desc",
-  "GstSubtitleOverlay:silent",
-  "GstSubtitleOverlay:subtitle-encoding",
-  "GstSubtitleOverlay:subtitle-ts-offset",
-  "GstSwitchBin",
-  "GstSwitchBin!sink",
-  "GstSwitchBin!src",
-  "GstSwitchBin:current-path",
-  "GstSwitchBin:num-paths",
-  "GstSynaeScope",
-  "GstSynaeScope!sink",
-  "GstSynaeScope!src",
-  "GstSystemClock",
-  "GstSystemClock.clock",
-  "GstSystemClock:clock-type",
-  "GstSystemClockClass.parent_class",
-  "GstTCPClientSink",
-  "GstTCPClientSink!sink",
-  "GstTCPClientSink:host",
-  "GstTCPClientSink:port",
-  "GstTCPClientSrc",
-  "GstTCPClientSrc!src",
-  "GstTCPClientSrc:host",
-  "GstTCPClientSrc:port",
-  "GstTCPClientSrc:stats",
-  "GstTCPClientSrc:timeout",
-  "GstTCPServerSink",
-  "GstTCPServerSink!sink",
-  "GstTCPServerSink:current-port",
-  "GstTCPServerSink:host",
-  "GstTCPServerSink:port",
-  "GstTCPServerSrc",
-  "GstTCPServerSrc!src",
-  "GstTCPServerSrc:current-port",
-  "GstTCPServerSrc:host",
-  "GstTCPServerSrc:port",
-  "GstTCPServerSrc:stats",
-  "GstTSDemux",
-  "GstTSDemux!audio_%01x_%05x",
-  "GstTSDemux!private_%01x_%05x",
-  "GstTSDemux!sink",
-  "GstTSDemux!subpicture_%01x_%05x",
-  "GstTSDemux!video_%01x_%05x",
-  "GstTSDemux:emit-stats",
-  "GstTSDemux:latency",
-  "GstTSDemux:program-number",
-  "GstTagDemux",
-  "GstTagDemux.element",
-  "GstTagDemuxClass.identify_tag",
-  "GstTagDemuxClass.merge_tags",
-  "GstTagDemuxClass.min_end_size",
-  "GstTagDemuxClass.min_start_size",
-  "GstTagDemuxClass.parent_class",
-  "GstTagDemuxClass.parse_tag",
-  "GstTagDemuxClass::identify_tag",
-  "GstTagDemuxClass::merge_tags",
-  "GstTagDemuxClass::parse_tag",
-  "GstTagDemuxResult",
-  "GstTagFlag",
-  "GstTagForeachFunc",
-  "GstTagImageType",
-  "GstTagInject",
-  "GstTagInject!sink",
-  "GstTagInject!src",
-  "GstTagInject:tags",
-  "GstTagLicenseFlags",
-  "GstTagList",
-  "GstTagList.mini_object",
-  "GstTagMergeFunc",
-  "GstTagMergeMode",
-  "GstTagMux",
-  "GstTagMux.element",
-  "GstTagMuxClass.parent_class",
-  "GstTagMuxClass.render_end_tag",
-  "GstTagMuxClass.render_start_tag",
-  "GstTagMuxClass::render_end_tag",
-  "GstTagMuxClass::render_start_tag",
-  "GstTagScope",
-  "GstTagSetter",
-  "GstTagSetterInterface.g_iface",
-  "GstTagXmpWriter",
-  "GstTagXmpWriterInterface.parent",
-  "GstTask",
-  "GstTask.cond",
-  "GstTask.func",
-  "GstTask.lock",
-  "GstTask.notify",
-  "GstTask.object",
-  "GstTask.running",
-  "GstTask.state",
-  "GstTask.user_data",
-  "GstTaskClass.parent_class",
-  "GstTaskFunction",
-  "GstTaskPool",
-  "GstTaskPool.object",
-  "GstTaskPoolClass.cleanup",
-  "GstTaskPoolClass.join",
-  "GstTaskPoolClass.parent_class",
-  "GstTaskPoolClass.prepare",
-  "GstTaskPoolClass.push",
-  "GstTaskPoolClass::cleanup",
-  "GstTaskPoolClass::dispose_handle",
-  "GstTaskPoolClass::join",
-  "GstTaskPoolClass::prepare",
-  "GstTaskPoolClass::push",
-  "GstTaskPoolFunction",
-  "GstTaskState",
-  "GstTaskThreadFunc",
-  "GstTee",
-  "GstTee!sink",
-  "GstTee!src_%u",
-  "GstTee:alloc-pad",
-  "GstTee:allow-not-linked",
-  "GstTee:has-chain",
-  "GstTee:last-message",
-  "GstTee:num-src-pads",
-  "GstTee:pull-mode",
-  "GstTee:silent",
-  "GstTeePullMode",
-  "GstTeePullMode::never",
-  "GstTeePullMode::single",
-  "GstTeletextDec",
-  "GstTeletextDec!sink",
-  "GstTeletextDec!src",
-  "GstTeletextDec:font-description",
-  "GstTeletextDec:page",
-  "GstTeletextDec:subpage",
-  "GstTeletextDec:subtitles-mode",
-  "GstTeletextDec:subtitles-template",
-  "GstTemplateMatch",
-  "GstTemplateMatch!sink",
-  "GstTemplateMatch!src",
-  "GstTemplateMatch:display",
-  "GstTemplateMatch:method",
-  "GstTemplateMatch:template",
-  "GstTest",
-  "GstTest!sink",
-  "GstTest:allowed-timestamp-deviation",
-  "GstTest:buffer-count",
-  "GstTest:expected-buffer-count",
-  "GstTest:expected-length",
-  "GstTest:expected-md5",
-  "GstTest:length",
-  "GstTest:md5",
-  "GstTest:timestamp-deviation",
-  "GstTestClock",
-  "GstTestClock.parent",
-  "GstTestClock:clock-type",
-  "GstTestClock:start-time",
-  "GstTestClockClass.parent_class",
-  "GstTestSrcBin",
-  "GstTestSrcBin!audio_src_%u",
-  "GstTestSrcBin!video_src_%u",
-  "GstTestSrcBin:stream-types",
-  "GstTextOverlay",
-  "GstTextOverlay!src",
-  "GstTextOverlay!text_sink",
-  "GstTextOverlay!video_sink",
-  "GstTextRender",
-  "GstTextRender!sink",
-  "GstTextRender!src",
-  "GstTextRender:font-desc",
-  "GstTextRender:halignment",
-  "GstTextRender:line-alignment",
-  "GstTextRender:valignment",
-  "GstTextRender:xpad",
-  "GstTextRender:ypad",
-  "GstTextRenderHAlign",
-  "GstTextRenderHAlign::center",
-  "GstTextRenderHAlign::left",
-  "GstTextRenderHAlign::right",
-  "GstTextRenderLineAlign",
-  "GstTextRenderLineAlign::center",
-  "GstTextRenderLineAlign::left",
-  "GstTextRenderLineAlign::right",
-  "GstTextRenderVAlign",
-  "GstTextRenderVAlign::baseline",
-  "GstTextRenderVAlign::bottom",
-  "GstTextRenderVAlign::top",
-  "GstTheoraDec",
-  "GstTheoraDec!sink",
-  "GstTheoraDec!src",
-  "GstTheoraDec:visualize-bit-usage",
-  "GstTheoraDec:visualize-macroblock-modes",
-  "GstTheoraDec:visualize-motion-vectors",
-  "GstTheoraDec:visualize-quantization-modes",
-  "GstTheoraEnc",
-  "GstTheoraEnc!sink",
-  "GstTheoraEnc!src",
-  "GstTheoraEnc:bitrate",
-  "GstTheoraEnc:cap-overflow",
-  "GstTheoraEnc:cap-underflow",
-  "GstTheoraEnc:drop-frames",
-  "GstTheoraEnc:keyframe-auto",
-  "GstTheoraEnc:keyframe-force",
-  "GstTheoraEnc:keyframe-freq",
-  "GstTheoraEnc:multipass-cache-file",
-  "GstTheoraEnc:multipass-mode",
-  "GstTheoraEnc:quality",
-  "GstTheoraEnc:rate-buffer",
-  "GstTheoraEnc:speed-level",
-  "GstTheoraEnc:vp3-compatible",
-  "GstTheoraEncMultipassMode",
-  "GstTheoraEncMultipassMode::first-pass",
-  "GstTheoraEncMultipassMode::second-pass",
-  "GstTheoraEncMultipassMode::single-pass",
-  "GstTheoraParse",
-  "GstTheoraParse!sink",
-  "GstTheoraParse!src",
-  "GstTimeCodeStamper",
-  "GstTimeCodeStamper!ltc_sink",
-  "GstTimeCodeStamper!sink",
-  "GstTimeCodeStamper!src",
-  "GstTimeCodeStamper:auto-resync",
-  "GstTimeCodeStamper:drop-frame",
-  "GstTimeCodeStamper:ltc-auto-resync",
-  "GstTimeCodeStamper:ltc-daily-jam",
-  "GstTimeCodeStamper:ltc-extra-latency",
-  "GstTimeCodeStamper:ltc-timeout",
-  "GstTimeCodeStamper:post-messages",
-  "GstTimeCodeStamper:rtc-auto-resync",
-  "GstTimeCodeStamper:rtc-max-drift",
-  "GstTimeCodeStamper:set",
-  "GstTimeCodeStamper:set-internal-timecode",
-  "GstTimeCodeStamper:source",
-  "GstTimeCodeStamper:timecode-offset",
-  "GstTimeCodeStamper:timeout",
-  "GstTimeCodeStamperSet",
-  "GstTimeCodeStamperSet::always",
-  "GstTimeCodeStamperSet::keep",
-  "GstTimeCodeStamperSet::never",
-  "GstTimeCodeStamperSource",
-  "GstTimeCodeStamperSource::internal",
-  "GstTimeCodeStamperSource::last-known",
-  "GstTimeCodeStamperSource::last-known-or-zero",
-  "GstTimeCodeStamperSource::ltc",
-  "GstTimeCodeStamperSource::rtc",
-  "GstTimeCodeStamperSource::zero",
-  "GstTimeOverlay",
-  "GstTimeOverlay!src",
-  "GstTimeOverlay!video_sink",
-  "GstTimeOverlay:datetime-epoch",
-  "GstTimeOverlay:datetime-format",
-  "GstTimeOverlay:show-times-as-dates",
-  "GstTimeOverlay:time-mode",
-  "GstTimeOverlayTimeLine",
-  "GstTimeOverlayTimeLine::buffer-count",
-  "GstTimeOverlayTimeLine::buffer-offset",
-  "GstTimeOverlayTimeLine::buffer-time",
-  "GstTimeOverlayTimeLine::elapsed-running-time",
-  "GstTimeOverlayTimeLine::reference-timestamp",
-  "GstTimeOverlayTimeLine::running-time",
-  "GstTimeOverlayTimeLine::stream-time",
-  "GstTimeOverlayTimeLine::time-code",
-  "GstTimedValue",
-  "GstTimedValue.timestamp",
-  "GstTimedValue.value",
-  "GstTimedValueControlSource",
-  "GstTimedValueControlSource.lock",
-  "GstTimedValueControlSource.nvalues",
-  "GstTimedValueControlSource.parent",
-  "GstTimedValueControlSource.valid_cache",
-  "GstTimedValueControlSource.values",
-  "GstTimedValueControlSource::value-added",
-  "GstTimedValueControlSource::value-changed",
-  "GstTimedValueControlSource::value-removed",
-  "GstTimedValueControlSourceClass.parent_class",
-  "GstTinyalsaSink",
-  "GstTinyalsaSink!sink",
-  "GstTinyalsaSink:alignment-threshold",
-  "GstTinyalsaSink:async",
-  "GstTinyalsaSink:blocksize",
-  "GstTinyalsaSink:buffer-time",
-  "GstTinyalsaSink:can-activate-pull",
-  "GstTinyalsaSink:card",
-  "GstTinyalsaSink:device",
-  "GstTinyalsaSink:discont-wait",
-  "GstTinyalsaSink:drift-tolerance",
-  "GstTinyalsaSink:enable-last-sample",
-  "GstTinyalsaSink:last-sample",
-  "GstTinyalsaSink:latency-time",
-  "GstTinyalsaSink:max-bitrate",
-  "GstTinyalsaSink:max-lateness",
-  "GstTinyalsaSink:processing-deadline",
-  "GstTinyalsaSink:provide-clock",
-  "GstTinyalsaSink:qos",
-  "GstTinyalsaSink:render-delay",
-  "GstTinyalsaSink:slave-method",
-  "GstTinyalsaSink:stats",
-  "GstTinyalsaSink:sync",
-  "GstTinyalsaSink:throttle-time",
-  "GstTinyalsaSink:ts-offset",
-  "GstToc",
-  "GstTocEntry",
-  "GstTocEntryType",
-  "GstTocLoopType",
-  "GstTocScope",
-  "GstTocSetter",
-  "GstTocSetterInterface.g_iface",
-  "GstToneGenerateSrc",
-  "GstToneGenerateSrc!src",
-  "GstToneGenerateSrc:blocksize",
-  "GstToneGenerateSrc:do-timestamp",
-  "GstToneGenerateSrc:freq",
-  "GstToneGenerateSrc:freq2",
-  "GstToneGenerateSrc:num-buffers",
-  "GstToneGenerateSrc:off-time",
-  "GstToneGenerateSrc:off-time2",
-  "GstToneGenerateSrc:on-time",
-  "GstToneGenerateSrc:on-time2",
-  "GstToneGenerateSrc:repeat",
-  "GstToneGenerateSrc:samplesperbuffer",
-  "GstToneGenerateSrc:typefind",
-  "GstToneGenerateSrc:volume",
-  "GstToneGenerateSrc:volume2",
-  "GstTracer",
-  "GstTracer.parent",
-  "GstTracer:params",
-  "GstTracerClass.parent_class",
-  "GstTracerFactory",
-  "GstTracerRecord",
-  "GstTracerValueFlags",
-  "GstTracerValueScope",
-  "GstTranscodeBin",
-  "GstTranscodeBin!sink",
-  "GstTranscodeBin!sink_%u",
-  "GstTranscodeBin!src",
-  "GstTranscodeBin!src_%u",
-  "GstTranscodeBin:audio-filter",
-  "GstTranscodeBin:avoid-reencoding",
-  "GstTranscodeBin:profile",
-  "GstTranscodeBin:video-filter",
-  "GstTranscoder",
-  "GstTranscoder::done",
-  "GstTranscoder::duration-changed",
-  "GstTranscoder::error",
-  "GstTranscoder::position-updated",
-  "GstTranscoder::warning",
-  "GstTranscoder:avoid-reencoding",
-  "GstTranscoder:dest-uri",
-  "GstTranscoder:duration",
-  "GstTranscoder:pipeline",
-  "GstTranscoder:position",
-  "GstTranscoder:position-update-interval",
-  "GstTranscoder:profile",
-  "GstTranscoder:signal-dispatcher",
-  "GstTranscoder:src-uri",
-  "GstTranscoderClass.parent_class",
-  "GstTranscoderError",
-  "GstTranscoderGMainContextSignalDispatcher",
-  "GstTranscoderGMainContextSignalDispatcher:application-context",
-  "GstTranscoderMessage",
-  "GstTranscoderSignalAdapter",
-  "GstTranscoderSignalAdapter::done",
-  "GstTranscoderSignalAdapter::duration-changed",
-  "GstTranscoderSignalAdapter::error",
-  "GstTranscoderSignalAdapter::position-updated",
-  "GstTranscoderSignalAdapter::state-changed",
-  "GstTranscoderSignalAdapter::warning",
-  "GstTranscoderSignalAdapter:transcoder",
-  "GstTranscoderSignalAdapterClass.parent_class",
-  "GstTranscoderSignalDispatcher",
-  "GstTranscoderSignalDispatcherInterface.dispatch",
-  "GstTranscoderSignalDispatcherInterface.parent_iface",
-  "GstTranscoderSignalDispatcherInterface::dispatch",
-  "GstTranscoderState",
-  "GstTriggerControlSource",
-  "GstTriggerControlSource.parent",
-  "GstTriggerControlSource:tolerance",
-  "GstTriggerControlSourceClass.parent_class",
-  "GstTtmlParse",
-  "GstTtmlParse!sink",
-  "GstTtmlParse!src",
-  "GstTtmlRender",
-  "GstTtmlRender!src",
-  "GstTtmlRender!text_sink",
-  "GstTtmlRender!video_sink",
-  "GstTuner",
-  "GstTuner::channel-changed",
-  "GstTuner::frequency-changed",
-  "GstTuner::norm-changed",
-  "GstTuner::signal-changed",
-  "GstTunerChannel",
-  "GstTunerChannel::frequency-changed",
-  "GstTunerChannel::signal-changed",
-  "GstTunerNorm",
-  "GstTunnel",
-  "GstTunnel!sink",
-  "GstTunnel!src",
-  "GstTwirl",
-  "GstTwirl!sink",
-  "GstTwirl!src",
-  "GstTwirl:angle",
-  "GstTwoLame",
-  "GstTwoLame!sink",
-  "GstTwoLame!src",
-  "GstTwoLame:ath-level",
-  "GstTwoLame:bitrate",
-  "GstTwoLame:copyright",
-  "GstTwoLame:emphasis",
-  "GstTwoLame:energy-level-extension",
-  "GstTwoLame:error-protection",
-  "GstTwoLame:mode",
-  "GstTwoLame:original",
-  "GstTwoLame:padding",
-  "GstTwoLame:psymodel",
-  "GstTwoLame:quick-mode",
-  "GstTwoLame:quick-mode-count",
-  "GstTwoLame:vbr",
-  "GstTwoLame:vbr-level",
-  "GstTwoLame:vbr-max-bitrate",
-  "GstTwoLameEmphasis",
-  "GstTwoLameEmphasis::5",
-  "GstTwoLameEmphasis::ccit",
-  "GstTwoLameEmphasis::none",
-  "GstTwoLameMode",
-  "GstTwoLameMode::auto",
-  "GstTwoLameMode::dual",
-  "GstTwoLameMode::joint",
-  "GstTwoLameMode::mono",
-  "GstTwoLameMode::stereo",
-  "GstTwoLamePadding",
-  "GstTwoLamePadding::always",
-  "GstTwoLamePadding::never",
-  "GstTypeFind",
-  "GstTypeFind.data",
-  "GstTypeFindData",
-  "GstTypeFindElement",
-  "GstTypeFindElement!sink",
-  "GstTypeFindElement!src",
-  "GstTypeFindElement::have-type",
-  "GstTypeFindElement:caps",
-  "GstTypeFindElement:force-caps",
-  "GstTypeFindElement:minimum",
-  "GstTypeFindFactory",
-  "GstTypeFindFunction",
-  "GstTypeFindHelperGetRangeFunction",
-  "GstTypeFindProbability",
-  "GstUDPSink",
-  "GstUDPSink!sink",
-  "GstUDPSink:host",
-  "GstUDPSink:port",
-  "GstUDPSrc",
-  "GstUDPSrc!src",
-  "GstUDPSrc:address",
-  "GstUDPSrc:auto-multicast",
-  "GstUDPSrc:buffer-size",
-  "GstUDPSrc:caps",
-  "GstUDPSrc:close-socket",
-  "GstUDPSrc:loop",
-  "GstUDPSrc:mtu",
-  "GstUDPSrc:multicast-group",
-  "GstUDPSrc:multicast-iface",
-  "GstUDPSrc:port",
-  "GstUDPSrc:retrieve-sender-address",
-  "GstUDPSrc:reuse",
-  "GstUDPSrc:skip-first-bytes",
-  "GstUDPSrc:socket",
-  "GstUDPSrc:timeout",
-  "GstUDPSrc:uri",
-  "GstUDPSrc:used-socket",
-  "GstURIDecodeBin",
-  "GstURIDecodeBin!src_%u",
-  "GstURIDecodeBin3",
-  "GstURIDecodeBin3!audio_%u",
-  "GstURIDecodeBin3!src_%u",
-  "GstURIDecodeBin3!text_%u",
-  "GstURIDecodeBin3!video_%u",
-  "GstURIDecodeBin3::about-to-finish",
-  "GstURIDecodeBin3::select-stream",
-  "GstURIDecodeBin3::source-setup",
-  "GstURIDecodeBin3:buffer-duration",
-  "GstURIDecodeBin3:buffer-size",
-  "GstURIDecodeBin3:caps",
-  "GstURIDecodeBin3:connection-speed",
-  "GstURIDecodeBin3:current-suburi",
-  "GstURIDecodeBin3:current-uri",
-  "GstURIDecodeBin3:download",
-  "GstURIDecodeBin3:force-sw-decoders",
-  "GstURIDecodeBin3:ring-buffer-max-size",
-  "GstURIDecodeBin3:source",
-  "GstURIDecodeBin3:suburi",
-  "GstURIDecodeBin3:uri",
-  "GstURIDecodeBin3:use-buffering",
-  "GstURIDecodeBin::autoplug-continue",
-  "GstURIDecodeBin::autoplug-factories",
-  "GstURIDecodeBin::autoplug-query",
-  "GstURIDecodeBin::autoplug-select",
-  "GstURIDecodeBin::autoplug-sort",
-  "GstURIDecodeBin::drained",
-  "GstURIDecodeBin::source-setup",
-  "GstURIDecodeBin::unknown-type",
-  "GstURIDecodeBin:buffer-duration",
-  "GstURIDecodeBin:buffer-size",
-  "GstURIDecodeBin:caps",
-  "GstURIDecodeBin:connection-speed",
-  "GstURIDecodeBin:download",
-  "GstURIDecodeBin:expose-all-streams",
-  "GstURIDecodeBin:force-sw-decoders",
-  "GstURIDecodeBin:ring-buffer-max-size",
-  "GstURIDecodeBin:source",
-  "GstURIDecodeBin:subtitle-encoding",
-  "GstURIDecodeBin:uri",
-  "GstURIDecodeBin:use-buffering",
-  "GstURIError",
-  "GstURIHandler",
-  "GstURIHandlerInterface.get_uri",
-  "GstURIHandlerInterface.parent",
-  "GstURIHandlerInterface.set_uri",
-  "GstURIHandlerInterface::get_uri",
-  "GstURIHandlerInterface::set_uri",
-  "GstURISourceBin",
-  "GstURISourceBin!src_%u",
-  "GstURISourceBin::about-to-finish",
-  "GstURISourceBin::drained",
-  "GstURISourceBin::source-setup",
-  "GstURISourceBin:buffer-duration",
-  "GstURISourceBin:buffer-size",
-  "GstURISourceBin:connection-speed",
-  "GstURISourceBin:download",
-  "GstURISourceBin:high-watermark",
-  "GstURISourceBin:low-watermark",
-  "GstURISourceBin:ring-buffer-max-size",
-  "GstURISourceBin:source",
-  "GstURISourceBin:statistics",
-  "GstURISourceBin:uri",
-  "GstURISourceBin:use-buffering",
-  "GstURIType",
-  "GstUnalignedAudioParse",
-  "GstUnalignedAudioParse!sink",
-  "GstUnalignedAudioParse!src",
-  "GstUnalignedVideoParse",
-  "GstUnalignedVideoParse!sink",
-  "GstUnalignedVideoParse!src",
-  "GstUnixFdSink!sink",
-  "GstUnixFdSrc!src",
-  "GstUri",
-  "GstUriTranscodeBin",
-  "GstUriTranscodeBin:audio-filter",
-  "GstUriTranscodeBin:avoid-reencoding",
-  "GstUriTranscodeBin:cpu-usage",
-  "GstUriTranscodeBin:dest-uri",
-  "GstUriTranscodeBin:profile",
-  "GstUriTranscodeBin:source-uri",
-  "GstUriTranscodeBin:video-filter",
-  "GstUvcH264MjpgDemux",
-  "GstUvcH264MjpgDemux!h264",
-  "GstUvcH264MjpgDemux!jpeg",
-  "GstUvcH264MjpgDemux!nv12",
-  "GstUvcH264MjpgDemux!sink",
-  "GstUvcH264MjpgDemux!yuy2",
-  "GstUvcH264MjpgDemux:device-fd",
-  "GstUvcH264MjpgDemux:num-clock-samples",
-  "GstUvcH264Src",
-  "GstUvcH264Src!imgsrc",
-  "GstUvcH264Src!vfsrc",
-  "GstUvcH264Src!vidsrc",
-  "GstUvcH264Src::get-boolean-setting",
-  "GstUvcH264Src::get-enum-setting",
-  "GstUvcH264Src::get-int-setting",
-  "GstUvcH264Src:average-bitrate",
-  "GstUvcH264Src:colorspace-name",
-  "GstUvcH264Src:device",
-  "GstUvcH264Src:device-name",
-  "GstUvcH264Src:enable-sei",
-  "GstUvcH264Src:entropy",
-  "GstUvcH264Src:fixed-framerate",
-  "GstUvcH264Src:iframe-period",
-  "GstUvcH264Src:initial-bitrate",
-  "GstUvcH264Src:jpeg-decoder-name",
-  "GstUvcH264Src:leaky-bucket-size",
-  "GstUvcH264Src:level-idc",
-  "GstUvcH264Src:ltr-buffer-size",
-  "GstUvcH264Src:ltr-encoder-control",
-  "GstUvcH264Src:max-bframe-qp",
-  "GstUvcH264Src:max-iframe-qp",
-  "GstUvcH264Src:max-mbps",
-  "GstUvcH264Src:max-pframe-qp",
-  "GstUvcH264Src:min-bframe-qp",
-  "GstUvcH264Src:min-iframe-qp",
-  "GstUvcH264Src:min-pframe-qp",
-  "GstUvcH264Src:num-buffers",
-  "GstUvcH264Src:num-clock-samples",
-  "GstUvcH264Src:num-reorder-frames",
-  "GstUvcH264Src:peak-bitrate",
-  "GstUvcH264Src:preview-flipped",
-  "GstUvcH264Src:rate-control",
-  "GstUvcH264Src:slice-mode",
-  "GstUvcH264Src:slice-units",
-  "GstUvcH264Src:usage-type",
-  "GstV4l2DeviceTypeFlags",
-  "GstV4l2DeviceTypeFlags::audio",
-  "GstV4l2DeviceTypeFlags::capture",
-  "GstV4l2DeviceTypeFlags::output",
-  "GstV4l2DeviceTypeFlags::overlay",
-  "GstV4l2DeviceTypeFlags::tuner",
-  "GstV4l2DeviceTypeFlags::vbi-capture",
-  "GstV4l2DeviceTypeFlags::vbi-output",
-  "GstV4l2IOMode",
-  "GstV4l2IOMode::auto",
-  "GstV4l2IOMode::dmabuf",
-  "GstV4l2IOMode::dmabuf-import",
-  "GstV4l2IOMode::mmap",
-  "GstV4l2IOMode::rw",
-  "GstV4l2IOMode::userptr",
-  "GstV4l2Radio",
-  "GstV4l2Radio:device",
-  "GstV4l2Radio:frequency",
-  "GstV4l2Sink",
-  "GstV4l2Sink!sink",
-  "GstV4l2Sink:brightness",
-  "GstV4l2Sink:contrast",
-  "GstV4l2Sink:crop-height",
-  "GstV4l2Sink:crop-left",
-  "GstV4l2Sink:crop-top",
-  "GstV4l2Sink:crop-width",
-  "GstV4l2Sink:device",
-  "GstV4l2Sink:device-fd",
-  "GstV4l2Sink:device-name",
-  "GstV4l2Sink:extra-controls",
-  "GstV4l2Sink:flags",
-  "GstV4l2Sink:force-aspect-ratio",
-  "GstV4l2Sink:hue",
-  "GstV4l2Sink:io-mode",
-  "GstV4l2Sink:norm",
-  "GstV4l2Sink:overlay-height",
-  "GstV4l2Sink:overlay-left",
-  "GstV4l2Sink:overlay-top",
-  "GstV4l2Sink:overlay-width",
-  "GstV4l2Sink:pixel-aspect-ratio",
-  "GstV4l2Sink:saturation",
-  "GstV4l2Src",
-  "GstV4l2Src!src",
-  "GstV4l2Src::prepare-format",
-  "GstV4l2Src:brightness",
-  "GstV4l2Src:contrast",
-  "GstV4l2Src:device",
-  "GstV4l2Src:device-fd",
-  "GstV4l2Src:device-name",
-  "GstV4l2Src:extra-controls",
-  "GstV4l2Src:flags",
-  "GstV4l2Src:force-aspect-ratio",
-  "GstV4l2Src:hue",
-  "GstV4l2Src:io-mode",
-  "GstV4l2Src:norm",
-  "GstV4l2Src:pixel-aspect-ratio",
-  "GstV4l2Src:saturation",
-  "GstVC1AdvancedSeqHdr",
-  "GstVC1BDU",
-  "GstVC1BitPlanes",
-  "GstVC1Condover",
-  "GstVC1DQProfile",
-  "GstVC1EntryPointHdr",
-  "GstVC1FrameCodingMode",
-  "GstVC1FrameHdr",
-  "GstVC1FrameLayer",
-  "GstVC1HrdParam",
-  "GstVC1Level",
-  "GstVC1MvMode",
-  "GstVC1Parse",
-  "GstVC1Parse!sink",
-  "GstVC1Parse!src",
-  "GstVC1ParserResult",
-  "GstVC1PicAdvanced",
-  "GstVC1PicSimpleMain",
-  "GstVC1PictureType",
-  "GstVC1Profile",
-  "GstVC1QuantizerSpec",
-  "GstVC1SeqHdr",
-  "GstVC1SeqLayer",
-  "GstVC1SeqStructA",
-  "GstVC1SeqStructB",
-  "GstVC1SeqStructC",
-  "GstVC1SliceHdr",
-  "GstVC1StartCode",
-  "GstVC1VopDquant",
-  "GstVMncDec",
-  "GstVMncDec!sink",
-  "GstVMncDec!src",
-  "GstVP8Dec",
-  "GstVP8Dec!sink",
-  "GstVP8Dec!src",
-  "GstVP8Enc",
-  "GstVP8Enc!sink",
-  "GstVP8Enc!src",
-  "GstVP8RTPPayMode",
-  "GstVP8RTPPayMode::15-bit",
-  "GstVP8RTPPayMode::7-bit",
-  "GstVP8RTPPayMode::none",
-  "GstVP9Dec",
-  "GstVP9Dec!sink",
-  "GstVP9Dec!src",
-  "GstVP9Enc",
-  "GstVP9Enc!sink",
-  "GstVP9Enc!src",
-  "GstVP9Profile",
-  "GstVP9RTPPayMode",
-  "GstVP9RTPPayMode::15-bit",
-  "GstVP9RTPPayMode::7-bit",
-  "GstVP9RTPPayMode::none",
-  "GstVPXAQ",
-  "GstVPXAQ::complexity",
-  "GstVPXAQ::cyclic-refresh",
-  "GstVPXAQ::equator360",
-  "GstVPXAQ::lookahead",
-  "GstVPXAQ::off",
-  "GstVPXAQ::perceptual",
-  "GstVPXAQ::psnr",
-  "GstVPXAQ::variance",
-  "GstVPXDec",
-  "GstVPXDec:deblocking-level",
-  "GstVPXDec:noise-level",
-  "GstVPXDec:post-processing",
-  "GstVPXDec:post-processing-flags",
-  "GstVPXDec:threads",
-  "GstVPXDecPostProcessingFlags",
-  "GstVPXDecPostProcessingFlags::addnoise",
-  "GstVPXDecPostProcessingFlags::deblock",
-  "GstVPXDecPostProcessingFlags::demacroblock",
-  "GstVPXDecPostProcessingFlags::mfqe",
-  "GstVPXEnc",
-  "GstVPXEnc:arnr-maxframes",
-  "GstVPXEnc:arnr-strength",
-  "GstVPXEnc:arnr-type",
-  "GstVPXEnc:auto-alt-ref",
-  "GstVPXEnc:bits-per-pixel",
-  "GstVPXEnc:buffer-initial-size",
-  "GstVPXEnc:buffer-optimal-size",
-  "GstVPXEnc:buffer-size",
-  "GstVPXEnc:cpu-used",
-  "GstVPXEnc:cq-level",
-  "GstVPXEnc:deadline",
-  "GstVPXEnc:dropframe-threshold",
-  "GstVPXEnc:end-usage",
-  "GstVPXEnc:error-resilient",
-  "GstVPXEnc:horizontal-scaling-mode",
-  "GstVPXEnc:keyframe-max-dist",
-  "GstVPXEnc:keyframe-mode",
-  "GstVPXEnc:lag-in-frames",
-  "GstVPXEnc:max-intra-bitrate",
-  "GstVPXEnc:max-quantizer",
-  "GstVPXEnc:min-quantizer",
-  "GstVPXEnc:multipass-cache-file",
-  "GstVPXEnc:multipass-mode",
-  "GstVPXEnc:noise-sensitivity",
-  "GstVPXEnc:overshoot",
-  "GstVPXEnc:resize-allowed",
-  "GstVPXEnc:resize-down-threshold",
-  "GstVPXEnc:resize-up-threshold",
-  "GstVPXEnc:sharpness",
-  "GstVPXEnc:static-threshold",
-  "GstVPXEnc:target-bitrate",
-  "GstVPXEnc:temporal-scalability-layer-flags",
-  "GstVPXEnc:temporal-scalability-layer-id",
-  "GstVPXEnc:temporal-scalability-layer-sync-flags",
-  "GstVPXEnc:temporal-scalability-number-layers",
-  "GstVPXEnc:temporal-scalability-periodicity",
-  "GstVPXEnc:temporal-scalability-rate-decimator",
-  "GstVPXEnc:temporal-scalability-target-bitrate",
-  "GstVPXEnc:threads",
-  "GstVPXEnc:timebase",
-  "GstVPXEnc:token-partitions",
-  "GstVPXEnc:tuning",
-  "GstVPXEnc:twopass-vbr-bias",
-  "GstVPXEnc:twopass-vbr-maxsection",
-  "GstVPXEnc:twopass-vbr-minsection",
-  "GstVPXEnc:undershoot",
-  "GstVPXEnc:vertical-scaling-mode",
-  "GstVPXEncEndUsage",
-  "GstVPXEncEndUsage::cbr",
-  "GstVPXEncEndUsage::cq",
-  "GstVPXEncEndUsage::vbr",
-  "GstVPXEncErFlags",
-  "GstVPXEncErFlags::default",
-  "GstVPXEncErFlags::partitions",
-  "GstVPXEncKfMode",
-  "GstVPXEncKfMode::auto",
-  "GstVPXEncKfMode::disabled",
-  "GstVPXEncMultipassMode",
-  "GstVPXEncMultipassMode::first-pass",
-  "GstVPXEncMultipassMode::last-pass",
-  "GstVPXEncMultipassMode::one-pass",
-  "GstVPXEncScalingMode",
-  "GstVPXEncScalingMode::1:2",
-  "GstVPXEncScalingMode::3:5",
-  "GstVPXEncScalingMode::4:5",
-  "GstVPXEncScalingMode::normal",
-  "GstVPXEncTokenPartitions",
-  "GstVPXEncTokenPartitions::1",
-  "GstVPXEncTokenPartitions::2",
-  "GstVPXEncTokenPartitions::4",
-  "GstVPXEncTokenPartitions::8",
-  "GstVPXEncTuning",
-  "GstVPXEncTuning::psnr",
-  "GstVPXEncTuning::ssim",
-  "GstVaAV1Dec!sink",
-  "GstVaAV1Dec!src",
-  "GstVaAllocator",
-  "GstVaBaseEnc",
-  "GstVaBaseEnc:device-path",
-  "GstVaBaseTransform",
-  "GstVaBaseTransform:device-path",
-  "GstVaCompositor!sink_%u",
-  "GstVaCompositor!src",
-  "GstVaCompositorPad",
-  "GstVaCompositorPad:alpha",
-  "GstVaCompositorPad:height",
-  "GstVaCompositorPad:width",
-  "GstVaCompositorPad:xpos",
-  "GstVaCompositorPad:ypos",
-  "GstVaDeinterlace!sink",
-  "GstVaDeinterlace!src",
-  "GstVaDeinterlaceMethods",
-  "GstVaDeinterlaceMethods::adaptive",
-  "GstVaDeinterlaceMethods::bob",
-  "GstVaDeinterlaceMethods::compensated",
-  "GstVaDisplay",
-  "GstVaDisplay.parent",
-  "GstVaDisplay:description",
-  "GstVaDisplay:va-display",
-  "GstVaDisplayClass.parent_class",
-  "GstVaDisplayClass::create_va_display",
-  "GstVaDisplayDrm",
-  "GstVaDisplayDrm:path",
-  "GstVaDisplayWrapped",
-  "GstVaDmabufAllocator",
-  "GstVaFeature",
-  "GstVaH264Dec!sink",
-  "GstVaH264Dec!src",
-  "GstVaH264Enc!sink",
-  "GstVaH264Enc!src",
-  "GstVaH265Dec!sink",
-  "GstVaH265Dec!src",
-  "GstVaImplementation",
-  "GstVaJpegDec!sink",
-  "GstVaJpegDec!src",
-  "GstVaMpeg2Dec!sink",
-  "GstVaMpeg2Dec!src",
-  "GstVaPool",
-  "GstVaPostProc!sink",
-  "GstVaPostProc!src",
-  "GstVaScaleMethod",
-  "GstVaScaleMethod::default",
-  "GstVaScaleMethod::fast",
-  "GstVaScaleMethod::hq",
-  "GstVaVp8Dec!sink",
-  "GstVaVp8Dec!src",
-  "GstVaVp9Dec!sink",
-  "GstVaVp9Dec!src",
-  "GstVaapiDecodeBin",
-  "GstVaapiDecodeBin!sink",
-  "GstVaapiDecodeBin!src",
-  "GstVaapiDecodeBin:deinterlace-method",
-  "GstVaapiDecodeBin:disable-vpp",
-  "GstVaapiDecodeBin:max-size-buffers",
-  "GstVaapiDecodeBin:max-size-bytes",
-  "GstVaapiDecodeBin:max-size-time",
-  "GstVaapiDecode_h264",
-  "GstVaapiDecode_h264!sink",
-  "GstVaapiDecode_h264!src",
-  "GstVaapiDecode_h264:base-only",
-  "GstVaapiDecode_h264:low-latency",
-  "GstVaapiDecode_h265",
-  "GstVaapiDecode_h265!sink",
-  "GstVaapiDecode_h265!src",
-  "GstVaapiDecode_jpeg",
-  "GstVaapiDecode_jpeg!sink",
-  "GstVaapiDecode_jpeg!src",
-  "GstVaapiDecode_mpeg2",
-  "GstVaapiDecode_mpeg2!sink",
-  "GstVaapiDecode_mpeg2!src",
-  "GstVaapiDecode_vc1",
-  "GstVaapiDecode_vc1!sink",
-  "GstVaapiDecode_vc1!src",
-  "GstVaapiDeinterlaceMethod",
-  "GstVaapiDeinterlaceMethod::bob",
-  "GstVaapiDeinterlaceMethod::motion-adaptive",
-  "GstVaapiDeinterlaceMethod::motion-compensated",
-  "GstVaapiDeinterlaceMethod::none",
-  "GstVaapiDeinterlaceMethod::weave",
-  "GstVaapiDeinterlaceMode",
-  "GstVaapiDeinterlaceMode::auto",
-  "GstVaapiDeinterlaceMode::disabled",
-  "GstVaapiDeinterlaceMode::interlaced",
-  "GstVaapiDisplayType",
-  "GstVaapiDisplayType::any",
-  "GstVaapiDisplayType::drm",
-  "GstVaapiDisplayType::egl",
-  "GstVaapiDisplayType::glx",
-  "GstVaapiDisplayType::wayland",
-  "GstVaapiDisplayType::x11",
-  "GstVaapiEncode",
-  "GstVaapiEncodeH264",
-  "GstVaapiEncodeH264!sink",
-  "GstVaapiEncodeH264!src",
-  "GstVaapiEncodeH264:bitrate",
-  "GstVaapiEncodeH264:cabac",
-  "GstVaapiEncodeH264:compliance-mode",
-  "GstVaapiEncodeH264:cpb-length",
-  "GstVaapiEncodeH264:dct8x8",
-  "GstVaapiEncodeH264:default-roi-delta-qp",
-  "GstVaapiEncodeH264:init-qp",
-  "GstVaapiEncodeH264:keyframe-period",
-  "GstVaapiEncodeH264:max-bframes",
-  "GstVaapiEncodeH264:max-qp",
-  "GstVaapiEncodeH264:mbbrc",
-  "GstVaapiEncodeH264:min-qp",
-  "GstVaapiEncodeH264:num-slices",
-  "GstVaapiEncodeH264:num-views",
-  "GstVaapiEncodeH264:prediction-type",
-  "GstVaapiEncodeH264:qp-ib",
-  "GstVaapiEncodeH264:qp-ip",
-  "GstVaapiEncodeH264:quality-factor",
-  "GstVaapiEncodeH264:quality-level",
-  "GstVaapiEncodeH264:rate-control",
-  "GstVaapiEncodeH264:refs",
-  "GstVaapiEncodeH264:target-percentage",
-  "GstVaapiEncodeH264:temporal-levels",
-  "GstVaapiEncodeH264:trellis",
-  "GstVaapiEncodeH264:tune",
-  "GstVaapiEncodeH264:view-ids",
-  "GstVaapiEncodeH265",
-  "GstVaapiEncodeH265!sink",
-  "GstVaapiEncodeH265!src",
-  "GstVaapiEncodeH265:bitrate",
-  "GstVaapiEncodeH265:cpb-length",
-  "GstVaapiEncodeH265:default-roi-delta-qp",
-  "GstVaapiEncodeH265:init-qp",
-  "GstVaapiEncodeH265:keyframe-period",
-  "GstVaapiEncodeH265:low-delay-b",
-  "GstVaapiEncodeH265:max-bframes",
-  "GstVaapiEncodeH265:max-qp",
-  "GstVaapiEncodeH265:mbbrc",
-  "GstVaapiEncodeH265:min-qp",
-  "GstVaapiEncodeH265:num-slices",
-  "GstVaapiEncodeH265:num-tile-cols",
-  "GstVaapiEncodeH265:num-tile-rows",
-  "GstVaapiEncodeH265:qp-ib",
-  "GstVaapiEncodeH265:qp-ip",
-  "GstVaapiEncodeH265:quality-factor",
-  "GstVaapiEncodeH265:quality-level",
-  "GstVaapiEncodeH265:rate-control",
-  "GstVaapiEncodeH265:refs",
-  "GstVaapiEncodeH265:target-percentage",
-  "GstVaapiEncodeH265:trellis",
-  "GstVaapiEncodeH265:tune",
-  "GstVaapiEncodeMpeg2",
-  "GstVaapiEncodeMpeg2!sink",
-  "GstVaapiEncodeMpeg2!src",
-  "GstVaapiEncodeMpeg2:bitrate",
-  "GstVaapiEncodeMpeg2:default-roi-delta-qp",
-  "GstVaapiEncodeMpeg2:keyframe-period",
-  "GstVaapiEncodeMpeg2:max-bframes",
-  "GstVaapiEncodeMpeg2:min-force-key-unit-interval",
-  "GstVaapiEncodeMpeg2:qos",
-  "GstVaapiEncodeMpeg2:quality-level",
-  "GstVaapiEncodeMpeg2:quantizer",
-  "GstVaapiEncodeMpeg2:rate-control",
-  "GstVaapiEncodeMpeg2:target-percentage",
-  "GstVaapiEncodeMpeg2:trellis",
-  "GstVaapiEncodeMpeg2:tune",
-  "GstVaapiEncoderH264ComplianceMode",
-  "GstVaapiEncoderH264ComplianceMode::restrict-buf-alloc",
-  "GstVaapiEncoderH264ComplianceMode::strict",
-  "GstVaapiEncoderH264PredictionType",
-  "GstVaapiEncoderH264PredictionType::default",
-  "GstVaapiEncoderH264PredictionType::hierarchical-b",
-  "GstVaapiEncoderH264PredictionType::hierarchical-p",
-  "GstVaapiEncoderMbbrc",
-  "GstVaapiEncoderMbbrc::auto",
-  "GstVaapiEncoderMbbrc::off",
-  "GstVaapiEncoderMbbrc::on",
-  "GstVaapiEncoderTuneH264",
-  "GstVaapiEncoderTuneH264::high-compression",
-  "GstVaapiEncoderTuneH264::low-power",
-  "GstVaapiEncoderTuneH264::none",
-  "GstVaapiEncoderTuneH265",
-  "GstVaapiEncoderTuneH265::low-power",
-  "GstVaapiEncoderTuneH265::none",
-  "GstVaapiEncoderTuneMPEG2",
-  "GstVaapiEncoderTuneMPEG2::none",
-  "GstVaapiHDRToneMap",
-  "GstVaapiHDRToneMap::auto",
-  "GstVaapiHDRToneMap::disabled",
-  "GstVaapiPostproc",
-  "GstVaapiPostproc!sink",
-  "GstVaapiPostproc!src",
-  "GstVaapiPostproc:brightness",
-  "GstVaapiPostproc:contrast",
-  "GstVaapiPostproc:crop-bottom",
-  "GstVaapiPostproc:crop-left",
-  "GstVaapiPostproc:crop-right",
-  "GstVaapiPostproc:crop-top",
-  "GstVaapiPostproc:deinterlace-method",
-  "GstVaapiPostproc:deinterlace-mode",
-  "GstVaapiPostproc:denoise",
-  "GstVaapiPostproc:force-aspect-ratio",
-  "GstVaapiPostproc:format",
-  "GstVaapiPostproc:hdr-tone-map",
-  "GstVaapiPostproc:height",
-  "GstVaapiPostproc:hue",
-  "GstVaapiPostproc:saturation",
-  "GstVaapiPostproc:scale-method",
-  "GstVaapiPostproc:sharpen",
-  "GstVaapiPostproc:skin-tone-enhancement",
-  "GstVaapiPostproc:skin-tone-enhancement-level",
-  "GstVaapiPostproc:video-direction",
-  "GstVaapiPostproc:width",
-  "GstVaapiRateControlH264",
-  "GstVaapiRateControlH264::cbr",
-  "GstVaapiRateControlH264::cqp",
-  "GstVaapiRateControlH264::icq",
-  "GstVaapiRateControlH264::qvbr",
-  "GstVaapiRateControlH264::vbr",
-  "GstVaapiRateControlH264::vbr_constrained",
-  "GstVaapiRateControlH265",
-  "GstVaapiRateControlH265::cbr",
-  "GstVaapiRateControlH265::cqp",
-  "GstVaapiRateControlH265::icq",
-  "GstVaapiRateControlH265::qvbr",
-  "GstVaapiRateControlH265::vbr",
-  "GstVaapiRateControlMPEG2",
-  "GstVaapiRateControlMPEG2::cbr",
-  "GstVaapiRateControlMPEG2::cqp",
-  "GstVaapiRotation",
-  "GstVaapiRotation::0",
-  "GstVaapiRotation::180",
-  "GstVaapiRotation::270",
-  "GstVaapiRotation::90",
-  "GstVaapiRotation::Automatic",
-  "GstVaapiScaleMethod",
-  "GstVaapiScaleMethod::default",
-  "GstVaapiScaleMethod::fast",
-  "GstVaapiScaleMethod::hq",
-  "GstVaapiSink",
-  "GstVaapiSink!sink",
-  "GstVaapiSink::handoff",
-  "GstVaapiSink:brightness",
-  "GstVaapiSink:contrast",
-  "GstVaapiSink:display",
-  "GstVaapiSink:display-name",
-  "GstVaapiSink:force-aspect-ratio",
-  "GstVaapiSink:fullscreen",
-  "GstVaapiSink:hue",
-  "GstVaapiSink:rotation",
-  "GstVaapiSink:saturation",
-  "GstVaapiSink:signal-handoffs",
-  "GstVaapiSink:view-id",
-  "GstValidateAction",
-  "GstValidateAction.ABI._gst_reserved",
-  "GstValidateAction.ABI.abi.debug",
-  "GstValidateAction.ABI.abi.filename",
-  "GstValidateAction.ABI.abi.lineno",
-  "GstValidateAction.ABI.abi.n_repeats",
-  "GstValidateAction.ABI.abi.rangename",
-  "GstValidateAction.mini_object",
-  "GstValidateAction.name",
-  "GstValidateAction.structure",
-  "GstValidateAction.type",
-  "GstValidateActionParameter",
-  "GstValidateActionParameter.def",
-  "GstValidateActionParameter.description",
-  "GstValidateActionParameter.free",
-  "GstValidateActionParameter.mandatory",
-  "GstValidateActionParameter.name",
-  "GstValidateActionParameter.possible_variables",
-  "GstValidateActionParameter.types",
-  "GstValidateActionReturn",
-  "GstValidateActionType",
-  "GstValidateActionType.description",
-  "GstValidateActionType.execute",
-  "GstValidateActionType.flags",
-  "GstValidateActionType.implementer_namespace",
-  "GstValidateActionType.mini_object",
-  "GstValidateActionType.name",
-  "GstValidateActionType.overriden_type",
-  "GstValidateActionType.parameters",
-  "GstValidateActionType.prepare",
-  "GstValidateActionType.priv",
-  "GstValidateActionType.rank",
-  "GstValidateActionTypeFlags",
-  "GstValidateBinMonitor",
-  "GstValidateBinMonitor.element_monitors",
-  "GstValidateBinMonitor.parent",
-  "GstValidateBinMonitor.scenario",
-  "GstValidateBinMonitor:handles-states",
-  "GstValidateBinMonitorClass.parent_class",
-  "GstValidateDebugFlags",
-  "GstValidateElementMonitor",
-  "GstValidateElementMonitor.parent",
-  "GstValidateElementMonitorClass.parent_class",
-  "GstValidateExecuteAction",
-  "GstValidateExecuteActionReturn",
-  "GstValidateGetIncludePathsFunc",
-  "GstValidateInterceptionReturn",
-  "GstValidateIssue",
-  "GstValidateIssue._gst_reserved",
-  "GstValidateIssue.area",
-  "GstValidateIssue.default_level",
-  "GstValidateIssue.description",
-  "GstValidateIssue.flags",
-  "GstValidateIssue.issue_id",
-  "GstValidateIssue.name",
-  "GstValidateIssue.refcount",
-  "GstValidateIssue.summary",
-  "GstValidateIssueFlags",
-  "GstValidateIssueId",
-  "GstValidateMediaDescriptor",
-  "GstValidateMediaDescriptor.filenode",
-  "GstValidateMediaDescriptor.lock",
-  "GstValidateMediaDescriptor.parent",
-  "GstValidateMediaDescriptor.priv",
-  "GstValidateMediaDescriptor:validate-runner",
-  "GstValidateMediaDescriptorClass.parent",
-  "GstValidateMediaDescriptorParser",
-  "GstValidateMediaDescriptorParser.parent",
-  "GstValidateMediaDescriptorParser.priv",
-  "GstValidateMediaDescriptorParserClass.parent",
-  "GstValidateMediaDescriptorWriter",
-  "GstValidateMediaDescriptorWriter.parent",
-  "GstValidateMediaDescriptorWriter.priv",
-  "GstValidateMediaDescriptorWriterClass.parent",
-  "GstValidateMediaDescriptorWriterFlags",
-  "GstValidateMediaFileNode",
-  "GstValidateMediaFileNode.caps",
-  "GstValidateMediaFileNode.duration",
-  "GstValidateMediaFileNode.frame_detection",
-  "GstValidateMediaFileNode.id",
-  "GstValidateMediaFileNode.seekable",
-  "GstValidateMediaFileNode.skip_parsers",
-  "GstValidateMediaFileNode.str_close",
-  "GstValidateMediaFileNode.str_open",
-  "GstValidateMediaFileNode.streams",
-  "GstValidateMediaFileNode.tags",
-  "GstValidateMediaFileNode.uri",
-  "GstValidateMediaFrameNode",
-  "GstValidateMediaFrameNode.buf",
-  "GstValidateMediaFrameNode.checksum",
-  "GstValidateMediaFrameNode.dts",
-  "GstValidateMediaFrameNode.duration",
-  "GstValidateMediaFrameNode.id",
-  "GstValidateMediaFrameNode.is_keyframe",
-  "GstValidateMediaFrameNode.offset",
-  "GstValidateMediaFrameNode.offset_end",
-  "GstValidateMediaFrameNode.pts",
-  "GstValidateMediaFrameNode.running_time",
-  "GstValidateMediaFrameNode.str_close",
-  "GstValidateMediaFrameNode.str_open",
-  "GstValidateMediaInfo",
-  "GstValidateMediaInfo.discover_only",
-  "GstValidateMediaInfo.duration",
-  "GstValidateMediaInfo.file_size",
-  "GstValidateMediaInfo.is_image",
-  "GstValidateMediaInfo.playback_error",
-  "GstValidateMediaInfo.reverse_playback_error",
-  "GstValidateMediaInfo.seekable",
-  "GstValidateMediaInfo.stream_info",
-  "GstValidateMediaInfo.track_switch_error",
-  "GstValidateMediaInfo.uri",
-  "GstValidateMediaStreamNode",
-  "GstValidateMediaStreamNode.caps",
-  "GstValidateMediaStreamNode.cframe",
-  "GstValidateMediaStreamNode.frames",
-  "GstValidateMediaStreamNode.id",
-  "GstValidateMediaStreamNode.pad",
-  "GstValidateMediaStreamNode.padname",
-  "GstValidateMediaStreamNode.segments",
-  "GstValidateMediaStreamNode.str_close",
-  "GstValidateMediaStreamNode.str_open",
-  "GstValidateMediaStreamNode.tags",
-  "GstValidateMediaTagNode",
-  "GstValidateMediaTagNode.found",
-  "GstValidateMediaTagNode.str_close",
-  "GstValidateMediaTagNode.str_open",
-  "GstValidateMediaTagNode.taglist",
-  "GstValidateMediaTagsNode",
-  "GstValidateMediaTagsNode.str_close",
-  "GstValidateMediaTagsNode.str_open",
-  "GstValidateMediaTagsNode.tags",
-  "GstValidateMonitor",
-  "GstValidateMonitor.level",
-  "GstValidateMonitor.media_descriptor",
-  "GstValidateMonitor.mutex",
-  "GstValidateMonitor.object",
-  "GstValidateMonitor.overrides",
-  "GstValidateMonitor.overrides_mutex",
-  "GstValidateMonitor.parent",
-  "GstValidateMonitor.pipeline",
-  "GstValidateMonitor.target",
-  "GstValidateMonitor.target_name",
-  "GstValidateMonitor:object",
-  "GstValidateMonitor:pipeline",
-  "GstValidateMonitor:validate-parent",
-  "GstValidateMonitor:validate-runner",
-  "GstValidateMonitor:verbosity",
-  "GstValidateMonitorClass.get_element",
-  "GstValidateMonitorClass.parent_class",
-  "GstValidateMonitorClass.set_media_descriptor",
-  "GstValidateMonitorClass.setup",
-  "GstValidateMonitorClass::get_element",
-  "GstValidateMonitorClass::set_media_descriptor",
-  "GstValidateMonitorClass::setup",
-  "GstValidateObjectSetPropertyFlags",
-  "GstValidateOverride",
-  "GstValidateOverride.buffer_handler",
-  "GstValidateOverride.buffer_probe_handler",
-  "GstValidateOverride.element_added_handler",
-  "GstValidateOverride.event_handler",
-  "GstValidateOverride.getcaps_handler",
-  "GstValidateOverride.parent",
-  "GstValidateOverride.query_handler",
-  "GstValidateOverride.setcaps_handler",
-  "GstValidateOverride:validate-runner",
-  "GstValidateOverrideBufferHandler",
-  "GstValidateOverrideClass.attached",
-  "GstValidateOverrideClass.can_attach",
-  "GstValidateOverrideClass::attached",
-  "GstValidateOverrideClass::can_attach",
-  "GstValidateOverrideElementAddedHandler",
-  "GstValidateOverrideEventHandler",
-  "GstValidateOverrideGetCapsHandler",
-  "GstValidateOverrideQueryHandler",
-  "GstValidateOverrideRegistry",
-  "GstValidateOverrideRegistry.gtype_overrides",
-  "GstValidateOverrideRegistry.klass_overrides",
-  "GstValidateOverrideRegistry.mutex",
-  "GstValidateOverrideRegistry.name_overrides",
-  "GstValidateOverrideSetCapsHandler",
-  "GstValidatePadMonitor",
-  "GstValidatePadMonitor.activatemode_func",
-  "GstValidatePadMonitor.chain_func",
-  "GstValidatePadMonitor.event_full_func",
-  "GstValidatePadMonitor.event_func",
-  "GstValidatePadMonitor.get_range_func",
-  "GstValidatePadMonitor.pad_probe_id",
-  "GstValidatePadMonitor.parent",
-  "GstValidatePadMonitor.query_func",
-  "GstValidatePadMonitor.setup",
-  "GstValidatePadMonitorClass.parent_class",
-  "GstValidatePadSeekData",
-  "GstValidateParseVariableFunc",
-  "GstValidatePipelineMonitor",
-  "GstValidatePipelineMonitor.parent",
-  "GstValidatePipelineMonitorClass.parent_class",
-  "GstValidatePrepareAction",
-  "GstValidateReport",
-  "GstValidateReport._gst_reserved",
-  "GstValidateReport.dotfile_name",
-  "GstValidateReport.issue",
-  "GstValidateReport.level",
-  "GstValidateReport.master_report",
-  "GstValidateReport.message",
-  "GstValidateReport.mini_object",
-  "GstValidateReport.repeated_reports",
-  "GstValidateReport.reporter",
-  "GstValidateReport.reporter_name",
-  "GstValidateReport.reporting_level",
-  "GstValidateReport.shadow_reports",
-  "GstValidateReport.shadow_reports_lock",
-  "GstValidateReport.timestamp",
-  "GstValidateReport.trace",
-  "GstValidateReportLevel",
-  "GstValidateReporter",
-  "GstValidateReporter:validate-runner",
-  "GstValidateReporterInterface.get_pipeline",
-  "GstValidateReporterInterface.get_reporting_level",
-  "GstValidateReporterInterface.intercept_report",
-  "GstValidateReporterInterface.parent",
-  "GstValidateReporterInterface::get_pipeline",
-  "GstValidateReporterInterface::get_reporting_level",
-  "GstValidateReporterInterface::intercept_report",
-  "GstValidateReportingDetails",
-  "GstValidateRunner",
-  "GstValidateRunner.object",
-  "GstValidateRunner::report-added",
-  "GstValidateRunner::stopping",
-  "GstValidateRunner:params",
-  "GstValidateRunnerClass.parent_class",
-  "GstValidateScenario",
-  "GstValidateScenario.ABI._gst_reserved",
-  "GstValidateScenario.ABI.abi.eos_handling_lock",
-  "GstValidateScenario.description",
-  "GstValidateScenario.parent",
-  "GstValidateScenario::action-done",
-  "GstValidateScenario::done",
-  "GstValidateScenario:execute-on-idle",
-  "GstValidateScenario:handles-states",
-  "GstValidateScenario:validate-runner",
-  "GstValidateScenarioClass.parent_class",
-  "GstValidateSegmentNode",
-  "GstValidateSegmentNode.next_frame_id",
-  "GstValidateSegmentNode.segment",
-  "GstValidateSegmentNode.str_close",
-  "GstValidateSegmentNode.str_open",
-  "GstValidateStreamInfo",
-  "GstValidateStructureResolveVariablesFlags",
-  "GstValidateVerbosityFlags",
-  "GstValueArray",
-  "GstValueCompareFunc",
-  "GstValueDeserializeFunc",
-  "GstValueDeserializeWithPSpecFunc",
-  "GstValueList",
-  "GstValueSerializeFunc",
-  "GstValueTable",
-  "GstValueTable.compare",
-  "GstValueTable.deserialize",
-  "GstValueTable.deserialize_with_pspec",
-  "GstValueTable.serialize",
-  "GstValueTable.type",
-  "GstValve",
-  "GstValve!sink",
-  "GstValve!src",
-  "GstValve:drop",
-  "GstValveDropMode",
-  "GstValveDropMode::drop-all",
-  "GstValveDropMode::forward-sticky-events",
-  "GstValveDropMode::transform-to-gap",
-  "GstVertigoTV",
-  "GstVertigoTV!sink",
-  "GstVertigoTV!src",
-  "GstVertigoTV:speed",
-  "GstVertigoTV:zoom-speed",
-  "GstVideoAFDMeta",
-  "GstVideoAFDMeta.afd",
-  "GstVideoAFDMeta.field",
-  "GstVideoAFDMeta.meta",
-  "GstVideoAFDMeta.spec",
-  "GstVideoAFDSpec",
-  "GstVideoAFDValue",
-  "GstVideoAffineTransformationGetMatrix",
-  "GstVideoAffineTransformationMeta",
-  "GstVideoAffineTransformationMeta.matrix",
-  "GstVideoAffineTransformationMeta.meta",
-  "GstVideoAggregator",
-  "GstVideoAggregator.aggregator",
-  "GstVideoAggregator.info",
-  "GstVideoAggregator:force-live",
-  "GstVideoAggregatorClass.aggregate_frames",
-  "GstVideoAggregatorClass.create_output_buffer",
-  "GstVideoAggregatorClass.find_best_format",
-  "GstVideoAggregatorClass.update_caps",
-  "GstVideoAggregatorClass::aggregate_frames",
-  "GstVideoAggregatorClass::create_output_buffer",
-  "GstVideoAggregatorClass::find_best_format",
-  "GstVideoAggregatorClass::update_caps",
-  "GstVideoAggregatorConvertPad",
-  "GstVideoAggregatorConvertPad:converter-config",
-  "GstVideoAggregatorConvertPadClass.create_conversion_info",
-  "GstVideoAggregatorConvertPadClass.parent_class",
-  "GstVideoAggregatorConvertPadClass::create_conversion_info",
-  "GstVideoAggregatorPad",
-  "GstVideoAggregatorPad.info",
-  "GstVideoAggregatorPad.parent",
-  "GstVideoAggregatorPad:max-last-buffer-repeat",
-  "GstVideoAggregatorPad:repeat-after-eos",
-  "GstVideoAggregatorPad:zorder",
-  "GstVideoAggregatorPadClass._gst_reserved",
-  "GstVideoAggregatorPadClass.clean_frame",
-  "GstVideoAggregatorPadClass.parent_class",
-  "GstVideoAggregatorPadClass.prepare_frame",
-  "GstVideoAggregatorPadClass.update_conversion_info",
-  "GstVideoAggregatorPadClass::clean_frame",
-  "GstVideoAggregatorPadClass::prepare_frame",
-  "GstVideoAggregatorPadClass::prepare_frame_finish",
-  "GstVideoAggregatorPadClass::prepare_frame_start",
-  "GstVideoAggregatorPadClass::update_conversion_info",
-  "GstVideoAggregatorParallelConvertPad",
-  "GstVideoAggregatorParallelConvertPad.parent_instance",
-  "GstVideoAggregatorParallelConvertPadClass.parent_class",
-  "GstVideoAlignment",
-  "GstVideoAlignment.padding_bottom",
-  "GstVideoAlignment.padding_left",
-  "GstVideoAlignment.padding_right",
-  "GstVideoAlignment.padding_top",
-  "GstVideoAlignment.stride_align",
-  "GstVideoAlphaMode",
-  "GstVideoAnalyse",
-  "GstVideoAnalyse!sink",
-  "GstVideoAnalyse!src",
-  "GstVideoAnalyse:message",
-  "GstVideoAncillary",
-  "GstVideoAncillary.DID",
-  "GstVideoAncillary.SDID_block_number",
-  "GstVideoAncillary.data",
-  "GstVideoAncillary.data_count",
-  "GstVideoAncillaryDID",
-  "GstVideoAncillaryDID16",
-  "GstVideoBalance",
-  "GstVideoBalance!sink",
-  "GstVideoBalance!src",
-  "GstVideoBalance:brightness",
-  "GstVideoBalance:contrast",
-  "GstVideoBalance:hue",
-  "GstVideoBalance:saturation",
-  "GstVideoBarMeta",
-  "GstVideoBarMeta.bar_data1",
-  "GstVideoBarMeta.bar_data2",
-  "GstVideoBarMeta.field",
-  "GstVideoBarMeta.is_letterbox",
-  "GstVideoBarMeta.meta",
-  "GstVideoBox",
-  "GstVideoBox!sink",
-  "GstVideoBox!src",
-  "GstVideoBox:alpha",
-  "GstVideoBox:autocrop",
-  "GstVideoBox:border-alpha",
-  "GstVideoBox:bottom",
-  "GstVideoBox:fill",
-  "GstVideoBox:left",
-  "GstVideoBox:right",
-  "GstVideoBox:top",
-  "GstVideoBoxFill",
-  "GstVideoBoxFill::black",
-  "GstVideoBoxFill::blue",
-  "GstVideoBoxFill::green",
-  "GstVideoBoxFill::red",
-  "GstVideoBoxFill::white",
-  "GstVideoBoxFill::yellow",
-  "GstVideoBufferFlags",
-  "GstVideoBufferPool",
-  "GstVideoBufferPool.bufferpool",
-  "GstVideoBufferPool.priv",
-  "GstVideoBufferPoolClass.parent_class",
-  "GstVideoCaptionMeta",
-  "GstVideoCaptionMeta.caption_type",
-  "GstVideoCaptionMeta.data",
-  "GstVideoCaptionMeta.meta",
-  "GstVideoCaptionMeta.size",
-  "GstVideoCaptionType",
-  "GstVideoChromaFlags",
-  "GstVideoChromaMethod",
-  "GstVideoChromaMode",
-  "GstVideoChromaResample",
-  "GstVideoChromaSite",
-  "GstVideoCodecAlphaMeta",
-  "GstVideoCodecAlphaMeta.buffer",
-  "GstVideoCodecAlphaMeta.meta",
-  "GstVideoCodecFrame",
-  "GstVideoCodecFrame.abidata.ABI.num_subframes",
-  "GstVideoCodecFrame.abidata.ABI.padding",
-  "GstVideoCodecFrame.abidata.ABI.ts",
-  "GstVideoCodecFrame.abidata.ABI.ts2",
-  "GstVideoCodecFrame.deadline",
-  "GstVideoCodecFrame.distance_from_sync",
-  "GstVideoCodecFrame.dts",
-  "GstVideoCodecFrame.duration",
-  "GstVideoCodecFrame.input_buffer",
-  "GstVideoCodecFrame.output_buffer",
-  "GstVideoCodecFrame.pts",
-  "GstVideoCodecFrame.system_frame_number",
-  "GstVideoCodecFrameFlags",
-  "GstVideoCodecState",
-  "GstVideoCodecState.allocation_caps",
-  "GstVideoCodecState.caps",
-  "GstVideoCodecState.codec_data",
-  "GstVideoCodecState.content_light_level",
-  "GstVideoCodecState.info",
-  "GstVideoCodecState.mastering_display_info",
-  "GstVideoCodecTestSink!sink",
-  "GstVideoColorMatrix",
-  "GstVideoColorPrimaries",
-  "GstVideoColorPrimariesInfo",
-  "GstVideoColorPrimariesInfo.Bx",
-  "GstVideoColorPrimariesInfo.By",
-  "GstVideoColorPrimariesInfo.Gx",
-  "GstVideoColorPrimariesInfo.Gy",
-  "GstVideoColorPrimariesInfo.Rx",
-  "GstVideoColorPrimariesInfo.Ry",
-  "GstVideoColorPrimariesInfo.Wx",
-  "GstVideoColorPrimariesInfo.Wy",
-  "GstVideoColorPrimariesInfo.primaries",
-  "GstVideoColorRange",
-  "GstVideoColorimetry",
-  "GstVideoColorimetry.matrix",
-  "GstVideoColorimetry.primaries",
-  "GstVideoColorimetry.range",
-  "GstVideoColorimetry.transfer",
-  "GstVideoContentLightLevel",
-  "GstVideoContentLightLevel.max_content_light_level",
-  "GstVideoContentLightLevel.max_frame_average_light_level",
-  "GstVideoConvert",
-  "GstVideoConvert!sink",
-  "GstVideoConvert!src",
-  "GstVideoConvert:alpha-mode",
-  "GstVideoConvert:alpha-value",
-  "GstVideoConvert:chroma-mode",
-  "GstVideoConvert:chroma-resampler",
-  "GstVideoConvert:dither",
-  "GstVideoConvert:dither-quantization",
-  "GstVideoConvert:gamma-mode",
-  "GstVideoConvert:matrix-mode",
-  "GstVideoConvert:n-threads",
-  "GstVideoConvert:primaries-mode",
-  "GstVideoConvertSampleCallback",
-  "GstVideoConvertScale",
-  "GstVideoConvertScale!sink",
-  "GstVideoConvertScale!src",
-  "GstVideoConverter",
-  "GstVideoCrop",
-  "GstVideoCrop!sink",
-  "GstVideoCrop!src",
-  "GstVideoCrop:bottom",
-  "GstVideoCrop:left",
-  "GstVideoCrop:right",
-  "GstVideoCrop:top",
-  "GstVideoCropMeta",
-  "GstVideoCropMeta.height",
-  "GstVideoCropMeta.meta",
-  "GstVideoCropMeta.width",
-  "GstVideoCropMeta.x",
-  "GstVideoCropMeta.y",
-  "GstVideoDecoder",
-  "GstVideoDecoder:automatic-request-sync-point-flags",
-  "GstVideoDecoder:automatic-request-sync-points",
-  "GstVideoDecoder:discard-corrupted-frames",
-  "GstVideoDecoder:max-errors",
-  "GstVideoDecoder:min-force-key-unit-interval",
-  "GstVideoDecoder:qos",
-  "GstVideoDecoderClass.close",
-  "GstVideoDecoderClass.decide_allocation",
-  "GstVideoDecoderClass.drain",
-  "GstVideoDecoderClass.finish",
-  "GstVideoDecoderClass.flush",
-  "GstVideoDecoderClass.getcaps",
-  "GstVideoDecoderClass.handle_frame",
-  "GstVideoDecoderClass.negotiate",
-  "GstVideoDecoderClass.open",
-  "GstVideoDecoderClass.parse",
-  "GstVideoDecoderClass.propose_allocation",
-  "GstVideoDecoderClass.reset",
-  "GstVideoDecoderClass.set_format",
-  "GstVideoDecoderClass.sink_event",
-  "GstVideoDecoderClass.sink_query",
-  "GstVideoDecoderClass.src_event",
-  "GstVideoDecoderClass.src_query",
-  "GstVideoDecoderClass.start",
-  "GstVideoDecoderClass.stop",
-  "GstVideoDecoderClass.transform_meta",
-  "GstVideoDecoderClass::close",
-  "GstVideoDecoderClass::decide_allocation",
-  "GstVideoDecoderClass::drain",
-  "GstVideoDecoderClass::finish",
-  "GstVideoDecoderClass::flush",
-  "GstVideoDecoderClass::getcaps",
-  "GstVideoDecoderClass::handle_frame",
-  "GstVideoDecoderClass::handle_missing_data",
-  "GstVideoDecoderClass::negotiate",
-  "GstVideoDecoderClass::open",
-  "GstVideoDecoderClass::parse",
-  "GstVideoDecoderClass::propose_allocation",
-  "GstVideoDecoderClass::reset",
-  "GstVideoDecoderClass::set_format",
-  "GstVideoDecoderClass::sink_event",
-  "GstVideoDecoderClass::sink_query",
-  "GstVideoDecoderClass::src_event",
-  "GstVideoDecoderClass::src_query",
-  "GstVideoDecoderClass::start",
-  "GstVideoDecoderClass::stop",
-  "GstVideoDecoderClass::transform_meta",
-  "GstVideoDecoderRequestSyncPointFlags",
-  "GstVideoDiff",
-  "GstVideoDiff!sink",
-  "GstVideoDiff!src",
-  "GstVideoDirection",
-  "GstVideoDirection:video-direction",
-  "GstVideoDirectionInterface.iface",
-  "GstVideoDither",
-  "GstVideoDitherFlags",
-  "GstVideoDitherMethod",
-  "GstVideoEncoder",
-  "GstVideoEncoder:min-force-key-unit-interval",
-  "GstVideoEncoder:qos",
-  "GstVideoEncoderClass.close",
-  "GstVideoEncoderClass.decide_allocation",
-  "GstVideoEncoderClass.finish",
-  "GstVideoEncoderClass.flush",
-  "GstVideoEncoderClass.getcaps",
-  "GstVideoEncoderClass.handle_frame",
-  "GstVideoEncoderClass.negotiate",
-  "GstVideoEncoderClass.open",
-  "GstVideoEncoderClass.pre_push",
-  "GstVideoEncoderClass.propose_allocation",
-  "GstVideoEncoderClass.reset",
-  "GstVideoEncoderClass.set_format",
-  "GstVideoEncoderClass.sink_event",
-  "GstVideoEncoderClass.sink_query",
-  "GstVideoEncoderClass.src_event",
-  "GstVideoEncoderClass.src_query",
-  "GstVideoEncoderClass.start",
-  "GstVideoEncoderClass.stop",
-  "GstVideoEncoderClass.transform_meta",
-  "GstVideoEncoderClass::close",
-  "GstVideoEncoderClass::decide_allocation",
-  "GstVideoEncoderClass::finish",
-  "GstVideoEncoderClass::flush",
-  "GstVideoEncoderClass::getcaps",
-  "GstVideoEncoderClass::handle_frame",
-  "GstVideoEncoderClass::negotiate",
-  "GstVideoEncoderClass::open",
-  "GstVideoEncoderClass::pre_push",
-  "GstVideoEncoderClass::propose_allocation",
-  "GstVideoEncoderClass::reset",
-  "GstVideoEncoderClass::set_format",
-  "GstVideoEncoderClass::sink_event",
-  "GstVideoEncoderClass::sink_query",
-  "GstVideoEncoderClass::src_event",
-  "GstVideoEncoderClass::src_query",
-  "GstVideoEncoderClass::start",
-  "GstVideoEncoderClass::stop",
-  "GstVideoEncoderClass::transform_meta",
-  "GstVideoFieldOrder",
-  "GstVideoFilter",
-  "GstVideoFilter.element",
-  "GstVideoFilter.in_info",
-  "GstVideoFilter.negotiated",
-  "GstVideoFilter.out_info",
-  "GstVideoFilterClass.parent_class",
-  "GstVideoFilterClass.set_info",
-  "GstVideoFilterClass.transform_frame",
-  "GstVideoFilterClass.transform_frame_ip",
-  "GstVideoFilterClass::set_info",
-  "GstVideoFilterClass::transform_frame",
-  "GstVideoFilterClass::transform_frame_ip",
-  "GstVideoFlags",
-  "GstVideoFlip",
-  "GstVideoFlip!sink",
-  "GstVideoFlip!src",
-  "GstVideoFlip:method",
-  "GstVideoFlipMethod",
-  "GstVideoFlipMethod::automatic",
-  "GstVideoFlipMethod::clockwise",
-  "GstVideoFlipMethod::counterclockwise",
-  "GstVideoFlipMethod::horizontal-flip",
-  "GstVideoFlipMethod::none",
-  "GstVideoFlipMethod::rotate-180",
-  "GstVideoFlipMethod::upper-left-diagonal",
-  "GstVideoFlipMethod::upper-right-diagonal",
-  "GstVideoFlipMethod::vertical-flip",
-  "GstVideoFormat",
-  "GstVideoFormatFlags",
-  "GstVideoFormatInfo",
-  "GstVideoFormatInfo.bits",
-  "GstVideoFormatInfo.depth",
-  "GstVideoFormatInfo.description",
-  "GstVideoFormatInfo.flags",
-  "GstVideoFormatInfo.format",
-  "GstVideoFormatInfo.h_sub",
-  "GstVideoFormatInfo.n_components",
-  "GstVideoFormatInfo.n_planes",
-  "GstVideoFormatInfo.name",
-  "GstVideoFormatInfo.pack_func",
-  "GstVideoFormatInfo.pack_lines",
-  "GstVideoFormatInfo.pixel_stride",
-  "GstVideoFormatInfo.plane",
-  "GstVideoFormatInfo.poffset",
-  "GstVideoFormatInfo.shift",
-  "GstVideoFormatInfo.tile_hs",
-  "GstVideoFormatInfo.tile_info",
-  "GstVideoFormatInfo.tile_mode",
-  "GstVideoFormatInfo.tile_ws",
-  "GstVideoFormatInfo.unpack_format",
-  "GstVideoFormatInfo.unpack_func",
-  "GstVideoFormatInfo.w_sub",
-  "GstVideoFormatPack",
-  "GstVideoFormatUnpack",
-  "GstVideoFrame",
-  "GstVideoFrame.buffer",
-  "GstVideoFrame.data",
-  "GstVideoFrame.flags",
-  "GstVideoFrame.id",
-  "GstVideoFrame.info",
-  "GstVideoFrame.map",
-  "GstVideoFrame.meta",
-  "GstVideoFrameAudioLevel",
-  "GstVideoFrameAudioLevel!asink",
-  "GstVideoFrameAudioLevel!asrc",
-  "GstVideoFrameAudioLevel!vsink",
-  "GstVideoFrameAudioLevel!vsrc",
-  "GstVideoFrameFlags",
-  "GstVideoFrameMapFlags",
-  "GstVideoGLTextureOrientation",
-  "GstVideoGLTextureType",
-  "GstVideoGLTextureUpload",
-  "GstVideoGLTextureUploadMeta",
-  "GstVideoGLTextureUploadMeta.meta",
-  "GstVideoGLTextureUploadMeta.n_textures",
-  "GstVideoGLTextureUploadMeta.texture_orientation",
-  "GstVideoGLTextureUploadMeta.texture_type",
-  "GstVideoGammaMode",
-  "GstVideoInfo",
-  "GstVideoInfo.ABI.abi.field_order",
-  "GstVideoInfo.ABI.abi.multiview_flags",
-  "GstVideoInfo.ABI.abi.multiview_mode",
-  "GstVideoInfo.chroma_site",
-  "GstVideoInfo.colorimetry",
-  "GstVideoInfo.finfo",
-  "GstVideoInfo.flags",
-  "GstVideoInfo.fps_d",
-  "GstVideoInfo.fps_n",
-  "GstVideoInfo.height",
-  "GstVideoInfo.interlace_mode",
-  "GstVideoInfo.offset",
-  "GstVideoInfo.par_d",
-  "GstVideoInfo.par_n",
-  "GstVideoInfo.size",
-  "GstVideoInfo.stride",
-  "GstVideoInfo.views",
-  "GstVideoInfo.width",
-  "GstVideoInfoDmaDrm",
-  "GstVideoInfoDmaDrm.drm_fourcc",
-  "GstVideoInfoDmaDrm.drm_modifier",
-  "GstVideoInfoDmaDrm.vinfo",
-  "GstVideoInterlaceMode",
-  "GstVideoMasteringDisplayInfo",
-  "GstVideoMasteringDisplayInfo.display_primaries",
-  "GstVideoMasteringDisplayInfo.max_display_mastering_luminance",
-  "GstVideoMasteringDisplayInfo.min_display_mastering_luminance",
-  "GstVideoMasteringDisplayInfo.white_point",
-  "GstVideoMasteringDisplayInfoCoordinates",
-  "GstVideoMasteringDisplayInfoCoordinates.x",
-  "GstVideoMasteringDisplayInfoCoordinates.y",
-  "GstVideoMatrixMode",
-  "GstVideoMedian",
-  "GstVideoMedian!sink",
-  "GstVideoMedian!src",
-  "GstVideoMedian:filtersize",
-  "GstVideoMedian:lum-only",
-  "GstVideoMedianSize",
-  "GstVideoMedianSize::5",
-  "GstVideoMedianSize::9",
-  "GstVideoMeta",
-  "GstVideoMeta.alignment",
-  "GstVideoMeta.buffer",
-  "GstVideoMeta.flags",
-  "GstVideoMeta.format",
-  "GstVideoMeta.height",
-  "GstVideoMeta.id",
-  "GstVideoMeta.meta",
-  "GstVideoMeta.n_planes",
-  "GstVideoMeta.offset",
-  "GstVideoMeta.stride",
-  "GstVideoMeta.width",
-  "GstVideoMetaTransform",
-  "GstVideoMetaTransform.in_info",
-  "GstVideoMetaTransform.out_info",
-  "GstVideoMixer2",
-  "GstVideoMixer2!sink_%u",
-  "GstVideoMixer2!src",
-  "GstVideoMixer2:background",
-  "GstVideoMixer2Background",
-  "GstVideoMixer2Background::black",
-  "GstVideoMixer2Background::checker",
-  "GstVideoMixer2Background::transparent",
-  "GstVideoMixer2Background::white",
-  "GstVideoMultiviewFlags",
-  "GstVideoMultiviewFlagsSet",
-  "GstVideoMultiviewFramePacking",
-  "GstVideoMultiviewMode",
-  "GstVideoOrientation",
-  "GstVideoOrientationInterface.get_hcenter",
-  "GstVideoOrientationInterface.get_hflip",
-  "GstVideoOrientationInterface.get_vcenter",
-  "GstVideoOrientationInterface.get_vflip",
-  "GstVideoOrientationInterface.iface",
-  "GstVideoOrientationInterface.set_hcenter",
-  "GstVideoOrientationInterface.set_hflip",
-  "GstVideoOrientationInterface.set_vcenter",
-  "GstVideoOrientationInterface.set_vflip",
-  "GstVideoOrientationInterface::get_hcenter",
-  "GstVideoOrientationInterface::get_hflip",
-  "GstVideoOrientationInterface::get_vcenter",
-  "GstVideoOrientationInterface::get_vflip",
-  "GstVideoOrientationInterface::set_hcenter",
-  "GstVideoOrientationInterface::set_hflip",
-  "GstVideoOrientationInterface::set_vcenter",
-  "GstVideoOrientationInterface::set_vflip",
-  "GstVideoOrientationMethod",
-  "GstVideoOverlay",
-  "GstVideoOverlayComposition",
-  "GstVideoOverlayCompositionMeta",
-  "GstVideoOverlayCompositionMeta.meta",
-  "GstVideoOverlayCompositionMeta.overlay",
-  "GstVideoOverlayFormatFlags",
-  "GstVideoOverlayInterface.expose",
-  "GstVideoOverlayInterface.handle_events",
-  "GstVideoOverlayInterface.iface",
-  "GstVideoOverlayInterface.set_render_rectangle",
-  "GstVideoOverlayInterface.set_window_handle",
-  "GstVideoOverlayInterface::expose",
-  "GstVideoOverlayInterface::handle_events",
-  "GstVideoOverlayInterface::set_render_rectangle",
-  "GstVideoOverlayInterface::set_window_handle",
-  "GstVideoOverlayRectangle",
-  "GstVideoPackFlags",
-  "GstVideoParse",
-  "GstVideoParse!sink",
-  "GstVideoParse!src",
-  "GstVideoParse:format",
-  "GstVideoParse:framerate",
-  "GstVideoParse:framesize",
-  "GstVideoParse:height",
-  "GstVideoParse:interlaced",
-  "GstVideoParse:offsets",
-  "GstVideoParse:pixel-aspect-ratio",
-  "GstVideoParse:strides",
-  "GstVideoParse:top-field-first",
-  "GstVideoParse:width",
-  "GstVideoPrimariesMode",
-  "GstVideoRate",
-  "GstVideoRate!sink",
-  "GstVideoRate!src",
-  "GstVideoRate:average-period",
-  "GstVideoRate:drop",
-  "GstVideoRate:drop-only",
-  "GstVideoRate:duplicate",
-  "GstVideoRate:in",
-  "GstVideoRate:max-duplication-time",
-  "GstVideoRate:max-rate",
-  "GstVideoRate:new-pref",
-  "GstVideoRate:out",
-  "GstVideoRate:rate",
-  "GstVideoRate:silent",
-  "GstVideoRate:skip-to-first",
-  "GstVideoRectangle",
-  "GstVideoRectangle.h",
-  "GstVideoRectangle.w",
-  "GstVideoRectangle.x",
-  "GstVideoRectangle.y",
-  "GstVideoRegionOfInterestMeta",
-  "GstVideoRegionOfInterestMeta.h",
-  "GstVideoRegionOfInterestMeta.id",
-  "GstVideoRegionOfInterestMeta.meta",
-  "GstVideoRegionOfInterestMeta.params",
-  "GstVideoRegionOfInterestMeta.parent_id",
-  "GstVideoRegionOfInterestMeta.roi_type",
-  "GstVideoRegionOfInterestMeta.w",
-  "GstVideoRegionOfInterestMeta.x",
-  "GstVideoRegionOfInterestMeta.y",
-  "GstVideoResampler",
-  "GstVideoResampler.in_size",
-  "GstVideoResampler.max_taps",
-  "GstVideoResampler.n_phases",
-  "GstVideoResampler.n_taps",
-  "GstVideoResampler.offset",
-  "GstVideoResampler.out_size",
-  "GstVideoResampler.phase",
-  "GstVideoResampler.taps",
-  "GstVideoResamplerFlags",
-  "GstVideoResamplerMethod",
-  "GstVideoSEIUserDataUnregisteredMeta",
-  "GstVideoSEIUserDataUnregisteredMeta.data",
-  "GstVideoSEIUserDataUnregisteredMeta.meta",
-  "GstVideoSEIUserDataUnregisteredMeta.size",
-  "GstVideoSEIUserDataUnregisteredMeta.uuid",
-  "GstVideoScale",
-  "GstVideoScale!sink",
-  "GstVideoScale!src",
-  "GstVideoScale:add-borders",
-  "GstVideoScale:dither",
-  "GstVideoScale:envelope",
-  "GstVideoScale:gamma-decode",
-  "GstVideoScale:method",
-  "GstVideoScale:n-threads",
-  "GstVideoScale:sharpen",
-  "GstVideoScale:sharpness",
-  "GstVideoScaleMethod",
-  "GstVideoScaleMethod::4-tap",
-  "GstVideoScaleMethod::bilinear",
-  "GstVideoScaleMethod::bilinear2",
-  "GstVideoScaleMethod::catrom",
-  "GstVideoScaleMethod::hermite",
-  "GstVideoScaleMethod::lanczos",
-  "GstVideoScaleMethod::mitchell",
-  "GstVideoScaleMethod::nearest-neighbour",
-  "GstVideoScaleMethod::sinc",
-  "GstVideoScaleMethod::spline",
-  "GstVideoScaler",
-  "GstVideoScalerFlags",
-  "GstVideoSegmentClip",
-  "GstVideoSegmentClip!sink",
-  "GstVideoSegmentClip!src",
-  "GstVideoSink",
-  "GstVideoSink.element",
-  "GstVideoSink.height",
-  "GstVideoSink.width",
-  "GstVideoSink:show-preroll-frame",
-  "GstVideoSinkClass.parent_class",
-  "GstVideoSinkClass.show_frame",
-  "GstVideoSinkClass::set_info",
-  "GstVideoSinkClass::show_frame",
-  "GstVideoTestSrc",
-  "GstVideoTestSrc!src",
-  "GstVideoTestSrc:animation-mode",
-  "GstVideoTestSrc:background-color",
-  "GstVideoTestSrc:flip",
-  "GstVideoTestSrc:foreground-color",
-  "GstVideoTestSrc:horizontal-speed",
-  "GstVideoTestSrc:is-live",
-  "GstVideoTestSrc:k0",
-  "GstVideoTestSrc:kt",
-  "GstVideoTestSrc:kt2",
-  "GstVideoTestSrc:kx",
-  "GstVideoTestSrc:kx2",
-  "GstVideoTestSrc:kxt",
-  "GstVideoTestSrc:kxy",
-  "GstVideoTestSrc:ky",
-  "GstVideoTestSrc:ky2",
-  "GstVideoTestSrc:kyt",
-  "GstVideoTestSrc:motion",
-  "GstVideoTestSrc:pattern",
-  "GstVideoTestSrc:timestamp-offset",
-  "GstVideoTestSrc:xoffset",
-  "GstVideoTestSrc:yoffset",
-  "GstVideoTestSrcAnimationMode",
-  "GstVideoTestSrcAnimationMode::frames",
-  "GstVideoTestSrcAnimationMode::running-time",
-  "GstVideoTestSrcAnimationMode::wall-time",
-  "GstVideoTestSrcMotionType",
-  "GstVideoTestSrcMotionType::hsweep",
-  "GstVideoTestSrcMotionType::sweep",
-  "GstVideoTestSrcMotionType::wavy",
-  "GstVideoTestSrcPattern",
-  "GstVideoTestSrcPattern::ball",
-  "GstVideoTestSrcPattern::bar",
-  "GstVideoTestSrcPattern::black",
-  "GstVideoTestSrcPattern::blink",
-  "GstVideoTestSrcPattern::blue",
-  "GstVideoTestSrcPattern::checkers-1",
-  "GstVideoTestSrcPattern::checkers-2",
-  "GstVideoTestSrcPattern::checkers-4",
-  "GstVideoTestSrcPattern::checkers-8",
-  "GstVideoTestSrcPattern::chroma-zone-plate",
-  "GstVideoTestSrcPattern::circular",
-  "GstVideoTestSrcPattern::colors",
-  "GstVideoTestSrcPattern::gamut",
-  "GstVideoTestSrcPattern::gradient",
-  "GstVideoTestSrcPattern::green",
-  "GstVideoTestSrcPattern::pinwheel",
-  "GstVideoTestSrcPattern::red",
-  "GstVideoTestSrcPattern::smpte",
-  "GstVideoTestSrcPattern::smpte-rp-219",
-  "GstVideoTestSrcPattern::smpte100",
-  "GstVideoTestSrcPattern::smpte75",
-  "GstVideoTestSrcPattern::snow",
-  "GstVideoTestSrcPattern::solid-color",
-  "GstVideoTestSrcPattern::spokes",
-  "GstVideoTestSrcPattern::white",
-  "GstVideoTestSrcPattern::zone-plate",
-  "GstVideoTileInfo",
-  "GstVideoTileInfo.height",
-  "GstVideoTileInfo.size",
-  "GstVideoTileInfo.stride",
-  "GstVideoTileInfo.width",
-  "GstVideoTileMode",
-  "GstVideoTileType",
-  "GstVideoTimeCode",
-  "GstVideoTimeCode.config",
-  "GstVideoTimeCode.field_count",
-  "GstVideoTimeCode.frames",
-  "GstVideoTimeCode.hours",
-  "GstVideoTimeCode.minutes",
-  "GstVideoTimeCode.seconds",
-  "GstVideoTimeCodeConfig",
-  "GstVideoTimeCodeConfig.flags",
-  "GstVideoTimeCodeConfig.fps_d",
-  "GstVideoTimeCodeConfig.fps_n",
-  "GstVideoTimeCodeConfig.latest_daily_jam",
-  "GstVideoTimeCodeFlags",
-  "GstVideoTimeCodeInterval",
-  "GstVideoTimeCodeInterval.frames",
-  "GstVideoTimeCodeInterval.hours",
-  "GstVideoTimeCodeInterval.minutes",
-  "GstVideoTimeCodeInterval.seconds",
-  "GstVideoTimeCodeMeta",
-  "GstVideoTimeCodeMeta.meta",
-  "GstVideoTimeCodeMeta.tc",
-  "GstVideoTransferFunction",
-  "GstVideoVBIEncoder",
-  "GstVideoVBIParser",
-  "GstVideoVBIParserResult",
-  "GstViewfinderBin",
-  "GstViewfinderBin!sink",
-  "GstViewfinderBin:disable-converters",
-  "GstViewfinderBin:video-sink",
-  "GstVisual",
-  "GstVisualbumpscope",
-  "GstVisualbumpscope!sink",
-  "GstVisualbumpscope!src",
-  "GstVisualbumpscope:shade-amount",
-  "GstVisualbumpscope:shader",
-  "GstVisualcorona",
-  "GstVisualcorona!sink",
-  "GstVisualcorona!src",
-  "GstVisualcorona:shade-amount",
-  "GstVisualcorona:shader",
-  "GstVisualinfinite",
-  "GstVisualinfinite!sink",
-  "GstVisualinfinite!src",
-  "GstVisualinfinite:shade-amount",
-  "GstVisualinfinite:shader",
-  "GstVisualjakdaw",
-  "GstVisualjakdaw!sink",
-  "GstVisualjakdaw!src",
-  "GstVisualjakdaw:shade-amount",
-  "GstVisualjakdaw:shader",
-  "GstVisualjess",
-  "GstVisualjess!sink",
-  "GstVisualjess!src",
-  "GstVisualjess:shade-amount",
-  "GstVisualjess:shader",
-  "GstVisuallv_analyzer",
-  "GstVisuallv_analyzer!sink",
-  "GstVisuallv_analyzer!src",
-  "GstVisuallv_analyzer:shade-amount",
-  "GstVisuallv_analyzer:shader",
-  "GstVisuallv_scope",
-  "GstVisuallv_scope!sink",
-  "GstVisuallv_scope!src",
-  "GstVisuallv_scope:shade-amount",
-  "GstVisuallv_scope:shader",
-  "GstVisualoinksie",
-  "GstVisualoinksie!sink",
-  "GstVisualoinksie!src",
-  "GstVisualoinksie:shade-amount",
-  "GstVisualoinksie:shader",
-  "GstVoAacEnc",
-  "GstVoAacEnc!sink",
-  "GstVoAacEnc!src",
-  "GstVoAacEnc:bitrate",
-  "GstVoAacEnc:hard-resync",
-  "GstVoAacEnc:mark-granule",
-  "GstVoAacEnc:perfect-timestamp",
-  "GstVoAacEnc:tolerance",
-  "GstVoAmrWbEnc",
-  "GstVoAmrWbEnc!sink",
-  "GstVoAmrWbEnc!src",
-  "GstVoAmrWbEnc:band-mode",
-  "GstVoAmrWbEncBandMode",
-  "GstVoAmrWbEncBandMode::MR1265",
-  "GstVoAmrWbEncBandMode::MR1425",
-  "GstVoAmrWbEncBandMode::MR1585",
-  "GstVoAmrWbEncBandMode::MR1825",
-  "GstVoAmrWbEncBandMode::MR1985",
-  "GstVoAmrWbEncBandMode::MR2305",
-  "GstVoAmrWbEncBandMode::MR2385",
-  "GstVoAmrWbEncBandMode::MR660",
-  "GstVoAmrWbEncBandMode::MR885",
-  "GstVoAmrWbEncBandMode::MRDTX",
-  "GstVolume",
-  "GstVolume!sink",
-  "GstVolume!src",
-  "GstVolume:mute",
-  "GstVolume:volume",
-  "GstVorbisDec",
-  "GstVorbisDec!sink",
-  "GstVorbisDec!src",
-  "GstVorbisEnc",
-  "GstVorbisEnc!sink",
-  "GstVorbisEnc!src",
-  "GstVorbisEnc:bitrate",
-  "GstVorbisEnc:last-message",
-  "GstVorbisEnc:managed",
-  "GstVorbisEnc:max-bitrate",
-  "GstVorbisEnc:min-bitrate",
-  "GstVorbisEnc:quality",
-  "GstVorbisParse",
-  "GstVorbisParse!sink",
-  "GstVorbisParse!src",
-  "GstVorbisTag",
-  "GstVorbisTag!sink",
-  "GstVorbisTag!src",
-  "GstVp82json!sink",
-  "GstVp82json!src",
-  "GstVp8AlphaDecodeBin!sink",
-  "GstVp8AlphaDecodeBin!src",
-  "GstVp8Decoder",
-  "GstVp8DecoderClass.decode_picture",
-  "GstVp8DecoderClass.end_picture",
-  "GstVp8DecoderClass.new_picture",
-  "GstVp8DecoderClass.new_sequence",
-  "GstVp8DecoderClass.output_picture",
-  "GstVp8DecoderClass.parent_class",
-  "GstVp8DecoderClass.start_picture",
-  "GstVp8DecoderClass::decode_picture",
-  "GstVp8DecoderClass::end_picture",
-  "GstVp8DecoderClass::get_preferred_output_delay",
-  "GstVp8DecoderClass::new_picture",
-  "GstVp8DecoderClass::new_sequence",
-  "GstVp8DecoderClass::output_picture",
-  "GstVp8DecoderClass::start_picture",
-  "GstVp8FrameHdr",
-  "GstVp8MbLfAdjustments",
-  "GstVp8ModeProbs",
-  "GstVp8MvProbs",
-  "GstVp8Parser",
-  "GstVp8ParserResult",
-  "GstVp8Picture",
-  "GstVp8Picture.data",
-  "GstVp8Picture.frame_hdr",
-  "GstVp8Picture.notify",
-  "GstVp8Picture.parent",
-  "GstVp8Picture.pts",
-  "GstVp8Picture.size",
-  "GstVp8Picture.system_frame_number",
-  "GstVp8Picture.user_data",
-  "GstVp8QuantIndices",
-  "GstVp8RangeDecoder",
-  "GstVp8RangeDecoderState",
-  "GstVp8Segmentation",
-  "GstVp8TokenProbs",
-  "GstVp9AlphaDecodeBin!sink",
-  "GstVp9AlphaDecodeBin!src",
-  "GstVp9BitDepth",
-  "GstVp9ColorRange",
-  "GstVp9ColorSpace",
-  "GstVp9Decoder",
-  "GstVp9DecoderClass.decode_picture",
-  "GstVp9DecoderClass.duplicate_picture",
-  "GstVp9DecoderClass.end_picture",
-  "GstVp9DecoderClass.new_picture",
-  "GstVp9DecoderClass.new_sequence",
-  "GstVp9DecoderClass.output_picture",
-  "GstVp9DecoderClass.parent_class",
-  "GstVp9DecoderClass.start_picture",
-  "GstVp9DecoderClass::decode_picture",
-  "GstVp9DecoderClass::duplicate_picture",
-  "GstVp9DecoderClass::end_picture",
-  "GstVp9DecoderClass::get_preferred_output_delay",
-  "GstVp9DecoderClass::new_picture",
-  "GstVp9DecoderClass::new_sequence",
-  "GstVp9DecoderClass::output_picture",
-  "GstVp9DecoderClass::start_picture",
-  "GstVp9DeltaProbabilities",
-  "GstVp9Dpb",
-  "GstVp9Dpb.pic_list",
-  "GstVp9FrameHdr",
-  "GstVp9FrameHeader",
-  "GstVp9FrameHeader.allow_high_precision_mv",
-  "GstVp9FrameHeader.bit_depth",
-  "GstVp9FrameHeader.color_range",
-  "GstVp9FrameHeader.color_space",
-  "GstVp9FrameHeader.delta_probabilities",
-  "GstVp9FrameHeader.error_resilient_mode",
-  "GstVp9FrameHeader.frame_context_idx",
-  "GstVp9FrameHeader.frame_header_length_in_bytes",
-  "GstVp9FrameHeader.frame_parallel_decoding_mode",
-  "GstVp9FrameHeader.frame_to_show_map_idx",
-  "GstVp9FrameHeader.frame_type",
-  "GstVp9FrameHeader.header_size_in_bytes",
-  "GstVp9FrameHeader.height",
-  "GstVp9FrameHeader.interpolation_filter",
-  "GstVp9FrameHeader.intra_only",
-  "GstVp9FrameHeader.loop_filter_params",
-  "GstVp9FrameHeader.lossless_flag",
-  "GstVp9FrameHeader.profile",
-  "GstVp9FrameHeader.quantization_params",
-  "GstVp9FrameHeader.ref_frame_idx",
-  "GstVp9FrameHeader.ref_frame_sign_bias",
-  "GstVp9FrameHeader.reference_mode",
-  "GstVp9FrameHeader.refresh_frame_context",
-  "GstVp9FrameHeader.refresh_frame_flags",
-  "GstVp9FrameHeader.render_and_frame_size_different",
-  "GstVp9FrameHeader.render_height",
-  "GstVp9FrameHeader.render_width",
-  "GstVp9FrameHeader.reset_frame_context",
-  "GstVp9FrameHeader.segmentation_params",
-  "GstVp9FrameHeader.show_existing_frame",
-  "GstVp9FrameHeader.show_frame",
-  "GstVp9FrameHeader.subsampling_x",
-  "GstVp9FrameHeader.subsampling_y",
-  "GstVp9FrameHeader.tile_cols_log2",
-  "GstVp9FrameHeader.tile_rows_log2",
-  "GstVp9FrameHeader.tx_mode",
-  "GstVp9FrameHeader.width",
-  "GstVp9FrameType",
-  "GstVp9InterpolationFilter",
-  "GstVp9LoopFilter",
-  "GstVp9LoopFilterParams",
-  "GstVp9LoopFilterParams.loop_filter_delta_enabled",
-  "GstVp9LoopFilterParams.loop_filter_delta_update",
-  "GstVp9LoopFilterParams.loop_filter_level",
-  "GstVp9LoopFilterParams.loop_filter_mode_deltas",
-  "GstVp9LoopFilterParams.loop_filter_ref_deltas",
-  "GstVp9LoopFilterParams.loop_filter_sharpness",
-  "GstVp9LoopFilterParams.update_mode_delta",
-  "GstVp9LoopFilterParams.update_ref_delta",
-  "GstVp9MvDeltaProbs",
-  "GstVp9Parse!sink",
-  "GstVp9Parse!src",
-  "GstVp9Parser",
-  "GstVp9ParserResult",
-  "GstVp9Picture",
-  "GstVp9Picture.bit_depth",
-  "GstVp9Picture.data",
-  "GstVp9Picture.frame_hdr",
-  "GstVp9Picture.parent",
-  "GstVp9Picture.pts",
-  "GstVp9Picture.size",
-  "GstVp9Picture.subsampling_x",
-  "GstVp9Picture.subsampling_y",
-  "GstVp9Picture.system_frame_number",
-  "GstVp9Picture.user_data",
-  "GstVp9QuantIndices",
-  "GstVp9QuantizationParams",
-  "GstVp9QuantizationParams.base_q_idx",
-  "GstVp9QuantizationParams.delta_q_uv_ac",
-  "GstVp9QuantizationParams.delta_q_uv_dc",
-  "GstVp9QuantizationParams.delta_q_y_dc",
-  "GstVp9RefFrameType",
-  "GstVp9ReferenceMode",
-  "GstVp9Segmentation",
-  "GstVp9SegmentationInfo",
-  "GstVp9SegmentationInfoData",
-  "GstVp9SegmentationParams",
-  "GstVp9SegmentationParams.feature_data",
-  "GstVp9SegmentationParams.feature_enabled",
-  "GstVp9SegmentationParams.segmentation_abs_or_delta_update",
-  "GstVp9SegmentationParams.segmentation_enabled",
-  "GstVp9SegmentationParams.segmentation_pred_prob",
-  "GstVp9SegmentationParams.segmentation_temporal_update",
-  "GstVp9SegmentationParams.segmentation_tree_probs",
-  "GstVp9SegmentationParams.segmentation_update_data",
-  "GstVp9SegmentationParams.segmentation_update_map",
-  "GstVp9StatefulParser",
-  "GstVp9StatefulParser.reference",
-  "GstVp9SuperframeInfo",
-  "GstVp9TxMode",
-  "GstVp9TxSize",
-  "GstVtdec!sink",
-  "GstVtdec!src",
-  "GstVtdecHw!sink",
-  "GstVtdecHw!src",
-  "GstVulkanBarrierBufferInfo",
-  "GstVulkanBarrierBufferInfo.offset",
-  "GstVulkanBarrierBufferInfo.parent",
-  "GstVulkanBarrierBufferInfo.size",
-  "GstVulkanBarrierFlags",
-  "GstVulkanBarrierImageInfo",
-  "GstVulkanBarrierImageInfo.image_layout",
-  "GstVulkanBarrierImageInfo.parent",
-  "GstVulkanBarrierImageInfo.subresource_range",
-  "GstVulkanBarrierMemoryInfo",
-  "GstVulkanBarrierMemoryInfo.access_flags",
-  "GstVulkanBarrierMemoryInfo.flags",
-  "GstVulkanBarrierMemoryInfo.pipeline_stages",
-  "GstVulkanBarrierMemoryInfo.queue",
-  "GstVulkanBarrierMemoryInfo.semaphore",
-  "GstVulkanBarrierMemoryInfo.semaphore_value",
-  "GstVulkanBarrierMemoryInfo.type",
-  "GstVulkanBarrierType",
-  "GstVulkanBufferMemory",
-  "GstVulkanBufferMemory.barrier",
-  "GstVulkanBufferMemory.buffer",
-  "GstVulkanBufferMemory.device",
-  "GstVulkanBufferMemory.parent",
-  "GstVulkanBufferMemory.requirements",
-  "GstVulkanBufferMemory.usage",
-  "GstVulkanBufferMemory.vk_mem",
-  "GstVulkanBufferMemoryAllocator",
-  "GstVulkanBufferMemoryAllocator.parent",
-  "GstVulkanBufferMemoryAllocatorClass.parent_class",
-  "GstVulkanBufferPool",
-  "GstVulkanBufferPool.bufferpool",
-  "GstVulkanBufferPool.device",
-  "GstVulkanBufferPoolClass.parent_class",
-  "GstVulkanColorConvert",
-  "GstVulkanColorConvert!sink",
-  "GstVulkanColorConvert!src",
-  "GstVulkanCommandBuffer",
-  "GstVulkanCommandBuffer.cmd",
-  "GstVulkanCommandBuffer.level",
-  "GstVulkanCommandBuffer.parent",
-  "GstVulkanCommandBuffer.pool",
-  "GstVulkanCommandPool",
-  "GstVulkanCommandPool.parent",
-  "GstVulkanCommandPool.pool",
-  "GstVulkanCommandPool.queue",
-  "GstVulkanCommandPoolClass.parent_class",
-  "GstVulkanDecoder",
-  "GstVulkanDecoder.codec",
-  "GstVulkanDecoder.dedicated_dpb",
-  "GstVulkanDecoder.input_buffer",
-  "GstVulkanDecoder.layered_buffer",
-  "GstVulkanDecoder.layered_dpb",
-  "GstVulkanDecoder.parent",
-  "GstVulkanDecoder.profile",
-  "GstVulkanDecoder.queue",
-  "GstVulkanDecoderClass.parent",
-  "GstVulkanDecoderPicture",
-  "GstVulkanDecoderPicture.dpb",
-  "GstVulkanDecoderPicture.img_view_out",
-  "GstVulkanDecoderPicture.img_view_ref",
-  "GstVulkanDecoderPicture.out",
-  "GstVulkanDecoderPicture.refs",
-  "GstVulkanDecoderPicture.slice_offs",
-  "GstVulkanDescriptorCache",
-  "GstVulkanDescriptorCache.parent",
-  "GstVulkanDescriptorCache.pool",
-  "GstVulkanDescriptorCacheClass.parent_class",
-  "GstVulkanDescriptorPool",
-  "GstVulkanDescriptorPool.device",
-  "GstVulkanDescriptorPool.parent",
-  "GstVulkanDescriptorPool.pool",
-  "GstVulkanDescriptorPoolClass.parent_class",
-  "GstVulkanDescriptorSet",
-  "GstVulkanDescriptorSet.cache",
-  "GstVulkanDescriptorSet.layouts",
-  "GstVulkanDescriptorSet.n_layouts",
-  "GstVulkanDescriptorSet.parent",
-  "GstVulkanDescriptorSet.pool",
-  "GstVulkanDescriptorSet.set",
-  "GstVulkanDevice",
-  "GstVulkanDevice.device",
-  "GstVulkanDevice.instance",
-  "GstVulkanDevice.parent",
-  "GstVulkanDevice.physical_device",
-  "GstVulkanDevice:instance",
-  "GstVulkanDevice:physical-device",
-  "GstVulkanDeviceClass.parent_class",
-  "GstVulkanDeviceForEachQueueFunc",
-  "GstVulkanDisplay",
-  "GstVulkanDisplayClass.object_class",
-  "GstVulkanDisplayClass::create_window",
-  "GstVulkanDisplayClass::get_handle",
-  "GstVulkanDisplayType",
-  "GstVulkanDisplayWayland",
-  "GstVulkanDisplayWayland.compositor",
-  "GstVulkanDisplayWayland.display",
-  "GstVulkanDisplayWayland.parent",
-  "GstVulkanDisplayWayland.registry",
-  "GstVulkanDisplayWayland.shell",
-  "GstVulkanDisplayWayland.subcompositor",
-  "GstVulkanDisplayWaylandClass.object_class",
-  "GstVulkanDisplayXCB",
-  "GstVulkanDisplayXCBClass.object_class",
-  "GstVulkanDownload",
-  "GstVulkanDownload!sink",
-  "GstVulkanDownload!src",
-  "GstVulkanError",
-  "GstVulkanFence",
-  "GstVulkanFence.cache",
-  "GstVulkanFence.device",
-  "GstVulkanFence.fence",
-  "GstVulkanFence.parent",
-  "GstVulkanFenceCache",
-  "GstVulkanFenceCache.parent",
-  "GstVulkanFenceCacheClass.parent_class",
-  "GstVulkanFormatFlags",
-  "GstVulkanFormatInfo",
-  "GstVulkanFormatInfo.aspect",
-  "GstVulkanFormatInfo.bits",
-  "GstVulkanFormatInfo.depth",
-  "GstVulkanFormatInfo.flags",
-  "GstVulkanFormatInfo.format",
-  "GstVulkanFormatInfo.h_sub",
-  "GstVulkanFormatInfo.n_components",
-  "GstVulkanFormatInfo.n_planes",
-  "GstVulkanFormatInfo.name",
-  "GstVulkanFormatInfo.pixel_stride",
-  "GstVulkanFormatInfo.plane",
-  "GstVulkanFormatInfo.poffset",
-  "GstVulkanFormatInfo.scaling",
-  "GstVulkanFormatInfo.shift",
-  "GstVulkanFormatInfo.w_sub",
-  "GstVulkanFormatScaling",
-  "GstVulkanFullScreenQuad",
-  "GstVulkanFullScreenQuad.cmd_pool",
-  "GstVulkanFullScreenQuad.descriptor_cache",
-  "GstVulkanFullScreenQuad.descriptor_set",
-  "GstVulkanFullScreenQuad.descriptor_set_layout",
-  "GstVulkanFullScreenQuad.framebuffer",
-  "GstVulkanFullScreenQuad.graphics_pipeline",
-  "GstVulkanFullScreenQuad.in_info",
-  "GstVulkanFullScreenQuad.last_fence",
-  "GstVulkanFullScreenQuad.out_info",
-  "GstVulkanFullScreenQuad.parent",
-  "GstVulkanFullScreenQuad.pipeline_layout",
-  "GstVulkanFullScreenQuad.queue",
-  "GstVulkanFullScreenQuad.render_pass",
-  "GstVulkanFullScreenQuad.sampler",
-  "GstVulkanFullScreenQuad.trash_list",
-  "GstVulkanFullScreenQuadClass.parent_class",
-  "GstVulkanHandle",
-  "GstVulkanHandle.device",
-  "GstVulkanHandle.handle",
-  "GstVulkanHandle.notify",
-  "GstVulkanHandle.parent",
-  "GstVulkanHandle.type",
-  "GstVulkanHandle.user_data",
-  "GstVulkanHandleDestroyNotify",
-  "GstVulkanHandlePool",
-  "GstVulkanHandlePool.available",
-  "GstVulkanHandlePool.device",
-  "GstVulkanHandlePool.outstanding",
-  "GstVulkanHandlePool.parent",
-  "GstVulkanHandlePoolClass.parent",
-  "GstVulkanHandlePoolClass::acquire",
-  "GstVulkanHandlePoolClass::alloc",
-  "GstVulkanHandlePoolClass::free",
-  "GstVulkanHandlePoolClass::release",
-  "GstVulkanHandleType",
-  "GstVulkanHandleTypedef",
-  "GstVulkanImageBufferPool",
-  "GstVulkanImageBufferPool.bufferpool",
-  "GstVulkanImageBufferPool.device",
-  "GstVulkanImageBufferPoolClass.parent_class",
-  "GstVulkanImageIdentity",
-  "GstVulkanImageIdentity!sink",
-  "GstVulkanImageIdentity!src",
-  "GstVulkanImageMemory",
-  "GstVulkanImageMemory.barrier",
-  "GstVulkanImageMemory.create_info",
-  "GstVulkanImageMemory.device",
-  "GstVulkanImageMemory.format_properties",
-  "GstVulkanImageMemory.image",
-  "GstVulkanImageMemory.parent",
-  "GstVulkanImageMemory.requirements",
-  "GstVulkanImageMemory.usage",
-  "GstVulkanImageMemory.vk_mem",
-  "GstVulkanImageMemoryAllocator",
-  "GstVulkanImageMemoryAllocator.parent",
-  "GstVulkanImageMemoryAllocatorClass.parent_class",
-  "GstVulkanImageMemoryFindViewFunc",
-  "GstVulkanImageView",
-  "GstVulkanImageView.create_info",
-  "GstVulkanImageView.device",
-  "GstVulkanImageView.image",
-  "GstVulkanImageView.parent",
-  "GstVulkanImageView.view",
-  "GstVulkanInstance",
-  "GstVulkanInstance.instance",
-  "GstVulkanInstance.n_physical_devices",
-  "GstVulkanInstance.parent",
-  "GstVulkanInstance.physical_devices",
-  "GstVulkanInstance::create-device",
-  "GstVulkanInstance:requested-api-major",
-  "GstVulkanInstance:requested-api-minor",
-  "GstVulkanInstanceClass.parent_class",
-  "GstVulkanMemory",
-  "GstVulkanMemory.device",
-  "GstVulkanMemory.lock",
-  "GstVulkanMemory.map_count",
-  "GstVulkanMemory.mapping",
-  "GstVulkanMemory.mem",
-  "GstVulkanMemory.mem_ptr",
-  "GstVulkanMemoryAllocator",
-  "GstVulkanMemoryAllocator.parent",
-  "GstVulkanMemoryAllocatorClass.parent_class",
-  "GstVulkanOperation",
-  "GstVulkanOperation.cmd_buf",
-  "GstVulkanOperation.parent",
-  "GstVulkanOperation:command-pool",
-  "GstVulkanOperationClass.parent_class",
-  "GstVulkanOverlayCompositor!sink",
-  "GstVulkanOverlayCompositor!src",
-  "GstVulkanPhysicalDevice",
-  "GstVulkanPhysicalDevice.device",
-  "GstVulkanPhysicalDevice.device_index",
-  "GstVulkanPhysicalDevice.features",
-  "GstVulkanPhysicalDevice.instance",
-  "GstVulkanPhysicalDevice.memory_properties",
-  "GstVulkanPhysicalDevice.n_queue_families",
-  "GstVulkanPhysicalDevice.parent",
-  "GstVulkanPhysicalDevice.properties",
-  "GstVulkanPhysicalDevice.queue_family_ops",
-  "GstVulkanPhysicalDevice.queue_family_props",
-  "GstVulkanPhysicalDevice:device-index",
-  "GstVulkanPhysicalDevice:instance",
-  "GstVulkanPhysicalDevice:name",
-  "GstVulkanPhysicalDeviceClass.parent_class",
-  "GstVulkanQueue",
-  "GstVulkanQueue.device",
-  "GstVulkanQueue.family",
-  "GstVulkanQueue.index",
-  "GstVulkanQueue.parent",
-  "GstVulkanQueue.queue",
-  "GstVulkanQueueClass.parent_class",
-  "GstVulkanQueueFamilyOps",
-  "GstVulkanQueueFamilyOps.query",
-  "GstVulkanQueueFamilyOps.video",
-  "GstVulkanShaderSpv!sink",
-  "GstVulkanShaderSpv!src",
-  "GstVulkanSink",
-  "GstVulkanSink!sink",
-  "GstVulkanSink:device",
-  "GstVulkanSink:force-aspect-ratio",
-  "GstVulkanSink:pixel-aspect-ratio",
-  "GstVulkanStereoDownmix",
-  "GstVulkanStereoDownmix::amber-blue-dubois",
-  "GstVulkanStereoDownmix::green-magenta-dubois",
-  "GstVulkanStereoDownmix::red-cyan-dubois",
-  "GstVulkanSwapper",
-  "GstVulkanSwapper.cmd_pool",
-  "GstVulkanSwapper.device",
-  "GstVulkanSwapper.parent",
-  "GstVulkanSwapper.queue",
-  "GstVulkanSwapper.window",
-  "GstVulkanSwapper:force-aspect-ratio",
-  "GstVulkanSwapper:pixel-aspect-ratio",
-  "GstVulkanSwapperClass.parent_class",
-  "GstVulkanTrash",
-  "GstVulkanTrash.cache",
-  "GstVulkanTrash.fence",
-  "GstVulkanTrash.notify",
-  "GstVulkanTrash.parent",
-  "GstVulkanTrash.user_data",
-  "GstVulkanTrashFenceList",
-  "GstVulkanTrashFenceListClass.parent_class",
-  "GstVulkanTrashList",
-  "GstVulkanTrashList.parent",
-  "GstVulkanTrashListAdd",
-  "GstVulkanTrashListClass.add_func",
-  "GstVulkanTrashListClass.gc_func",
-  "GstVulkanTrashListClass.parent_class",
-  "GstVulkanTrashListClass.wait_func",
-  "GstVulkanTrashListClass::add_func",
-  "GstVulkanTrashListClass::gc_func",
-  "GstVulkanTrashListClass::wait_func",
-  "GstVulkanTrashListGC",
-  "GstVulkanTrashListWait",
-  "GstVulkanTrashNotify",
-  "GstVulkanUpload",
-  "GstVulkanUpload!sink",
-  "GstVulkanUpload!src",
-  "GstVulkanVideoCapabilities",
-  "GstVulkanVideoCapabilities.codec._reserved",
-  "GstVulkanVideoCapabilities.codec.base",
-  "GstVulkanVideoCapabilities.codec.h264dec",
-  "GstVulkanVideoCapabilities.codec.h265dec",
-  "GstVulkanVideoFilter",
-  "GstVulkanVideoFilter.device",
-  "GstVulkanVideoFilter.in_caps",
-  "GstVulkanVideoFilter.in_info",
-  "GstVulkanVideoFilter.instance",
-  "GstVulkanVideoFilter.out_caps",
-  "GstVulkanVideoFilter.out_info",
-  "GstVulkanVideoFilter.parent",
-  "GstVulkanVideoFilter.queue",
-  "GstVulkanVideoFilterClass.parent_class",
-  "GstVulkanVideoOperation",
-  "GstVulkanVideoProfile",
-  "GstVulkanVideoProfile.usage.codec._reserved",
-  "GstVulkanVideoProfile.usage.codec.base",
-  "GstVulkanVideoProfile.usage.codec.h264dec",
-  "GstVulkanVideoProfile.usage.codec.h265dec",
-  "GstVulkanVideoProfile.usage.decode",
-  "GstVulkanViewConvert",
-  "GstVulkanViewConvert!sink",
-  "GstVulkanViewConvert!src",
-  "GstVulkanViewConvert:downmix-mode",
-  "GstVulkanViewConvert:input-flags-override",
-  "GstVulkanViewConvert:input-mode-override",
-  "GstVulkanViewConvert:output-flags-override",
-  "GstVulkanViewConvert:output-mode-override",
-  "GstVulkanWindow",
-  "GstVulkanWindow::close",
-  "GstVulkanWindow::draw",
-  "GstVulkanWindow::key-event",
-  "GstVulkanWindow::mouse-event",
-  "GstVulkanWindow::resize",
-  "GstVulkanWindow:display",
-  "GstVulkanWindowClass.parent_class",
-  "GstVulkanWindowClass::close",
-  "GstVulkanWindowClass::get_presentation_support",
-  "GstVulkanWindowClass::get_surface",
-  "GstVulkanWindowClass::get_surface_dimensions",
-  "GstVulkanWindowClass::handle_events",
-  "GstVulkanWindowClass::open",
-  "GstVulkanWindowClass::set_window_handle",
-  "GstVulkanWindowError",
-  "GstWarpTV",
-  "GstWarpTV!sink",
-  "GstWarpTV!src",
-  "GstWasapi2Sink",
-  "GstWasapi2Sink!sink",
-  "GstWasapi2Sink:device",
-  "GstWasapi2Sink:low-latency",
-  "GstWasapi2Sink:mute",
-  "GstWasapi2Sink:volume",
-  "GstWasapi2Src",
-  "GstWasapi2Src!src",
-  "GstWasapi2Src:device",
-  "GstWasapi2Src:low-latency",
-  "GstWasapi2Src:mute",
-  "GstWasapi2Src:volume",
-  "GstWasapi2SrcLoopbackMode",
-  "GstWasapi2SrcLoopbackMode::default",
-  "GstWasapi2SrcLoopbackMode::exclude-process-tree",
-  "GstWasapi2SrcLoopbackMode::include-process-tree",
-  "GstWasapiDeviceRole",
-  "GstWasapiDeviceRole::comms",
-  "GstWasapiDeviceRole::console",
-  "GstWasapiDeviceRole::multimedia",
-  "GstWasapiSink",
-  "GstWasapiSink!sink",
-  "GstWasapiSink:device",
-  "GstWasapiSink:exclusive",
-  "GstWasapiSink:low-latency",
-  "GstWasapiSink:mute",
-  "GstWasapiSink:role",
-  "GstWasapiSink:use-audioclient3",
-  "GstWasapiSrc",
-  "GstWasapiSrc!src",
-  "GstWasapiSrc:device",
-  "GstWasapiSrc:exclusive",
-  "GstWasapiSrc:loopback",
-  "GstWasapiSrc:low-latency",
-  "GstWasapiSrc:role",
-  "GstWasapiSrc:use-audioclient3",
-  "GstWatchdog",
-  "GstWatchdog!sink",
-  "GstWatchdog!src",
-  "GstWatchdog:timeout",
-  "GstWaterRipple",
-  "GstWaterRipple!sink",
-  "GstWaterRipple!src",
-  "GstWaterRipple:amplitude",
-  "GstWaterRipple:phase",
-  "GstWaterRipple:wavelength",
-  "GstWavEnc",
-  "GstWavEnc!sink",
-  "GstWavEnc!src",
-  "GstWavParse",
-  "GstWavParse!sink",
-  "GstWavParse!src",
-  "GstWavParse:ignore-length",
-  "GstWaveScope",
-  "GstWaveScope!sink",
-  "GstWaveScope!src",
-  "GstWaveScope:style",
-  "GstWaveScopeStyle",
-  "GstWaveScopeStyle::color-dots",
-  "GstWaveScopeStyle::color-lines",
-  "GstWaveScopeStyle::dots",
-  "GstWaveScopeStyle::lines",
-  "GstWavpackDec",
-  "GstWavpackDec!sink",
-  "GstWavpackDec!src",
-  "GstWavpackEnc",
-  "GstWavpackEnc!sink",
-  "GstWavpackEnc!src",
-  "GstWavpackEnc!wvcsrc",
-  "GstWavpackEnc:bitrate",
-  "GstWavpackEnc:bits-per-sample",
-  "GstWavpackEnc:correction-mode",
-  "GstWavpackEnc:extra-processing",
-  "GstWavpackEnc:joint-stereo-mode",
-  "GstWavpackEnc:md5",
-  "GstWavpackEnc:mode",
-  "GstWavpackEncCorrectionMode",
-  "GstWavpackEncCorrectionMode::off",
-  "GstWavpackEncCorrectionMode::on",
-  "GstWavpackEncCorrectionMode::optimized",
-  "GstWavpackEncJSMode",
-  "GstWavpackEncJSMode::auto",
-  "GstWavpackEncJSMode::leftright",
-  "GstWavpackEncJSMode::midside",
-  "GstWavpackEncMode",
-  "GstWavpackEncMode::fast",
-  "GstWavpackEncMode::high",
-  "GstWavpackEncMode::normal",
-  "GstWavpackEncMode::veryhigh",
-  "GstWavpackParse",
-  "GstWavpackParse!sink",
-  "GstWavpackParse!src",
-  "GstWaylandSink",
-  "GstWaylandSink!sink",
-  "GstWaylandSink:display",
-  "GstWaylandSink:fullscreen",
-  "GstWaylandVideo",
-  "GstWebMMux",
-  "GstWebMMux!audio_%u",
-  "GstWebMMux!src",
-  "GstWebMMux!subtitle_%u",
-  "GstWebMMux!video_%u",
-  "GstWebPDec",
-  "GstWebPDec!sink",
-  "GstWebPDec!src",
-  "GstWebPDec:bypass-filtering",
-  "GstWebPDec:no-fancy-upsampling",
-  "GstWebPDec:use-threads",
-  "GstWebRTCBin",
-  "GstWebRTCBin!sink_%u",
-  "GstWebRTCBin!src_%u",
-  "GstWebRTCBin::add-ice-candidate",
-  "GstWebRTCBin::add-transceiver",
-  "GstWebRTCBin::add-turn-server",
-  "GstWebRTCBin::create-answer",
-  "GstWebRTCBin::create-data-channel",
-  "GstWebRTCBin::create-offer",
-  "GstWebRTCBin::get-stats",
-  "GstWebRTCBin::get-transceiver",
-  "GstWebRTCBin::get-transceivers",
-  "GstWebRTCBin::on-data-channel",
-  "GstWebRTCBin::on-ice-candidate",
-  "GstWebRTCBin::on-negotiation-needed",
-  "GstWebRTCBin::on-new-transceiver",
-  "GstWebRTCBin::set-local-description",
-  "GstWebRTCBin::set-remote-description",
-  "GstWebRTCBin:bundle-policy",
-  "GstWebRTCBin:connection-state",
-  "GstWebRTCBin:current-local-description",
-  "GstWebRTCBin:current-remote-description",
-  "GstWebRTCBin:ice-agent",
-  "GstWebRTCBin:ice-connection-state",
-  "GstWebRTCBin:ice-gathering-state",
-  "GstWebRTCBin:ice-transport-policy",
-  "GstWebRTCBin:latency",
-  "GstWebRTCBin:local-description",
-  "GstWebRTCBin:pending-local-description",
-  "GstWebRTCBin:pending-remote-description",
-  "GstWebRTCBin:remote-description",
-  "GstWebRTCBin:signaling-state",
-  "GstWebRTCBin:stun-server",
-  "GstWebRTCBin:turn-server",
-  "GstWebRTCBinPad",
-  "GstWebRTCBinPad:transceiver",
-  "GstWebRTCBinSinkPad",
-  "GstWebRTCBinSinkPad:msid",
-  "GstWebRTCBinSrcPad",
-  "GstWebRTCBinSrcPad:msid",
-  "GstWebRTCBundlePolicy",
-  "GstWebRTCDTLSSetup",
-  "GstWebRTCDTLSTransport",
-  "GstWebRTCDTLSTransport._padding",
-  "GstWebRTCDTLSTransport.client",
-  "GstWebRTCDTLSTransport.dtlssrtpdec",
-  "GstWebRTCDTLSTransport.dtlssrtpenc",
-  "GstWebRTCDTLSTransport.is_rtcp",
-  "GstWebRTCDTLSTransport.parent",
-  "GstWebRTCDTLSTransport.session_id",
-  "GstWebRTCDTLSTransport.state",
-  "GstWebRTCDTLSTransport.transport",
-  "GstWebRTCDTLSTransport:certificate",
-  "GstWebRTCDTLSTransport:client",
-  "GstWebRTCDTLSTransport:remote-certificate",
-  "GstWebRTCDTLSTransport:rtcp",
-  "GstWebRTCDTLSTransport:session-id",
-  "GstWebRTCDTLSTransport:state",
-  "GstWebRTCDTLSTransport:transport",
-  "GstWebRTCDTLSTransportClass._padding",
-  "GstWebRTCDTLSTransportClass.parent_class",
-  "GstWebRTCDTLSTransportState",
-  "GstWebRTCDataChannel",
-  "GstWebRTCDataChannel._padding",
-  "GstWebRTCDataChannel.buffered_amount",
-  "GstWebRTCDataChannel.buffered_amount_low_threshold",
-  "GstWebRTCDataChannel.id",
-  "GstWebRTCDataChannel.label",
-  "GstWebRTCDataChannel.lock",
-  "GstWebRTCDataChannel.max_packet_lifetime",
-  "GstWebRTCDataChannel.max_retransmits",
-  "GstWebRTCDataChannel.negotiated",
-  "GstWebRTCDataChannel.ordered",
-  "GstWebRTCDataChannel.parent",
-  "GstWebRTCDataChannel.priority",
-  "GstWebRTCDataChannel.protocol",
-  "GstWebRTCDataChannel.ready_state",
-  "GstWebRTCDataChannel::close",
-  "GstWebRTCDataChannel::on-buffered-amount-low",
-  "GstWebRTCDataChannel::on-close",
-  "GstWebRTCDataChannel::on-error",
-  "GstWebRTCDataChannel::on-message-data",
-  "GstWebRTCDataChannel::on-message-string",
-  "GstWebRTCDataChannel::on-open",
-  "GstWebRTCDataChannel::send-data",
-  "GstWebRTCDataChannel::send-string",
-  "GstWebRTCDataChannel:buffered-amount",
-  "GstWebRTCDataChannel:buffered-amount-low-threshold",
-  "GstWebRTCDataChannel:id",
-  "GstWebRTCDataChannel:label",
-  "GstWebRTCDataChannel:max-packet-lifetime",
-  "GstWebRTCDataChannel:max-retransmits",
-  "GstWebRTCDataChannel:negotiated",
-  "GstWebRTCDataChannel:ordered",
-  "GstWebRTCDataChannel:priority",
-  "GstWebRTCDataChannel:protocol",
-  "GstWebRTCDataChannel:ready-state",
-  "GstWebRTCDataChannelClass._padding",
-  "GstWebRTCDataChannelClass.close",
-  "GstWebRTCDataChannelClass.parent_class",
-  "GstWebRTCDataChannelClass.send_data",
-  "GstWebRTCDataChannelClass.send_string",
-  "GstWebRTCDataChannelClass::close",
-  "GstWebRTCDataChannelClass::send_data",
-  "GstWebRTCDataChannelClass::send_string",
-  "GstWebRTCDataChannelState",
-  "GstWebRTCError",
-  "GstWebRTCFECType",
-  "GstWebRTCICE",
-  "GstWebRTCICE._gst_reserved",
-  "GstWebRTCICE.ice_connection_state",
-  "GstWebRTCICE.ice_gathering_state",
-  "GstWebRTCICE.max_rtp_port",
-  "GstWebRTCICE.min_rtp_port",
-  "GstWebRTCICE.parent",
-  "GstWebRTCICE::add-local-ip-address",
-  "GstWebRTCICE:max-rtp-port",
-  "GstWebRTCICE:min-rtp-port",
-  "GstWebRTCICECandidateStats",
-  "GstWebRTCICECandidateStats._gst_reserved",
-  "GstWebRTCICECandidateStats.ipaddr",
-  "GstWebRTCICECandidateStats.port",
-  "GstWebRTCICECandidateStats.prio",
-  "GstWebRTCICECandidateStats.proto",
-  "GstWebRTCICECandidateStats.relay_proto",
-  "GstWebRTCICECandidateStats.stream_id",
-  "GstWebRTCICECandidateStats.type",
-  "GstWebRTCICECandidateStats.url",
-  "GstWebRTCICEClass._gst_reserved",
-  "GstWebRTCICEClass.parent_class",
-  "GstWebRTCICEClass::add_candidate",
-  "GstWebRTCICEClass::add_stream",
-  "GstWebRTCICEClass::add_turn_server",
-  "GstWebRTCICEClass::find_transport",
-  "GstWebRTCICEClass::gather_candidates",
-  "GstWebRTCICEClass::get_http_proxy",
-  "GstWebRTCICEClass::get_is_controller",
-  "GstWebRTCICEClass::get_local_candidates",
-  "GstWebRTCICEClass::get_remote_candidates",
-  "GstWebRTCICEClass::get_selected_pair",
-  "GstWebRTCICEClass::get_stun_server",
-  "GstWebRTCICEClass::get_turn_server",
-  "GstWebRTCICEClass::set_force_relay",
-  "GstWebRTCICEClass::set_http_proxy",
-  "GstWebRTCICEClass::set_is_controller",
-  "GstWebRTCICEClass::set_local_credentials",
-  "GstWebRTCICEClass::set_on_ice_candidate",
-  "GstWebRTCICEClass::set_remote_credentials",
-  "GstWebRTCICEClass::set_stun_server",
-  "GstWebRTCICEClass::set_tos",
-  "GstWebRTCICEClass::set_turn_server",
-  "GstWebRTCICEComponent",
-  "GstWebRTCICEConnectionState",
-  "GstWebRTCICEGatheringState",
-  "GstWebRTCICEOnCandidateFunc",
-  "GstWebRTCICERole",
-  "GstWebRTCICEStream",
-  "GstWebRTCICEStream.parent",
-  "GstWebRTCICEStream.stream_id",
-  "GstWebRTCICEStream:stream-id",
-  "GstWebRTCICEStreamClass.parent_class",
-  "GstWebRTCICEStreamClass::find_transport",
-  "GstWebRTCICEStreamClass::gather_candidates",
-  "GstWebRTCICETransport",
-  "GstWebRTCICETransport._padding",
-  "GstWebRTCICETransport.component",
-  "GstWebRTCICETransport.gathering_state",
-  "GstWebRTCICETransport.parent",
-  "GstWebRTCICETransport.role",
-  "GstWebRTCICETransport.sink",
-  "GstWebRTCICETransport.src",
-  "GstWebRTCICETransport.state",
-  "GstWebRTCICETransport::on-new-candidate",
-  "GstWebRTCICETransport::on-selected-candidate-pair-change",
-  "GstWebRTCICETransport:component",
-  "GstWebRTCICETransport:gathering-state",
-  "GstWebRTCICETransport:state",
-  "GstWebRTCICETransportClass._padding",
-  "GstWebRTCICETransportClass.gather_candidates",
-  "GstWebRTCICETransportClass.parent_class",
-  "GstWebRTCICETransportClass::gather_candidates",
-  "GstWebRTCICETransportPolicy",
-  "GstWebRTCKind",
-  "GstWebRTCPeerConnectionState",
-  "GstWebRTCPriorityType",
-  "GstWebRTCRTPReceiver",
-  "GstWebRTCRTPReceiver._padding",
-  "GstWebRTCRTPReceiver.parent",
-  "GstWebRTCRTPReceiver.rtcp_transport",
-  "GstWebRTCRTPReceiver.transport",
-  "GstWebRTCRTPReceiver:transport",
-  "GstWebRTCRTPReceiverClass._padding",
-  "GstWebRTCRTPReceiverClass.parent_class",
-  "GstWebRTCRTPSender",
-  "GstWebRTCRTPSender._padding",
-  "GstWebRTCRTPSender.parent",
-  "GstWebRTCRTPSender.priority",
-  "GstWebRTCRTPSender.rtcp_transport",
-  "GstWebRTCRTPSender.send_encodings",
-  "GstWebRTCRTPSender.transport",
-  "GstWebRTCRTPSender:priority",
-  "GstWebRTCRTPSender:transport",
-  "GstWebRTCRTPSenderClass._padding",
-  "GstWebRTCRTPSenderClass.parent_class",
-  "GstWebRTCRTPTransceiver",
-  "GstWebRTCRTPTransceiver._padding",
-  "GstWebRTCRTPTransceiver.codec_preferences",
-  "GstWebRTCRTPTransceiver.current_direction",
-  "GstWebRTCRTPTransceiver.direction",
-  "GstWebRTCRTPTransceiver.kind",
-  "GstWebRTCRTPTransceiver.mid",
-  "GstWebRTCRTPTransceiver.mline",
-  "GstWebRTCRTPTransceiver.parent",
-  "GstWebRTCRTPTransceiver.receiver",
-  "GstWebRTCRTPTransceiver.sender",
-  "GstWebRTCRTPTransceiver.stopped",
-  "GstWebRTCRTPTransceiver:codec-preferences",
-  "GstWebRTCRTPTransceiver:current-direction",
-  "GstWebRTCRTPTransceiver:direction",
-  "GstWebRTCRTPTransceiver:kind",
-  "GstWebRTCRTPTransceiver:mid",
-  "GstWebRTCRTPTransceiver:mlineindex",
-  "GstWebRTCRTPTransceiver:receiver",
-  "GstWebRTCRTPTransceiver:sender",
-  "GstWebRTCRTPTransceiverClass._padding",
-  "GstWebRTCRTPTransceiverClass.parent_class",
-  "GstWebRTCRTPTransceiverDirection",
-  "GstWebRTCSCTPTransport",
-  "GstWebRTCSCTPTransport:max-channels",
-  "GstWebRTCSCTPTransport:max-message-size",
-  "GstWebRTCSCTPTransport:state",
-  "GstWebRTCSCTPTransport:transport",
-  "GstWebRTCSCTPTransportState",
-  "GstWebRTCSDPType",
-  "GstWebRTCSessionDescription",
-  "GstWebRTCSessionDescription.sdp",
-  "GstWebRTCSessionDescription.type",
-  "GstWebRTCSignalingState",
-  "GstWebRTCStatsType",
-  "GstWebpEnc",
-  "GstWebpEnc!sink",
-  "GstWebpEnc!src",
-  "GstWebpEnc:lossless",
-  "GstWebpEnc:preset",
-  "GstWebpEnc:quality",
-  "GstWebpEnc:speed",
-  "GstWebpEncPreset",
-  "GstWebpEncPreset::drawing",
-  "GstWebpEncPreset::icon",
-  "GstWebpEncPreset::none",
-  "GstWebpEncPreset::photo",
-  "GstWebpEncPreset::picture",
-  "GstWebpEncPreset::text",
-  "GstWebrtcDsp",
-  "GstWebrtcDsp!sink",
-  "GstWebrtcDsp!src",
-  "GstWebrtcDsp:compression-gain-db",
-  "GstWebrtcDsp:delay-agnostic",
-  "GstWebrtcDsp:echo-cancel",
-  "GstWebrtcDsp:echo-suppression-level",
-  "GstWebrtcDsp:experimental-agc",
-  "GstWebrtcDsp:extended-filter",
-  "GstWebrtcDsp:gain-control",
-  "GstWebrtcDsp:gain-control-mode",
-  "GstWebrtcDsp:high-pass-filter",
-  "GstWebrtcDsp:limiter",
-  "GstWebrtcDsp:noise-suppression",
-  "GstWebrtcDsp:noise-suppression-level",
-  "GstWebrtcDsp:probe",
-  "GstWebrtcDsp:startup-min-volume",
-  "GstWebrtcDsp:target-level-dbfs",
-  "GstWebrtcDsp:voice-detection",
-  "GstWebrtcDsp:voice-detection-frame-size-ms",
-  "GstWebrtcDsp:voice-detection-likelihood",
-  "GstWebrtcEchoProbe",
-  "GstWebrtcEchoProbe!sink",
-  "GstWebrtcEchoProbe!src",
-  "GstWebrtcEchoSuppressionLevel",
-  "GstWebrtcEchoSuppressionLevel::high",
-  "GstWebrtcEchoSuppressionLevel::low",
-  "GstWebrtcEchoSuppressionLevel::moderate",
-  "GstWebrtcGainControlMode",
-  "GstWebrtcGainControlMode::adaptive-digital",
-  "GstWebrtcGainControlMode::fixed-digital",
-  "GstWebrtcNoiseSuppressionLevel",
-  "GstWebrtcNoiseSuppressionLevel::high",
-  "GstWebrtcNoiseSuppressionLevel::low",
-  "GstWebrtcNoiseSuppressionLevel::moderate",
-  "GstWebrtcNoiseSuppressionLevel::very-high",
-  "GstWebrtcVoiceDetectionLikelihood",
-  "GstWebrtcVoiceDetectionLikelihood::high",
-  "GstWebrtcVoiceDetectionLikelihood::low",
-  "GstWebrtcVoiceDetectionLikelihood::moderate",
-  "GstWebrtcVoiceDetectionLikelihood::very-low",
-  "GstWebvttEnc",
-  "GstWebvttEnc!sink",
-  "GstWebvttEnc!src",
-  "GstWebvttEnc:duration",
-  "GstWebvttEnc:timestamp",
-  "GstWicDecoder",
-  "GstWicJpegDec!sink",
-  "GstWicJpegDec!src",
-  "GstWicPngDec!sink",
-  "GstWicPngDec!src",
-  "GstWildmidiDec",
-  "GstWildmidiDec!sink",
-  "GstWildmidiDec!src",
-  "GstWildmidiDec:enhanced-resampling",
-  "GstWildmidiDec:log-volume-scale",
-  "GstWildmidiDec:output-buffer-size",
-  "GstWildmidiDec:reverb",
-  "GstWin32IpcVideoSink!sink",
-  "GstWin32IpcVideoSrc!src",
-  "GstWpeSrc",
-  "GstWpeSrc!audio_%u",
-  "GstWpeSrc!src",
-  "GstWpeSrc!video",
-  "GstWpeSrc::configure-web-view",
-  "GstWpeSrc::load-bytes",
-  "GstWpeSrc:draw-background",
-  "GstWpeSrc:location",
-  "GstWpeVideoSrc!src",
-  "GstWrapperCameraBinSrc",
-  "GstWrapperCameraBinSrc!imgsrc",
-  "GstWrapperCameraBinSrc!vfsrc",
-  "GstWrapperCameraBinSrc!vidsrc",
-  "GstWrapperCameraBinSrc:video-source",
-  "GstWrapperCameraBinSrc:video-source-filter",
-  "GstX264Enc",
-  "GstX264Enc!sink",
-  "GstX264Enc!src",
-  "GstX264Enc:analyse",
-  "GstX264Enc:aud",
-  "GstX264Enc:b-adapt",
-  "GstX264Enc:b-pyramid",
-  "GstX264Enc:bframes",
-  "GstX264Enc:bitrate",
-  "GstX264Enc:byte-stream",
-  "GstX264Enc:cabac",
-  "GstX264Enc:dct8x8",
-  "GstX264Enc:frame-packing",
-  "GstX264Enc:insert-vui",
-  "GstX264Enc:interlaced",
-  "GstX264Enc:intra-refresh",
-  "GstX264Enc:ip-factor",
-  "GstX264Enc:key-int-max",
-  "GstX264Enc:mb-tree",
-  "GstX264Enc:me",
-  "GstX264Enc:multipass-cache-file",
-  "GstX264Enc:noise-reduction",
-  "GstX264Enc:option-string",
-  "GstX264Enc:pass",
-  "GstX264Enc:pb-factor",
-  "GstX264Enc:psy-tune",
-  "GstX264Enc:qp-max",
-  "GstX264Enc:qp-min",
-  "GstX264Enc:qp-step",
-  "GstX264Enc:quantizer",
-  "GstX264Enc:rc-lookahead",
-  "GstX264Enc:ref",
-  "GstX264Enc:sliced-threads",
-  "GstX264Enc:speed-preset",
-  "GstX264Enc:sps-id",
-  "GstX264Enc:subme",
-  "GstX264Enc:sync-lookahead",
-  "GstX264Enc:threads",
-  "GstX264Enc:trellis",
-  "GstX264Enc:tune",
-  "GstX264Enc:vbv-buf-capacity",
-  "GstX264Enc:weightb",
-  "GstX264EncAnalyse",
-  "GstX264EncAnalyse::b8x8",
-  "GstX264EncAnalyse::i4x4",
-  "GstX264EncAnalyse::i8x8",
-  "GstX264EncAnalyse::p4x4",
-  "GstX264EncAnalyse::p8x8",
-  "GstX264EncFramePacking",
-  "GstX264EncFramePacking::auto",
-  "GstX264EncFramePacking::checkerboard",
-  "GstX264EncFramePacking::column-interleaved",
-  "GstX264EncFramePacking::frame-interleaved",
-  "GstX264EncFramePacking::row-interleaved",
-  "GstX264EncFramePacking::side-by-side",
-  "GstX264EncFramePacking::top-bottom",
-  "GstX264EncMe",
-  "GstX264EncMe::dia",
-  "GstX264EncMe::esa",
-  "GstX264EncMe::hex",
-  "GstX264EncMe::tesa",
-  "GstX264EncMe::umh",
-  "GstX264EncPass",
-  "GstX264EncPass::cbr",
-  "GstX264EncPass::pass1",
-  "GstX264EncPass::pass2",
-  "GstX264EncPass::pass3",
-  "GstX264EncPass::qual",
-  "GstX264EncPass::quant",
-  "GstX264EncPreset",
-  "GstX264EncPreset::None",
-  "GstX264EncPreset::fast",
-  "GstX264EncPreset::faster",
-  "GstX264EncPreset::medium",
-  "GstX264EncPreset::placebo",
-  "GstX264EncPreset::slow",
-  "GstX264EncPreset::slower",
-  "GstX264EncPreset::superfast",
-  "GstX264EncPreset::ultrafast",
-  "GstX264EncPreset::veryfast",
-  "GstX264EncPreset::veryslow",
-  "GstX264EncPsyTune",
-  "GstX264EncPsyTune::animation",
-  "GstX264EncPsyTune::film",
-  "GstX264EncPsyTune::grain",
-  "GstX264EncPsyTune::none",
-  "GstX264EncPsyTune::psnr",
-  "GstX264EncPsyTune::ssim",
-  "GstX264EncTune",
-  "GstX264EncTune::fastdecode",
-  "GstX264EncTune::stillimage",
-  "GstX264EncTune::zerolatency",
-  "GstX265Enc",
-  "GstX265Enc!sink",
-  "GstX265Enc!src",
-  "GstX265Enc:bitrate",
-  "GstX265Enc:key-int-max",
-  "GstX265Enc:log-level",
-  "GstX265Enc:option-string",
-  "GstX265Enc:qp",
-  "GstX265Enc:speed-preset",
-  "GstX265Enc:tune",
-  "GstX265LogLevel",
-  "GstX265LogLevel::debug",
-  "GstX265LogLevel::error",
-  "GstX265LogLevel::full",
-  "GstX265LogLevel::info",
-  "GstX265LogLevel::none",
-  "GstX265LogLevel::warning",
-  "GstX265SpeedPreset",
-  "GstX265SpeedPreset::No preset",
-  "GstX265SpeedPreset::fast",
-  "GstX265SpeedPreset::faster",
-  "GstX265SpeedPreset::medium",
-  "GstX265SpeedPreset::placebo",
-  "GstX265SpeedPreset::slow",
-  "GstX265SpeedPreset::slower",
-  "GstX265SpeedPreset::superfast",
-  "GstX265SpeedPreset::ultrafast",
-  "GstX265SpeedPreset::veryfast",
-  "GstX265SpeedPreset::veryslow",
-  "GstX265Tune",
-  "GstX265Tune::No tunning",
-  "GstX265Tune::animation",
-  "GstX265Tune::fastdecode",
-  "GstX265Tune::grain",
-  "GstX265Tune::psnr",
-  "GstX265Tune::ssim",
-  "GstX265Tune::zerolatency",
-  "GstXImageSink",
-  "GstXImageSink!sink",
-  "GstXImageSink:display",
-  "GstXImageSink:force-aspect-ratio",
-  "GstXImageSink:handle-events",
-  "GstXImageSink:handle-expose",
-  "GstXImageSink:pixel-aspect-ratio",
-  "GstXImageSink:synchronous",
-  "GstXImageSink:window-height",
-  "GstXImageSink:window-width",
-  "GstXImageSrc",
-  "GstXImageSrc!src",
-  "GstXImageSrc:display-name",
-  "GstXImageSrc:enable-navigation-events",
-  "GstXImageSrc:endx",
-  "GstXImageSrc:endy",
-  "GstXImageSrc:remote",
-  "GstXImageSrc:show-pointer",
-  "GstXImageSrc:startx",
-  "GstXImageSrc:starty",
-  "GstXImageSrc:use-damage",
-  "GstXImageSrc:xid",
-  "GstXImageSrc:xname",
-  "GstXingMux",
-  "GstXingMux!sink",
-  "GstXingMux!src",
-  "GstXvImageSink",
-  "GstXvImageSink!sink",
-  "GstXvImageSink:autopaint-colorkey",
-  "GstXvImageSink:brightness",
-  "GstXvImageSink:colorkey",
-  "GstXvImageSink:contrast",
-  "GstXvImageSink:device",
-  "GstXvImageSink:device-name",
-  "GstXvImageSink:display",
-  "GstXvImageSink:double-buffer",
-  "GstXvImageSink:draw-borders",
-  "GstXvImageSink:force-aspect-ratio",
-  "GstXvImageSink:handle-events",
-  "GstXvImageSink:handle-expose",
-  "GstXvImageSink:hue",
-  "GstXvImageSink:pixel-aspect-ratio",
-  "GstXvImageSink:render-rectangle",
-  "GstXvImageSink:saturation",
-  "GstXvImageSink:synchronous",
-  "GstXvImageSink:window-height",
-  "GstXvImageSink:window-width",
-  "GstY4mDec",
-  "GstY4mDec!sink",
-  "GstY4mDec!src",
-  "GstY4mEncode",
-  "GstY4mEncode!sink",
-  "GstY4mEncode!src",
-  "GstZBar",
-  "GstZBar!sink",
-  "GstZBar!src",
-  "GstZBar:attach-frame",
-  "GstZBar:cache",
-  "GstZBar:message",
-  "GstZebraStripe",
-  "GstZebraStripe!sink",
-  "GstZebraStripe!src",
-  "GstZebraStripe:threshold",
-  "HEARING_IMPAIRED_PAGE",
-  "INITIAL_PAGE",
-  "IS_GST_RTSP_LATENCY_BIN",
-  "IS_GST_RTSP_LATENCY_BIN_CLASS",
-  "MAIN_INIT",
-  "MAIN_START_THREADS",
-  "MAIN_START_THREAD_FUNCTION",
-  "MAIN_START_THREAD_FUNCTIONS",
-  "MAIN_STOP_THREADS",
-  "MAIN_SYNCHRONIZE",
-  "MAX_ZOOM",
-  "MIN_ZOOM",
-  "MISSING_PLUGIN",
-  "MODE_IMAGE",
-  "MODE_VIDEO",
-  "MpegPsMux",
-  "MpegPsMux!sink_%u",
-  "MpegPsMux!src",
-  "MpegPsMux:aggregate-gops",
-  "MpegTSBase",
-  "MpegTSBase:ignore-pcr",
-  "MpegTSBase:parse-private-sections",
-  "MpegTSParse2",
-  "MpegTSParse2!program_%u",
-  "MpegTSParse2!sink",
-  "MpegTSParse2!src",
-  "MpegTSParse2:alignment",
-  "MpegTSParse2:pcr-pid",
-  "MpegTSParse2:set-timestamps",
-  "MpegTSParse2:smoothing-latency",
-  "MpegTSParse2:split-on-rai",
-  "NOT_NEGOTIATED",
-  "NleComposition",
-  "NleComposition!src",
-  "NleComposition::commited",
-  "NleComposition:id",
-  "NleObject",
-  "NleObject::commit",
-  "NleObject:active",
-  "NleObject:caps",
-  "NleObject:duration",
-  "NleObject:expandable",
-  "NleObject:inpoint",
-  "NleObject:media-duration-factor",
-  "NleObject:priority",
-  "NleObject:start",
-  "NleObject:stop",
-  "NleOperation",
-  "NleOperation!sink%d",
-  "NleOperation!src",
-  "NleOperation::input-priority-changed",
-  "NleOperation:sinks",
-  "NleSource",
-  "NleSource!src",
-  "NleURISource",
-  "NleURISource!src",
-  "NleURISource:uri",
-  "ORC_INTERNAL",
-  "ORC_RESTRICT",
-  "ORC_UINT64_C",
-  "PROGRAMME_SCHEDULE_PAGE",
-  "PULL_RANGE_FROM_WRONG_THREAD",
-  "QUERY_POSITION_OUT_OF_SEGMENT",
-  "QUERY_POSITION_SUPERIOR_DURATION",
-  "RC_MODES",
-  "RC_MODES::bitrate",
-  "RC_MODES::buffer",
-  "RC_MODES::off",
-  "RC_MODES::quality",
-  "RTPJitterBufferMode",
-  "RTPJitterBufferMode::buffer",
-  "RTPJitterBufferMode::none",
-  "RTPJitterBufferMode::slave",
-  "RTPJitterBufferMode::synced",
-  "RTPSession",
-  "RTPSession::get-source-by-ssrc",
-  "RTPSession::on-app-rtcp",
-  "RTPSession::on-bye-ssrc",
-  "RTPSession::on-bye-timeout",
-  "RTPSession::on-feedback-rtcp",
-  "RTPSession::on-new-sender-ssrc",
-  "RTPSession::on-new-ssrc",
-  "RTPSession::on-receiving-rtcp",
-  "RTPSession::on-sender-ssrc-active",
-  "RTPSession::on-sender-timeout",
-  "RTPSession::on-sending-nacks",
-  "RTPSession::on-sending-rtcp",
-  "RTPSession::on-ssrc-active",
-  "RTPSession::on-ssrc-collision",
-  "RTPSession::on-ssrc-sdes",
-  "RTPSession::on-ssrc-validated",
-  "RTPSession::on-timeout",
-  "RTPSession::send-rtcp",
-  "RTPSession::send-rtcp-full",
-  "RTPSession:bandwidth",
-  "RTPSession:disable-sr-timestamp",
-  "RTPSession:favor-new",
-  "RTPSession:internal-source",
-  "RTPSession:internal-ssrc",
-  "RTPSession:max-dropout-time",
-  "RTPSession:max-misorder-time",
-  "RTPSession:num-active-sources",
-  "RTPSession:num-sources",
-  "RTPSession:probation",
-  "RTPSession:rtcp-feedback-retention-window",
-  "RTPSession:rtcp-fraction",
-  "RTPSession:rtcp-immediate-feedback-threshold",
-  "RTPSession:rtcp-min-interval",
-  "RTPSession:rtcp-mtu",
-  "RTPSession:rtcp-reduced-size",
-  "RTPSession:rtcp-rr-bandwidth",
-  "RTPSession:rtcp-rs-bandwidth",
-  "RTPSession:rtp-profile",
-  "RTPSession:sdes",
-  "RTPSession:sources",
-  "RTPSession:stats",
-  "RTPSession:timeout-inactive-sources",
-  "RTPSession:twcc-feedback-interval",
-  "RTPSession:update-ntp64-header-ext",
-  "RTPSource",
-  "RTPSource:disable-rtcp",
-  "RTPSource:is-csrc",
-  "RTPSource:is-sender",
-  "RTPSource:is-validated",
-  "RTPSource:max-dropout-time",
-  "RTPSource:max-misorder-time",
-  "RTPSource:probation",
-  "RTPSource:sdes",
-  "RTPSource:ssrc",
-  "RTPSource:stats",
-  "RsnDvdBin",
-  "RsnDvdBin!audio",
-  "RsnDvdBin!subpicture",
-  "RsnDvdBin!video",
-  "RsnDvdBin:device",
-  "SCENARIO_ACTION_CHECK_ERROR",
-  "SCENARIO_ACTION_ENDED_EARLY",
-  "SCENARIO_ACTION_EXECUTION_ERROR",
-  "SCENARIO_ACTION_EXECUTION_ISSUE",
-  "SCENARIO_ACTION_TIMEOUT",
-  "SCENARIO_FILE_MALFORMED",
-  "SCENARIO_NOT_ENDED",
-  "SEGMENT_HAS_WRONG_SEQNUM",
-  "SEGMENT_HAS_WRONG_START",
-  "SERIALIZED_EVENT_WASNT_PUSHED_IN_TIME",
-  "STATE_CHANGE_FAILURE",
-  "SUBTITLE_PAGE",
-  "Still image capture (default)",
-  "THREAD_START",
-  "THREAD_STARTED",
-  "THREAD_SWITCH",
-  "THREAD_SYNCHRONIZE",
-  "THREAD_TEST_RUNNING",
-  "UvcH264Entropy",
-  "UvcH264Entropy::cabac",
-  "UvcH264Entropy::cavlc",
-  "UvcH264RateControl",
-  "UvcH264RateControl::cbr",
-  "UvcH264RateControl::qp",
-  "UvcH264RateControl::vbr",
-  "UvcH264SliceMode",
-  "UvcH264SliceMode::MBs/slice",
-  "UvcH264SliceMode::bits/slice",
-  "UvcH264SliceMode::ignored",
-  "UvcH264SliceMode::slice/frame",
-  "UvcH264UsageType",
-  "UvcH264UsageType::broadcast",
-  "UvcH264UsageType::realtime",
-  "UvcH264UsageType::storage",
-  "UvcH264UsageType::ucconfig0",
-  "UvcH264UsageType::ucconfig1",
-  "UvcH264UsageType::ucconfig2q",
-  "UvcH264UsageType::ucconfig2s",
-  "UvcH264UsageType::ucconfig3",
-  "V4L2_TV_norms",
-  "V4L2_TV_norms::NTSC",
-  "V4L2_TV_norms::NTSC-443",
-  "V4L2_TV_norms::NTSC-M",
-  "V4L2_TV_norms::NTSC-M-JP",
-  "V4L2_TV_norms::NTSC-M-KR",
-  "V4L2_TV_norms::PAL",
-  "V4L2_TV_norms::PAL-60",
-  "V4L2_TV_norms::PAL-B",
-  "V4L2_TV_norms::PAL-B1",
-  "V4L2_TV_norms::PAL-BG",
-  "V4L2_TV_norms::PAL-D",
-  "V4L2_TV_norms::PAL-D1",
-  "V4L2_TV_norms::PAL-DK",
-  "V4L2_TV_norms::PAL-G",
-  "V4L2_TV_norms::PAL-H",
-  "V4L2_TV_norms::PAL-I",
-  "V4L2_TV_norms::PAL-K",
-  "V4L2_TV_norms::PAL-M",
-  "V4L2_TV_norms::PAL-N",
-  "V4L2_TV_norms::PAL-Nc",
-  "V4L2_TV_norms::SECAM",
-  "V4L2_TV_norms::SECAM-B",
-  "V4L2_TV_norms::SECAM-D",
-  "V4L2_TV_norms::SECAM-DK",
-  "V4L2_TV_norms::SECAM-G",
-  "V4L2_TV_norms::SECAM-H",
-  "V4L2_TV_norms::SECAM-K",
-  "V4L2_TV_norms::SECAM-K1",
-  "V4L2_TV_norms::SECAM-L",
-  "V4L2_TV_norms::SECAM-Lc",
-  "V4L2_TV_norms::none",
-  "VK_DEFINE_NON_DISPATCHABLE_HANDLE",
-  "VLCTable",
-  "VP8_BD_VALUE",
-  "Video recording",
-  "WARNING_ON_BUS",
-  "WRONG_BUFFER",
-  "WRONG_FLOW_RETURN",
-  "ZOOM_1X",
-  "_FLAG",
-  "_GST_AUDIO_FORMAT_NE",
-  "_GST_AUDIO_FORMAT_OE",
-  "_GST_DSD_FORMAT_NE",
-  "_GST_FAST_READ",
-  "_GST_FAST_READ_SWAP",
-  "_GST_FAST_WRITE",
-  "_GST_FAST_WRITE_SWAP",
-  "_GST_GET",
-  "_GST_PUT",
-  "_GST_READ_UINT16_BE",
-  "_GST_READ_UINT16_LE",
-  "_GST_READ_UINT24_BE",
-  "_GST_READ_UINT24_LE",
-  "_GST_READ_UINT32_BE",
-  "_GST_READ_UINT32_LE",
-  "_GST_READ_UINT64_BE",
-  "_GST_READ_UINT64_LE",
-  "_GST_VIDEO_BUFFER_FLAG_FIELD_MASK",
-  "_GST_VIDEO_FRAME_FLAG_FIELD_MASK",
-  "_GstAV1CDEFParams.cdef_bits",
-  "_GstAV1CDEFParams.cdef_damping",
-  "_GstAV1CDEFParams.cdef_uv_pri_strength",
-  "_GstAV1CDEFParams.cdef_uv_sec_strength",
-  "_GstAV1CDEFParams.cdef_y_pri_strength",
-  "_GstAV1CDEFParams.cdef_y_sec_strength",
-  "_GstAV1ColorConfig.chroma_sample_position",
-  "_GstAV1ColorConfig.color_description_present_flag",
-  "_GstAV1ColorConfig.color_primaries",
-  "_GstAV1ColorConfig.color_range",
-  "_GstAV1ColorConfig.high_bitdepth",
-  "_GstAV1ColorConfig.matrix_coefficients",
-  "_GstAV1ColorConfig.mono_chrome",
-  "_GstAV1ColorConfig.separate_uv_delta_q",
-  "_GstAV1ColorConfig.subsampling_x",
-  "_GstAV1ColorConfig.subsampling_y",
-  "_GstAV1ColorConfig.transfer_characteristics",
-  "_GstAV1ColorConfig.twelve_bit",
-  "_GstAV1DecoderModelInfo.buffer_delay_length_minus_1",
-  "_GstAV1DecoderModelInfo.buffer_removal_time_length_minus_1",
-  "_GstAV1DecoderModelInfo.frame_presentation_time_length_minus_1",
-  "_GstAV1DecoderModelInfo.num_units_in_decoding_tick",
-  "_GstAV1FilmGrainParams.apply_grain",
-  "_GstAV1FilmGrainParams.ar_coeff_lag",
-  "_GstAV1FilmGrainParams.ar_coeff_shift_minus_6",
-  "_GstAV1FilmGrainParams.ar_coeffs_cb_plus_128",
-  "_GstAV1FilmGrainParams.ar_coeffs_cr_plus_128",
-  "_GstAV1FilmGrainParams.ar_coeffs_y_plus_128",
-  "_GstAV1FilmGrainParams.cb_luma_mult",
-  "_GstAV1FilmGrainParams.cb_mult",
-  "_GstAV1FilmGrainParams.cb_offset",
-  "_GstAV1FilmGrainParams.chroma_scaling_from_luma",
-  "_GstAV1FilmGrainParams.clip_to_restricted_range",
-  "_GstAV1FilmGrainParams.cr_luma_mult",
-  "_GstAV1FilmGrainParams.cr_mult",
-  "_GstAV1FilmGrainParams.cr_offset",
-  "_GstAV1FilmGrainParams.film_grain_params_ref_idx",
-  "_GstAV1FilmGrainParams.grain_scale_shift",
-  "_GstAV1FilmGrainParams.grain_scaling_minus_8",
-  "_GstAV1FilmGrainParams.grain_seed",
-  "_GstAV1FilmGrainParams.num_cb_points",
-  "_GstAV1FilmGrainParams.num_cr_points",
-  "_GstAV1FilmGrainParams.num_y_points",
-  "_GstAV1FilmGrainParams.overlap_flag",
-  "_GstAV1FilmGrainParams.point_cb_scaling",
-  "_GstAV1FilmGrainParams.point_cb_value",
-  "_GstAV1FilmGrainParams.point_cr_scaling",
-  "_GstAV1FilmGrainParams.point_cr_value",
-  "_GstAV1FilmGrainParams.point_y_scaling",
-  "_GstAV1FilmGrainParams.point_y_value",
-  "_GstAV1FilmGrainParams.update_grain",
-  "_GstAV1FrameHeaderOBU.all_lossless",
-  "_GstAV1FrameHeaderOBU.allow_high_precision_mv",
-  "_GstAV1FrameHeaderOBU.allow_intrabc",
-  "_GstAV1FrameHeaderOBU.allow_screen_content_tools",
-  "_GstAV1FrameHeaderOBU.allow_warped_motion",
-  "_GstAV1FrameHeaderOBU.buffer_removal_time",
-  "_GstAV1FrameHeaderOBU.buffer_removal_time_present_flag",
-  "_GstAV1FrameHeaderOBU.cdef_params",
-  "_GstAV1FrameHeaderOBU.coded_lossless",
-  "_GstAV1FrameHeaderOBU.current_frame_id",
-  "_GstAV1FrameHeaderOBU.disable_cdf_update",
-  "_GstAV1FrameHeaderOBU.disable_frame_end_update_cdf",
-  "_GstAV1FrameHeaderOBU.display_frame_id",
-  "_GstAV1FrameHeaderOBU.error_resilient_mode",
-  "_GstAV1FrameHeaderOBU.expected_frame_id",
-  "_GstAV1FrameHeaderOBU.film_grain_params",
-  "_GstAV1FrameHeaderOBU.force_integer_mv",
-  "_GstAV1FrameHeaderOBU.frame_height",
-  "_GstAV1FrameHeaderOBU.frame_is_intra",
-  "_GstAV1FrameHeaderOBU.frame_presentation_time",
-  "_GstAV1FrameHeaderOBU.frame_refs_short_signaling",
-  "_GstAV1FrameHeaderOBU.frame_size_override_flag",
-  "_GstAV1FrameHeaderOBU.frame_to_show_map_idx",
-  "_GstAV1FrameHeaderOBU.frame_type",
-  "_GstAV1FrameHeaderOBU.frame_width",
-  "_GstAV1FrameHeaderOBU.global_motion_params",
-  "_GstAV1FrameHeaderOBU.gold_frame_idx",
-  "_GstAV1FrameHeaderOBU.interpolation_filter",
-  "_GstAV1FrameHeaderOBU.is_filter_switchable",
-  "_GstAV1FrameHeaderOBU.is_motion_mode_switchable",
-  "_GstAV1FrameHeaderOBU.last_frame_idx",
-  "_GstAV1FrameHeaderOBU.loop_filter_params",
-  "_GstAV1FrameHeaderOBU.loop_restoration_params",
-  "_GstAV1FrameHeaderOBU.lossless_array",
-  "_GstAV1FrameHeaderOBU.order_hint",
-  "_GstAV1FrameHeaderOBU.order_hints",
-  "_GstAV1FrameHeaderOBU.primary_ref_frame",
-  "_GstAV1FrameHeaderOBU.quantization_params",
-  "_GstAV1FrameHeaderOBU.reduced_tx_set",
-  "_GstAV1FrameHeaderOBU.ref_frame_idx",
-  "_GstAV1FrameHeaderOBU.ref_frame_sign_bias",
-  "_GstAV1FrameHeaderOBU.ref_global_motion_params",
-  "_GstAV1FrameHeaderOBU.ref_order_hint",
-  "_GstAV1FrameHeaderOBU.reference_select",
-  "_GstAV1FrameHeaderOBU.refresh_frame_flags",
-  "_GstAV1FrameHeaderOBU.render_and_frame_size_different",
-  "_GstAV1FrameHeaderOBU.render_height",
-  "_GstAV1FrameHeaderOBU.render_width",
-  "_GstAV1FrameHeaderOBU.seg_qm_Level",
-  "_GstAV1FrameHeaderOBU.segmentation_params",
-  "_GstAV1FrameHeaderOBU.show_existing_frame",
-  "_GstAV1FrameHeaderOBU.show_frame",
-  "_GstAV1FrameHeaderOBU.showable_frame",
-  "_GstAV1FrameHeaderOBU.skip_mode_frame",
-  "_GstAV1FrameHeaderOBU.skip_mode_present",
-  "_GstAV1FrameHeaderOBU.superres_denom",
-  "_GstAV1FrameHeaderOBU.tile_info",
-  "_GstAV1FrameHeaderOBU.tu_presentation_delay",
-  "_GstAV1FrameHeaderOBU.tx_mode",
-  "_GstAV1FrameHeaderOBU.tx_mode_select",
-  "_GstAV1FrameHeaderOBU.upscaled_width",
-  "_GstAV1FrameHeaderOBU.use_ref_frame_mvs",
-  "_GstAV1FrameHeaderOBU.use_superres",
-  "_GstAV1FrameOBU.frame_header",
-  "_GstAV1FrameOBU.tile_group",
-  "_GstAV1GlobalMotionParams.gm_params",
-  "_GstAV1GlobalMotionParams.gm_type",
-  "_GstAV1GlobalMotionParams.invalid",
-  "_GstAV1GlobalMotionParams.is_global",
-  "_GstAV1GlobalMotionParams.is_rot_zoom",
-  "_GstAV1GlobalMotionParams.is_translation",
-  "_GstAV1LoopFilterParams.delta_lf_multi",
-  "_GstAV1LoopFilterParams.delta_lf_present",
-  "_GstAV1LoopFilterParams.delta_lf_res",
-  "_GstAV1LoopFilterParams.loop_filter_delta_enabled",
-  "_GstAV1LoopFilterParams.loop_filter_delta_update",
-  "_GstAV1LoopFilterParams.loop_filter_level",
-  "_GstAV1LoopFilterParams.loop_filter_mode_deltas",
-  "_GstAV1LoopFilterParams.loop_filter_ref_deltas",
-  "_GstAV1LoopFilterParams.loop_filter_sharpness",
-  "_GstAV1LoopRestorationParams.frame_restoration_type",
-  "_GstAV1LoopRestorationParams.loop_restoration_size",
-  "_GstAV1LoopRestorationParams.lr_unit_shift",
-  "_GstAV1LoopRestorationParams.lr_uv_shift",
-  "_GstAV1LoopRestorationParams.uses_lr",
-  "_GstAV1MetadataHdrCll.max_cll",
-  "_GstAV1MetadataHdrCll.max_fall",
-  "_GstAV1MetadataHdrMdcv.luminance_max",
-  "_GstAV1MetadataHdrMdcv.luminance_min",
-  "_GstAV1MetadataHdrMdcv.primary_chromaticity_x",
-  "_GstAV1MetadataHdrMdcv.primary_chromaticity_y",
-  "_GstAV1MetadataHdrMdcv.white_point_chromaticity_x",
-  "_GstAV1MetadataHdrMdcv.white_point_chromaticity_y",
-  "_GstAV1MetadataITUT_T35.itu_t_t35_country_code",
-  "_GstAV1MetadataITUT_T35.itu_t_t35_country_code_extention_byte",
-  "_GstAV1MetadataITUT_T35.itu_t_t35_payload_bytes",
-  "_GstAV1MetadataOBU.metadata_type",
-  "_GstAV1MetadataScalability.scalability_mode_idc",
-  "_GstAV1MetadataScalability.spatial_layer_description_present_flag",
-  "_GstAV1MetadataScalability.spatial_layer_dimensions_present_flag",
-  "_GstAV1MetadataScalability.spatial_layer_max_height",
-  "_GstAV1MetadataScalability.spatial_layer_max_width",
-  "_GstAV1MetadataScalability.spatial_layer_ref_id",
-  "_GstAV1MetadataScalability.spatial_layers_cnt_minus_1",
-  "_GstAV1MetadataScalability.temporal_group_description_present_flag",
-  "_GstAV1MetadataScalability.temporal_group_ref_cnt",
-  "_GstAV1MetadataScalability.temporal_group_ref_pic_diff",
-  "_GstAV1MetadataScalability.temporal_group_size",
-  "_GstAV1MetadataScalability.temporal_group_spatial_switching_up_point_flag",
-  "_GstAV1MetadataScalability.temporal_group_temporal_id",
-  "_GstAV1MetadataScalability.temporal_group_temporal_switching_up_point_flag",
-  "_GstAV1MetadataTimecode.cnt_dropped_flag",
-  "_GstAV1MetadataTimecode.counting_type",
-  "_GstAV1MetadataTimecode.discontinuity_flag",
-  "_GstAV1MetadataTimecode.full_timestamp_flag",
-  "_GstAV1MetadataTimecode.hours_flag",
-  "_GstAV1MetadataTimecode.hours_value",
-  "_GstAV1MetadataTimecode.minutes_flag",
-  "_GstAV1MetadataTimecode.minutes_value",
-  "_GstAV1MetadataTimecode.n_frames",
-  "_GstAV1MetadataTimecode.seconds_flag",
-  "_GstAV1MetadataTimecode.seconds_value",
-  "_GstAV1MetadataTimecode.time_offset_length",
-  "_GstAV1MetadataTimecode.time_offset_value",
-  "_GstAV1OBU.data",
-  "_GstAV1OBU.header",
-  "_GstAV1OBU.obu_size",
-  "_GstAV1OBU.obu_type",
-  "_GstAV1OBUHeader.obu_extention_flag",
-  "_GstAV1OBUHeader.obu_has_size_field",
-  "_GstAV1OBUHeader.obu_spatial_id",
-  "_GstAV1OBUHeader.obu_temporal_id",
-  "_GstAV1OBUHeader.obu_type",
-  "_GstAV1OperatingPoint.decoder_buffer_delay",
-  "_GstAV1OperatingPoint.decoder_model_present_for_this_op",
-  "_GstAV1OperatingPoint.encoder_buffer_delay",
-  "_GstAV1OperatingPoint.idc",
-  "_GstAV1OperatingPoint.initial_display_delay_minus_1",
-  "_GstAV1OperatingPoint.initial_display_delay_present_for_this_op",
-  "_GstAV1OperatingPoint.low_delay_mode_flag",
-  "_GstAV1OperatingPoint.seq_level_idx",
-  "_GstAV1OperatingPoint.seq_tier",
-  "_GstAV1QuantizationParams.base_q_idx",
-  "_GstAV1QuantizationParams.delta_q_present",
-  "_GstAV1QuantizationParams.delta_q_res",
-  "_GstAV1QuantizationParams.delta_q_u_ac",
-  "_GstAV1QuantizationParams.delta_q_u_dc",
-  "_GstAV1QuantizationParams.delta_q_v_ac",
-  "_GstAV1QuantizationParams.delta_q_v_dc",
-  "_GstAV1QuantizationParams.delta_q_y_dc",
-  "_GstAV1QuantizationParams.diff_uv_delta",
-  "_GstAV1QuantizationParams.qm_u",
-  "_GstAV1QuantizationParams.qm_v",
-  "_GstAV1QuantizationParams.qm_y",
-  "_GstAV1QuantizationParams.using_qmatrix",
-  "_GstAV1ReferenceFrameInfo.entry",
-  "_GstAV1SegmenationParams.feature_data",
-  "_GstAV1SegmenationParams.feature_enabled",
-  "_GstAV1SegmenationParams.last_active_seg_id",
-  "_GstAV1SegmenationParams.seg_id_pre_skip",
-  "_GstAV1SegmenationParams.segmentation_enabled",
-  "_GstAV1SegmenationParams.segmentation_temporal_update",
-  "_GstAV1SegmenationParams.segmentation_update_data",
-  "_GstAV1SegmenationParams.segmentation_update_map",
-  "_GstAV1SequenceHeaderOBU.additional_frame_id_length_minus_1",
-  "_GstAV1SequenceHeaderOBU.bit_depth",
-  "_GstAV1SequenceHeaderOBU.color_config",
-  "_GstAV1SequenceHeaderOBU.decoder_model_info",
-  "_GstAV1SequenceHeaderOBU.decoder_model_info_present_flag",
-  "_GstAV1SequenceHeaderOBU.delta_frame_id_length_minus_2",
-  "_GstAV1SequenceHeaderOBU.enable_cdef",
-  "_GstAV1SequenceHeaderOBU.enable_dual_filter",
-  "_GstAV1SequenceHeaderOBU.enable_filter_intra",
-  "_GstAV1SequenceHeaderOBU.enable_interintra_compound",
-  "_GstAV1SequenceHeaderOBU.enable_intra_edge_filter",
-  "_GstAV1SequenceHeaderOBU.enable_jnt_comp",
-  "_GstAV1SequenceHeaderOBU.enable_masked_compound",
-  "_GstAV1SequenceHeaderOBU.enable_order_hint",
-  "_GstAV1SequenceHeaderOBU.enable_ref_frame_mvs",
-  "_GstAV1SequenceHeaderOBU.enable_restoration",
-  "_GstAV1SequenceHeaderOBU.enable_superres",
-  "_GstAV1SequenceHeaderOBU.enable_warped_motion",
-  "_GstAV1SequenceHeaderOBU.film_grain_params_present",
-  "_GstAV1SequenceHeaderOBU.frame_height_bits_minus_1",
-  "_GstAV1SequenceHeaderOBU.frame_id_numbers_present_flag",
-  "_GstAV1SequenceHeaderOBU.frame_width_bits_minus_1",
-  "_GstAV1SequenceHeaderOBU.initial_display_delay_present_flag",
-  "_GstAV1SequenceHeaderOBU.max_frame_height_minus_1",
-  "_GstAV1SequenceHeaderOBU.max_frame_width_minus_1",
-  "_GstAV1SequenceHeaderOBU.num_planes",
-  "_GstAV1SequenceHeaderOBU.operating_points",
-  "_GstAV1SequenceHeaderOBU.operating_points_cnt_minus_1",
-  "_GstAV1SequenceHeaderOBU.order_hint_bits",
-  "_GstAV1SequenceHeaderOBU.order_hint_bits_minus_1",
-  "_GstAV1SequenceHeaderOBU.reduced_still_picture_header",
-  "_GstAV1SequenceHeaderOBU.seq_choose_integer_mv",
-  "_GstAV1SequenceHeaderOBU.seq_choose_screen_content_tools",
-  "_GstAV1SequenceHeaderOBU.seq_force_integer_mv",
-  "_GstAV1SequenceHeaderOBU.seq_force_screen_content_tools",
-  "_GstAV1SequenceHeaderOBU.seq_profile",
-  "_GstAV1SequenceHeaderOBU.still_picture",
-  "_GstAV1SequenceHeaderOBU.timing_info",
-  "_GstAV1SequenceHeaderOBU.timing_info_present_flag",
-  "_GstAV1SequenceHeaderOBU.use_128x128_superblock",
-  "_GstAV1TileGroupOBU.entry",
-  "_GstAV1TileGroupOBU.num_tiles",
-  "_GstAV1TileGroupOBU.tg_end",
-  "_GstAV1TileGroupOBU.tg_start",
-  "_GstAV1TileGroupOBU.tile_start_and_end_present_flag",
-  "_GstAV1TileInfo.context_update_tile_id",
-  "_GstAV1TileInfo.height_in_sbs_minus_1",
-  "_GstAV1TileInfo.increment_tile_rows_log2",
-  "_GstAV1TileInfo.mi_col_starts",
-  "_GstAV1TileInfo.mi_row_starts",
-  "_GstAV1TileInfo.tile_cols",
-  "_GstAV1TileInfo.tile_cols_log2",
-  "_GstAV1TileInfo.tile_rows",
-  "_GstAV1TileInfo.tile_rows_log2",
-  "_GstAV1TileInfo.tile_size_bytes",
-  "_GstAV1TileInfo.tile_size_bytes_minus_1",
-  "_GstAV1TileInfo.uniform_tile_spacing_flag",
-  "_GstAV1TileInfo.width_in_sbs_minus_1",
-  "_GstAV1TileListOBU.entry",
-  "_GstAV1TileListOBU.output_frame_height_in_tiles_minus_1",
-  "_GstAV1TileListOBU.output_frame_width_in_tiles_minus_1",
-  "_GstAV1TileListOBU.tile_count_minus_1",
-  "_GstAV1TimingInfo.equal_picture_interval",
-  "_GstAV1TimingInfo.num_ticks_per_picture_minus_1",
-  "_GstAV1TimingInfo.num_units_in_display_tick",
-  "_GstAV1TimingInfo.time_scale",
-  "_GstAdaptiveDemuxClass.advance_period",
-  "_GstAdaptiveDemuxClass.data_received",
-  "_GstAdaptiveDemuxClass.finish_fragment",
-  "_GstAdaptiveDemuxClass.get_duration",
-  "_GstAdaptiveDemuxClass.get_live_seek_range",
-  "_GstAdaptiveDemuxClass.get_manifest_update_interval",
-  "_GstAdaptiveDemuxClass.get_period_start_time",
-  "_GstAdaptiveDemuxClass.get_presentation_offset",
-  "_GstAdaptiveDemuxClass.has_next_period",
-  "_GstAdaptiveDemuxClass.is_live",
-  "_GstAdaptiveDemuxClass.need_another_chunk",
-  "_GstAdaptiveDemuxClass.process_manifest",
-  "_GstAdaptiveDemuxClass.requires_periodical_playlist_update",
-  "_GstAdaptiveDemuxClass.reset",
-  "_GstAdaptiveDemuxClass.seek",
-  "_GstAdaptiveDemuxClass.start_fragment",
-  "_GstAdaptiveDemuxClass.stream_advance_fragment",
-  "_GstAdaptiveDemuxClass.stream_free",
-  "_GstAdaptiveDemuxClass.stream_get_fragment_waiting_time",
-  "_GstAdaptiveDemuxClass.stream_has_next_fragment",
-  "_GstAdaptiveDemuxClass.stream_seek",
-  "_GstAdaptiveDemuxClass.stream_select_bitrate",
-  "_GstAdaptiveDemuxClass.stream_update_fragment_info",
-  "_GstAdaptiveDemuxClass.update_manifest",
-  "_GstAdaptiveDemuxClass.update_manifest_data",
-  "_GstAdaptiveDemuxStream.bitrate_changed",
-  "_GstAdaptiveDemuxStream.cancelled",
-  "_GstAdaptiveDemuxStream.current_download_rate",
-  "_GstAdaptiveDemuxStream.demux",
-  "_GstAdaptiveDemuxStream.discont",
-  "_GstAdaptiveDemuxStream.do_block",
-  "_GstAdaptiveDemuxStream.download_error_count",
-  "_GstAdaptiveDemuxStream.download_finished",
-  "_GstAdaptiveDemuxStream.download_lock",
-  "_GstAdaptiveDemuxStream.download_start_time",
-  "_GstAdaptiveDemuxStream.download_task",
-  "_GstAdaptiveDemuxStream.download_total_bytes",
-  "_GstAdaptiveDemuxStream.downloading_first_buffer",
-  "_GstAdaptiveDemuxStream.downloading_header",
-  "_GstAdaptiveDemuxStream.downloading_index",
-  "_GstAdaptiveDemuxStream.eos",
-  "_GstAdaptiveDemuxStream.first_fragment_buffer",
-  "_GstAdaptiveDemuxStream.fragment",
-  "_GstAdaptiveDemuxStream.fragment_bitrates",
-  "_GstAdaptiveDemuxStream.fragment_bytes_downloaded",
-  "_GstAdaptiveDemuxStream.fragment_download_cond",
-  "_GstAdaptiveDemuxStream.fragment_download_lock",
-  "_GstAdaptiveDemuxStream.internal_pad",
-  "_GstAdaptiveDemuxStream.last_bitrate",
-  "_GstAdaptiveDemuxStream.last_download_time",
-  "_GstAdaptiveDemuxStream.last_error",
-  "_GstAdaptiveDemuxStream.last_latency",
-  "_GstAdaptiveDemuxStream.last_ret",
-  "_GstAdaptiveDemuxStream.last_status_code",
-  "_GstAdaptiveDemuxStream.moving_bitrate",
-  "_GstAdaptiveDemuxStream.moving_index",
-  "_GstAdaptiveDemuxStream.need_header",
-  "_GstAdaptiveDemuxStream.pad",
-  "_GstAdaptiveDemuxStream.pending_caps",
-  "_GstAdaptiveDemuxStream.pending_events",
-  "_GstAdaptiveDemuxStream.pending_segment",
-  "_GstAdaptiveDemuxStream.pending_tags",
-  "_GstAdaptiveDemuxStream.qos_earliest_time",
-  "_GstAdaptiveDemuxStream.queue",
-  "_GstAdaptiveDemuxStream.replaced",
-  "_GstAdaptiveDemuxStream.restart_download",
-  "_GstAdaptiveDemuxStream.segment",
-  "_GstAdaptiveDemuxStream.src",
-  "_GstAdaptiveDemuxStream.src_at_ready",
-  "_GstAdaptiveDemuxStream.src_srcpad",
-  "_GstAdaptiveDemuxStream.starting_fragment",
-  "_GstAdaptiveDemuxStream.uri_handler",
-  "_GstAdaptiveDemuxStreamFragment.bitrate",
-  "_GstAdaptiveDemuxStreamFragment.chunk_size",
-  "_GstAdaptiveDemuxStreamFragment.duration",
-  "_GstAdaptiveDemuxStreamFragment.finished",
-  "_GstAdaptiveDemuxStreamFragment.header_range_end",
-  "_GstAdaptiveDemuxStreamFragment.header_range_start",
-  "_GstAdaptiveDemuxStreamFragment.header_uri",
-  "_GstAdaptiveDemuxStreamFragment.index_range_end",
-  "_GstAdaptiveDemuxStreamFragment.index_range_start",
-  "_GstAdaptiveDemuxStreamFragment.index_uri",
-  "_GstAdaptiveDemuxStreamFragment.range_end",
-  "_GstAdaptiveDemuxStreamFragment.range_start",
-  "_GstAdaptiveDemuxStreamFragment.timestamp",
-  "_GstAdaptiveDemuxStreamFragment.uri",
-  "_GstH264BufferingPeriod.nal_initial_cpb_removal_delay",
-  "_GstH264BufferingPeriod.nal_initial_cpb_removal_delay_offset",
-  "_GstH264BufferingPeriod.sps",
-  "_GstH264BufferingPeriod.vcl_initial_cpb_removal_delay",
-  "_GstH264BufferingPeriod.vcl_initial_cpb_removal_delay_offset",
-  "_GstH264ClockTimestamp.cnt_dropped_flag",
-  "_GstH264ClockTimestamp.counting_type",
-  "_GstH264ClockTimestamp.ct_type",
-  "_GstH264ClockTimestamp.discontinuity_flag",
-  "_GstH264ClockTimestamp.full_timestamp_flag",
-  "_GstH264ClockTimestamp.hours_flag",
-  "_GstH264ClockTimestamp.hours_value",
-  "_GstH264ClockTimestamp.minutes_flag",
-  "_GstH264ClockTimestamp.minutes_value",
-  "_GstH264ClockTimestamp.n_frames",
-  "_GstH264ClockTimestamp.nuit_field_based_flag",
-  "_GstH264ClockTimestamp.seconds_flag",
-  "_GstH264ClockTimestamp.seconds_value",
-  "_GstH264ClockTimestamp.time_offset",
-  "_GstH264ContentLightLevel.max_content_light_level",
-  "_GstH264ContentLightLevel.max_pic_average_light_level",
-  "_GstH264DecRefPicMarking.adaptive_ref_pic_marking_mode_flag",
-  "_GstH264DecRefPicMarking.bit_size",
-  "_GstH264DecRefPicMarking.long_term_reference_flag",
-  "_GstH264DecRefPicMarking.n_ref_pic_marking",
-  "_GstH264DecRefPicMarking.no_output_of_prior_pics_flag",
-  "_GstH264DecRefPicMarking.ref_pic_marking",
-  "_GstH264DecoderConfigRecord.bit_depth_chroma_minus8",
-  "_GstH264DecoderConfigRecord.bit_depth_luma_minus8",
-  "_GstH264DecoderConfigRecord.chroma_format",
-  "_GstH264DecoderConfigRecord.chroma_format_present",
-  "_GstH264DecoderConfigRecord.configuration_version",
-  "_GstH264DecoderConfigRecord.length_size_minus_one",
-  "_GstH264DecoderConfigRecord.level_indication",
-  "_GstH264DecoderConfigRecord.pps",
-  "_GstH264DecoderConfigRecord.profile_compatibility",
-  "_GstH264DecoderConfigRecord.profile_indication",
-  "_GstH264DecoderConfigRecord.sps",
-  "_GstH264DecoderConfigRecord.sps_ext",
-  "_GstH264FramePacking.content_interpretation_type",
-  "_GstH264FramePacking.current_frame_is_frame0_flag",
-  "_GstH264FramePacking.field_views_flag",
-  "_GstH264FramePacking.frame0_flipped_flag",
-  "_GstH264FramePacking.frame0_grid_position_x",
-  "_GstH264FramePacking.frame0_grid_position_y",
-  "_GstH264FramePacking.frame0_self_contained_flag",
-  "_GstH264FramePacking.frame1_grid_position_x",
-  "_GstH264FramePacking.frame1_grid_position_y",
-  "_GstH264FramePacking.frame1_self_contained_flag",
-  "_GstH264FramePacking.frame_packing_cancel_flag",
-  "_GstH264FramePacking.frame_packing_id",
-  "_GstH264FramePacking.frame_packing_repetition_period",
-  "_GstH264FramePacking.frame_packing_type",
-  "_GstH264FramePacking.quincunx_sampling_flag",
-  "_GstH264FramePacking.spatial_flipping_flag",
-  "_GstH264HRDParams.bit_rate_scale",
-  "_GstH264HRDParams.bit_rate_value_minus1",
-  "_GstH264HRDParams.cbr_flag",
-  "_GstH264HRDParams.cpb_cnt_minus1",
-  "_GstH264HRDParams.cpb_removal_delay_length_minus1",
-  "_GstH264HRDParams.cpb_size_scale",
-  "_GstH264HRDParams.cpb_size_value_minus1",
-  "_GstH264HRDParams.dpb_output_delay_length_minus1",
-  "_GstH264HRDParams.initial_cpb_removal_delay_length_minus1",
-  "_GstH264HRDParams.time_offset_length",
-  "_GstH264MasteringDisplayColourVolume.display_primaries_x",
-  "_GstH264MasteringDisplayColourVolume.display_primaries_y",
-  "_GstH264MasteringDisplayColourVolume.max_display_mastering_luminance",
-  "_GstH264MasteringDisplayColourVolume.min_display_mastering_luminance",
-  "_GstH264MasteringDisplayColourVolume.white_point_x",
-  "_GstH264MasteringDisplayColourVolume.white_point_y",
-  "_GstH264NalUnit.data",
-  "_GstH264NalUnit.extension.mvc",
-  "_GstH264NalUnit.extension_type",
-  "_GstH264NalUnit.header_bytes",
-  "_GstH264NalUnit.idr_pic_flag",
-  "_GstH264NalUnit.offset",
-  "_GstH264NalUnit.ref_idc",
-  "_GstH264NalUnit.sc_offset",
-  "_GstH264NalUnit.size",
-  "_GstH264NalUnit.type",
-  "_GstH264NalUnit.valid",
-  "_GstH264NalUnitExtensionMVC.anchor_pic_flag",
-  "_GstH264NalUnitExtensionMVC.inter_view_flag",
-  "_GstH264NalUnitExtensionMVC.non_idr_flag",
-  "_GstH264NalUnitExtensionMVC.priority_id",
-  "_GstH264NalUnitExtensionMVC.temporal_id",
-  "_GstH264NalUnitExtensionMVC.view_id",
-  "_GstH264PPS.bottom_right",
-  "_GstH264PPS.chroma_qp_index_offset",
-  "_GstH264PPS.constrained_intra_pred_flag",
-  "_GstH264PPS.deblocking_filter_control_present_flag",
-  "_GstH264PPS.entropy_coding_mode_flag",
-  "_GstH264PPS.id",
-  "_GstH264PPS.num_ref_idx_l0_active_minus1",
-  "_GstH264PPS.num_ref_idx_l1_active_minus1",
-  "_GstH264PPS.num_slice_groups_minus1",
-  "_GstH264PPS.pic_init_qp_minus26",
-  "_GstH264PPS.pic_init_qs_minus26",
-  "_GstH264PPS.pic_order_present_flag",
-  "_GstH264PPS.pic_scaling_matrix_present_flag",
-  "_GstH264PPS.pic_size_in_map_units_minus1",
-  "_GstH264PPS.redundant_pic_cnt_present_flag",
-  "_GstH264PPS.run_length_minus1",
-  "_GstH264PPS.scaling_lists_4x4",
-  "_GstH264PPS.scaling_lists_8x8",
-  "_GstH264PPS.second_chroma_qp_index_offset",
-  "_GstH264PPS.sequence",
-  "_GstH264PPS.slice_group_change_direction_flag",
-  "_GstH264PPS.slice_group_change_rate_minus1",
-  "_GstH264PPS.slice_group_id",
-  "_GstH264PPS.slice_group_map_type",
-  "_GstH264PPS.top_left",
-  "_GstH264PPS.transform_8x8_mode_flag",
-  "_GstH264PPS.valid",
-  "_GstH264PPS.weighted_bipred_idc",
-  "_GstH264PPS.weighted_pred_flag",
-  "_GstH264PicTiming.CpbDpbDelaysPresentFlag",
-  "_GstH264PicTiming.clock_timestamp",
-  "_GstH264PicTiming.clock_timestamp_flag",
-  "_GstH264PicTiming.cpb_removal_delay",
-  "_GstH264PicTiming.cpb_removal_delay_length_minus1",
-  "_GstH264PicTiming.dpb_output_delay",
-  "_GstH264PicTiming.dpb_output_delay_length_minus1",
-  "_GstH264PicTiming.pic_struct",
-  "_GstH264PicTiming.pic_struct_present_flag",
-  "_GstH264PicTiming.time_offset_length",
-  "_GstH264PredWeightTable.chroma_log2_weight_denom",
-  "_GstH264PredWeightTable.chroma_offset_l0",
-  "_GstH264PredWeightTable.chroma_offset_l1",
-  "_GstH264PredWeightTable.chroma_weight_l0",
-  "_GstH264PredWeightTable.chroma_weight_l1",
-  "_GstH264PredWeightTable.luma_log2_weight_denom",
-  "_GstH264PredWeightTable.luma_offset_l0",
-  "_GstH264PredWeightTable.luma_offset_l1",
-  "_GstH264PredWeightTable.luma_weight_l0",
-  "_GstH264PredWeightTable.luma_weight_l1",
-  "_GstH264RecoveryPoint.broken_link_flag",
-  "_GstH264RecoveryPoint.changing_slice_group_idc",
-  "_GstH264RecoveryPoint.exact_match_flag",
-  "_GstH264RecoveryPoint.recovery_frame_cnt",
-  "_GstH264RefPicListModification.modification_of_pic_nums_idc",
-  "_GstH264RefPicListModification.value.abs_diff_pic_num_minus1",
-  "_GstH264RefPicListModification.value.abs_diff_view_idx_minus1",
-  "_GstH264RefPicListModification.value.long_term_pic_num",
-  "_GstH264RefPicMarking.difference_of_pic_nums_minus1",
-  "_GstH264RefPicMarking.long_term_frame_idx",
-  "_GstH264RefPicMarking.long_term_pic_num",
-  "_GstH264RefPicMarking.max_long_term_frame_idx_plus1",
-  "_GstH264RefPicMarking.memory_management_control_operation",
-  "_GstH264RegisteredUserData.country_code",
-  "_GstH264RegisteredUserData.country_code_extension",
-  "_GstH264RegisteredUserData.data",
-  "_GstH264RegisteredUserData.size",
-  "_GstH264SEIMessage.payload.buffering_period",
-  "_GstH264SEIMessage.payload.content_light_level",
-  "_GstH264SEIMessage.payload.frame_packing",
-  "_GstH264SEIMessage.payload.mastering_display_colour_volume",
-  "_GstH264SEIMessage.payload.pic_timing",
-  "_GstH264SEIMessage.payload.recovery_point",
-  "_GstH264SEIMessage.payload.registered_user_data",
-  "_GstH264SEIMessage.payload.stereo_video_info",
-  "_GstH264SEIMessage.payload.unhandled_payload",
-  "_GstH264SEIMessage.payload.user_data_unregistered",
-  "_GstH264SEIMessage.payloadType",
-  "_GstH264SEIUnhandledPayload.data",
-  "_GstH264SEIUnhandledPayload.payloadType",
-  "_GstH264SEIUnhandledPayload.size",
-  "_GstH264SPS.bit_depth_chroma_minus8",
-  "_GstH264SPS.bit_depth_luma_minus8",
-  "_GstH264SPS.chroma_array_type",
-  "_GstH264SPS.chroma_format_idc",
-  "_GstH264SPS.constraint_set0_flag",
-  "_GstH264SPS.constraint_set1_flag",
-  "_GstH264SPS.constraint_set2_flag",
-  "_GstH264SPS.constraint_set3_flag",
-  "_GstH264SPS.constraint_set4_flag",
-  "_GstH264SPS.constraint_set5_flag",
-  "_GstH264SPS.crop_rect_height",
-  "_GstH264SPS.crop_rect_width",
-  "_GstH264SPS.crop_rect_x",
-  "_GstH264SPS.crop_rect_y",
-  "_GstH264SPS.delta_pic_order_always_zero_flag",
-  "_GstH264SPS.direct_8x8_inference_flag",
-  "_GstH264SPS.extension.mvc",
-  "_GstH264SPS.extension_type",
-  "_GstH264SPS.fps_den_removed",
-  "_GstH264SPS.fps_num_removed",
-  "_GstH264SPS.frame_crop_bottom_offset",
-  "_GstH264SPS.frame_crop_left_offset",
-  "_GstH264SPS.frame_crop_right_offset",
-  "_GstH264SPS.frame_crop_top_offset",
-  "_GstH264SPS.frame_cropping_flag",
-  "_GstH264SPS.frame_mbs_only_flag",
-  "_GstH264SPS.gaps_in_frame_num_value_allowed_flag",
-  "_GstH264SPS.height",
-  "_GstH264SPS.id",
-  "_GstH264SPS.level_idc",
-  "_GstH264SPS.log2_max_frame_num_minus4",
-  "_GstH264SPS.log2_max_pic_order_cnt_lsb_minus4",
-  "_GstH264SPS.max_frame_num",
-  "_GstH264SPS.mb_adaptive_frame_field_flag",
-  "_GstH264SPS.num_ref_frames",
-  "_GstH264SPS.num_ref_frames_in_pic_order_cnt_cycle",
-  "_GstH264SPS.offset_for_non_ref_pic",
-  "_GstH264SPS.offset_for_ref_frame",
-  "_GstH264SPS.offset_for_top_to_bottom_field",
-  "_GstH264SPS.pic_height_in_map_units_minus1",
-  "_GstH264SPS.pic_order_cnt_type",
-  "_GstH264SPS.pic_width_in_mbs_minus1",
-  "_GstH264SPS.profile_idc",
-  "_GstH264SPS.qpprime_y_zero_transform_bypass_flag",
-  "_GstH264SPS.scaling_lists_4x4",
-  "_GstH264SPS.scaling_lists_8x8",
-  "_GstH264SPS.scaling_matrix_present_flag",
-  "_GstH264SPS.separate_colour_plane_flag",
-  "_GstH264SPS.valid",
-  "_GstH264SPS.vui_parameters",
-  "_GstH264SPS.vui_parameters_present_flag",
-  "_GstH264SPS.width",
-  "_GstH264SPSExtMVC.level_value",
-  "_GstH264SPSExtMVC.num_level_values_signalled_minus1",
-  "_GstH264SPSExtMVC.num_views_minus1",
-  "_GstH264SPSExtMVC.view",
-  "_GstH264SPSExtMVCLevelValue.applicable_op",
-  "_GstH264SPSExtMVCLevelValue.level_idc",
-  "_GstH264SPSExtMVCLevelValue.num_applicable_ops_minus1",
-  "_GstH264SPSExtMVCLevelValueOp.num_target_views_minus1",
-  "_GstH264SPSExtMVCLevelValueOp.num_views_minus1",
-  "_GstH264SPSExtMVCLevelValueOp.target_view_id",
-  "_GstH264SPSExtMVCLevelValueOp.temporal_id",
-  "_GstH264SPSExtMVCView.anchor_ref_l0",
-  "_GstH264SPSExtMVCView.anchor_ref_l1",
-  "_GstH264SPSExtMVCView.non_anchor_ref_l0",
-  "_GstH264SPSExtMVCView.non_anchor_ref_l1",
-  "_GstH264SPSExtMVCView.num_anchor_refs_l0",
-  "_GstH264SPSExtMVCView.num_anchor_refs_l1",
-  "_GstH264SPSExtMVCView.num_non_anchor_refs_l0",
-  "_GstH264SPSExtMVCView.num_non_anchor_refs_l1",
-  "_GstH264SPSExtMVCView.view_id",
-  "_GstH264SliceHdr.bottom_field_flag",
-  "_GstH264SliceHdr.cabac_init_idc",
-  "_GstH264SliceHdr.colour_plane_id",
-  "_GstH264SliceHdr.dec_ref_pic_marking",
-  "_GstH264SliceHdr.delta_pic_order_cnt",
-  "_GstH264SliceHdr.delta_pic_order_cnt_bottom",
-  "_GstH264SliceHdr.direct_spatial_mv_pred_flag",
-  "_GstH264SliceHdr.disable_deblocking_filter_idc",
-  "_GstH264SliceHdr.field_pic_flag",
-  "_GstH264SliceHdr.first_mb_in_slice",
-  "_GstH264SliceHdr.frame_num",
-  "_GstH264SliceHdr.header_size",
-  "_GstH264SliceHdr.idr_pic_id",
-  "_GstH264SliceHdr.max_pic_num",
-  "_GstH264SliceHdr.n_emulation_prevention_bytes",
-  "_GstH264SliceHdr.n_ref_pic_list_modification_l0",
-  "_GstH264SliceHdr.n_ref_pic_list_modification_l1",
-  "_GstH264SliceHdr.num_ref_idx_active_override_flag",
-  "_GstH264SliceHdr.num_ref_idx_l0_active_minus1",
-  "_GstH264SliceHdr.num_ref_idx_l1_active_minus1",
-  "_GstH264SliceHdr.pic_order_cnt_bit_size",
-  "_GstH264SliceHdr.pic_order_cnt_lsb",
-  "_GstH264SliceHdr.pps",
-  "_GstH264SliceHdr.pred_weight_table",
-  "_GstH264SliceHdr.redundant_pic_cnt",
-  "_GstH264SliceHdr.ref_pic_list_modification_flag_l0",
-  "_GstH264SliceHdr.ref_pic_list_modification_flag_l1",
-  "_GstH264SliceHdr.ref_pic_list_modification_l0",
-  "_GstH264SliceHdr.ref_pic_list_modification_l1",
-  "_GstH264SliceHdr.slice_alpha_c0_offset_div2",
-  "_GstH264SliceHdr.slice_beta_offset_div2",
-  "_GstH264SliceHdr.slice_group_change_cycle",
-  "_GstH264SliceHdr.slice_qp_delta",
-  "_GstH264SliceHdr.slice_qs_delta",
-  "_GstH264SliceHdr.sp_for_switch_flag",
-  "_GstH264SliceHdr.type",
-  "_GstH264SliceHdr.valid",
-  "_GstH264StereoVideoInfo.current_frame_is_left_view_flag",
-  "_GstH264StereoVideoInfo.field_views_flag",
-  "_GstH264StereoVideoInfo.left_view_self_contained_flag",
-  "_GstH264StereoVideoInfo.next_frame_is_second_view_flag",
-  "_GstH264StereoVideoInfo.right_view_self_contained_flag",
-  "_GstH264StereoVideoInfo.top_field_is_left_view_flag",
-  "_GstH264UserDataUnregistered.data",
-  "_GstH264UserDataUnregistered.size",
-  "_GstH264UserDataUnregistered.uuid",
-  "_GstH264VUIParams.aspect_ratio_idc",
-  "_GstH264VUIParams.aspect_ratio_info_present_flag",
-  "_GstH264VUIParams.bitstream_restriction_flag",
-  "_GstH264VUIParams.chroma_loc_info_present_flag",
-  "_GstH264VUIParams.chroma_sample_loc_type_bottom_field",
-  "_GstH264VUIParams.chroma_sample_loc_type_top_field",
-  "_GstH264VUIParams.colour_description_present_flag",
-  "_GstH264VUIParams.colour_primaries",
-  "_GstH264VUIParams.fixed_frame_rate_flag",
-  "_GstH264VUIParams.log2_max_mv_length_horizontal",
-  "_GstH264VUIParams.log2_max_mv_length_vertical",
-  "_GstH264VUIParams.low_delay_hrd_flag",
-  "_GstH264VUIParams.matrix_coefficients",
-  "_GstH264VUIParams.max_bits_per_mb_denom",
-  "_GstH264VUIParams.max_bytes_per_pic_denom",
-  "_GstH264VUIParams.max_dec_frame_buffering",
-  "_GstH264VUIParams.motion_vectors_over_pic_boundaries_flag",
-  "_GstH264VUIParams.nal_hrd_parameters",
-  "_GstH264VUIParams.nal_hrd_parameters_present_flag",
-  "_GstH264VUIParams.num_reorder_frames",
-  "_GstH264VUIParams.num_units_in_tick",
-  "_GstH264VUIParams.overscan_appropriate_flag",
-  "_GstH264VUIParams.overscan_info_present_flag",
-  "_GstH264VUIParams.par_d",
-  "_GstH264VUIParams.par_n",
-  "_GstH264VUIParams.pic_struct_present_flag",
-  "_GstH264VUIParams.sar_height",
-  "_GstH264VUIParams.sar_width",
-  "_GstH264VUIParams.time_scale",
-  "_GstH264VUIParams.timing_info_present_flag",
-  "_GstH264VUIParams.transfer_characteristics",
-  "_GstH264VUIParams.vcl_hrd_parameters",
-  "_GstH264VUIParams.vcl_hrd_parameters_present_flag",
-  "_GstH264VUIParams.video_format",
-  "_GstH264VUIParams.video_full_range_flag",
-  "_GstH264VUIParams.video_signal_type_present_flag",
-  "_GstH265BufferingPeriod.au_cpb_removal_delay_delta_minus1",
-  "_GstH265BufferingPeriod.concatenation_flag",
-  "_GstH265BufferingPeriod.cpb_delay_offset",
-  "_GstH265BufferingPeriod.dpb_delay_offset",
-  "_GstH265BufferingPeriod.irap_cpb_params_present_flag",
-  "_GstH265BufferingPeriod.nal_initial_alt_cpb_removal_delay",
-  "_GstH265BufferingPeriod.nal_initial_alt_cpb_removal_offset",
-  "_GstH265BufferingPeriod.nal_initial_cpb_removal_delay",
-  "_GstH265BufferingPeriod.nal_initial_cpb_removal_offset",
-  "_GstH265BufferingPeriod.sps",
-  "_GstH265BufferingPeriod.vcl_initial_alt_cpb_removal_delay",
-  "_GstH265BufferingPeriod.vcl_initial_alt_cpb_removal_offset",
-  "_GstH265BufferingPeriod.vcl_initial_cpb_removal_delay",
-  "_GstH265BufferingPeriod.vcl_initial_cpb_removal_offset",
-  "_GstH265ContentLightLevel.max_content_light_level",
-  "_GstH265ContentLightLevel.max_pic_average_light_level",
-  "_GstH265DecoderConfigRecord.avg_frame_rate",
-  "_GstH265DecoderConfigRecord.bit_depth_chroma_minus8",
-  "_GstH265DecoderConfigRecord.bit_depth_luma_minus8",
-  "_GstH265DecoderConfigRecord.chroma_format_idc",
-  "_GstH265DecoderConfigRecord.configuration_version",
-  "_GstH265DecoderConfigRecord.constant_frame_rate",
-  "_GstH265DecoderConfigRecord.general_frame_only_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_inbld_flag",
-  "_GstH265DecoderConfigRecord.general_interlaced_source_flag",
-  "_GstH265DecoderConfigRecord.general_intra_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_level_idc",
-  "_GstH265DecoderConfigRecord.general_lower_bit_rate_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_10bit_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_12bit_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_14bit_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_420chroma_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_422chroma_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_8bit_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_max_monochrome_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_non_packed_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_one_picture_only_constraint_flag",
-  "_GstH265DecoderConfigRecord.general_profile_compatibility_flags",
-  "_GstH265DecoderConfigRecord.general_profile_idc",
-  "_GstH265DecoderConfigRecord.general_profile_space",
-  "_GstH265DecoderConfigRecord.general_progressive_source_flag",
-  "_GstH265DecoderConfigRecord.general_tier_flag",
-  "_GstH265DecoderConfigRecord.length_size_minus_one",
-  "_GstH265DecoderConfigRecord.min_spatial_segmentation_idc",
-  "_GstH265DecoderConfigRecord.nalu_array",
-  "_GstH265DecoderConfigRecord.num_temporal_layers",
-  "_GstH265DecoderConfigRecord.parallelism_type",
-  "_GstH265DecoderConfigRecord.temporal_id_nested",
-  "_GstH265DecoderConfigRecordNalUnitArray.array_completeness",
-  "_GstH265DecoderConfigRecordNalUnitArray.nal_unit_type",
-  "_GstH265DecoderConfigRecordNalUnitArray.nalu",
-  "_GstH265HRDParams.au_cpb_removal_delay_length_minus1",
-  "_GstH265HRDParams.bit_rate_scale",
-  "_GstH265HRDParams.cpb_cnt_minus1",
-  "_GstH265HRDParams.cpb_size_du_scale",
-  "_GstH265HRDParams.cpb_size_scale",
-  "_GstH265HRDParams.dpb_output_delay_du_length_minus1",
-  "_GstH265HRDParams.dpb_output_delay_length_minus1",
-  "_GstH265HRDParams.du_cpb_removal_delay_increment_length_minus1",
-  "_GstH265HRDParams.elemental_duration_in_tc_minus1",
-  "_GstH265HRDParams.fixed_pic_rate_general_flag",
-  "_GstH265HRDParams.fixed_pic_rate_within_cvs_flag",
-  "_GstH265HRDParams.initial_cpb_removal_delay_length_minus1",
-  "_GstH265HRDParams.low_delay_hrd_flag",
-  "_GstH265HRDParams.nal_hrd_parameters_present_flag",
-  "_GstH265HRDParams.sub_pic_cpb_params_in_pic_timing_sei_flag",
-  "_GstH265HRDParams.sub_pic_hrd_params_present_flag",
-  "_GstH265HRDParams.sublayer_hrd_params",
-  "_GstH265HRDParams.tick_divisor_minus2",
-  "_GstH265HRDParams.vcl_hrd_parameters_present_flag",
-  "_GstH265MasteringDisplayColourVolume.display_primaries_x",
-  "_GstH265MasteringDisplayColourVolume.display_primaries_y",
-  "_GstH265MasteringDisplayColourVolume.max_display_mastering_luminance",
-  "_GstH265MasteringDisplayColourVolume.min_display_mastering_luminance",
-  "_GstH265MasteringDisplayColourVolume.white_point_x",
-  "_GstH265MasteringDisplayColourVolume.white_point_y",
-  "_GstH265NalUnit.data",
-  "_GstH265NalUnit.header_bytes",
-  "_GstH265NalUnit.layer_id",
-  "_GstH265NalUnit.offset",
-  "_GstH265NalUnit.sc_offset",
-  "_GstH265NalUnit.size",
-  "_GstH265NalUnit.temporal_id_plus1",
-  "_GstH265NalUnit.type",
-  "_GstH265NalUnit.valid",
-  "_GstH265PPS.PicHeightInCtbsY",
-  "_GstH265PPS.PicWidthInCtbsY",
-  "_GstH265PPS.beta_offset_div2",
-  "_GstH265PPS.cabac_init_present_flag",
-  "_GstH265PPS.cb_qp_offset",
-  "_GstH265PPS.column_width_minus1",
-  "_GstH265PPS.constrained_intra_pred_flag",
-  "_GstH265PPS.cr_qp_offset",
-  "_GstH265PPS.cu_qp_delta_enabled_flag",
-  "_GstH265PPS.deblocking_filter_control_present_flag",
-  "_GstH265PPS.deblocking_filter_disabled_flag",
-  "_GstH265PPS.deblocking_filter_override_enabled_flag",
-  "_GstH265PPS.dependent_slice_segments_enabled_flag",
-  "_GstH265PPS.diff_cu_qp_delta_depth",
-  "_GstH265PPS.entropy_coding_sync_enabled_flag",
-  "_GstH265PPS.id",
-  "_GstH265PPS.init_qp_minus26",
-  "_GstH265PPS.lists_modification_present_flag",
-  "_GstH265PPS.log2_parallel_merge_level_minus2",
-  "_GstH265PPS.loop_filter_across_slices_enabled_flag",
-  "_GstH265PPS.loop_filter_across_tiles_enabled_flag",
-  "_GstH265PPS.num_extra_slice_header_bits",
-  "_GstH265PPS.num_ref_idx_l0_default_active_minus1",
-  "_GstH265PPS.num_ref_idx_l1_default_active_minus1",
-  "_GstH265PPS.num_tile_columns_minus1",
-  "_GstH265PPS.num_tile_rows_minus1",
-  "_GstH265PPS.output_flag_present_flag",
-  "_GstH265PPS.pps_3d_extension_flag",
-  "_GstH265PPS.pps_extension_4bits",
-  "_GstH265PPS.pps_extension_flag",
-  "_GstH265PPS.pps_extension_params",
-  "_GstH265PPS.pps_multilayer_extension_flag",
-  "_GstH265PPS.pps_range_extension_flag",
-  "_GstH265PPS.pps_scc_extension_flag",
-  "_GstH265PPS.pps_scc_extension_params",
-  "_GstH265PPS.row_height_minus1",
-  "_GstH265PPS.scaling_list",
-  "_GstH265PPS.scaling_list_data_present_flag",
-  "_GstH265PPS.sign_data_hiding_enabled_flag",
-  "_GstH265PPS.slice_chroma_qp_offsets_present_flag",
-  "_GstH265PPS.slice_segment_header_extension_present_flag",
-  "_GstH265PPS.sps",
-  "_GstH265PPS.sps_id",
-  "_GstH265PPS.tc_offset_div2",
-  "_GstH265PPS.tiles_enabled_flag",
-  "_GstH265PPS.transform_skip_enabled_flag",
-  "_GstH265PPS.transquant_bypass_enabled_flag",
-  "_GstH265PPS.uniform_spacing_flag",
-  "_GstH265PPS.valid",
-  "_GstH265PPS.weighted_bipred_flag",
-  "_GstH265PPS.weighted_pred_flag",
-  "_GstH265PPSExtensionParams.cb_qp_offset_list",
-  "_GstH265PPSExtensionParams.chroma_qp_offset_list_enabled_flag",
-  "_GstH265PPSExtensionParams.chroma_qp_offset_list_len_minus1",
-  "_GstH265PPSExtensionParams.cr_qp_offset_list",
-  "_GstH265PPSExtensionParams.cross_component_prediction_enabled_flag",
-  "_GstH265PPSExtensionParams.diff_cu_chroma_qp_offset_depth",
-  "_GstH265PPSExtensionParams.log2_max_transform_skip_block_size_minus2",
-  "_GstH265PPSExtensionParams.log2_sao_offset_scale_chroma",
-  "_GstH265PPSExtensionParams.log2_sao_offset_scale_luma",
-  "_GstH265PPSSccExtensionParams.chroma_bit_depth_entry_minus8",
-  "_GstH265PPSSccExtensionParams.luma_bit_depth_entry_minus8",
-  "_GstH265PPSSccExtensionParams.monochrome_palette_flag",
-  "_GstH265PPSSccExtensionParams.pps_act_cb_qp_offset_plus5",
-  "_GstH265PPSSccExtensionParams.pps_act_cr_qp_offset_plus3",
-  "_GstH265PPSSccExtensionParams.pps_act_y_qp_offset_plus5",
-  "_GstH265PPSSccExtensionParams.pps_curr_pic_ref_enabled_flag",
-  "_GstH265PPSSccExtensionParams.pps_num_palette_predictor_initializer",
-  "_GstH265PPSSccExtensionParams.pps_palette_predictor_initializer",
-  "_GstH265PPSSccExtensionParams.pps_palette_predictor_initializers_present_flag",
-  "_GstH265PPSSccExtensionParams.pps_slice_act_qp_offsets_present_flag",
-  "_GstH265PPSSccExtensionParams.residual_adaptive_colour_transform_enabled_flag",
-  "_GstH265PicTiming.au_cpb_removal_delay_minus1",
-  "_GstH265PicTiming.du_common_cpb_removal_delay_flag",
-  "_GstH265PicTiming.du_common_cpb_removal_delay_increment_minus1",
-  "_GstH265PicTiming.du_cpb_removal_delay_increment_minus1",
-  "_GstH265PicTiming.duplicate_flag",
-  "_GstH265PicTiming.num_decoding_units_minus1",
-  "_GstH265PicTiming.num_nalus_in_du_minus1",
-  "_GstH265PicTiming.pic_dpb_output_delay",
-  "_GstH265PicTiming.pic_dpb_output_du_delay",
-  "_GstH265PicTiming.pic_struct",
-  "_GstH265PicTiming.source_scan_type",
-  "_GstH265PredWeightTable.chroma_weight_l0_flag",
-  "_GstH265PredWeightTable.chroma_weight_l1_flag",
-  "_GstH265PredWeightTable.delta_chroma_log2_weight_denom",
-  "_GstH265PredWeightTable.delta_chroma_offset_l0",
-  "_GstH265PredWeightTable.delta_chroma_offset_l1",
-  "_GstH265PredWeightTable.delta_chroma_weight_l0",
-  "_GstH265PredWeightTable.delta_chroma_weight_l1",
-  "_GstH265PredWeightTable.delta_luma_weight_l0",
-  "_GstH265PredWeightTable.delta_luma_weight_l1",
-  "_GstH265PredWeightTable.luma_log2_weight_denom",
-  "_GstH265PredWeightTable.luma_offset_l0",
-  "_GstH265PredWeightTable.luma_offset_l1",
-  "_GstH265PredWeightTable.luma_weight_l0_flag",
-  "_GstH265PredWeightTable.luma_weight_l1_flag",
-  "_GstH265ProfileTierLevel.frame_only_constraint_flag",
-  "_GstH265ProfileTierLevel.interlaced_source_flag",
-  "_GstH265ProfileTierLevel.intra_constraint_flag",
-  "_GstH265ProfileTierLevel.level_idc",
-  "_GstH265ProfileTierLevel.lower_bit_rate_constraint_flag",
-  "_GstH265ProfileTierLevel.max_10bit_constraint_flag",
-  "_GstH265ProfileTierLevel.max_12bit_constraint_flag",
-  "_GstH265ProfileTierLevel.max_14bit_constraint_flag",
-  "_GstH265ProfileTierLevel.max_420chroma_constraint_flag",
-  "_GstH265ProfileTierLevel.max_422chroma_constraint_flag",
-  "_GstH265ProfileTierLevel.max_8bit_constraint_flag",
-  "_GstH265ProfileTierLevel.max_monochrome_constraint_flag",
-  "_GstH265ProfileTierLevel.non_packed_constraint_flag",
-  "_GstH265ProfileTierLevel.one_picture_only_constraint_flag",
-  "_GstH265ProfileTierLevel.profile_compatibility_flag",
-  "_GstH265ProfileTierLevel.profile_idc",
-  "_GstH265ProfileTierLevel.profile_space",
-  "_GstH265ProfileTierLevel.progressive_source_flag",
-  "_GstH265ProfileTierLevel.sub_layer_frame_only_constraint_flag",
-  "_GstH265ProfileTierLevel.sub_layer_interlaced_source_flag",
-  "_GstH265ProfileTierLevel.sub_layer_level_idc",
-  "_GstH265ProfileTierLevel.sub_layer_level_present_flag",
-  "_GstH265ProfileTierLevel.sub_layer_non_packed_constraint_flag",
-  "_GstH265ProfileTierLevel.sub_layer_profile_compatibility_flag",
-  "_GstH265ProfileTierLevel.sub_layer_profile_idc",
-  "_GstH265ProfileTierLevel.sub_layer_profile_present_flag",
-  "_GstH265ProfileTierLevel.sub_layer_profile_space",
-  "_GstH265ProfileTierLevel.sub_layer_progressive_source_flag",
-  "_GstH265ProfileTierLevel.sub_layer_tier_flag",
-  "_GstH265ProfileTierLevel.tier_flag",
-  "_GstH265RecoveryPoint.broken_link_flag",
-  "_GstH265RecoveryPoint.exact_match_flag",
-  "_GstH265RecoveryPoint.recovery_poc_cnt",
-  "_GstH265RefPicListModification.list_entry_l0",
-  "_GstH265RefPicListModification.list_entry_l1",
-  "_GstH265RefPicListModification.ref_pic_list_modification_flag_l0",
-  "_GstH265RefPicListModification.ref_pic_list_modification_flag_l1",
-  "_GstH265RegisteredUserData.country_code",
-  "_GstH265RegisteredUserData.country_code_extension",
-  "_GstH265RegisteredUserData.data",
-  "_GstH265RegisteredUserData.size",
-  "_GstH265SEIMessage.payload.buffering_period",
-  "_GstH265SEIMessage.payload.content_light_level",
-  "_GstH265SEIMessage.payload.mastering_display_colour_volume",
-  "_GstH265SEIMessage.payload.pic_timing",
-  "_GstH265SEIMessage.payload.recovery_point",
-  "_GstH265SEIMessage.payload.registered_user_data",
-  "_GstH265SEIMessage.payload.time_code",
-  "_GstH265SEIMessage.payload.user_data_unregistered",
-  "_GstH265SEIMessage.payloadType",
-  "_GstH265SPS.amp_enabled_flag",
-  "_GstH265SPS.bit_depth_chroma_minus8",
-  "_GstH265SPS.bit_depth_luma_minus8",
-  "_GstH265SPS.chroma_array_type",
-  "_GstH265SPS.chroma_format_idc",
-  "_GstH265SPS.conf_win_bottom_offset",
-  "_GstH265SPS.conf_win_left_offset",
-  "_GstH265SPS.conf_win_right_offset",
-  "_GstH265SPS.conf_win_top_offset",
-  "_GstH265SPS.conformance_window_flag",
-  "_GstH265SPS.crop_rect_height",
-  "_GstH265SPS.crop_rect_width",
-  "_GstH265SPS.crop_rect_x",
-  "_GstH265SPS.crop_rect_y",
-  "_GstH265SPS.fps_den",
-  "_GstH265SPS.fps_num",
-  "_GstH265SPS.height",
-  "_GstH265SPS.id",
-  "_GstH265SPS.log2_diff_max_min_luma_coding_block_size",
-  "_GstH265SPS.log2_diff_max_min_pcm_luma_coding_block_size",
-  "_GstH265SPS.log2_diff_max_min_transform_block_size",
-  "_GstH265SPS.log2_max_pic_order_cnt_lsb_minus4",
-  "_GstH265SPS.log2_min_luma_coding_block_size_minus3",
-  "_GstH265SPS.log2_min_pcm_luma_coding_block_size_minus3",
-  "_GstH265SPS.log2_min_transform_block_size_minus2",
-  "_GstH265SPS.long_term_ref_pics_present_flag",
-  "_GstH265SPS.lt_ref_pic_poc_lsb_sps",
-  "_GstH265SPS.max_dec_pic_buffering_minus1",
-  "_GstH265SPS.max_latency_increase_plus1",
-  "_GstH265SPS.max_num_reorder_pics",
-  "_GstH265SPS.max_sub_layers_minus1",
-  "_GstH265SPS.max_transform_hierarchy_depth_inter",
-  "_GstH265SPS.max_transform_hierarchy_depth_intra",
-  "_GstH265SPS.num_long_term_ref_pics_sps",
-  "_GstH265SPS.num_short_term_ref_pic_sets",
-  "_GstH265SPS.pcm_enabled_flag",
-  "_GstH265SPS.pcm_loop_filter_disabled_flag",
-  "_GstH265SPS.pcm_sample_bit_depth_chroma_minus1",
-  "_GstH265SPS.pcm_sample_bit_depth_luma_minus1",
-  "_GstH265SPS.pic_height_in_luma_samples",
-  "_GstH265SPS.pic_width_in_luma_samples",
-  "_GstH265SPS.profile_tier_level",
-  "_GstH265SPS.sample_adaptive_offset_enabled_flag",
-  "_GstH265SPS.scaling_list",
-  "_GstH265SPS.scaling_list_data_present_flag",
-  "_GstH265SPS.scaling_list_enabled_flag",
-  "_GstH265SPS.separate_colour_plane_flag",
-  "_GstH265SPS.short_term_ref_pic_set",
-  "_GstH265SPS.sps_3d_extension_flag",
-  "_GstH265SPS.sps_extension_4bits",
-  "_GstH265SPS.sps_extension_flag",
-  "_GstH265SPS.sps_extension_params",
-  "_GstH265SPS.sps_extnsion_params",
-  "_GstH265SPS.sps_multilayer_extension_flag",
-  "_GstH265SPS.sps_range_extension_flag",
-  "_GstH265SPS.sps_scc_extension_flag",
-  "_GstH265SPS.sps_scc_extension_params",
-  "_GstH265SPS.strong_intra_smoothing_enabled_flag",
-  "_GstH265SPS.sub_layer_ordering_info_present_flag",
-  "_GstH265SPS.temporal_id_nesting_flag",
-  "_GstH265SPS.temporal_mvp_enabled_flag",
-  "_GstH265SPS.used_by_curr_pic_lt_sps_flag",
-  "_GstH265SPS.valid",
-  "_GstH265SPS.vps",
-  "_GstH265SPS.vps_id",
-  "_GstH265SPS.vui_parameters_present_flag",
-  "_GstH265SPS.vui_params",
-  "_GstH265SPS.width",
-  "_GstH265SPSExtensionParams.cabac_bypass_alignment_enabled_flag",
-  "_GstH265SPSExtensionParams.explicit_rdpcm_enabled_flag",
-  "_GstH265SPSExtensionParams.extended_precision_processing_flag",
-  "_GstH265SPSExtensionParams.high_precision_offsets_enabled_flag",
-  "_GstH265SPSExtensionParams.implicit_rdpcm_enabled_flag",
-  "_GstH265SPSExtensionParams.intra_smoothing_disabled_flag",
-  "_GstH265SPSExtensionParams.persistent_rice_adaptation_enabled_flag",
-  "_GstH265SPSExtensionParams.transform_skip_context_enabled_flag",
-  "_GstH265SPSExtensionParams.transform_skip_rotation_enabled_flag",
-  "_GstH265SPSSccExtensionParams.delta_palette_max_predictor_size",
-  "_GstH265SPSSccExtensionParams.intra_boundary_filtering_disabled_flag",
-  "_GstH265SPSSccExtensionParams.motion_vector_resolution_control_idc",
-  "_GstH265SPSSccExtensionParams.palette_max_size",
-  "_GstH265SPSSccExtensionParams.palette_mode_enabled_flag",
-  "_GstH265SPSSccExtensionParams.sps_curr_pic_ref_enabled_flag",
-  "_GstH265SPSSccExtensionParams.sps_num_palette_predictor_initializer_minus1",
-  "_GstH265SPSSccExtensionParams.sps_palette_predictor_initializer",
-  "_GstH265SPSSccExtensionParams.sps_palette_predictor_initializers_present_flag",
-  "_GstH265ScalingList.scaling_list_dc_coef_minus8_16x16",
-  "_GstH265ScalingList.scaling_list_dc_coef_minus8_32x32",
-  "_GstH265ScalingList.scaling_lists_16x16",
-  "_GstH265ScalingList.scaling_lists_32x32",
-  "_GstH265ScalingList.scaling_lists_4x4",
-  "_GstH265ScalingList.scaling_lists_8x8",
-  "_GstH265ShortTermRefPicSet.DeltaPocS0",
-  "_GstH265ShortTermRefPicSet.DeltaPocS1",
-  "_GstH265ShortTermRefPicSet.NumDeltaPocs",
-  "_GstH265ShortTermRefPicSet.NumDeltaPocsOfRefRpsIdx",
-  "_GstH265ShortTermRefPicSet.NumNegativePics",
-  "_GstH265ShortTermRefPicSet.NumPositivePics",
-  "_GstH265ShortTermRefPicSet.UsedByCurrPicS0",
-  "_GstH265ShortTermRefPicSet.UsedByCurrPicS1",
-  "_GstH265ShortTermRefPicSet.abs_delta_rps_minus1",
-  "_GstH265ShortTermRefPicSet.delta_idx_minus1",
-  "_GstH265ShortTermRefPicSet.delta_rps_sign",
-  "_GstH265ShortTermRefPicSet.inter_ref_pic_set_prediction_flag",
-  "_GstH265SliceHdr.NumPocTotalCurr",
-  "_GstH265SliceHdr.beta_offset_div2",
-  "_GstH265SliceHdr.cabac_init_flag",
-  "_GstH265SliceHdr.cb_qp_offset",
-  "_GstH265SliceHdr.collocated_from_l0_flag",
-  "_GstH265SliceHdr.collocated_ref_idx",
-  "_GstH265SliceHdr.colour_plane_id",
-  "_GstH265SliceHdr.cr_qp_offset",
-  "_GstH265SliceHdr.cu_chroma_qp_offset_enabled_flag",
-  "_GstH265SliceHdr.deblocking_filter_disabled_flag",
-  "_GstH265SliceHdr.deblocking_filter_override_flag",
-  "_GstH265SliceHdr.delta_poc_msb_cycle_lt",
-  "_GstH265SliceHdr.delta_poc_msb_present_flag",
-  "_GstH265SliceHdr.dependent_slice_segment_flag",
-  "_GstH265SliceHdr.entry_point_offset_minus1",
-  "_GstH265SliceHdr.first_slice_segment_in_pic_flag",
-  "_GstH265SliceHdr.five_minus_max_num_merge_cand",
-  "_GstH265SliceHdr.header_size",
-  "_GstH265SliceHdr.long_term_ref_pic_set_size",
-  "_GstH265SliceHdr.loop_filter_across_slices_enabled_flag",
-  "_GstH265SliceHdr.lt_idx_sps",
-  "_GstH265SliceHdr.mvd_l1_zero_flag",
-  "_GstH265SliceHdr.n_emulation_prevention_bytes",
-  "_GstH265SliceHdr.no_output_of_prior_pics_flag",
-  "_GstH265SliceHdr.num_entry_point_offsets",
-  "_GstH265SliceHdr.num_long_term_pics",
-  "_GstH265SliceHdr.num_long_term_sps",
-  "_GstH265SliceHdr.num_ref_idx_active_override_flag",
-  "_GstH265SliceHdr.num_ref_idx_l0_active_minus1",
-  "_GstH265SliceHdr.num_ref_idx_l1_active_minus1",
-  "_GstH265SliceHdr.offset_len_minus1",
-  "_GstH265SliceHdr.pic_order_cnt_lsb",
-  "_GstH265SliceHdr.pic_output_flag",
-  "_GstH265SliceHdr.poc_lsb_lt",
-  "_GstH265SliceHdr.pps",
-  "_GstH265SliceHdr.pred_weight_table",
-  "_GstH265SliceHdr.qp_delta",
-  "_GstH265SliceHdr.ref_pic_list_modification",
-  "_GstH265SliceHdr.sao_chroma_flag",
-  "_GstH265SliceHdr.sao_luma_flag",
-  "_GstH265SliceHdr.segment_address",
-  "_GstH265SliceHdr.short_term_ref_pic_set_idx",
-  "_GstH265SliceHdr.short_term_ref_pic_set_size",
-  "_GstH265SliceHdr.short_term_ref_pic_set_sps_flag",
-  "_GstH265SliceHdr.short_term_ref_pic_sets",
-  "_GstH265SliceHdr.slice_act_cb_qp_offset",
-  "_GstH265SliceHdr.slice_act_cr_qp_offset",
-  "_GstH265SliceHdr.slice_act_y_qp_offset",
-  "_GstH265SliceHdr.tc_offset_div2",
-  "_GstH265SliceHdr.temporal_mvp_enabled_flag",
-  "_GstH265SliceHdr.type",
-  "_GstH265SliceHdr.use_integer_mv_flag",
-  "_GstH265SliceHdr.used_by_curr_pic_lt_flag",
-  "_GstH265SubLayerHRDParams.bit_rate_du_value_minus1",
-  "_GstH265SubLayerHRDParams.bit_rate_value_minus1",
-  "_GstH265SubLayerHRDParams.cbr_flag",
-  "_GstH265SubLayerHRDParams.cpb_size_du_value_minus1",
-  "_GstH265SubLayerHRDParams.cpb_size_value_minus1",
-  "_GstH265TimeCode.clock_timestamp_flag",
-  "_GstH265TimeCode.cnt_dropped_flag",
-  "_GstH265TimeCode.counting_type",
-  "_GstH265TimeCode.discontinuity_flag",
-  "_GstH265TimeCode.full_timestamp_flag",
-  "_GstH265TimeCode.hours_flag",
-  "_GstH265TimeCode.hours_value",
-  "_GstH265TimeCode.minutes_flag",
-  "_GstH265TimeCode.minutes_value",
-  "_GstH265TimeCode.n_frames",
-  "_GstH265TimeCode.num_clock_ts",
-  "_GstH265TimeCode.seconds_flag",
-  "_GstH265TimeCode.seconds_value",
-  "_GstH265TimeCode.time_offset_length",
-  "_GstH265TimeCode.time_offset_value",
-  "_GstH265TimeCode.units_field_based_flag",
-  "_GstH265UserDataUnregistered.data",
-  "_GstH265UserDataUnregistered.size",
-  "_GstH265UserDataUnregistered.uuid",
-  "_GstH265VPS.base_layer_available_flag",
-  "_GstH265VPS.base_layer_internal_flag",
-  "_GstH265VPS.cprms_present_flag",
-  "_GstH265VPS.hrd_layer_set_idx",
-  "_GstH265VPS.hrd_params",
-  "_GstH265VPS.id",
-  "_GstH265VPS.max_dec_pic_buffering_minus1",
-  "_GstH265VPS.max_latency_increase_plus1",
-  "_GstH265VPS.max_layer_id",
-  "_GstH265VPS.max_layers_minus1",
-  "_GstH265VPS.max_num_reorder_pics",
-  "_GstH265VPS.max_sub_layers_minus1",
-  "_GstH265VPS.num_hrd_parameters",
-  "_GstH265VPS.num_layer_sets_minus1",
-  "_GstH265VPS.num_ticks_poc_diff_one_minus1",
-  "_GstH265VPS.num_units_in_tick",
-  "_GstH265VPS.poc_proportional_to_timing_flag",
-  "_GstH265VPS.profile_tier_level",
-  "_GstH265VPS.sub_layer_ordering_info_present_flag",
-  "_GstH265VPS.temporal_id_nesting_flag",
-  "_GstH265VPS.time_scale",
-  "_GstH265VPS.timing_info_present_flag",
-  "_GstH265VPS.valid",
-  "_GstH265VPS.vps_extension",
-  "_GstH265VUIParams.aspect_ratio_idc",
-  "_GstH265VUIParams.aspect_ratio_info_present_flag",
-  "_GstH265VUIParams.bitstream_restriction_flag",
-  "_GstH265VUIParams.chroma_loc_info_present_flag",
-  "_GstH265VUIParams.chroma_sample_loc_type_bottom_field",
-  "_GstH265VUIParams.chroma_sample_loc_type_top_field",
-  "_GstH265VUIParams.colour_description_present_flag",
-  "_GstH265VUIParams.colour_primaries",
-  "_GstH265VUIParams.def_disp_win_bottom_offset",
-  "_GstH265VUIParams.def_disp_win_left_offset",
-  "_GstH265VUIParams.def_disp_win_right_offset",
-  "_GstH265VUIParams.def_disp_win_top_offset",
-  "_GstH265VUIParams.default_display_window_flag",
-  "_GstH265VUIParams.field_seq_flag",
-  "_GstH265VUIParams.frame_field_info_present_flag",
-  "_GstH265VUIParams.hrd_parameters_present_flag",
-  "_GstH265VUIParams.hrd_params",
-  "_GstH265VUIParams.log2_max_mv_length_horizontal",
-  "_GstH265VUIParams.log2_max_mv_length_vertical",
-  "_GstH265VUIParams.matrix_coefficients",
-  "_GstH265VUIParams.max_bits_per_min_cu_denom",
-  "_GstH265VUIParams.max_bytes_per_pic_denom",
-  "_GstH265VUIParams.min_spatial_segmentation_idc",
-  "_GstH265VUIParams.motion_vectors_over_pic_boundaries_flag",
-  "_GstH265VUIParams.neutral_chroma_indication_flag",
-  "_GstH265VUIParams.num_ticks_poc_diff_one_minus1",
-  "_GstH265VUIParams.num_units_in_tick",
-  "_GstH265VUIParams.overscan_appropriate_flag",
-  "_GstH265VUIParams.overscan_info_present_flag",
-  "_GstH265VUIParams.par_d",
-  "_GstH265VUIParams.par_n",
-  "_GstH265VUIParams.parsed",
-  "_GstH265VUIParams.poc_proportional_to_timing_flag",
-  "_GstH265VUIParams.restricted_ref_pic_lists_flag",
-  "_GstH265VUIParams.sar_height",
-  "_GstH265VUIParams.sar_width",
-  "_GstH265VUIParams.tiles_fixed_structure_flag",
-  "_GstH265VUIParams.time_scale",
-  "_GstH265VUIParams.timing_info_present_flag",
-  "_GstH265VUIParams.transfer_characteristics",
-  "_GstH265VUIParams.video_format",
-  "_GstH265VUIParams.video_full_range_flag",
-  "_GstH265VUIParams.video_signal_type_present_flag",
-  "_GstJpegFrameComponent.horizontal_factor",
-  "_GstJpegFrameComponent.identifier",
-  "_GstJpegFrameComponent.quant_table_selector",
-  "_GstJpegFrameComponent.vertical_factor",
-  "_GstJpegFrameHdr.components",
-  "_GstJpegFrameHdr.height",
-  "_GstJpegFrameHdr.num_components",
-  "_GstJpegFrameHdr.sample_precision",
-  "_GstJpegFrameHdr.width",
-  "_GstJpegHuffmanTable.huf_bits",
-  "_GstJpegHuffmanTable.huf_values",
-  "_GstJpegHuffmanTable.valid",
-  "_GstJpegHuffmanTables.ac_tables",
-  "_GstJpegHuffmanTables.dc_tables",
-  "_GstJpegQuantTable.quant_precision",
-  "_GstJpegQuantTable.quant_table",
-  "_GstJpegQuantTable.valid",
-  "_GstJpegQuantTables.quant_tables",
-  "_GstJpegScanComponent.ac_selector",
-  "_GstJpegScanComponent.component_selector",
-  "_GstJpegScanComponent.dc_selector",
-  "_GstJpegScanHdr.components",
-  "_GstJpegScanHdr.num_components",
-  "_GstJpegSegment.data",
-  "_GstJpegSegment.marker",
-  "_GstJpegSegment.offset",
-  "_GstJpegSegment.size",
-  "_GstMpeg4GroupOfVOP.broken_link",
-  "_GstMpeg4GroupOfVOP.closed",
-  "_GstMpeg4GroupOfVOP.hours",
-  "_GstMpeg4GroupOfVOP.minutes",
-  "_GstMpeg4GroupOfVOP.seconds",
-  "_GstMpeg4Packet.data",
-  "_GstMpeg4Packet.marker_size",
-  "_GstMpeg4Packet.offset",
-  "_GstMpeg4Packet.size",
-  "_GstMpeg4Packet.type",
-  "_GstMpeg4SpriteTrajectory.sprite_ref_points",
-  "_GstMpeg4SpriteTrajectory.vop_ref_points",
-  "_GstMpeg4VideoObjectLayer.aspect_ratio_info",
-  "_GstMpeg4VideoObjectLayer.bit_rate",
-  "_GstMpeg4VideoObjectLayer.bits_per_pixel",
-  "_GstMpeg4VideoObjectLayer.chroma_format",
-  "_GstMpeg4VideoObjectLayer.complexity_estimation_disable",
-  "_GstMpeg4VideoObjectLayer.composition_method",
-  "_GstMpeg4VideoObjectLayer.control_parameters",
-  "_GstMpeg4VideoObjectLayer.data_partitioned",
-  "_GstMpeg4VideoObjectLayer.enhancement_type",
-  "_GstMpeg4VideoObjectLayer.first_half_bitrate",
-  "_GstMpeg4VideoObjectLayer.first_half_vbv_buffer_size",
-  "_GstMpeg4VideoObjectLayer.first_half_vbv_occupancy",
-  "_GstMpeg4VideoObjectLayer.fixed_vop_rate",
-  "_GstMpeg4VideoObjectLayer.fixed_vop_time_increment",
-  "_GstMpeg4VideoObjectLayer.height",
-  "_GstMpeg4VideoObjectLayer.interlaced",
-  "_GstMpeg4VideoObjectLayer.intra_quant_mat",
-  "_GstMpeg4VideoObjectLayer.is_object_layer_identifier",
-  "_GstMpeg4VideoObjectLayer.latter_half_bitrate",
-  "_GstMpeg4VideoObjectLayer.latter_half_vbv_buffer_size",
-  "_GstMpeg4VideoObjectLayer.latter_half_vbv_occupancy",
-  "_GstMpeg4VideoObjectLayer.linear_composition",
-  "_GstMpeg4VideoObjectLayer.load_intra_quant_mat",
-  "_GstMpeg4VideoObjectLayer.load_non_intra_quant_mat",
-  "_GstMpeg4VideoObjectLayer.low_delay",
-  "_GstMpeg4VideoObjectLayer.low_latency_sprite_enable",
-  "_GstMpeg4VideoObjectLayer.newpred_enable",
-  "_GstMpeg4VideoObjectLayer.no_gray_quant_update",
-  "_GstMpeg4VideoObjectLayer.no_of_sprite_warping_points",
-  "_GstMpeg4VideoObjectLayer.non_intra_quant_mat",
-  "_GstMpeg4VideoObjectLayer.not_8_bit",
-  "_GstMpeg4VideoObjectLayer.obmc_disable",
-  "_GstMpeg4VideoObjectLayer.par_height",
-  "_GstMpeg4VideoObjectLayer.par_width",
-  "_GstMpeg4VideoObjectLayer.priority",
-  "_GstMpeg4VideoObjectLayer.quant_precision",
-  "_GstMpeg4VideoObjectLayer.quant_type",
-  "_GstMpeg4VideoObjectLayer.quarter_sample",
-  "_GstMpeg4VideoObjectLayer.random_accessible_vol",
-  "_GstMpeg4VideoObjectLayer.reduced_resolution_vop_enable",
-  "_GstMpeg4VideoObjectLayer.resync_marker_disable",
-  "_GstMpeg4VideoObjectLayer.reversible_vlc",
-  "_GstMpeg4VideoObjectLayer.sadct_disable",
-  "_GstMpeg4VideoObjectLayer.scalability",
-  "_GstMpeg4VideoObjectLayer.shape",
-  "_GstMpeg4VideoObjectLayer.shape_extension",
-  "_GstMpeg4VideoObjectLayer.short_hdr",
-  "_GstMpeg4VideoObjectLayer.sprite_brightness_change",
-  "_GstMpeg4VideoObjectLayer.sprite_enable",
-  "_GstMpeg4VideoObjectLayer.sprite_height",
-  "_GstMpeg4VideoObjectLayer.sprite_left_coordinate",
-  "_GstMpeg4VideoObjectLayer.sprite_top_coordinate",
-  "_GstMpeg4VideoObjectLayer.sprite_warping_accuracy",
-  "_GstMpeg4VideoObjectLayer.sprite_width",
-  "_GstMpeg4VideoObjectLayer.vbv_buffer_size",
-  "_GstMpeg4VideoObjectLayer.vbv_parameters",
-  "_GstMpeg4VideoObjectLayer.verid",
-  "_GstMpeg4VideoObjectLayer.video_object_type_indication",
-  "_GstMpeg4VideoObjectLayer.vop_time_increment_bits",
-  "_GstMpeg4VideoObjectLayer.vop_time_increment_resolution",
-  "_GstMpeg4VideoObjectLayer.width",
-  "_GstMpeg4VideoObjectPlane.alternate_vertical_scan_flag",
-  "_GstMpeg4VideoObjectPlane.background_composition",
-  "_GstMpeg4VideoObjectPlane.change_conv_ratio_disable",
-  "_GstMpeg4VideoObjectPlane.coded",
-  "_GstMpeg4VideoObjectPlane.coding_type",
-  "_GstMpeg4VideoObjectPlane.constant_alpha",
-  "_GstMpeg4VideoObjectPlane.constant_alpha_value",
-  "_GstMpeg4VideoObjectPlane.fcode_backward",
-  "_GstMpeg4VideoObjectPlane.fcode_forward",
-  "_GstMpeg4VideoObjectPlane.height",
-  "_GstMpeg4VideoObjectPlane.horizontal_mc_spatial_ref",
-  "_GstMpeg4VideoObjectPlane.id",
-  "_GstMpeg4VideoObjectPlane.id_for_prediction",
-  "_GstMpeg4VideoObjectPlane.id_for_prediction_indication",
-  "_GstMpeg4VideoObjectPlane.intra_dc_vlc_thr",
-  "_GstMpeg4VideoObjectPlane.load_backward_shape",
-  "_GstMpeg4VideoObjectPlane.mb_height",
-  "_GstMpeg4VideoObjectPlane.mb_num",
-  "_GstMpeg4VideoObjectPlane.mb_width",
-  "_GstMpeg4VideoObjectPlane.modulo_time_base",
-  "_GstMpeg4VideoObjectPlane.quant",
-  "_GstMpeg4VideoObjectPlane.reduced_resolution",
-  "_GstMpeg4VideoObjectPlane.ref_select_code",
-  "_GstMpeg4VideoObjectPlane.rounding_type",
-  "_GstMpeg4VideoObjectPlane.shape_coding_type",
-  "_GstMpeg4VideoObjectPlane.size",
-  "_GstMpeg4VideoObjectPlane.time_increment",
-  "_GstMpeg4VideoObjectPlane.top_field_first",
-  "_GstMpeg4VideoObjectPlane.vertical_mc_spatial_ref",
-  "_GstMpeg4VideoObjectPlane.width",
-  "_GstMpeg4VideoPacketHdr.header_extension_code",
-  "_GstMpeg4VideoPacketHdr.macroblock_number",
-  "_GstMpeg4VideoPacketHdr.quant_scale",
-  "_GstMpeg4VideoPacketHdr.size",
-  "_GstMpeg4VideoPlaneShortHdr.document_camera_indicator",
-  "_GstMpeg4VideoPlaneShortHdr.full_picture_freeze_release",
-  "_GstMpeg4VideoPlaneShortHdr.gob_frame_id",
-  "_GstMpeg4VideoPlaneShortHdr.gob_header_empty",
-  "_GstMpeg4VideoPlaneShortHdr.gob_number",
-  "_GstMpeg4VideoPlaneShortHdr.num_gobs_in_vop",
-  "_GstMpeg4VideoPlaneShortHdr.num_macroblocks_in_gob",
-  "_GstMpeg4VideoPlaneShortHdr.pei",
-  "_GstMpeg4VideoPlaneShortHdr.picture_coding_type",
-  "_GstMpeg4VideoPlaneShortHdr.psupp",
-  "_GstMpeg4VideoPlaneShortHdr.quant_scale",
-  "_GstMpeg4VideoPlaneShortHdr.size",
-  "_GstMpeg4VideoPlaneShortHdr.source_format",
-  "_GstMpeg4VideoPlaneShortHdr.split_screen_indicator",
-  "_GstMpeg4VideoPlaneShortHdr.temporal_reference",
-  "_GstMpeg4VideoPlaneShortHdr.vop_height",
-  "_GstMpeg4VideoPlaneShortHdr.vop_quant",
-  "_GstMpeg4VideoPlaneShortHdr.vop_width",
-  "_GstMpeg4VideoSignalType.color_description",
-  "_GstMpeg4VideoSignalType.color_primaries",
-  "_GstMpeg4VideoSignalType.format",
-  "_GstMpeg4VideoSignalType.matrix_coefficients",
-  "_GstMpeg4VideoSignalType.range",
-  "_GstMpeg4VideoSignalType.transfer_characteristics",
-  "_GstMpeg4VideoSignalType.type",
-  "_GstMpeg4VisualObject.is_identifier",
-  "_GstMpeg4VisualObject.priority",
-  "_GstMpeg4VisualObject.type",
-  "_GstMpeg4VisualObject.verid",
-  "_GstMpeg4VisualObjectSequence.level",
-  "_GstMpeg4VisualObjectSequence.profile",
-  "_GstMpeg4VisualObjectSequence.profile_and_level_indication",
-  "_GstMpegVideoGop.broken_link",
-  "_GstMpegVideoGop.closed_gop",
-  "_GstMpegVideoGop.drop_frame_flag",
-  "_GstMpegVideoGop.frame",
-  "_GstMpegVideoGop.hour",
-  "_GstMpegVideoGop.minute",
-  "_GstMpegVideoGop.second",
-  "_GstMpegVideoMeta.meta",
-  "_GstMpegVideoMeta.num_slices",
-  "_GstMpegVideoMeta.picext",
-  "_GstMpegVideoMeta.pichdr",
-  "_GstMpegVideoMeta.quantext",
-  "_GstMpegVideoMeta.sequencedispext",
-  "_GstMpegVideoMeta.sequenceext",
-  "_GstMpegVideoMeta.sequencehdr",
-  "_GstMpegVideoMeta.slice_offset",
-  "_GstMpegVideoPacket.data",
-  "_GstMpegVideoPacket.offset",
-  "_GstMpegVideoPacket.size",
-  "_GstMpegVideoPacket.type",
-  "_GstMpegVideoPictureExt.alternate_scan",
-  "_GstMpegVideoPictureExt.burst_amplitude",
-  "_GstMpegVideoPictureExt.chroma_420_type",
-  "_GstMpegVideoPictureExt.composite_display",
-  "_GstMpegVideoPictureExt.concealment_motion_vectors",
-  "_GstMpegVideoPictureExt.f_code",
-  "_GstMpegVideoPictureExt.field_sequence",
-  "_GstMpegVideoPictureExt.frame_pred_frame_dct",
-  "_GstMpegVideoPictureExt.intra_dc_precision",
-  "_GstMpegVideoPictureExt.intra_vlc_format",
-  "_GstMpegVideoPictureExt.picture_structure",
-  "_GstMpegVideoPictureExt.progressive_frame",
-  "_GstMpegVideoPictureExt.q_scale_type",
-  "_GstMpegVideoPictureExt.repeat_first_field",
-  "_GstMpegVideoPictureExt.sub_carrier",
-  "_GstMpegVideoPictureExt.sub_carrier_phase",
-  "_GstMpegVideoPictureExt.top_field_first",
-  "_GstMpegVideoPictureExt.v_axis",
-  "_GstMpegVideoPictureHdr.f_code",
-  "_GstMpegVideoPictureHdr.full_pel_backward_vector",
-  "_GstMpegVideoPictureHdr.full_pel_forward_vector",
-  "_GstMpegVideoPictureHdr.pic_type",
-  "_GstMpegVideoPictureHdr.tsn",
-  "_GstMpegVideoPictureHdr.vbv_delay",
-  "_GstMpegVideoQuantMatrixExt.chroma_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.chroma_non_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.load_chroma_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.load_chroma_non_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.load_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.load_non_intra_quantiser_matrix",
-  "_GstMpegVideoQuantMatrixExt.non_intra_quantiser_matrix",
-  "_GstMpegVideoSequenceDisplayExt.colour_description_flag",
-  "_GstMpegVideoSequenceDisplayExt.colour_primaries",
-  "_GstMpegVideoSequenceDisplayExt.display_horizontal_size",
-  "_GstMpegVideoSequenceDisplayExt.display_vertical_size",
-  "_GstMpegVideoSequenceDisplayExt.matrix_coefficients",
-  "_GstMpegVideoSequenceDisplayExt.transfer_characteristics",
-  "_GstMpegVideoSequenceDisplayExt.video_format",
-  "_GstMpegVideoSequenceExt.bitrate_ext",
-  "_GstMpegVideoSequenceExt.chroma_format",
-  "_GstMpegVideoSequenceExt.fps_d_ext",
-  "_GstMpegVideoSequenceExt.fps_n_ext",
-  "_GstMpegVideoSequenceExt.horiz_size_ext",
-  "_GstMpegVideoSequenceExt.level",
-  "_GstMpegVideoSequenceExt.low_delay",
-  "_GstMpegVideoSequenceExt.profile",
-  "_GstMpegVideoSequenceExt.profile_level_escape_bit",
-  "_GstMpegVideoSequenceExt.progressive",
-  "_GstMpegVideoSequenceExt.vbv_buffer_size_extension",
-  "_GstMpegVideoSequenceExt.vert_size_ext",
-  "_GstMpegVideoSequenceHdr.aspect_ratio_info",
-  "_GstMpegVideoSequenceHdr.bitrate",
-  "_GstMpegVideoSequenceHdr.bitrate_value",
-  "_GstMpegVideoSequenceHdr.constrained_parameters_flag",
-  "_GstMpegVideoSequenceHdr.fps_d",
-  "_GstMpegVideoSequenceHdr.fps_n",
-  "_GstMpegVideoSequenceHdr.frame_rate_code",
-  "_GstMpegVideoSequenceHdr.height",
-  "_GstMpegVideoSequenceHdr.intra_quantizer_matrix",
-  "_GstMpegVideoSequenceHdr.load_intra_quantiser_matrix",
-  "_GstMpegVideoSequenceHdr.load_non_intra_quantiser_matrix",
-  "_GstMpegVideoSequenceHdr.non_intra_quantizer_matrix",
-  "_GstMpegVideoSequenceHdr.par_h",
-  "_GstMpegVideoSequenceHdr.par_w",
-  "_GstMpegVideoSequenceHdr.vbv_buffer_size_value",
-  "_GstMpegVideoSequenceHdr.width",
-  "_GstMpegVideoSequenceScalableExt.horizontal_subsampling_factor_m",
-  "_GstMpegVideoSequenceScalableExt.horizontal_subsampling_factor_n",
-  "_GstMpegVideoSequenceScalableExt.layer_id",
-  "_GstMpegVideoSequenceScalableExt.lower_layer_prediction_horizontal_size",
-  "_GstMpegVideoSequenceScalableExt.lower_layer_prediction_vertical_size",
-  "_GstMpegVideoSequenceScalableExt.mux_to_progressive_sequence",
-  "_GstMpegVideoSequenceScalableExt.picture_mux_enable",
-  "_GstMpegVideoSequenceScalableExt.picture_mux_factor",
-  "_GstMpegVideoSequenceScalableExt.picture_mux_order",
-  "_GstMpegVideoSequenceScalableExt.scalable_mode",
-  "_GstMpegVideoSequenceScalableExt.vertical_subsampling_factor_m",
-  "_GstMpegVideoSequenceScalableExt.vertical_subsampling_factor_n",
-  "_GstMpegVideoSliceHdr.header_size",
-  "_GstMpegVideoSliceHdr.intra_slice",
-  "_GstMpegVideoSliceHdr.mb_column",
-  "_GstMpegVideoSliceHdr.mb_row",
-  "_GstMpegVideoSliceHdr.priority_breakpoint",
-  "_GstMpegVideoSliceHdr.quantiser_scale_code",
-  "_GstMpegVideoSliceHdr.slice_ext_flag",
-  "_GstMpegVideoSliceHdr.slice_picture_id",
-  "_GstMpegVideoSliceHdr.slice_picture_id_enable",
-  "_GstMpegVideoSliceHdr.vertical_position",
-  "_GstMpegVideoSliceHdr.vertical_position_ext",
-  "_GstVC1AdvancedSeqHdr.aspect_horiz_size",
-  "_GstVC1AdvancedSeqHdr.aspect_ratio",
-  "_GstVC1AdvancedSeqHdr.aspect_ratio_flag",
-  "_GstVC1AdvancedSeqHdr.aspect_vert_size",
-  "_GstVC1AdvancedSeqHdr.bitrate",
-  "_GstVC1AdvancedSeqHdr.bitrtq_postproc",
-  "_GstVC1AdvancedSeqHdr.color_format_flag",
-  "_GstVC1AdvancedSeqHdr.color_prim",
-  "_GstVC1AdvancedSeqHdr.colordiff_format",
-  "_GstVC1AdvancedSeqHdr.disp_horiz_size",
-  "_GstVC1AdvancedSeqHdr.disp_vert_size",
-  "_GstVC1AdvancedSeqHdr.display_ext",
-  "_GstVC1AdvancedSeqHdr.entrypoint",
-  "_GstVC1AdvancedSeqHdr.finterpflag",
-  "_GstVC1AdvancedSeqHdr.fps_d",
-  "_GstVC1AdvancedSeqHdr.fps_n",
-  "_GstVC1AdvancedSeqHdr.framerate",
-  "_GstVC1AdvancedSeqHdr.framerate_flag",
-  "_GstVC1AdvancedSeqHdr.frameratedr",
-  "_GstVC1AdvancedSeqHdr.framerateexp",
-  "_GstVC1AdvancedSeqHdr.framerateind",
-  "_GstVC1AdvancedSeqHdr.frameratenr",
-  "_GstVC1AdvancedSeqHdr.frmrtq_postproc",
-  "_GstVC1AdvancedSeqHdr.hrd_param",
-  "_GstVC1AdvancedSeqHdr.hrd_param_flag",
-  "_GstVC1AdvancedSeqHdr.interlace",
-  "_GstVC1AdvancedSeqHdr.level",
-  "_GstVC1AdvancedSeqHdr.matrix_coef",
-  "_GstVC1AdvancedSeqHdr.max_coded_height",
-  "_GstVC1AdvancedSeqHdr.max_coded_width",
-  "_GstVC1AdvancedSeqHdr.par_d",
-  "_GstVC1AdvancedSeqHdr.par_n",
-  "_GstVC1AdvancedSeqHdr.postprocflag",
-  "_GstVC1AdvancedSeqHdr.psf",
-  "_GstVC1AdvancedSeqHdr.pulldown",
-  "_GstVC1AdvancedSeqHdr.tfcntrflag",
-  "_GstVC1AdvancedSeqHdr.transfer_char",
-  "_GstVC1BDU.data",
-  "_GstVC1BDU.offset",
-  "_GstVC1BDU.sc_offset",
-  "_GstVC1BDU.size",
-  "_GstVC1BDU.type",
-  "_GstVC1BitPlanes.acpred",
-  "_GstVC1BitPlanes.directmb",
-  "_GstVC1BitPlanes.fieldtx",
-  "_GstVC1BitPlanes.forwardmb",
-  "_GstVC1BitPlanes.mvtypemb",
-  "_GstVC1BitPlanes.overflags",
-  "_GstVC1BitPlanes.size",
-  "_GstVC1BitPlanes.skipmb",
-  "_GstVC1EntryPointHdr.broken_link",
-  "_GstVC1EntryPointHdr.closed_entry",
-  "_GstVC1EntryPointHdr.coded_height",
-  "_GstVC1EntryPointHdr.coded_size_flag",
-  "_GstVC1EntryPointHdr.coded_width",
-  "_GstVC1EntryPointHdr.dquant",
-  "_GstVC1EntryPointHdr.extended_dmv",
-  "_GstVC1EntryPointHdr.extended_mv",
-  "_GstVC1EntryPointHdr.fastuvmc",
-  "_GstVC1EntryPointHdr.hrd_full",
-  "_GstVC1EntryPointHdr.loopfilter",
-  "_GstVC1EntryPointHdr.overlap",
-  "_GstVC1EntryPointHdr.panscan_flag",
-  "_GstVC1EntryPointHdr.quantizer",
-  "_GstVC1EntryPointHdr.range_mapuv",
-  "_GstVC1EntryPointHdr.range_mapuv_flag",
-  "_GstVC1EntryPointHdr.range_mapy",
-  "_GstVC1EntryPointHdr.range_mapy_flag",
-  "_GstVC1EntryPointHdr.refdist_flag",
-  "_GstVC1EntryPointHdr.vstransform",
-  "_GstVC1FrameHdr.dquant",
-  "_GstVC1FrameHdr.halfqp",
-  "_GstVC1FrameHdr.header_size",
-  "_GstVC1FrameHdr.interpfrm",
-  "_GstVC1FrameHdr.pic.advanced",
-  "_GstVC1FrameHdr.pic.simple",
-  "_GstVC1FrameHdr.pqindex",
-  "_GstVC1FrameHdr.pquant",
-  "_GstVC1FrameHdr.pquantizer",
-  "_GstVC1FrameHdr.profile",
-  "_GstVC1FrameHdr.ptype",
-  "_GstVC1FrameHdr.transacfrm",
-  "_GstVC1FrameHdr.transdctab",
-  "_GstVC1FrameHdr.vopdquant",
-  "_GstVC1FrameLayer.framesize",
-  "_GstVC1FrameLayer.key",
-  "_GstVC1FrameLayer.next_framelayer_offset",
-  "_GstVC1FrameLayer.skiped_p_frame",
-  "_GstVC1FrameLayer.timestamp",
-  "_GstVC1HrdParam.bit_rate_exponent",
-  "_GstVC1HrdParam.buffer_size_exponent",
-  "_GstVC1HrdParam.hrd_buffer",
-  "_GstVC1HrdParam.hrd_num_leaky_buckets",
-  "_GstVC1HrdParam.hrd_rate",
-  "_GstVC1PicAdvanced.acpred",
-  "_GstVC1PicAdvanced.bf",
-  "_GstVC1PicAdvanced.bfraction",
-  "_GstVC1PicAdvanced.cbptab",
-  "_GstVC1PicAdvanced.condover",
-  "_GstVC1PicAdvanced.directmb",
-  "_GstVC1PicAdvanced.dmvrange",
-  "_GstVC1PicAdvanced.fcm",
-  "_GstVC1PicAdvanced.fieldtx",
-  "_GstVC1PicAdvanced.forwardmb",
-  "_GstVC1PicAdvanced.fptype",
-  "_GstVC1PicAdvanced.icbptab",
-  "_GstVC1PicAdvanced.imvtab",
-  "_GstVC1PicAdvanced.intcomp",
-  "_GstVC1PicAdvanced.intcompfield",
-  "_GstVC1PicAdvanced.lumscale",
-  "_GstVC1PicAdvanced.lumscale2",
-  "_GstVC1PicAdvanced.lumshift",
-  "_GstVC1PicAdvanced.lumshift2",
-  "_GstVC1PicAdvanced.mbmodetab",
-  "_GstVC1PicAdvanced.mvbptab2",
-  "_GstVC1PicAdvanced.mvbptab4",
-  "_GstVC1PicAdvanced.mvmode",
-  "_GstVC1PicAdvanced.mvmode2",
-  "_GstVC1PicAdvanced.mvrange",
-  "_GstVC1PicAdvanced.mvswitch4",
-  "_GstVC1PicAdvanced.mvtab",
-  "_GstVC1PicAdvanced.mvtypemb",
-  "_GstVC1PicAdvanced.numref",
-  "_GstVC1PicAdvanced.overflags",
-  "_GstVC1PicAdvanced.postproc",
-  "_GstVC1PicAdvanced.ps_height",
-  "_GstVC1PicAdvanced.ps_hoffset",
-  "_GstVC1PicAdvanced.ps_present",
-  "_GstVC1PicAdvanced.ps_voffset",
-  "_GstVC1PicAdvanced.ps_width",
-  "_GstVC1PicAdvanced.refdist",
-  "_GstVC1PicAdvanced.reffield",
-  "_GstVC1PicAdvanced.rff",
-  "_GstVC1PicAdvanced.rndctrl",
-  "_GstVC1PicAdvanced.rptfrm",
-  "_GstVC1PicAdvanced.skipmb",
-  "_GstVC1PicAdvanced.tfcntr",
-  "_GstVC1PicAdvanced.tff",
-  "_GstVC1PicAdvanced.transacfrm2",
-  "_GstVC1PicAdvanced.ttfrm",
-  "_GstVC1PicAdvanced.ttmbf",
-  "_GstVC1PicAdvanced.uvsamp",
-  "_GstVC1PicSimpleMain.bf",
-  "_GstVC1PicSimpleMain.bfraction",
-  "_GstVC1PicSimpleMain.cbptab",
-  "_GstVC1PicSimpleMain.directmb",
-  "_GstVC1PicSimpleMain.frmcnt",
-  "_GstVC1PicSimpleMain.lumscale",
-  "_GstVC1PicSimpleMain.lumshift",
-  "_GstVC1PicSimpleMain.mvmode",
-  "_GstVC1PicSimpleMain.mvmode2",
-  "_GstVC1PicSimpleMain.mvrange",
-  "_GstVC1PicSimpleMain.mvtab",
-  "_GstVC1PicSimpleMain.mvtypemb",
-  "_GstVC1PicSimpleMain.rangeredfrm",
-  "_GstVC1PicSimpleMain.respic",
-  "_GstVC1PicSimpleMain.skipmb",
-  "_GstVC1PicSimpleMain.transacfrm2",
-  "_GstVC1PicSimpleMain.ttfrm",
-  "_GstVC1PicSimpleMain.ttmbf",
-  "_GstVC1SeqHdr.advanced",
-  "_GstVC1SeqHdr.mb_height",
-  "_GstVC1SeqHdr.mb_stride",
-  "_GstVC1SeqHdr.mb_width",
-  "_GstVC1SeqHdr.profile",
-  "_GstVC1SeqHdr.struct_c",
-  "_GstVC1SeqLayer.numframes",
-  "_GstVC1SeqLayer.struct_a",
-  "_GstVC1SeqLayer.struct_b",
-  "_GstVC1SeqLayer.struct_c",
-  "_GstVC1SeqStructA.horiz_size",
-  "_GstVC1SeqStructA.vert_size",
-  "_GstVC1SeqStructB.cbr",
-  "_GstVC1SeqStructB.framerate",
-  "_GstVC1SeqStructB.hrd_buffer",
-  "_GstVC1SeqStructB.hrd_rate",
-  "_GstVC1SeqStructB.level",
-  "_GstVC1SeqStructC.bitrate",
-  "_GstVC1SeqStructC.bitrtq_postproc",
-  "_GstVC1SeqStructC.coded_height",
-  "_GstVC1SeqStructC.coded_width",
-  "_GstVC1SeqStructC.dquant",
-  "_GstVC1SeqStructC.extended_mv",
-  "_GstVC1SeqStructC.fastuvmc",
-  "_GstVC1SeqStructC.finterpflag",
-  "_GstVC1SeqStructC.framerate",
-  "_GstVC1SeqStructC.frmrtq_postproc",
-  "_GstVC1SeqStructC.loop_filter",
-  "_GstVC1SeqStructC.maxbframes",
-  "_GstVC1SeqStructC.multires",
-  "_GstVC1SeqStructC.overlap",
-  "_GstVC1SeqStructC.profile",
-  "_GstVC1SeqStructC.quantizer",
-  "_GstVC1SeqStructC.rangered",
-  "_GstVC1SeqStructC.res_sprite",
-  "_GstVC1SeqStructC.slice_code",
-  "_GstVC1SeqStructC.syncmarker",
-  "_GstVC1SeqStructC.vstransform",
-  "_GstVC1SeqStructC.wmvp",
-  "_GstVC1SliceHdr.header_size",
-  "_GstVC1SliceHdr.slice_addr",
-  "_GstVC1VopDquant.abspq",
-  "_GstVC1VopDquant.altpquant",
-  "_GstVC1VopDquant.dqbedge",
-  "_GstVC1VopDquant.dqbilevel",
-  "_GstVC1VopDquant.dqprofile",
-  "_GstVC1VopDquant.dquantfrm",
-  "_GstVC1VopDquant.pqdiff",
-  "_GstVC1VopDquant.unused",
-  "_GstVp8FrameHdr.clamping_type",
-  "_GstVp8FrameHdr.color_space",
-  "_GstVp8FrameHdr.copy_buffer_to_alternate",
-  "_GstVp8FrameHdr.copy_buffer_to_golden",
-  "_GstVp8FrameHdr.data_chunk_size",
-  "_GstVp8FrameHdr.filter_type",
-  "_GstVp8FrameHdr.first_part_size",
-  "_GstVp8FrameHdr.header_size",
-  "_GstVp8FrameHdr.height",
-  "_GstVp8FrameHdr.horiz_scale_code",
-  "_GstVp8FrameHdr.key_frame",
-  "_GstVp8FrameHdr.log2_nbr_of_dct_partitions",
-  "_GstVp8FrameHdr.loop_filter_level",
-  "_GstVp8FrameHdr.mb_no_skip_coeff",
-  "_GstVp8FrameHdr.mode_probs",
-  "_GstVp8FrameHdr.mv_probs",
-  "_GstVp8FrameHdr.partition_size",
-  "_GstVp8FrameHdr.prob_gf",
-  "_GstVp8FrameHdr.prob_intra",
-  "_GstVp8FrameHdr.prob_last",
-  "_GstVp8FrameHdr.prob_skip_false",
-  "_GstVp8FrameHdr.quant_indices",
-  "_GstVp8FrameHdr.rd_count",
-  "_GstVp8FrameHdr.rd_range",
-  "_GstVp8FrameHdr.rd_value",
-  "_GstVp8FrameHdr.refresh_alternate_frame",
-  "_GstVp8FrameHdr.refresh_entropy_probs",
-  "_GstVp8FrameHdr.refresh_golden_frame",
-  "_GstVp8FrameHdr.refresh_last",
-  "_GstVp8FrameHdr.sharpness_level",
-  "_GstVp8FrameHdr.show_frame",
-  "_GstVp8FrameHdr.sign_bias_alternate",
-  "_GstVp8FrameHdr.sign_bias_golden",
-  "_GstVp8FrameHdr.token_probs",
-  "_GstVp8FrameHdr.version",
-  "_GstVp8FrameHdr.vert_scale_code",
-  "_GstVp8FrameHdr.width",
-  "_GstVp8MbLfAdjustments.loop_filter_adj_enable",
-  "_GstVp8MbLfAdjustments.mb_mode_delta",
-  "_GstVp8MbLfAdjustments.mode_ref_lf_delta_update",
-  "_GstVp8MbLfAdjustments.ref_frame_delta",
-  "_GstVp8ModeProbs.uv_prob",
-  "_GstVp8ModeProbs.y_prob",
-  "_GstVp8MvProbs.prob",
-  "_GstVp8Parser.mb_lf_adjust",
-  "_GstVp8Parser.mode_probs",
-  "_GstVp8Parser.mv_probs",
-  "_GstVp8Parser.segmentation",
-  "_GstVp8Parser.token_probs",
-  "_GstVp8QuantIndices.uv_ac_delta",
-  "_GstVp8QuantIndices.uv_dc_delta",
-  "_GstVp8QuantIndices.y2_ac_delta",
-  "_GstVp8QuantIndices.y2_dc_delta",
-  "_GstVp8QuantIndices.y_ac_qi",
-  "_GstVp8QuantIndices.y_dc_delta",
-  "_GstVp8RangeDecoder.buf",
-  "_GstVp8RangeDecoder.buf_size",
-  "_GstVp8RangeDecoderState.count",
-  "_GstVp8RangeDecoderState.range",
-  "_GstVp8RangeDecoderState.value",
-  "_GstVp8Segmentation.lf_update_value",
-  "_GstVp8Segmentation.quantizer_update_value",
-  "_GstVp8Segmentation.segment_feature_mode",
-  "_GstVp8Segmentation.segment_prob",
-  "_GstVp8Segmentation.segmentation_enabled",
-  "_GstVp8Segmentation.update_mb_segmentation_map",
-  "_GstVp8Segmentation.update_segment_feature_data",
-  "_GstVp8TokenProbs.prob",
-  "_GstVp9FrameHdr.allow_high_precision_mv",
-  "_GstVp9FrameHdr.display_height",
-  "_GstVp9FrameHdr.display_size_enabled",
-  "_GstVp9FrameHdr.display_width",
-  "_GstVp9FrameHdr.error_resilient_mode",
-  "_GstVp9FrameHdr.first_partition_size",
-  "_GstVp9FrameHdr.frame_context_idx",
-  "_GstVp9FrameHdr.frame_header_length_in_bytes",
-  "_GstVp9FrameHdr.frame_parallel_decoding_mode",
-  "_GstVp9FrameHdr.frame_to_show",
-  "_GstVp9FrameHdr.frame_type",
-  "_GstVp9FrameHdr.height",
-  "_GstVp9FrameHdr.intra_only",
-  "_GstVp9FrameHdr.log2_tile_columns",
-  "_GstVp9FrameHdr.log2_tile_rows",
-  "_GstVp9FrameHdr.loopfilter",
-  "_GstVp9FrameHdr.lossless_flag",
-  "_GstVp9FrameHdr.mcomp_filter_type",
-  "_GstVp9FrameHdr.profile",
-  "_GstVp9FrameHdr.quant_indices",
-  "_GstVp9FrameHdr.ref_frame_indices",
-  "_GstVp9FrameHdr.ref_frame_sign_bias",
-  "_GstVp9FrameHdr.refresh_frame_context",
-  "_GstVp9FrameHdr.refresh_frame_flags",
-  "_GstVp9FrameHdr.reset_frame_context",
-  "_GstVp9FrameHdr.segmentation",
-  "_GstVp9FrameHdr.show_existing_frame",
-  "_GstVp9FrameHdr.show_frame",
-  "_GstVp9FrameHdr.width",
-  "_GstVp9LoopFilter.filter_level",
-  "_GstVp9LoopFilter.mode_deltas",
-  "_GstVp9LoopFilter.mode_ref_delta_enabled",
-  "_GstVp9LoopFilter.mode_ref_delta_update",
-  "_GstVp9LoopFilter.ref_deltas",
-  "_GstVp9LoopFilter.sharpness_level",
-  "_GstVp9LoopFilter.update_mode_deltas",
-  "_GstVp9LoopFilter.update_ref_deltas",
-  "_GstVp9Parser.bit_depth",
-  "_GstVp9Parser.color_range",
-  "_GstVp9Parser.color_space",
-  "_GstVp9Parser.mb_segment_tree_probs",
-  "_GstVp9Parser.priv",
-  "_GstVp9Parser.segment_pred_probs",
-  "_GstVp9Parser.segmentation",
-  "_GstVp9Parser.subsampling_x",
-  "_GstVp9Parser.subsampling_y",
-  "_GstVp9QuantIndices.uv_ac_delta",
-  "_GstVp9QuantIndices.uv_dc_delta",
-  "_GstVp9QuantIndices.y_ac_qi",
-  "_GstVp9QuantIndices.y_dc_delta",
-  "_GstVp9Segmentation.chroma_ac_quant_scale",
-  "_GstVp9Segmentation.chroma_dc_quant_scale",
-  "_GstVp9Segmentation.filter_level",
-  "_GstVp9Segmentation.luma_ac_quant_scale",
-  "_GstVp9Segmentation.luma_dc_quant_scale",
-  "_GstVp9Segmentation.reference_frame",
-  "_GstVp9Segmentation.reference_frame_enabled",
-  "_GstVp9Segmentation.reference_skip",
-  "_GstVp9SegmentationInfo.abs_delta",
-  "_GstVp9SegmentationInfo.data",
-  "_GstVp9SegmentationInfo.enabled",
-  "_GstVp9SegmentationInfo.pred_probs",
-  "_GstVp9SegmentationInfo.temporal_update",
-  "_GstVp9SegmentationInfo.tree_probs",
-  "_GstVp9SegmentationInfo.update_data",
-  "_GstVp9SegmentationInfo.update_map",
-  "_GstVp9SegmentationInfo.update_pred_probs",
-  "_GstVp9SegmentationInfo.update_tree_probs",
-  "_GstVp9SegmentationInfoData.alternate_loop_filter",
-  "_GstVp9SegmentationInfoData.alternate_loop_filter_enabled",
-  "_GstVp9SegmentationInfoData.alternate_quantizer",
-  "_GstVp9SegmentationInfoData.alternate_quantizer_enabled",
-  "_GstVp9SegmentationInfoData.reference_frame",
-  "_GstVp9SegmentationInfoData.reference_frame_enabled",
-  "_GstVp9SegmentationInfoData.reference_skip",
-  "_GstVp9SuperframeInfo.bytes_per_framesize",
-  "_GstVp9SuperframeInfo.frame_sizes",
-  "_GstVp9SuperframeInfo.frames_in_superframe",
-  "_GstVp9SuperframeInfo.superframe_index_size",
-  "_ORC_INTEGER_TYPEDEFS_",
-  "_QUARK",
-  "_VLCTable.cbits",
-  "_VLCTable.cword",
-  "_VLCTable.value",
-  "__GST_BITS_WRITER_ALIGNED",
-  "__GST_BITS_WRITER_ALIGNMENT_MASK",
-  "__GST_BIT_READER_READ_BITS_INLINE",
-  "__GST_BIT_READER_READ_BITS_UNCHECKED",
-  "__GST_BIT_WRITER_WRITE_BITS_INLINE",
-  "__GST_BIT_WRITER_WRITE_BITS_UNCHECKED",
-  "__GST_BYTE_READER_GET_PEEK_BITS_INLINE",
-  "__GST_BYTE_READER_GET_PEEK_BITS_UNCHECKED",
-  "__GST_BYTE_WRITER_CREATE_WRITE_FUNC",
-  "__GST_CAT_MEMDUMP_LOG",
-  "__GST_CAT_MEMDUMP_LOG_ID",
-  "__GST_PACKAGE_RELEASE_DATETIME",
-  "__GST_PRINT_CHAR",
-  "__GST_SIGN",
-  "__VCCOREVER__",
-  "_gst_debug_min",
-  "_gst_riff_acid.loop_type",
-  "_gst_riff_acid.meter_d",
-  "_gst_riff_acid.meter_n",
-  "_gst_riff_acid.number_of_beats",
-  "_gst_riff_acid.root_note",
-  "_gst_riff_acid.tempo",
-  "_gst_riff_acid.unknown1",
-  "_gst_riff_acid.unknown2",
-  "_gst_riff_dmlh.totalframes",
-  "_gst_riff_index_entry.flags",
-  "_gst_riff_index_entry.id",
-  "_gst_riff_index_entry.offset",
-  "_gst_riff_index_entry.size",
-  "_gst_riff_strf_auds.av_bps",
-  "_gst_riff_strf_auds.bits_per_sample",
-  "_gst_riff_strf_auds.blockalign",
-  "_gst_riff_strf_auds.channels",
-  "_gst_riff_strf_auds.format",
-  "_gst_riff_strf_auds.rate",
-  "_gst_riff_strf_iavs.DVAAuxCtl",
-  "_gst_riff_strf_iavs.DVAAuxCtl1",
-  "_gst_riff_strf_iavs.DVAAuxSrc",
-  "_gst_riff_strf_iavs.DVAAuxSrc1",
-  "_gst_riff_strf_iavs.DVReserved1",
-  "_gst_riff_strf_iavs.DVReserved2",
-  "_gst_riff_strf_iavs.DVVAuxCtl",
-  "_gst_riff_strf_iavs.DVVAuxSrc",
-  "_gst_riff_strf_vids.bit_cnt",
-  "_gst_riff_strf_vids.compression",
-  "_gst_riff_strf_vids.height",
-  "_gst_riff_strf_vids.image_size",
-  "_gst_riff_strf_vids.imp_colors",
-  "_gst_riff_strf_vids.num_colors",
-  "_gst_riff_strf_vids.planes",
-  "_gst_riff_strf_vids.size",
-  "_gst_riff_strf_vids.width",
-  "_gst_riff_strf_vids.xpels_meter",
-  "_gst_riff_strf_vids.ypels_meter",
-  "_gst_riff_strh.bufsize",
-  "_gst_riff_strh.fcc_handler",
-  "_gst_riff_strh.flags",
-  "_gst_riff_strh.init_frames",
-  "_gst_riff_strh.length",
-  "_gst_riff_strh.priority",
-  "_gst_riff_strh.quality",
-  "_gst_riff_strh.rate",
-  "_gst_riff_strh.samplesize",
-  "_gst_riff_strh.scale",
-  "_gst_riff_strh.start",
-  "_gst_riff_strh.type",
-  "_tcase_add_test",
-  "a2dpsink",
-  "a2dpsink:auto-connect",
-  "a2dpsink:device",
-  "a2dpsink:transport",
-  "a52dec",
-  "a52dec:drc",
-  "a52dec:lfe",
-  "a52dec:mode",
-  "aac-encoder-coder",
-  "aac-encoder-coder::anmr",
-  "aac-encoder-coder::fast",
-  "aac-encoder-coder::twoloop",
-  "aacparse",
-  "aasink",
-  "aasink:brightness",
-  "aasink:contrast",
-  "aasink:dither",
-  "aasink:driver",
-  "aasink:frame-time",
-  "aasink:frames-displayed",
-  "aasink:gamma",
-  "aasink:height",
-  "aasink:inversion",
-  "aasink:randomval",
-  "aasink:width",
-  "aatv",
-  "aatv:brightness",
-  "aatv:brightness-actual",
-  "aatv:brightness-auto",
-  "aatv:brightness-max",
-  "aatv:brightness-min",
-  "aatv:color-background",
-  "aatv:color-rain",
-  "aatv:color-rain-bold",
-  "aatv:color-rain-dim",
-  "aatv:color-rain-normal",
-  "aatv:color-text",
-  "aatv:color-text-bold",
-  "aatv:color-text-dim",
-  "aatv:color-text-normal",
-  "aatv:contrast",
-  "aatv:dither",
-  "aatv:font",
-  "aatv:gamma",
-  "aatv:height",
-  "aatv:rain-delay-max",
-  "aatv:rain-delay-min",
-  "aatv:rain-length-max",
-  "aatv:rain-length-min",
-  "aatv:rain-mode",
-  "aatv:rain-spawn-rate",
-  "aatv:randomval",
-  "aatv:width",
-  "ac-3-encoder-ad-conv-type",
-  "ac-3-encoder-ad-conv-type::hdcd",
-  "ac-3-encoder-ad-conv-type::standard",
-  "ac-3-encoder-ad-conv-type::unknown",
-  "ac-3-encoder-channel-coupling",
-  "ac-3-encoder-channel-coupling::auto",
-  "ac-3-encoder-cpl-start-band",
-  "ac-3-encoder-cpl-start-band::auto",
-  "ac-3-encoder-dheadphone-mode",
-  "ac-3-encoder-dheadphone-mode::notindicated",
-  "ac-3-encoder-dheadphone-mode::off",
-  "ac-3-encoder-dheadphone-mode::on",
-  "ac-3-encoder-dheadphone-mode::unknown",
-  "ac-3-encoder-dmix-mode",
-  "ac-3-encoder-dmix-mode::dplii",
-  "ac-3-encoder-dmix-mode::loro",
-  "ac-3-encoder-dmix-mode::ltrt",
-  "ac-3-encoder-dmix-mode::notindicated",
-  "ac-3-encoder-dmix-mode::unknown",
-  "ac-3-encoder-dsur-mode",
-  "ac-3-encoder-dsur-mode::notindicated",
-  "ac-3-encoder-dsur-mode::off",
-  "ac-3-encoder-dsur-mode::on",
-  "ac-3-encoder-dsur-mode::unknown",
-  "ac-3-encoder-dsurex-mode",
-  "ac-3-encoder-dsurex-mode::dpliiz",
-  "ac-3-encoder-dsurex-mode::notindicated",
-  "ac-3-encoder-dsurex-mode::off",
-  "ac-3-encoder-dsurex-mode::on",
-  "ac-3-encoder-dsurex-mode::unknown",
-  "ac-3-encoder-room-type",
-  "ac-3-encoder-room-type::large",
-  "ac-3-encoder-room-type::notindicated",
-  "ac-3-encoder-room-type::small",
-  "ac-3-encoder-room-type::unknown",
-  "ac3parse",
-  "accurip",
-  "accurip:first-track",
-  "accurip:last-track",
-  "adder",
-  "adder:caps",
-  "adpcmdec",
-  "adpcmenc",
-  "adpcmenc:blockalign",
-  "adpcmenc:layout",
-  "aesdec",
-  "aesdec:cipher",
-  "aesdec:iv",
-  "aesdec:key",
-  "aesdec:per-buffer-padding",
-  "aesdec:serialize-iv",
-  "aesenc",
-  "aesenc:cipher",
-  "aesenc:iv",
-  "aesenc:key",
-  "aesenc:per-buffer-padding",
-  "aesenc:serialize-iv",
-  "agingtv",
-  "agingtv:color-aging",
-  "agingtv:dusts",
-  "agingtv:pits",
-  "agingtv:scratch-lines",
-  "aiffmux",
-  "aiffparse",
-  "ajasink",
-  "ajasink:audio-system",
-  "ajasink:cea608-line-number",
-  "ajasink:cea708-line-number",
-  "ajasink:channel",
-  "ajasink:device-identifier",
-  "ajasink:end-frame",
-  "ajasink:handle-ancillary-meta",
-  "ajasink:output-cpu-core",
-  "ajasink:output-destination",
-  "ajasink:queue-size",
-  "ajasink:reference-source",
-  "ajasink:rp188",
-  "ajasink:sdi-mode",
-  "ajasink:start-frame",
-  "ajasink:timecode-index",
-  "ajasinkcombiner",
-  "ajasrc",
-  "ajasrc:attach-ancillary-meta",
-  "ajasrc:audio-source",
-  "ajasrc:audio-system",
-  "ajasrc:capture-cpu-core",
-  "ajasrc:channel",
-  "ajasrc:closed-caption-capture-mode",
-  "ajasrc:device-identifier",
-  "ajasrc:embedded-audio-input",
-  "ajasrc:end-frame",
-  "ajasrc:input-source",
-  "ajasrc:queue-size",
-  "ajasrc:reference-source",
-  "ajasrc:rp188",
-  "ajasrc:sdi-input-mode",
-  "ajasrc:signal",
-  "ajasrc:start-frame",
-  "ajasrc:timecode-index",
-  "ajasrc:video-format",
-  "ajasrcdemux",
-  "alawdec",
-  "alawenc",
-  "alpha",
-  "alpha:alpha",
-  "alpha:angle",
-  "alpha:black-sensitivity",
-  "alpha:method",
-  "alpha:noise-level",
-  "alpha:prefer-passthrough",
-  "alpha:target-b",
-  "alpha:target-g",
-  "alpha:target-r",
-  "alpha:white-sensitivity",
-  "alphacolor",
-  "alphacombine",
-  "alsamidisrc",
-  "alsamidisrc:ports",
-  "alsasink",
-  "alsasink:card-name",
-  "alsasink:device",
-  "alsasink:device-name",
-  "alsasrc",
-  "alsasrc:card-name",
-  "alsasrc:device",
-  "alsasrc:device-name",
-  "alsasrc:use-driver-timestamps",
-  "amfav1enc",
-  "amfav1enc:adapter-luid",
-  "amfav1enc:bitrate",
-  "amfav1enc:gop-size",
-  "amfav1enc:max-bitrate",
-  "amfav1enc:max-qp-i",
-  "amfav1enc:max-qp-p",
-  "amfav1enc:min-qp-i",
-  "amfav1enc:min-qp-p",
-  "amfav1enc:pa-activity-type",
-  "amfav1enc:pa-caq-strength",
-  "amfav1enc:pa-frame-sad",
-  "amfav1enc:pa-hqmb-mode",
-  "amfav1enc:pa-initial-qp",
-  "amfav1enc:pa-lookahead-buffer-depth",
-  "amfav1enc:pa-ltr",
-  "amfav1enc:pa-max-qp",
-  "amfav1enc:pa-paq-mode",
-  "amfav1enc:pa-scene-change-detection",
-  "amfav1enc:pa-scene-change-detection-sensitivity",
-  "amfav1enc:pa-static-scene-detection",
-  "amfav1enc:pa-static-scene-detection-sensitivity",
-  "amfav1enc:pa-taq-mode",
-  "amfav1enc:pre-analysis",
-  "amfav1enc:pre-encode",
-  "amfav1enc:preset",
-  "amfav1enc:qp-i",
-  "amfav1enc:qp-p",
-  "amfav1enc:rate-control",
-  "amfav1enc:ref-frames",
-  "amfav1enc:smart-access-video",
-  "amfav1enc:usage",
-  "amfh264enc",
-  "amfh264enc:adapter-luid",
-  "amfh264enc:adaptive-mini-gop",
-  "amfh264enc:aud",
-  "amfh264enc:b-frames",
-  "amfh264enc:b-reference",
-  "amfh264enc:bitrate",
-  "amfh264enc:cabac",
-  "amfh264enc:gop-size",
-  "amfh264enc:max-b-frames",
-  "amfh264enc:max-bitrate",
-  "amfh264enc:max-qp",
-  "amfh264enc:min-qp",
-  "amfh264enc:pa-activity-type",
-  "amfh264enc:pa-caq-strength",
-  "amfh264enc:pa-frame-sad",
-  "amfh264enc:pa-hqmb-mode",
-  "amfh264enc:pa-initial-qp",
-  "amfh264enc:pa-lookahead-buffer-depth",
-  "amfh264enc:pa-ltr",
-  "amfh264enc:pa-max-qp",
-  "amfh264enc:pa-paq-mode",
-  "amfh264enc:pa-scene-change-detection",
-  "amfh264enc:pa-scene-change-detection-sensitivity",
-  "amfh264enc:pa-static-scene-detection",
-  "amfh264enc:pa-static-scene-detection-sensitivity",
-  "amfh264enc:pa-taq-mode",
-  "amfh264enc:pre-analysis",
-  "amfh264enc:pre-encode",
-  "amfh264enc:preset",
-  "amfh264enc:qp-i",
-  "amfh264enc:qp-p",
-  "amfh264enc:rate-control",
-  "amfh264enc:ref-frames",
-  "amfh264enc:smart-access-video",
-  "amfh264enc:usage",
-  "amfh265enc",
-  "amfh265enc:adapter-luid",
-  "amfh265enc:aud",
-  "amfh265enc:bitrate",
-  "amfh265enc:gop-size",
-  "amfh265enc:max-bitrate",
-  "amfh265enc:max-qp-i",
-  "amfh265enc:max-qp-p",
-  "amfh265enc:min-qp-i",
-  "amfh265enc:min-qp-p",
-  "amfh265enc:pa-activity-type",
-  "amfh265enc:pa-caq-strength",
-  "amfh265enc:pa-frame-sad",
-  "amfh265enc:pa-hqmb-mode",
-  "amfh265enc:pa-initial-qp",
-  "amfh265enc:pa-lookahead-buffer-depth",
-  "amfh265enc:pa-ltr",
-  "amfh265enc:pa-max-qp",
-  "amfh265enc:pa-paq-mode",
-  "amfh265enc:pa-scene-change-detection",
-  "amfh265enc:pa-scene-change-detection-sensitivity",
-  "amfh265enc:pa-static-scene-detection",
-  "amfh265enc:pa-static-scene-detection-sensitivity",
-  "amfh265enc:pa-taq-mode",
-  "amfh265enc:pre-analysis",
-  "amfh265enc:pre-encode",
-  "amfh265enc:preset",
-  "amfh265enc:qp-i",
-  "amfh265enc:qp-p",
-  "amfh265enc:rate-control",
-  "amfh265enc:ref-frames",
-  "amfh265enc:smart-access-video",
-  "amfh265enc:usage",
-  "amrnbdec",
-  "amrnbdec:variant",
-  "amrnbenc",
-  "amrnbenc:band-mode",
-  "amrparse",
-  "amrwbdec",
-  "amv-encoder-cmp-func",
-  "amv-encoder-cmp-func::bit",
-  "amv-encoder-cmp-func::chroma",
-  "amv-encoder-cmp-func::dct",
-  "amv-encoder-cmp-func::dct264",
-  "amv-encoder-cmp-func::dctmax",
-  "amv-encoder-cmp-func::msad",
-  "amv-encoder-cmp-func::nsse",
-  "amv-encoder-cmp-func::psnr",
-  "amv-encoder-cmp-func::rd",
-  "amv-encoder-cmp-func::sad",
-  "amv-encoder-cmp-func::satd",
-  "amv-encoder-cmp-func::sse",
-  "amv-encoder-cmp-func::vsad",
-  "amv-encoder-cmp-func::vsse",
-  "amv-encoder-cmp-func::zero",
-  "amv-encoder-huffman",
-  "amv-encoder-huffman::default",
-  "amv-encoder-huffman::optimal",
-  "amv-encoder-motion-est",
-  "amv-encoder-motion-est::epzs",
-  "amv-encoder-motion-est::xone",
-  "amv-encoder-motion-est::zero",
-  "amv-encoder-mpv-flags",
-  "amv-encoder-mpv-flags::cbp_rd",
-  "amv-encoder-mpv-flags::mv0",
-  "amv-encoder-mpv-flags::naq",
-  "amv-encoder-mpv-flags::qp_rd",
-  "amv-encoder-mpv-flags::skip_rd",
-  "amv-encoder-mpv-flags::strict_gop",
-  "amv-encoder-pred",
-  "amv-encoder-pred::left",
-  "amv-encoder-pred::median",
-  "amv-encoder-pred::plane",
-  "amv-encoder-rc-strategy",
-  "amv-encoder-rc-strategy::ffmpeg",
-  "apedemux",
-  "apev2mux",
-  "apng-encoder-pred",
-  "apng-encoder-pred::avg",
-  "apng-encoder-pred::mixed",
-  "apng-encoder-pred::none",
-  "apng-encoder-pred::paeth",
-  "apng-encoder-pred::sub",
-  "apng-encoder-pred::up",
-  "appsink",
-  "appsink::eos",
-  "appsink::new-preroll",
-  "appsink::new-sample",
-  "appsink::new-serialized-event",
-  "appsink::propose-allocation",
-  "appsink::pull-preroll",
-  "appsink::pull-sample",
-  "appsink::try-pull-object",
-  "appsink::try-pull-preroll",
-  "appsink::try-pull-sample",
-  "appsink:buffer-list",
-  "appsink:caps",
-  "appsink:drop",
-  "appsink:emit-signals",
-  "appsink:eos",
-  "appsink:max-buffers",
-  "appsink:max-bytes",
-  "appsink:max-time",
-  "appsink:wait-on-eos",
-  "appsrc",
-  "appsrc::end-of-stream",
-  "appsrc::enough-data",
-  "appsrc::need-data",
-  "appsrc::push-buffer",
-  "appsrc::push-buffer-list",
-  "appsrc::push-sample",
-  "appsrc::seek-data",
-  "appsrc:block",
-  "appsrc:caps",
-  "appsrc:current-level-buffers",
-  "appsrc:current-level-bytes",
-  "appsrc:current-level-time",
-  "appsrc:duration",
-  "appsrc:emit-signals",
-  "appsrc:format",
-  "appsrc:handle-segment-change",
-  "appsrc:is-live",
-  "appsrc:leaky-type",
-  "appsrc:max-buffers",
-  "appsrc:max-bytes",
-  "appsrc:max-latency",
-  "appsrc:max-time",
-  "appsrc:min-latency",
-  "appsrc:min-percent",
-  "appsrc:size",
-  "appsrc:stream-type",
-  "asfdemux",
-  "asfmux",
-  "asfmux:merge-stream-tags",
-  "asfmux:packet-size",
-  "asfmux:padding",
-  "asfmux:preroll",
-  "asfmux:streamable",
-  "asfparse",
-  "aspectratiocrop",
-  "aspectratiocrop:aspect-ratio",
-  "assert_equals_float",
-  "assert_equals_int",
-  "assert_equals_int64",
-  "assert_equals_int64_hex",
-  "assert_equals_int_hex",
-  "assert_equals_pointer",
-  "assert_equals_string",
-  "assert_equals_uint64",
-  "assert_equals_uint64_hex",
-  "assert_message_error",
-  "assrender",
-  "assrender:embeddedfonts",
-  "assrender:enable",
-  "assrender:wait-text",
-  "asteriskh263",
-  "atdec",
-  "atscmux",
-  "audioamplify",
-  "audioamplify:amplification",
-  "audioamplify:clipping-method",
-  "audiobuffersplit",
-  "audiobuffersplit:alignment-threshold",
-  "audiobuffersplit:discont-wait",
-  "audiobuffersplit:gapless",
-  "audiobuffersplit:max-silence-time",
-  "audiobuffersplit:output-buffer-duration",
-  "audiobuffersplit:output-buffer-size",
-  "audiobuffersplit:strict-buffer-size",
-  "audiochannelmix",
-  "audiochannelmix:left-to-left",
-  "audiochannelmix:left-to-right",
-  "audiochannelmix:right-to-left",
-  "audiochannelmix:right-to-right",
-  "audiochebband",
-  "audiochebband:lower-frequency",
-  "audiochebband:mode",
-  "audiochebband:poles",
-  "audiochebband:ripple",
-  "audiochebband:type",
-  "audiochebband:upper-frequency",
-  "audiocheblimit",
-  "audiocheblimit:cutoff",
-  "audiocheblimit:mode",
-  "audiocheblimit:poles",
-  "audiocheblimit:ripple",
-  "audiocheblimit:type",
-  "audioconvert",
-  "audioconvert:dithering",
-  "audioconvert:dithering-threshold",
-  "audioconvert:mix-matrix",
-  "audioconvert:noise-shaping",
-  "audiodynamic",
-  "audiodynamic:characteristics",
-  "audiodynamic:mode",
-  "audiodynamic:ratio",
-  "audiodynamic:threshold",
-  "audioecho",
-  "audioecho:delay",
-  "audioecho:feedback",
-  "audioecho:intensity",
-  "audioecho:max-delay",
-  "audioecho:surround-delay",
-  "audioecho:surround-mask",
-  "audiofirfilter",
-  "audiofirfilter::rate-changed",
-  "audiofirfilter:kernel",
-  "audiofirfilter:latency",
-  "audioiirfilter",
-  "audioiirfilter::rate-changed",
-  "audioiirfilter:a",
-  "audioiirfilter:b",
-  "audiointerleave",
-  "audiointerleave:channel-positions",
-  "audiointerleave:channel-positions-from-input",
-  "audioinvert",
-  "audioinvert:degree",
-  "audiokaraoke",
-  "audiokaraoke:filter-band",
-  "audiokaraoke:filter-width",
-  "audiokaraoke:level",
-  "audiokaraoke:mono-level",
-  "audiolatency",
-  "audiolatency:average-latency",
-  "audiolatency:last-latency",
-  "audiolatency:print-latency",
-  "audiolatency:samplesperbuffer",
-  "audiomixer",
-  "audiomixmatrix",
-  "audiomixmatrix:channel-mask",
-  "audiomixmatrix:in-channels",
-  "audiomixmatrix:matrix",
-  "audiomixmatrix:mode",
-  "audiomixmatrix:out-channels",
-  "audiopanorama",
-  "audiopanorama:method",
-  "audiopanorama:panorama",
-  "audioparse",
-  "audioparse:channel-positions",
-  "audioparse:channels",
-  "audioparse:format",
-  "audioparse:interleaved",
-  "audioparse:rate",
-  "audioparse:raw-format",
-  "audioparse:use-sink-caps",
-  "audiorate",
-  "audiorate:add",
-  "audiorate:drop",
-  "audiorate:in",
-  "audiorate:out",
-  "audiorate:silent",
-  "audiorate:skip-to-first",
-  "audiorate:tolerance",
-  "audioresample",
-  "audioresample:quality",
-  "audioresample:resample-method",
-  "audioresample:sinc-filter-auto-threshold",
-  "audioresample:sinc-filter-interpolation",
-  "audioresample:sinc-filter-mode",
-  "audiosegmentclip",
-  "audiotestsrc",
-  "audiotestsrc:apply-tick-ramp",
-  "audiotestsrc:can-activate-pull",
-  "audiotestsrc:can-activate-push",
-  "audiotestsrc:freq",
-  "audiotestsrc:is-live",
-  "audiotestsrc:marker-tick-period",
-  "audiotestsrc:marker-tick-volume",
-  "audiotestsrc:samplesperbuffer",
-  "audiotestsrc:sine-periods-per-tick",
-  "audiotestsrc:tick-interval",
-  "audiotestsrc:timestamp-offset",
-  "audiotestsrc:volume",
-  "audiotestsrc:wave",
-  "audiowsincband",
-  "audiowsincband:length",
-  "audiowsincband:lower-frequency",
-  "audiowsincband:mode",
-  "audiowsincband:upper-frequency",
-  "audiowsincband:window",
-  "audiowsinclimit",
-  "audiowsinclimit:cutoff",
-  "audiowsinclimit:length",
-  "audiowsinclimit:mode",
-  "audiowsinclimit:window",
-  "auparse",
-  "autoaudiosink",
-  "autoaudiosink:ts-offset",
-  "autoaudiosrc",
-  "autoconvert",
-  "autoconvert:factories",
-  "autoconvert:factory-names",
-  "autodeinterlace",
-  "autodeinterlace:fields",
-  "autodeinterlace:layout",
-  "autodeinterlace:mode",
-  "autovideoconvert",
-  "autovideoflip",
-  "autovideoflip:video-direction",
-  "autovideosink",
-  "autovideosink:ts-offset",
-  "autovideosrc",
-  "av12json",
-  "av1dec",
-  "av1enc",
-  "av1enc:buf-initial-sz",
-  "av1enc:buf-optimal-sz",
-  "av1enc:buf-sz",
-  "av1enc:cpu-used",
-  "av1enc:drop-frame",
-  "av1enc:enc-pass",
-  "av1enc:end-usage",
-  "av1enc:keyframe-max-dist",
-  "av1enc:keyframe-mode",
-  "av1enc:lag-in-frames",
-  "av1enc:max-quantizer",
-  "av1enc:min-quantizer",
-  "av1enc:overshoot-pct",
-  "av1enc:resize-denominator",
-  "av1enc:resize-kf-denominator",
-  "av1enc:resize-mode",
-  "av1enc:row-mt",
-  "av1enc:superres-denominator",
-  "av1enc:superres-kf-denominator",
-  "av1enc:superres-kf-qthresh",
-  "av1enc:superres-mode",
-  "av1enc:superres-qthresh",
-  "av1enc:target-bitrate",
-  "av1enc:threads",
-  "av1enc:tile-columns",
-  "av1enc:tile-rows",
-  "av1enc:undershoot-pct",
-  "av1enc:usage-profile",
-  "av1parse",
-  "avcodeccontext-audio-service-type",
-  "avcodeccontext-audio-service-type::co",
-  "avcodeccontext-audio-service-type::di",
-  "avcodeccontext-audio-service-type::ef",
-  "avcodeccontext-audio-service-type::em",
-  "avcodeccontext-audio-service-type::hi",
-  "avcodeccontext-audio-service-type::ka",
-  "avcodeccontext-audio-service-type::ma",
-  "avcodeccontext-audio-service-type::vi",
-  "avcodeccontext-audio-service-type::vo",
-  "avcodeccontext-chroma-sample-location-type",
-  "avcodeccontext-chroma-sample-location-type::bottom",
-  "avcodeccontext-chroma-sample-location-type::bottomleft",
-  "avcodeccontext-chroma-sample-location-type::center",
-  "avcodeccontext-chroma-sample-location-type::left",
-  "avcodeccontext-chroma-sample-location-type::top",
-  "avcodeccontext-chroma-sample-location-type::topleft",
-  "avcodeccontext-chroma-sample-location-type::unknown",
-  "avcodeccontext-cmp-func",
-  "avcodeccontext-cmp-func::bit",
-  "avcodeccontext-cmp-func::chroma",
-  "avcodeccontext-cmp-func::dct",
-  "avcodeccontext-cmp-func::dctmax",
-  "avcodeccontext-cmp-func::msad",
-  "avcodeccontext-cmp-func::nsse",
-  "avcodeccontext-cmp-func::psnr",
-  "avcodeccontext-cmp-func::rd",
-  "avcodeccontext-cmp-func::sad",
-  "avcodeccontext-cmp-func::satd",
-  "avcodeccontext-cmp-func::sse",
-  "avcodeccontext-cmp-func::vsad",
-  "avcodeccontext-cmp-func::vsse",
-  "avcodeccontext-cmp-func::w53",
-  "avcodeccontext-cmp-func::w97",
-  "avcodeccontext-cmp-func::zero",
-  "avcodeccontext-coder",
-  "avcodeccontext-coder::ac",
-  "avcodeccontext-coder::raw",
-  "avcodeccontext-coder::rle",
-  "avcodeccontext-coder::vlc",
-  "avcodeccontext-dct",
-  "avcodeccontext-dct::altivec",
-  "avcodeccontext-dct::auto",
-  "avcodeccontext-dct::faan",
-  "avcodeccontext-dct::fastint",
-  "avcodeccontext-dct::int",
-  "avcodeccontext-dct::mmx",
-  "avcodeccontext-debug",
-  "avcodeccontext-debug::bitstream",
-  "avcodeccontext-debug::buffers",
-  "avcodeccontext-debug::bugs",
-  "avcodeccontext-debug::dct_coeff",
-  "avcodeccontext-debug::er",
-  "avcodeccontext-debug::green_metadata",
-  "avcodeccontext-debug::mb_type",
-  "avcodeccontext-debug::mmco",
-  "avcodeccontext-debug::nomc",
-  "avcodeccontext-debug::pict",
-  "avcodeccontext-debug::qp",
-  "avcodeccontext-debug::rc",
-  "avcodeccontext-debug::skip",
-  "avcodeccontext-debug::startcode",
-  "avcodeccontext-debug::thread_ops",
-  "avcodeccontext-err-detect",
-  "avcodeccontext-err-detect::aggressive",
-  "avcodeccontext-err-detect::bitstream",
-  "avcodeccontext-err-detect::buffer",
-  "avcodeccontext-err-detect::careful",
-  "avcodeccontext-err-detect::compliant",
-  "avcodeccontext-err-detect::crccheck",
-  "avcodeccontext-err-detect::explode",
-  "avcodeccontext-err-detect::ignore_err",
-  "avcodeccontext-export-side-data",
-  "avcodeccontext-export-side-data::film_grain",
-  "avcodeccontext-export-side-data::mvs",
-  "avcodeccontext-export-side-data::prft",
-  "avcodeccontext-export-side-data::venc_params",
-  "avcodeccontext-field-order",
-  "avcodeccontext-field-order::bb",
-  "avcodeccontext-field-order::bt",
-  "avcodeccontext-field-order::progressive",
-  "avcodeccontext-field-order::tb",
-  "avcodeccontext-field-order::tt",
-  "avcodeccontext-field-order::unknown",
-  "avcodeccontext-flags",
-  "avcodeccontext-flags2",
-  "avcodeccontext-flags2::ass_ro_flush_noop",
-  "avcodeccontext-flags2::chunks",
-  "avcodeccontext-flags2::export_mvs",
-  "avcodeccontext-flags2::fast",
-  "avcodeccontext-flags2::ignorecrop",
-  "avcodeccontext-flags2::local_header",
-  "avcodeccontext-flags2::noout",
-  "avcodeccontext-flags2::showall",
-  "avcodeccontext-flags2::skip_manual",
-  "avcodeccontext-flags::aic",
-  "avcodeccontext-flags::bitexact",
-  "avcodeccontext-flags::cgop",
-  "avcodeccontext-flags::drop_changed",
-  "avcodeccontext-flags::global_header",
-  "avcodeccontext-flags::gray",
-  "avcodeccontext-flags::ildct",
-  "avcodeccontext-flags::ilme",
-  "avcodeccontext-flags::loop",
-  "avcodeccontext-flags::low_delay",
-  "avcodeccontext-flags::mv4",
-  "avcodeccontext-flags::output_corrupt",
-  "avcodeccontext-flags::psnr",
-  "avcodeccontext-flags::qpel",
-  "avcodeccontext-flags::truncated",
-  "avcodeccontext-flags::unaligned",
-  "avcodeccontext-idct",
-  "avcodeccontext-idct::altivec",
-  "avcodeccontext-idct::arm",
-  "avcodeccontext-idct::auto",
-  "avcodeccontext-idct::faani",
-  "avcodeccontext-idct::int",
-  "avcodeccontext-idct::simple",
-  "avcodeccontext-idct::simplearm",
-  "avcodeccontext-idct::simplearmv5te",
-  "avcodeccontext-idct::simplearmv6",
-  "avcodeccontext-idct::simpleauto",
-  "avcodeccontext-idct::simplemmx",
-  "avcodeccontext-idct::simpleneon",
-  "avcodeccontext-idct::xvid",
-  "avcodeccontext-mbd",
-  "avcodeccontext-mbd::bits",
-  "avcodeccontext-mbd::rd",
-  "avcodeccontext-mbd::simple",
-  "avcodeccontext-pred",
-  "avcodeccontext-pred::left",
-  "avcodeccontext-pred::median",
-  "avcodeccontext-pred::plane",
-  "avcodeccontext-strict",
-  "avcodeccontext-strict::experimental",
-  "avcodeccontext-strict::normal",
-  "avcodeccontext-strict::strict",
-  "avcodeccontext-strict::unofficial",
-  "avcodeccontext-strict::very",
-  "avcodeccontext-thread-type",
-  "avcodeccontext-thread-type::frame",
-  "avcodeccontext-thread-type::slice",
-  "avcodeccontext-threads",
-  "avcodeccontext-threads::auto",
-  "avcodeccontext-threads::unknown",
-  "avdec_4xm",
-  "avdec_4xm!sink",
-  "avdec_4xm!src",
-  "avdec_4xm:debug-mv",
-  "avdec_4xm:direct-rendering",
-  "avdec_4xm:lowres",
-  "avdec_4xm:output-corrupt",
-  "avdec_4xm:skip-frame",
-  "avdec_8bps",
-  "avdec_8bps!sink",
-  "avdec_8bps!src",
-  "avdec_8bps:debug-mv",
-  "avdec_8bps:direct-rendering",
-  "avdec_8bps:lowres",
-  "avdec_8bps:output-corrupt",
-  "avdec_8bps:skip-frame",
-  "avdec_8svx_exp",
-  "avdec_8svx_exp!sink",
-  "avdec_8svx_exp!src",
-  "avdec_8svx_fib",
-  "avdec_8svx_fib!sink",
-  "avdec_8svx_fib!src",
-  "avdec_aac",
-  "avdec_aac!sink",
-  "avdec_aac!src",
-  "avdec_aac_fixed",
-  "avdec_aac_fixed!sink",
-  "avdec_aac_fixed!src",
-  "avdec_aac_latm",
-  "avdec_aac_latm!sink",
-  "avdec_aac_latm!src",
-  "avdec_aasc",
-  "avdec_aasc!sink",
-  "avdec_aasc!src",
-  "avdec_aasc:debug-mv",
-  "avdec_aasc:direct-rendering",
-  "avdec_aasc:lowres",
-  "avdec_aasc:output-corrupt",
-  "avdec_aasc:skip-frame",
-  "avdec_ac3",
-  "avdec_ac3!sink",
-  "avdec_ac3!src",
-  "avdec_ac3_fixed",
-  "avdec_ac3_fixed!sink",
-  "avdec_ac3_fixed!src",
-  "avdec_acelp_kelvin",
-  "avdec_acelp_kelvin!sink",
-  "avdec_acelp_kelvin!src",
-  "avdec_adpcm_4xm",
-  "avdec_adpcm_4xm!sink",
-  "avdec_adpcm_4xm!src",
-  "avdec_adpcm_adx",
-  "avdec_adpcm_adx!sink",
-  "avdec_adpcm_adx!src",
-  "avdec_adpcm_afc",
-  "avdec_adpcm_afc!sink",
-  "avdec_adpcm_afc!src",
-  "avdec_adpcm_agm",
-  "avdec_adpcm_agm!sink",
-  "avdec_adpcm_agm!src",
-  "avdec_adpcm_aica",
-  "avdec_adpcm_aica!sink",
-  "avdec_adpcm_aica!src",
-  "avdec_adpcm_argo",
-  "avdec_adpcm_argo!sink",
-  "avdec_adpcm_argo!src",
-  "avdec_adpcm_ct",
-  "avdec_adpcm_ct!sink",
-  "avdec_adpcm_ct!src",
-  "avdec_adpcm_dtk",
-  "avdec_adpcm_dtk!sink",
-  "avdec_adpcm_dtk!src",
-  "avdec_adpcm_ea",
-  "avdec_adpcm_ea!sink",
-  "avdec_adpcm_ea!src",
-  "avdec_adpcm_ea_maxis_xa",
-  "avdec_adpcm_ea_maxis_xa!sink",
-  "avdec_adpcm_ea_maxis_xa!src",
-  "avdec_adpcm_ea_r1",
-  "avdec_adpcm_ea_r1!sink",
-  "avdec_adpcm_ea_r1!src",
-  "avdec_adpcm_ea_r2",
-  "avdec_adpcm_ea_r2!sink",
-  "avdec_adpcm_ea_r2!src",
-  "avdec_adpcm_ea_r3",
-  "avdec_adpcm_ea_r3!sink",
-  "avdec_adpcm_ea_r3!src",
-  "avdec_adpcm_ea_xas",
-  "avdec_adpcm_ea_xas!sink",
-  "avdec_adpcm_ea_xas!src",
-  "avdec_adpcm_ima_alp",
-  "avdec_adpcm_ima_alp!sink",
-  "avdec_adpcm_ima_alp!src",
-  "avdec_adpcm_ima_amv",
-  "avdec_adpcm_ima_amv!sink",
-  "avdec_adpcm_ima_amv!src",
-  "avdec_adpcm_ima_apc",
-  "avdec_adpcm_ima_apc!sink",
-  "avdec_adpcm_ima_apc!src",
-  "avdec_adpcm_ima_apm",
-  "avdec_adpcm_ima_apm!sink",
-  "avdec_adpcm_ima_apm!src",
-  "avdec_adpcm_ima_cunning",
-  "avdec_adpcm_ima_cunning!sink",
-  "avdec_adpcm_ima_cunning!src",
-  "avdec_adpcm_ima_dat4",
-  "avdec_adpcm_ima_dat4!sink",
-  "avdec_adpcm_ima_dat4!src",
-  "avdec_adpcm_ima_dk3",
-  "avdec_adpcm_ima_dk3!sink",
-  "avdec_adpcm_ima_dk3!src",
-  "avdec_adpcm_ima_dk4",
-  "avdec_adpcm_ima_dk4!sink",
-  "avdec_adpcm_ima_dk4!src",
-  "avdec_adpcm_ima_ea_eacs",
-  "avdec_adpcm_ima_ea_eacs!sink",
-  "avdec_adpcm_ima_ea_eacs!src",
-  "avdec_adpcm_ima_ea_sead",
-  "avdec_adpcm_ima_ea_sead!sink",
-  "avdec_adpcm_ima_ea_sead!src",
-  "avdec_adpcm_ima_iss",
-  "avdec_adpcm_ima_iss!sink",
-  "avdec_adpcm_ima_iss!src",
-  "avdec_adpcm_ima_moflex",
-  "avdec_adpcm_ima_moflex!sink",
-  "avdec_adpcm_ima_moflex!src",
-  "avdec_adpcm_ima_mtf",
-  "avdec_adpcm_ima_mtf!sink",
-  "avdec_adpcm_ima_mtf!src",
-  "avdec_adpcm_ima_oki",
-  "avdec_adpcm_ima_oki!sink",
-  "avdec_adpcm_ima_oki!src",
-  "avdec_adpcm_ima_qt",
-  "avdec_adpcm_ima_qt!sink",
-  "avdec_adpcm_ima_qt!src",
-  "avdec_adpcm_ima_rad",
-  "avdec_adpcm_ima_rad!sink",
-  "avdec_adpcm_ima_rad!src",
-  "avdec_adpcm_ima_smjpeg",
-  "avdec_adpcm_ima_smjpeg!sink",
-  "avdec_adpcm_ima_smjpeg!src",
-  "avdec_adpcm_ima_ssi",
-  "avdec_adpcm_ima_ssi!sink",
-  "avdec_adpcm_ima_ssi!src",
-  "avdec_adpcm_ima_wav",
-  "avdec_adpcm_ima_wav!sink",
-  "avdec_adpcm_ima_wav!src",
-  "avdec_adpcm_ima_ws",
-  "avdec_adpcm_ima_ws!sink",
-  "avdec_adpcm_ima_ws!src",
-  "avdec_adpcm_ms",
-  "avdec_adpcm_ms!sink",
-  "avdec_adpcm_ms!src",
-  "avdec_adpcm_mtaf",
-  "avdec_adpcm_mtaf!sink",
-  "avdec_adpcm_mtaf!src",
-  "avdec_adpcm_psx",
-  "avdec_adpcm_psx!sink",
-  "avdec_adpcm_psx!src",
-  "avdec_adpcm_sbpro_2",
-  "avdec_adpcm_sbpro_2!sink",
-  "avdec_adpcm_sbpro_2!src",
-  "avdec_adpcm_sbpro_3",
-  "avdec_adpcm_sbpro_3!sink",
-  "avdec_adpcm_sbpro_3!src",
-  "avdec_adpcm_sbpro_4",
-  "avdec_adpcm_sbpro_4!sink",
-  "avdec_adpcm_sbpro_4!src",
-  "avdec_adpcm_swf",
-  "avdec_adpcm_swf!sink",
-  "avdec_adpcm_swf!src",
-  "avdec_adpcm_thp",
-  "avdec_adpcm_thp!sink",
-  "avdec_adpcm_thp!src",
-  "avdec_adpcm_thp_le",
-  "avdec_adpcm_thp_le!sink",
-  "avdec_adpcm_thp_le!src",
-  "avdec_adpcm_vima",
-  "avdec_adpcm_vima!sink",
-  "avdec_adpcm_vima!src",
-  "avdec_adpcm_xa",
-  "avdec_adpcm_xa!sink",
-  "avdec_adpcm_xa!src",
-  "avdec_adpcm_yamaha",
-  "avdec_adpcm_yamaha!sink",
-  "avdec_adpcm_yamaha!src",
-  "avdec_adpcm_zork",
-  "avdec_adpcm_zork!sink",
-  "avdec_adpcm_zork!src",
-  "avdec_agm",
-  "avdec_agm!sink",
-  "avdec_agm!src",
-  "avdec_agm:debug-mv",
-  "avdec_agm:direct-rendering",
-  "avdec_agm:lowres",
-  "avdec_agm:output-corrupt",
-  "avdec_agm:skip-frame",
-  "avdec_aic",
-  "avdec_aic!sink",
-  "avdec_aic!src",
-  "avdec_aic:debug-mv",
-  "avdec_aic:direct-rendering",
-  "avdec_aic:lowres",
-  "avdec_aic:max-threads",
-  "avdec_aic:output-corrupt",
-  "avdec_aic:skip-frame",
-  "avdec_aic:thread-type",
-  "avdec_alac",
-  "avdec_alac!sink",
-  "avdec_alac!src",
-  "avdec_alias_pix",
-  "avdec_alias_pix!sink",
-  "avdec_alias_pix!src",
-  "avdec_alias_pix:debug-mv",
-  "avdec_alias_pix:direct-rendering",
-  "avdec_alias_pix:lowres",
-  "avdec_alias_pix:output-corrupt",
-  "avdec_alias_pix:skip-frame",
-  "avdec_als",
-  "avdec_als!sink",
-  "avdec_als!src",
-  "avdec_amrnb",
-  "avdec_amrnb!sink",
-  "avdec_amrnb!src",
-  "avdec_amrwb",
-  "avdec_amrwb!sink",
-  "avdec_amrwb!src",
-  "avdec_amv",
-  "avdec_amv!sink",
-  "avdec_amv!src",
-  "avdec_amv:debug-mv",
-  "avdec_amv:direct-rendering",
-  "avdec_amv:lowres",
-  "avdec_amv:output-corrupt",
-  "avdec_amv:skip-frame",
-  "avdec_anm",
-  "avdec_anm!sink",
-  "avdec_anm!src",
-  "avdec_anm:debug-mv",
-  "avdec_anm:direct-rendering",
-  "avdec_anm:lowres",
-  "avdec_anm:output-corrupt",
-  "avdec_anm:skip-frame",
-  "avdec_ansi",
-  "avdec_ansi!sink",
-  "avdec_ansi!src",
-  "avdec_ansi:debug-mv",
-  "avdec_ansi:direct-rendering",
-  "avdec_ansi:lowres",
-  "avdec_ansi:output-corrupt",
-  "avdec_ansi:skip-frame",
-  "avdec_ape",
-  "avdec_ape!sink",
-  "avdec_ape!src",
-  "avdec_apng",
-  "avdec_apng!sink",
-  "avdec_apng!src",
-  "avdec_apng:debug-mv",
-  "avdec_apng:direct-rendering",
-  "avdec_apng:lowres",
-  "avdec_apng:max-threads",
-  "avdec_apng:output-corrupt",
-  "avdec_apng:skip-frame",
-  "avdec_apng:thread-type",
-  "avdec_aptx",
-  "avdec_aptx!sink",
-  "avdec_aptx!src",
-  "avdec_aptx_hd",
-  "avdec_aptx_hd!sink",
-  "avdec_aptx_hd!src",
-  "avdec_arbc",
-  "avdec_arbc!sink",
-  "avdec_arbc!src",
-  "avdec_arbc:debug-mv",
-  "avdec_arbc:direct-rendering",
-  "avdec_arbc:lowres",
-  "avdec_arbc:output-corrupt",
-  "avdec_arbc:skip-frame",
-  "avdec_argo",
-  "avdec_argo!sink",
-  "avdec_argo!src",
-  "avdec_argo:debug-mv",
-  "avdec_argo:direct-rendering",
-  "avdec_argo:lowres",
-  "avdec_argo:output-corrupt",
-  "avdec_argo:skip-frame",
-  "avdec_asv1",
-  "avdec_asv1!sink",
-  "avdec_asv1!src",
-  "avdec_asv1:debug-mv",
-  "avdec_asv1:direct-rendering",
-  "avdec_asv1:lowres",
-  "avdec_asv1:output-corrupt",
-  "avdec_asv1:skip-frame",
-  "avdec_asv2",
-  "avdec_asv2!sink",
-  "avdec_asv2!src",
-  "avdec_asv2:debug-mv",
-  "avdec_asv2:direct-rendering",
-  "avdec_asv2:lowres",
-  "avdec_asv2:output-corrupt",
-  "avdec_asv2:skip-frame",
-  "avdec_atrac1",
-  "avdec_atrac1!sink",
-  "avdec_atrac1!src",
-  "avdec_atrac3",
-  "avdec_atrac3!sink",
-  "avdec_atrac3!src",
-  "avdec_atrac3al",
-  "avdec_atrac3al!sink",
-  "avdec_atrac3al!src",
-  "avdec_atrac3plus",
-  "avdec_atrac3plus!sink",
-  "avdec_atrac3plus!src",
-  "avdec_atrac3plusal",
-  "avdec_atrac3plusal!sink",
-  "avdec_atrac3plusal!src",
-  "avdec_atrac9",
-  "avdec_atrac9!sink",
-  "avdec_atrac9!src",
-  "avdec_aura",
-  "avdec_aura!sink",
-  "avdec_aura!src",
-  "avdec_aura2",
-  "avdec_aura2!sink",
-  "avdec_aura2!src",
-  "avdec_aura2:debug-mv",
-  "avdec_aura2:direct-rendering",
-  "avdec_aura2:lowres",
-  "avdec_aura2:output-corrupt",
-  "avdec_aura2:skip-frame",
-  "avdec_aura:debug-mv",
-  "avdec_aura:direct-rendering",
-  "avdec_aura:lowres",
-  "avdec_aura:output-corrupt",
-  "avdec_aura:skip-frame",
-  "avdec_av1",
-  "avdec_av1!sink",
-  "avdec_av1!src",
-  "avdec_av1:debug-mv",
-  "avdec_av1:direct-rendering",
-  "avdec_av1:lowres",
-  "avdec_av1:output-corrupt",
-  "avdec_av1:skip-frame",
-  "avdec_avrn",
-  "avdec_avrn!sink",
-  "avdec_avrn!src",
-  "avdec_avrn:debug-mv",
-  "avdec_avrn:direct-rendering",
-  "avdec_avrn:lowres",
-  "avdec_avrn:output-corrupt",
-  "avdec_avrn:skip-frame",
-  "avdec_avrp",
-  "avdec_avrp!sink",
-  "avdec_avrp!src",
-  "avdec_avrp:debug-mv",
-  "avdec_avrp:direct-rendering",
-  "avdec_avrp:lowres",
-  "avdec_avrp:output-corrupt",
-  "avdec_avrp:skip-frame",
-  "avdec_avs",
-  "avdec_avs!sink",
-  "avdec_avs!src",
-  "avdec_avs:debug-mv",
-  "avdec_avs:direct-rendering",
-  "avdec_avs:lowres",
-  "avdec_avs:output-corrupt",
-  "avdec_avs:skip-frame",
-  "avdec_avui",
-  "avdec_avui!sink",
-  "avdec_avui!src",
-  "avdec_avui:debug-mv",
-  "avdec_avui:direct-rendering",
-  "avdec_avui:lowres",
-  "avdec_avui:output-corrupt",
-  "avdec_avui:skip-frame",
-  "avdec_bethsoftvid",
-  "avdec_bethsoftvid!sink",
-  "avdec_bethsoftvid!src",
-  "avdec_bethsoftvid:debug-mv",
-  "avdec_bethsoftvid:direct-rendering",
-  "avdec_bethsoftvid:lowres",
-  "avdec_bethsoftvid:output-corrupt",
-  "avdec_bethsoftvid:skip-frame",
-  "avdec_bfi",
-  "avdec_bfi!sink",
-  "avdec_bfi!src",
-  "avdec_bfi:debug-mv",
-  "avdec_bfi:direct-rendering",
-  "avdec_bfi:lowres",
-  "avdec_bfi:output-corrupt",
-  "avdec_bfi:skip-frame",
-  "avdec_binkaudio_dct",
-  "avdec_binkaudio_dct!sink",
-  "avdec_binkaudio_dct!src",
-  "avdec_binkaudio_rdft",
-  "avdec_binkaudio_rdft!sink",
-  "avdec_binkaudio_rdft!src",
-  "avdec_binkvideo",
-  "avdec_binkvideo!sink",
-  "avdec_binkvideo!src",
-  "avdec_binkvideo:debug-mv",
-  "avdec_binkvideo:direct-rendering",
-  "avdec_binkvideo:lowres",
-  "avdec_binkvideo:output-corrupt",
-  "avdec_binkvideo:skip-frame",
-  "avdec_bintext",
-  "avdec_bintext!sink",
-  "avdec_bintext!src",
-  "avdec_bintext:debug-mv",
-  "avdec_bintext:direct-rendering",
-  "avdec_bintext:lowres",
-  "avdec_bintext:output-corrupt",
-  "avdec_bintext:skip-frame",
-  "avdec_bitpacked",
-  "avdec_bitpacked!sink",
-  "avdec_bitpacked!src",
-  "avdec_bitpacked:debug-mv",
-  "avdec_bitpacked:direct-rendering",
-  "avdec_bitpacked:lowres",
-  "avdec_bitpacked:output-corrupt",
-  "avdec_bitpacked:skip-frame",
-  "avdec_bmp",
-  "avdec_bmp!sink",
-  "avdec_bmp!src",
-  "avdec_bmp:debug-mv",
-  "avdec_bmp:direct-rendering",
-  "avdec_bmp:lowres",
-  "avdec_bmp:output-corrupt",
-  "avdec_bmp:skip-frame",
-  "avdec_bmv_audio",
-  "avdec_bmv_audio!sink",
-  "avdec_bmv_audio!src",
-  "avdec_bmv_video",
-  "avdec_bmv_video!sink",
-  "avdec_bmv_video!src",
-  "avdec_bmv_video:debug-mv",
-  "avdec_bmv_video:direct-rendering",
-  "avdec_bmv_video:lowres",
-  "avdec_bmv_video:output-corrupt",
-  "avdec_bmv_video:skip-frame",
-  "avdec_brender_pix",
-  "avdec_brender_pix!sink",
-  "avdec_brender_pix!src",
-  "avdec_brender_pix:debug-mv",
-  "avdec_brender_pix:direct-rendering",
-  "avdec_brender_pix:lowres",
-  "avdec_brender_pix:output-corrupt",
-  "avdec_brender_pix:skip-frame",
-  "avdec_c93",
-  "avdec_c93!sink",
-  "avdec_c93!src",
-  "avdec_c93:debug-mv",
-  "avdec_c93:direct-rendering",
-  "avdec_c93:lowres",
-  "avdec_c93:output-corrupt",
-  "avdec_c93:skip-frame",
-  "avdec_camstudio",
-  "avdec_camstudio!sink",
-  "avdec_camstudio!src",
-  "avdec_camstudio:debug-mv",
-  "avdec_camstudio:direct-rendering",
-  "avdec_camstudio:lowres",
-  "avdec_camstudio:output-corrupt",
-  "avdec_camstudio:skip-frame",
-  "avdec_camtasia",
-  "avdec_camtasia!sink",
-  "avdec_camtasia!src",
-  "avdec_camtasia:debug-mv",
-  "avdec_camtasia:direct-rendering",
-  "avdec_camtasia:lowres",
-  "avdec_camtasia:output-corrupt",
-  "avdec_camtasia:skip-frame",
-  "avdec_cavs",
-  "avdec_cavs!sink",
-  "avdec_cavs!src",
-  "avdec_cavs:debug-mv",
-  "avdec_cavs:direct-rendering",
-  "avdec_cavs:lowres",
-  "avdec_cavs:output-corrupt",
-  "avdec_cavs:skip-frame",
-  "avdec_cdtoons",
-  "avdec_cdtoons!sink",
-  "avdec_cdtoons!src",
-  "avdec_cdtoons:debug-mv",
-  "avdec_cdtoons:direct-rendering",
-  "avdec_cdtoons:lowres",
-  "avdec_cdtoons:output-corrupt",
-  "avdec_cdtoons:skip-frame",
-  "avdec_cdxl",
-  "avdec_cdxl!sink",
-  "avdec_cdxl!src",
-  "avdec_cdxl:debug-mv",
-  "avdec_cdxl:direct-rendering",
-  "avdec_cdxl:lowres",
-  "avdec_cdxl:output-corrupt",
-  "avdec_cdxl:skip-frame",
-  "avdec_cfhd",
-  "avdec_cfhd!sink",
-  "avdec_cfhd!src",
-  "avdec_cfhd:debug-mv",
-  "avdec_cfhd:direct-rendering",
-  "avdec_cfhd:lowres",
-  "avdec_cfhd:max-threads",
-  "avdec_cfhd:output-corrupt",
-  "avdec_cfhd:skip-frame",
-  "avdec_cfhd:thread-type",
-  "avdec_cinepak",
-  "avdec_cinepak!sink",
-  "avdec_cinepak!src",
-  "avdec_cinepak:debug-mv",
-  "avdec_cinepak:direct-rendering",
-  "avdec_cinepak:lowres",
-  "avdec_cinepak:output-corrupt",
-  "avdec_cinepak:skip-frame",
-  "avdec_clearvideo",
-  "avdec_clearvideo!sink",
-  "avdec_clearvideo!src",
-  "avdec_clearvideo:debug-mv",
-  "avdec_clearvideo:direct-rendering",
-  "avdec_clearvideo:lowres",
-  "avdec_clearvideo:output-corrupt",
-  "avdec_clearvideo:skip-frame",
-  "avdec_cljr",
-  "avdec_cljr!sink",
-  "avdec_cljr!src",
-  "avdec_cljr:debug-mv",
-  "avdec_cljr:direct-rendering",
-  "avdec_cljr:lowres",
-  "avdec_cljr:output-corrupt",
-  "avdec_cljr:skip-frame",
-  "avdec_cllc",
-  "avdec_cllc!sink",
-  "avdec_cllc!src",
-  "avdec_cllc:debug-mv",
-  "avdec_cllc:direct-rendering",
-  "avdec_cllc:lowres",
-  "avdec_cllc:max-threads",
-  "avdec_cllc:output-corrupt",
-  "avdec_cllc:skip-frame",
-  "avdec_cllc:thread-type",
-  "avdec_comfortnoise",
-  "avdec_comfortnoise!sink",
-  "avdec_comfortnoise!src",
-  "avdec_cook",
-  "avdec_cook!sink",
-  "avdec_cook!src",
-  "avdec_cpia",
-  "avdec_cpia!sink",
-  "avdec_cpia!src",
-  "avdec_cpia:debug-mv",
-  "avdec_cpia:direct-rendering",
-  "avdec_cpia:lowres",
-  "avdec_cpia:output-corrupt",
-  "avdec_cpia:skip-frame",
-  "avdec_cri",
-  "avdec_cri!sink",
-  "avdec_cri!src",
-  "avdec_cri:debug-mv",
-  "avdec_cri:direct-rendering",
-  "avdec_cri:lowres",
-  "avdec_cri:max-threads",
-  "avdec_cri:output-corrupt",
-  "avdec_cri:skip-frame",
-  "avdec_cri:thread-type",
-  "avdec_cyuv",
-  "avdec_cyuv!sink",
-  "avdec_cyuv!src",
-  "avdec_cyuv:debug-mv",
-  "avdec_cyuv:direct-rendering",
-  "avdec_cyuv:lowres",
-  "avdec_cyuv:output-corrupt",
-  "avdec_cyuv:skip-frame",
-  "avdec_dca",
-  "avdec_dca!sink",
-  "avdec_dca!src",
-  "avdec_dds",
-  "avdec_dds!sink",
-  "avdec_dds!src",
-  "avdec_dds:debug-mv",
-  "avdec_dds:direct-rendering",
-  "avdec_dds:lowres",
-  "avdec_dds:max-threads",
-  "avdec_dds:output-corrupt",
-  "avdec_dds:skip-frame",
-  "avdec_dds:thread-type",
-  "avdec_derf_dpcm",
-  "avdec_derf_dpcm!sink",
-  "avdec_derf_dpcm!src",
-  "avdec_dfa",
-  "avdec_dfa!sink",
-  "avdec_dfa!src",
-  "avdec_dfa:debug-mv",
-  "avdec_dfa:direct-rendering",
-  "avdec_dfa:lowres",
-  "avdec_dfa:output-corrupt",
-  "avdec_dfa:skip-frame",
-  "avdec_dirac",
-  "avdec_dirac!sink",
-  "avdec_dirac!src",
-  "avdec_dirac:debug-mv",
-  "avdec_dirac:direct-rendering",
-  "avdec_dirac:lowres",
-  "avdec_dirac:max-threads",
-  "avdec_dirac:output-corrupt",
-  "avdec_dirac:skip-frame",
-  "avdec_dirac:thread-type",
-  "avdec_dnxhd",
-  "avdec_dnxhd!sink",
-  "avdec_dnxhd!src",
-  "avdec_dnxhd:debug-mv",
-  "avdec_dnxhd:direct-rendering",
-  "avdec_dnxhd:lowres",
-  "avdec_dnxhd:max-threads",
-  "avdec_dnxhd:output-corrupt",
-  "avdec_dnxhd:skip-frame",
-  "avdec_dnxhd:thread-type",
-  "avdec_dolby_e",
-  "avdec_dolby_e!sink",
-  "avdec_dolby_e!src",
-  "avdec_dpx",
-  "avdec_dpx!sink",
-  "avdec_dpx!src",
-  "avdec_dpx:debug-mv",
-  "avdec_dpx:direct-rendering",
-  "avdec_dpx:lowres",
-  "avdec_dpx:output-corrupt",
-  "avdec_dpx:skip-frame",
-  "avdec_dsd_lsbf",
-  "avdec_dsd_lsbf!sink",
-  "avdec_dsd_lsbf!src",
-  "avdec_dsd_lsbf_planar",
-  "avdec_dsd_lsbf_planar!sink",
-  "avdec_dsd_lsbf_planar!src",
-  "avdec_dsd_msbf",
-  "avdec_dsd_msbf!sink",
-  "avdec_dsd_msbf!src",
-  "avdec_dsd_msbf_planar",
-  "avdec_dsd_msbf_planar!sink",
-  "avdec_dsd_msbf_planar!src",
-  "avdec_dsicinaudio",
-  "avdec_dsicinaudio!sink",
-  "avdec_dsicinaudio!src",
-  "avdec_dsicinvideo",
-  "avdec_dsicinvideo!sink",
-  "avdec_dsicinvideo!src",
-  "avdec_dsicinvideo:debug-mv",
-  "avdec_dsicinvideo:direct-rendering",
-  "avdec_dsicinvideo:lowres",
-  "avdec_dsicinvideo:output-corrupt",
-  "avdec_dsicinvideo:skip-frame",
-  "avdec_dss_sp",
-  "avdec_dss_sp!sink",
-  "avdec_dss_sp!src",
-  "avdec_dst",
-  "avdec_dst!sink",
-  "avdec_dst!src",
-  "avdec_dvaudio",
-  "avdec_dvaudio!sink",
-  "avdec_dvaudio!src",
-  "avdec_dvvideo",
-  "avdec_dvvideo!sink",
-  "avdec_dvvideo!src",
-  "avdec_dvvideo:debug-mv",
-  "avdec_dvvideo:direct-rendering",
-  "avdec_dvvideo:lowres",
-  "avdec_dvvideo:max-threads",
-  "avdec_dvvideo:output-corrupt",
-  "avdec_dvvideo:skip-frame",
-  "avdec_dvvideo:thread-type",
-  "avdec_dxa",
-  "avdec_dxa!sink",
-  "avdec_dxa!src",
-  "avdec_dxa:debug-mv",
-  "avdec_dxa:direct-rendering",
-  "avdec_dxa:lowres",
-  "avdec_dxa:output-corrupt",
-  "avdec_dxa:skip-frame",
-  "avdec_dxtory",
-  "avdec_dxtory!sink",
-  "avdec_dxtory!src",
-  "avdec_dxtory:debug-mv",
-  "avdec_dxtory:direct-rendering",
-  "avdec_dxtory:lowres",
-  "avdec_dxtory:max-threads",
-  "avdec_dxtory:output-corrupt",
-  "avdec_dxtory:skip-frame",
-  "avdec_dxtory:thread-type",
-  "avdec_dxv",
-  "avdec_dxv!sink",
-  "avdec_dxv!src",
-  "avdec_dxv:debug-mv",
-  "avdec_dxv:direct-rendering",
-  "avdec_dxv:lowres",
-  "avdec_dxv:max-threads",
-  "avdec_dxv:output-corrupt",
-  "avdec_dxv:skip-frame",
-  "avdec_dxv:thread-type",
-  "avdec_eac3",
-  "avdec_eac3!sink",
-  "avdec_eac3!src",
-  "avdec_eacmv",
-  "avdec_eacmv!sink",
-  "avdec_eacmv!src",
-  "avdec_eacmv:debug-mv",
-  "avdec_eacmv:direct-rendering",
-  "avdec_eacmv:lowres",
-  "avdec_eacmv:output-corrupt",
-  "avdec_eacmv:skip-frame",
-  "avdec_eamad",
-  "avdec_eamad!sink",
-  "avdec_eamad!src",
-  "avdec_eamad:debug-mv",
-  "avdec_eamad:direct-rendering",
-  "avdec_eamad:lowres",
-  "avdec_eamad:output-corrupt",
-  "avdec_eamad:skip-frame",
-  "avdec_eatgq",
-  "avdec_eatgq!sink",
-  "avdec_eatgq!src",
-  "avdec_eatgq:debug-mv",
-  "avdec_eatgq:direct-rendering",
-  "avdec_eatgq:lowres",
-  "avdec_eatgq:output-corrupt",
-  "avdec_eatgq:skip-frame",
-  "avdec_eatgv",
-  "avdec_eatgv!sink",
-  "avdec_eatgv!src",
-  "avdec_eatgv:debug-mv",
-  "avdec_eatgv:direct-rendering",
-  "avdec_eatgv:lowres",
-  "avdec_eatgv:output-corrupt",
-  "avdec_eatgv:skip-frame",
-  "avdec_eatqi",
-  "avdec_eatqi!sink",
-  "avdec_eatqi!src",
-  "avdec_eatqi:debug-mv",
-  "avdec_eatqi:direct-rendering",
-  "avdec_eatqi:lowres",
-  "avdec_eatqi:output-corrupt",
-  "avdec_eatqi:skip-frame",
-  "avdec_escape124",
-  "avdec_escape124!sink",
-  "avdec_escape124!src",
-  "avdec_escape124:debug-mv",
-  "avdec_escape124:direct-rendering",
-  "avdec_escape124:lowres",
-  "avdec_escape124:output-corrupt",
-  "avdec_escape124:skip-frame",
-  "avdec_escape130",
-  "avdec_escape130!sink",
-  "avdec_escape130!src",
-  "avdec_escape130:debug-mv",
-  "avdec_escape130:direct-rendering",
-  "avdec_escape130:lowres",
-  "avdec_escape130:output-corrupt",
-  "avdec_escape130:skip-frame",
-  "avdec_evrc",
-  "avdec_evrc!sink",
-  "avdec_evrc!src",
-  "avdec_exr",
-  "avdec_exr!sink",
-  "avdec_exr!src",
-  "avdec_exr:debug-mv",
-  "avdec_exr:direct-rendering",
-  "avdec_exr:lowres",
-  "avdec_exr:max-threads",
-  "avdec_exr:output-corrupt",
-  "avdec_exr:skip-frame",
-  "avdec_exr:thread-type",
-  "avdec_fastaudio",
-  "avdec_fastaudio!sink",
-  "avdec_fastaudio!src",
-  "avdec_ffv1",
-  "avdec_ffv1!sink",
-  "avdec_ffv1!src",
-  "avdec_ffv1:debug-mv",
-  "avdec_ffv1:direct-rendering",
-  "avdec_ffv1:lowres",
-  "avdec_ffv1:max-threads",
-  "avdec_ffv1:output-corrupt",
-  "avdec_ffv1:skip-frame",
-  "avdec_ffv1:thread-type",
-  "avdec_ffvhuff",
-  "avdec_ffvhuff!sink",
-  "avdec_ffvhuff!src",
-  "avdec_ffvhuff:debug-mv",
-  "avdec_ffvhuff:direct-rendering",
-  "avdec_ffvhuff:lowres",
-  "avdec_ffvhuff:max-threads",
-  "avdec_ffvhuff:output-corrupt",
-  "avdec_ffvhuff:skip-frame",
-  "avdec_ffvhuff:thread-type",
-  "avdec_fic",
-  "avdec_fic!sink",
-  "avdec_fic!src",
-  "avdec_fic:debug-mv",
-  "avdec_fic:direct-rendering",
-  "avdec_fic:lowres",
-  "avdec_fic:max-threads",
-  "avdec_fic:output-corrupt",
-  "avdec_fic:skip-frame",
-  "avdec_fic:thread-type",
-  "avdec_fits",
-  "avdec_fits!sink",
-  "avdec_fits!src",
-  "avdec_fits:debug-mv",
-  "avdec_fits:direct-rendering",
-  "avdec_fits:lowres",
-  "avdec_fits:output-corrupt",
-  "avdec_fits:skip-frame",
-  "avdec_flac",
-  "avdec_flac!sink",
-  "avdec_flac!src",
-  "avdec_flashsv",
-  "avdec_flashsv!sink",
-  "avdec_flashsv!src",
-  "avdec_flashsv2",
-  "avdec_flashsv2!sink",
-  "avdec_flashsv2!src",
-  "avdec_flashsv2:debug-mv",
-  "avdec_flashsv2:direct-rendering",
-  "avdec_flashsv2:lowres",
-  "avdec_flashsv2:output-corrupt",
-  "avdec_flashsv2:skip-frame",
-  "avdec_flashsv:debug-mv",
-  "avdec_flashsv:direct-rendering",
-  "avdec_flashsv:lowres",
-  "avdec_flashsv:output-corrupt",
-  "avdec_flashsv:skip-frame",
-  "avdec_flic",
-  "avdec_flic!sink",
-  "avdec_flic!src",
-  "avdec_flic:debug-mv",
-  "avdec_flic:direct-rendering",
-  "avdec_flic:lowres",
-  "avdec_flic:output-corrupt",
-  "avdec_flic:skip-frame",
-  "avdec_flv",
-  "avdec_flv!sink",
-  "avdec_flv!src",
-  "avdec_flv:debug-mv",
-  "avdec_flv:direct-rendering",
-  "avdec_flv:lowres",
-  "avdec_flv:output-corrupt",
-  "avdec_flv:skip-frame",
-  "avdec_fmvc",
-  "avdec_fmvc!sink",
-  "avdec_fmvc!src",
-  "avdec_fmvc:debug-mv",
-  "avdec_fmvc:direct-rendering",
-  "avdec_fmvc:lowres",
-  "avdec_fmvc:output-corrupt",
-  "avdec_fmvc:skip-frame",
-  "avdec_fraps",
-  "avdec_fraps!sink",
-  "avdec_fraps!src",
-  "avdec_fraps:debug-mv",
-  "avdec_fraps:direct-rendering",
-  "avdec_fraps:lowres",
-  "avdec_fraps:max-threads",
-  "avdec_fraps:output-corrupt",
-  "avdec_fraps:skip-frame",
-  "avdec_fraps:thread-type",
-  "avdec_frwu",
-  "avdec_frwu!sink",
-  "avdec_frwu!src",
-  "avdec_frwu:debug-mv",
-  "avdec_frwu:direct-rendering",
-  "avdec_frwu:lowres",
-  "avdec_frwu:output-corrupt",
-  "avdec_frwu:skip-frame",
-  "avdec_g2m",
-  "avdec_g2m!sink",
-  "avdec_g2m!src",
-  "avdec_g2m:debug-mv",
-  "avdec_g2m:direct-rendering",
-  "avdec_g2m:lowres",
-  "avdec_g2m:output-corrupt",
-  "avdec_g2m:skip-frame",
-  "avdec_g722",
-  "avdec_g722!sink",
-  "avdec_g722!src",
-  "avdec_g723_1",
-  "avdec_g723_1!sink",
-  "avdec_g723_1!src",
-  "avdec_g726",
-  "avdec_g726!sink",
-  "avdec_g726!src",
-  "avdec_g726le",
-  "avdec_g726le!sink",
-  "avdec_g726le!src",
-  "avdec_g729",
-  "avdec_g729!sink",
-  "avdec_g729!src",
-  "avdec_gdv",
-  "avdec_gdv!sink",
-  "avdec_gdv!src",
-  "avdec_gdv:debug-mv",
-  "avdec_gdv:direct-rendering",
-  "avdec_gdv:lowres",
-  "avdec_gdv:output-corrupt",
-  "avdec_gdv:skip-frame",
-  "avdec_gif",
-  "avdec_gif!sink",
-  "avdec_gif!src",
-  "avdec_gif:debug-mv",
-  "avdec_gif:direct-rendering",
-  "avdec_gif:lowres",
-  "avdec_gif:output-corrupt",
-  "avdec_gif:skip-frame",
-  "avdec_gremlin_dpcm",
-  "avdec_gremlin_dpcm!sink",
-  "avdec_gremlin_dpcm!src",
-  "avdec_gsm",
-  "avdec_gsm!sink",
-  "avdec_gsm!src",
-  "avdec_gsm_ms",
-  "avdec_gsm_ms!sink",
-  "avdec_gsm_ms!src",
-  "avdec_h261",
-  "avdec_h261!sink",
-  "avdec_h261!src",
-  "avdec_h261:debug-mv",
-  "avdec_h261:direct-rendering",
-  "avdec_h261:lowres",
-  "avdec_h261:output-corrupt",
-  "avdec_h261:skip-frame",
-  "avdec_h263",
-  "avdec_h263!sink",
-  "avdec_h263!src",
-  "avdec_h263:debug-mv",
-  "avdec_h263:direct-rendering",
-  "avdec_h263:lowres",
-  "avdec_h263:output-corrupt",
-  "avdec_h263:skip-frame",
-  "avdec_h263i",
-  "avdec_h263i!sink",
-  "avdec_h263i!src",
-  "avdec_h263i:debug-mv",
-  "avdec_h263i:direct-rendering",
-  "avdec_h263i:lowres",
-  "avdec_h263i:output-corrupt",
-  "avdec_h263i:skip-frame",
-  "avdec_h263p",
-  "avdec_h263p!sink",
-  "avdec_h263p!src",
-  "avdec_h263p:debug-mv",
-  "avdec_h263p:direct-rendering",
-  "avdec_h263p:lowres",
-  "avdec_h263p:output-corrupt",
-  "avdec_h263p:skip-frame",
-  "avdec_h264",
-  "avdec_h264!sink",
-  "avdec_h264!src",
-  "avdec_h264:debug-mv",
-  "avdec_h264:direct-rendering",
-  "avdec_h264:lowres",
-  "avdec_h264:max-threads",
-  "avdec_h264:output-corrupt",
-  "avdec_h264:skip-frame",
-  "avdec_h264:thread-type",
-  "avdec_h265",
-  "avdec_h265!sink",
-  "avdec_h265!src",
-  "avdec_h265:debug-mv",
-  "avdec_h265:direct-rendering",
-  "avdec_h265:lowres",
-  "avdec_h265:max-threads",
-  "avdec_h265:output-corrupt",
-  "avdec_h265:skip-frame",
-  "avdec_h265:thread-type",
-  "avdec_hap",
-  "avdec_hap!sink",
-  "avdec_hap!src",
-  "avdec_hap:debug-mv",
-  "avdec_hap:direct-rendering",
-  "avdec_hap:lowres",
-  "avdec_hap:max-threads",
-  "avdec_hap:output-corrupt",
-  "avdec_hap:skip-frame",
-  "avdec_hap:thread-type",
-  "avdec_hca",
-  "avdec_hca!sink",
-  "avdec_hca!src",
-  "avdec_hcom",
-  "avdec_hcom!sink",
-  "avdec_hcom!src",
-  "avdec_hnm4video",
-  "avdec_hnm4video!sink",
-  "avdec_hnm4video!src",
-  "avdec_hnm4video:debug-mv",
-  "avdec_hnm4video:direct-rendering",
-  "avdec_hnm4video:lowres",
-  "avdec_hnm4video:output-corrupt",
-  "avdec_hnm4video:skip-frame",
-  "avdec_hq_hqa",
-  "avdec_hq_hqa!sink",
-  "avdec_hq_hqa!src",
-  "avdec_hq_hqa:debug-mv",
-  "avdec_hq_hqa:direct-rendering",
-  "avdec_hq_hqa:lowres",
-  "avdec_hq_hqa:output-corrupt",
-  "avdec_hq_hqa:skip-frame",
-  "avdec_hqx",
-  "avdec_hqx!sink",
-  "avdec_hqx!src",
-  "avdec_hqx:debug-mv",
-  "avdec_hqx:direct-rendering",
-  "avdec_hqx:lowres",
-  "avdec_hqx:max-threads",
-  "avdec_hqx:output-corrupt",
-  "avdec_hqx:skip-frame",
-  "avdec_hqx:thread-type",
-  "avdec_huffyuv",
-  "avdec_huffyuv!sink",
-  "avdec_huffyuv!src",
-  "avdec_huffyuv:debug-mv",
-  "avdec_huffyuv:direct-rendering",
-  "avdec_huffyuv:lowres",
-  "avdec_huffyuv:max-threads",
-  "avdec_huffyuv:output-corrupt",
-  "avdec_huffyuv:skip-frame",
-  "avdec_huffyuv:thread-type",
-  "avdec_hymt",
-  "avdec_hymt!sink",
-  "avdec_hymt!src",
-  "avdec_hymt:debug-mv",
-  "avdec_hymt:direct-rendering",
-  "avdec_hymt:lowres",
-  "avdec_hymt:max-threads",
-  "avdec_hymt:output-corrupt",
-  "avdec_hymt:skip-frame",
-  "avdec_hymt:thread-type",
-  "avdec_iac",
-  "avdec_iac!sink",
-  "avdec_iac!src",
-  "avdec_idcinvideo",
-  "avdec_idcinvideo!sink",
-  "avdec_idcinvideo!src",
-  "avdec_idcinvideo:debug-mv",
-  "avdec_idcinvideo:direct-rendering",
-  "avdec_idcinvideo:lowres",
-  "avdec_idcinvideo:output-corrupt",
-  "avdec_idcinvideo:skip-frame",
-  "avdec_idf",
-  "avdec_idf!sink",
-  "avdec_idf!src",
-  "avdec_idf:debug-mv",
-  "avdec_idf:direct-rendering",
-  "avdec_idf:lowres",
-  "avdec_idf:output-corrupt",
-  "avdec_idf:skip-frame",
-  "avdec_iff",
-  "avdec_iff!sink",
-  "avdec_iff!src",
-  "avdec_iff:debug-mv",
-  "avdec_iff:direct-rendering",
-  "avdec_iff:lowres",
-  "avdec_iff:output-corrupt",
-  "avdec_iff:skip-frame",
-  "avdec_ilbc",
-  "avdec_ilbc!sink",
-  "avdec_ilbc!src",
-  "avdec_imc",
-  "avdec_imc!sink",
-  "avdec_imc!src",
-  "avdec_imm4",
-  "avdec_imm4!sink",
-  "avdec_imm4!src",
-  "avdec_imm4:debug-mv",
-  "avdec_imm4:direct-rendering",
-  "avdec_imm4:lowres",
-  "avdec_imm4:output-corrupt",
-  "avdec_imm4:skip-frame",
-  "avdec_imm5",
-  "avdec_imm5!sink",
-  "avdec_imm5!src",
-  "avdec_imm5:debug-mv",
-  "avdec_imm5:direct-rendering",
-  "avdec_imm5:lowres",
-  "avdec_imm5:output-corrupt",
-  "avdec_imm5:skip-frame",
-  "avdec_indeo2",
-  "avdec_indeo2!sink",
-  "avdec_indeo2!src",
-  "avdec_indeo2:debug-mv",
-  "avdec_indeo2:direct-rendering",
-  "avdec_indeo2:lowres",
-  "avdec_indeo2:output-corrupt",
-  "avdec_indeo2:skip-frame",
-  "avdec_indeo3",
-  "avdec_indeo3!sink",
-  "avdec_indeo3!src",
-  "avdec_indeo3:debug-mv",
-  "avdec_indeo3:direct-rendering",
-  "avdec_indeo3:lowres",
-  "avdec_indeo3:output-corrupt",
-  "avdec_indeo3:skip-frame",
-  "avdec_indeo4",
-  "avdec_indeo4!sink",
-  "avdec_indeo4!src",
-  "avdec_indeo4:debug-mv",
-  "avdec_indeo4:direct-rendering",
-  "avdec_indeo4:lowres",
-  "avdec_indeo4:output-corrupt",
-  "avdec_indeo4:skip-frame",
-  "avdec_indeo5",
-  "avdec_indeo5!sink",
-  "avdec_indeo5!src",
-  "avdec_indeo5:debug-mv",
-  "avdec_indeo5:direct-rendering",
-  "avdec_indeo5:lowres",
-  "avdec_indeo5:output-corrupt",
-  "avdec_indeo5:skip-frame",
-  "avdec_interplay_dpcm",
-  "avdec_interplay_dpcm!sink",
-  "avdec_interplay_dpcm!src",
-  "avdec_interplayacm",
-  "avdec_interplayacm!sink",
-  "avdec_interplayacm!src",
-  "avdec_interplayvideo",
-  "avdec_interplayvideo!sink",
-  "avdec_interplayvideo!src",
-  "avdec_interplayvideo:debug-mv",
-  "avdec_interplayvideo:direct-rendering",
-  "avdec_interplayvideo:lowres",
-  "avdec_interplayvideo:output-corrupt",
-  "avdec_interplayvideo:skip-frame",
-  "avdec_ipu",
-  "avdec_ipu!sink",
-  "avdec_ipu!src",
-  "avdec_ipu:debug-mv",
-  "avdec_ipu:direct-rendering",
-  "avdec_ipu:lowres",
-  "avdec_ipu:output-corrupt",
-  "avdec_ipu:skip-frame",
-  "avdec_jpeg2000",
-  "avdec_jpeg2000!sink",
-  "avdec_jpeg2000!src",
-  "avdec_jpeg2000:debug-mv",
-  "avdec_jpeg2000:direct-rendering",
-  "avdec_jpeg2000:lowres",
-  "avdec_jpeg2000:max-threads",
-  "avdec_jpeg2000:output-corrupt",
-  "avdec_jpeg2000:skip-frame",
-  "avdec_jpeg2000:thread-type",
-  "avdec_jpegls",
-  "avdec_jpegls!sink",
-  "avdec_jpegls!src",
-  "avdec_jpegls:debug-mv",
-  "avdec_jpegls:direct-rendering",
-  "avdec_jpegls:lowres",
-  "avdec_jpegls:output-corrupt",
-  "avdec_jpegls:skip-frame",
-  "avdec_jv",
-  "avdec_jv!sink",
-  "avdec_jv!src",
-  "avdec_jv:debug-mv",
-  "avdec_jv:direct-rendering",
-  "avdec_jv:lowres",
-  "avdec_jv:output-corrupt",
-  "avdec_jv:skip-frame",
-  "avdec_kgv1",
-  "avdec_kgv1!sink",
-  "avdec_kgv1!src",
-  "avdec_kgv1:debug-mv",
-  "avdec_kgv1:direct-rendering",
-  "avdec_kgv1:lowres",
-  "avdec_kgv1:output-corrupt",
-  "avdec_kgv1:skip-frame",
-  "avdec_kmvc",
-  "avdec_kmvc!sink",
-  "avdec_kmvc!src",
-  "avdec_kmvc:debug-mv",
-  "avdec_kmvc:direct-rendering",
-  "avdec_kmvc:lowres",
-  "avdec_kmvc:output-corrupt",
-  "avdec_kmvc:skip-frame",
-  "avdec_lagarith",
-  "avdec_lagarith!sink",
-  "avdec_lagarith!src",
-  "avdec_lagarith:debug-mv",
-  "avdec_lagarith:direct-rendering",
-  "avdec_lagarith:lowres",
-  "avdec_lagarith:max-threads",
-  "avdec_lagarith:output-corrupt",
-  "avdec_lagarith:skip-frame",
-  "avdec_lagarith:thread-type",
-  "avdec_loco",
-  "avdec_loco!sink",
-  "avdec_loco!src",
-  "avdec_loco:debug-mv",
-  "avdec_loco:direct-rendering",
-  "avdec_loco:lowres",
-  "avdec_loco:output-corrupt",
-  "avdec_loco:skip-frame",
-  "avdec_lscr",
-  "avdec_lscr!sink",
-  "avdec_lscr!src",
-  "avdec_lscr:debug-mv",
-  "avdec_lscr:direct-rendering",
-  "avdec_lscr:lowres",
-  "avdec_lscr:output-corrupt",
-  "avdec_lscr:skip-frame",
-  "avdec_m101",
-  "avdec_m101!sink",
-  "avdec_m101!src",
-  "avdec_m101:debug-mv",
-  "avdec_m101:direct-rendering",
-  "avdec_m101:lowres",
-  "avdec_m101:output-corrupt",
-  "avdec_m101:skip-frame",
-  "avdec_mace3",
-  "avdec_mace3!sink",
-  "avdec_mace3!src",
-  "avdec_mace6",
-  "avdec_mace6!sink",
-  "avdec_mace6!src",
-  "avdec_magicyuv",
-  "avdec_magicyuv!sink",
-  "avdec_magicyuv!src",
-  "avdec_magicyuv:debug-mv",
-  "avdec_magicyuv:direct-rendering",
-  "avdec_magicyuv:lowres",
-  "avdec_magicyuv:max-threads",
-  "avdec_magicyuv:output-corrupt",
-  "avdec_magicyuv:skip-frame",
-  "avdec_magicyuv:thread-type",
-  "avdec_mdec",
-  "avdec_mdec!sink",
-  "avdec_mdec!src",
-  "avdec_mdec:debug-mv",
-  "avdec_mdec:direct-rendering",
-  "avdec_mdec:lowres",
-  "avdec_mdec:max-threads",
-  "avdec_mdec:output-corrupt",
-  "avdec_mdec:skip-frame",
-  "avdec_mdec:thread-type",
-  "avdec_metasound",
-  "avdec_metasound!sink",
-  "avdec_metasound!src",
-  "avdec_mimic",
-  "avdec_mimic!sink",
-  "avdec_mimic!src",
-  "avdec_mimic:debug-mv",
-  "avdec_mimic:direct-rendering",
-  "avdec_mimic:lowres",
-  "avdec_mimic:max-threads",
-  "avdec_mimic:output-corrupt",
-  "avdec_mimic:skip-frame",
-  "avdec_mimic:thread-type",
-  "avdec_mjpeg",
-  "avdec_mjpeg!sink",
-  "avdec_mjpeg!src",
-  "avdec_mjpeg:debug-mv",
-  "avdec_mjpeg:direct-rendering",
-  "avdec_mjpeg:lowres",
-  "avdec_mjpeg:output-corrupt",
-  "avdec_mjpeg:skip-frame",
-  "avdec_mjpegb",
-  "avdec_mjpegb!sink",
-  "avdec_mjpegb!src",
-  "avdec_mjpegb:debug-mv",
-  "avdec_mjpegb:direct-rendering",
-  "avdec_mjpegb:lowres",
-  "avdec_mjpegb:output-corrupt",
-  "avdec_mjpegb:skip-frame",
-  "avdec_mlp",
-  "avdec_mlp!sink",
-  "avdec_mlp!src",
-  "avdec_mmvideo",
-  "avdec_mmvideo!sink",
-  "avdec_mmvideo!src",
-  "avdec_mmvideo:debug-mv",
-  "avdec_mmvideo:direct-rendering",
-  "avdec_mmvideo:lowres",
-  "avdec_mmvideo:output-corrupt",
-  "avdec_mmvideo:skip-frame",
-  "avdec_mobiclip",
-  "avdec_mobiclip!sink",
-  "avdec_mobiclip!src",
-  "avdec_mobiclip:debug-mv",
-  "avdec_mobiclip:direct-rendering",
-  "avdec_mobiclip:lowres",
-  "avdec_mobiclip:output-corrupt",
-  "avdec_mobiclip:skip-frame",
-  "avdec_motionpixels",
-  "avdec_motionpixels!sink",
-  "avdec_motionpixels!src",
-  "avdec_motionpixels:debug-mv",
-  "avdec_motionpixels:direct-rendering",
-  "avdec_motionpixels:lowres",
-  "avdec_motionpixels:output-corrupt",
-  "avdec_motionpixels:skip-frame",
-  "avdec_mp1float",
-  "avdec_mp1float!sink",
-  "avdec_mp1float!src",
-  "avdec_mp2float",
-  "avdec_mp2float!sink",
-  "avdec_mp2float!src",
-  "avdec_mp3",
-  "avdec_mp3!sink",
-  "avdec_mp3!src",
-  "avdec_mp3adu",
-  "avdec_mp3adu!sink",
-  "avdec_mp3adu!src",
-  "avdec_mp3adufloat",
-  "avdec_mp3adufloat!sink",
-  "avdec_mp3adufloat!src",
-  "avdec_mp3float",
-  "avdec_mp3float!sink",
-  "avdec_mp3float!src",
-  "avdec_mp3on4",
-  "avdec_mp3on4!sink",
-  "avdec_mp3on4!src",
-  "avdec_mp3on4float",
-  "avdec_mp3on4float!sink",
-  "avdec_mp3on4float!src",
-  "avdec_mpc7",
-  "avdec_mpc7!sink",
-  "avdec_mpc7!src",
-  "avdec_mpc8",
-  "avdec_mpc8!sink",
-  "avdec_mpc8!src",
-  "avdec_mpeg2video",
-  "avdec_mpeg2video!sink",
-  "avdec_mpeg2video!src",
-  "avdec_mpeg2video:debug-mv",
-  "avdec_mpeg2video:direct-rendering",
-  "avdec_mpeg2video:lowres",
-  "avdec_mpeg2video:max-threads",
-  "avdec_mpeg2video:output-corrupt",
-  "avdec_mpeg2video:skip-frame",
-  "avdec_mpeg2video:thread-type",
-  "avdec_mpeg4",
-  "avdec_mpeg4!sink",
-  "avdec_mpeg4!src",
-  "avdec_mpeg4:debug-mv",
-  "avdec_mpeg4:direct-rendering",
-  "avdec_mpeg4:lowres",
-  "avdec_mpeg4:max-threads",
-  "avdec_mpeg4:output-corrupt",
-  "avdec_mpeg4:skip-frame",
-  "avdec_mpeg4:thread-type",
-  "avdec_mpegvideo",
-  "avdec_mpegvideo!sink",
-  "avdec_mpegvideo!src",
-  "avdec_mpegvideo:debug-mv",
-  "avdec_mpegvideo:direct-rendering",
-  "avdec_mpegvideo:lowres",
-  "avdec_mpegvideo:max-threads",
-  "avdec_mpegvideo:output-corrupt",
-  "avdec_mpegvideo:skip-frame",
-  "avdec_mpegvideo:thread-type",
-  "avdec_msa1",
-  "avdec_msa1!sink",
-  "avdec_msa1!src",
-  "avdec_msa1:debug-mv",
-  "avdec_msa1:direct-rendering",
-  "avdec_msa1:lowres",
-  "avdec_msa1:output-corrupt",
-  "avdec_msa1:skip-frame",
-  "avdec_mscc",
-  "avdec_mscc!sink",
-  "avdec_mscc!src",
-  "avdec_mscc:debug-mv",
-  "avdec_mscc:direct-rendering",
-  "avdec_mscc:lowres",
-  "avdec_mscc:output-corrupt",
-  "avdec_mscc:skip-frame",
-  "avdec_msmpeg4",
-  "avdec_msmpeg4!sink",
-  "avdec_msmpeg4!src",
-  "avdec_msmpeg4:debug-mv",
-  "avdec_msmpeg4:direct-rendering",
-  "avdec_msmpeg4:lowres",
-  "avdec_msmpeg4:output-corrupt",
-  "avdec_msmpeg4:skip-frame",
-  "avdec_msmpeg4v1",
-  "avdec_msmpeg4v1!sink",
-  "avdec_msmpeg4v1!src",
-  "avdec_msmpeg4v1:debug-mv",
-  "avdec_msmpeg4v1:direct-rendering",
-  "avdec_msmpeg4v1:lowres",
-  "avdec_msmpeg4v1:output-corrupt",
-  "avdec_msmpeg4v1:skip-frame",
-  "avdec_msmpeg4v2",
-  "avdec_msmpeg4v2!sink",
-  "avdec_msmpeg4v2!src",
-  "avdec_msmpeg4v2:debug-mv",
-  "avdec_msmpeg4v2:direct-rendering",
-  "avdec_msmpeg4v2:lowres",
-  "avdec_msmpeg4v2:output-corrupt",
-  "avdec_msmpeg4v2:skip-frame",
-  "avdec_msp2",
-  "avdec_msp2!sink",
-  "avdec_msp2!src",
-  "avdec_msp2:debug-mv",
-  "avdec_msp2:direct-rendering",
-  "avdec_msp2:lowres",
-  "avdec_msp2:output-corrupt",
-  "avdec_msp2:skip-frame",
-  "avdec_msrle",
-  "avdec_msrle!sink",
-  "avdec_msrle!src",
-  "avdec_msrle:debug-mv",
-  "avdec_msrle:direct-rendering",
-  "avdec_msrle:lowres",
-  "avdec_msrle:output-corrupt",
-  "avdec_msrle:skip-frame",
-  "avdec_mss1",
-  "avdec_mss1!sink",
-  "avdec_mss1!src",
-  "avdec_mss1:debug-mv",
-  "avdec_mss1:direct-rendering",
-  "avdec_mss1:lowres",
-  "avdec_mss1:output-corrupt",
-  "avdec_mss1:skip-frame",
-  "avdec_mss2",
-  "avdec_mss2!sink",
-  "avdec_mss2!src",
-  "avdec_mss2:debug-mv",
-  "avdec_mss2:direct-rendering",
-  "avdec_mss2:lowres",
-  "avdec_mss2:output-corrupt",
-  "avdec_mss2:skip-frame",
-  "avdec_msvideo1",
-  "avdec_msvideo1!sink",
-  "avdec_msvideo1!src",
-  "avdec_msvideo1:debug-mv",
-  "avdec_msvideo1:direct-rendering",
-  "avdec_msvideo1:lowres",
-  "avdec_msvideo1:output-corrupt",
-  "avdec_msvideo1:skip-frame",
-  "avdec_mszh",
-  "avdec_mszh!sink",
-  "avdec_mszh!src",
-  "avdec_mszh:debug-mv",
-  "avdec_mszh:direct-rendering",
-  "avdec_mszh:lowres",
-  "avdec_mszh:max-threads",
-  "avdec_mszh:output-corrupt",
-  "avdec_mszh:skip-frame",
-  "avdec_mszh:thread-type",
-  "avdec_mts2",
-  "avdec_mts2!sink",
-  "avdec_mts2!src",
-  "avdec_mts2:debug-mv",
-  "avdec_mts2:direct-rendering",
-  "avdec_mts2:lowres",
-  "avdec_mts2:output-corrupt",
-  "avdec_mts2:skip-frame",
-  "avdec_mv30",
-  "avdec_mv30!sink",
-  "avdec_mv30!src",
-  "avdec_mv30:debug-mv",
-  "avdec_mv30:direct-rendering",
-  "avdec_mv30:lowres",
-  "avdec_mv30:output-corrupt",
-  "avdec_mv30:skip-frame",
-  "avdec_mvc1",
-  "avdec_mvc1!sink",
-  "avdec_mvc1!src",
-  "avdec_mvc1:debug-mv",
-  "avdec_mvc1:direct-rendering",
-  "avdec_mvc1:lowres",
-  "avdec_mvc1:output-corrupt",
-  "avdec_mvc1:skip-frame",
-  "avdec_mvc2",
-  "avdec_mvc2!sink",
-  "avdec_mvc2!src",
-  "avdec_mvc2:debug-mv",
-  "avdec_mvc2:direct-rendering",
-  "avdec_mvc2:lowres",
-  "avdec_mvc2:output-corrupt",
-  "avdec_mvc2:skip-frame",
-  "avdec_mvdv",
-  "avdec_mvdv!sink",
-  "avdec_mvdv!src",
-  "avdec_mvdv:debug-mv",
-  "avdec_mvdv:direct-rendering",
-  "avdec_mvdv:lowres",
-  "avdec_mvdv:output-corrupt",
-  "avdec_mvdv:skip-frame",
-  "avdec_mvha",
-  "avdec_mvha!sink",
-  "avdec_mvha!src",
-  "avdec_mvha:debug-mv",
-  "avdec_mvha:direct-rendering",
-  "avdec_mvha:lowres",
-  "avdec_mvha:output-corrupt",
-  "avdec_mvha:skip-frame",
-  "avdec_mwsc",
-  "avdec_mwsc!sink",
-  "avdec_mwsc!src",
-  "avdec_mwsc:debug-mv",
-  "avdec_mwsc:direct-rendering",
-  "avdec_mwsc:lowres",
-  "avdec_mwsc:output-corrupt",
-  "avdec_mwsc:skip-frame",
-  "avdec_mxpeg",
-  "avdec_mxpeg!sink",
-  "avdec_mxpeg!src",
-  "avdec_mxpeg:debug-mv",
-  "avdec_mxpeg:direct-rendering",
-  "avdec_mxpeg:lowres",
-  "avdec_mxpeg:output-corrupt",
-  "avdec_mxpeg:skip-frame",
-  "avdec_nellymoser",
-  "avdec_nellymoser!sink",
-  "avdec_nellymoser!src",
-  "avdec_notchlc",
-  "avdec_notchlc!sink",
-  "avdec_notchlc!src",
-  "avdec_notchlc:debug-mv",
-  "avdec_notchlc:direct-rendering",
-  "avdec_notchlc:lowres",
-  "avdec_notchlc:max-threads",
-  "avdec_notchlc:output-corrupt",
-  "avdec_notchlc:skip-frame",
-  "avdec_notchlc:thread-type",
-  "avdec_nuv",
-  "avdec_nuv!sink",
-  "avdec_nuv!src",
-  "avdec_nuv:debug-mv",
-  "avdec_nuv:direct-rendering",
-  "avdec_nuv:lowres",
-  "avdec_nuv:output-corrupt",
-  "avdec_nuv:skip-frame",
-  "avdec_on2avc",
-  "avdec_on2avc!sink",
-  "avdec_on2avc!src",
-  "avdec_opus",
-  "avdec_opus!sink",
-  "avdec_opus!src",
-  "avdec_paf_audio",
-  "avdec_paf_audio!sink",
-  "avdec_paf_audio!src",
-  "avdec_paf_video",
-  "avdec_paf_video!sink",
-  "avdec_paf_video!src",
-  "avdec_paf_video:debug-mv",
-  "avdec_paf_video:direct-rendering",
-  "avdec_paf_video:lowres",
-  "avdec_paf_video:output-corrupt",
-  "avdec_paf_video:skip-frame",
-  "avdec_pam",
-  "avdec_pam!sink",
-  "avdec_pam!src",
-  "avdec_pam:debug-mv",
-  "avdec_pam:direct-rendering",
-  "avdec_pam:lowres",
-  "avdec_pam:output-corrupt",
-  "avdec_pam:skip-frame",
-  "avdec_pbm",
-  "avdec_pbm!sink",
-  "avdec_pbm!src",
-  "avdec_pbm:debug-mv",
-  "avdec_pbm:direct-rendering",
-  "avdec_pbm:lowres",
-  "avdec_pbm:output-corrupt",
-  "avdec_pbm:skip-frame",
-  "avdec_pcm_lxf",
-  "avdec_pcm_lxf!sink",
-  "avdec_pcm_lxf!src",
-  "avdec_pcm_sga",
-  "avdec_pcm_sga!sink",
-  "avdec_pcm_sga!src",
-  "avdec_pcm_vidc",
-  "avdec_pcm_vidc!sink",
-  "avdec_pcm_vidc!src",
-  "avdec_pcx",
-  "avdec_pcx!sink",
-  "avdec_pcx!src",
-  "avdec_pcx:debug-mv",
-  "avdec_pcx:direct-rendering",
-  "avdec_pcx:lowres",
-  "avdec_pcx:output-corrupt",
-  "avdec_pcx:skip-frame",
-  "avdec_pfm",
-  "avdec_pfm!sink",
-  "avdec_pfm!src",
-  "avdec_pfm:debug-mv",
-  "avdec_pfm:direct-rendering",
-  "avdec_pfm:lowres",
-  "avdec_pfm:output-corrupt",
-  "avdec_pfm:skip-frame",
-  "avdec_pgm",
-  "avdec_pgm!sink",
-  "avdec_pgm!src",
-  "avdec_pgm:debug-mv",
-  "avdec_pgm:direct-rendering",
-  "avdec_pgm:lowres",
-  "avdec_pgm:output-corrupt",
-  "avdec_pgm:skip-frame",
-  "avdec_pgmyuv",
-  "avdec_pgmyuv!sink",
-  "avdec_pgmyuv!src",
-  "avdec_pgmyuv:debug-mv",
-  "avdec_pgmyuv:direct-rendering",
-  "avdec_pgmyuv:lowres",
-  "avdec_pgmyuv:output-corrupt",
-  "avdec_pgmyuv:skip-frame",
-  "avdec_pgx",
-  "avdec_pgx!sink",
-  "avdec_pgx!src",
-  "avdec_pgx:debug-mv",
-  "avdec_pgx:direct-rendering",
-  "avdec_pgx:lowres",
-  "avdec_pgx:output-corrupt",
-  "avdec_pgx:skip-frame",
-  "avdec_photocd",
-  "avdec_photocd!sink",
-  "avdec_photocd!src",
-  "avdec_photocd:debug-mv",
-  "avdec_photocd:direct-rendering",
-  "avdec_photocd:lowres",
-  "avdec_photocd:max-threads",
-  "avdec_photocd:output-corrupt",
-  "avdec_photocd:skip-frame",
-  "avdec_photocd:thread-type",
-  "avdec_pictor",
-  "avdec_pictor!sink",
-  "avdec_pictor!src",
-  "avdec_pictor:debug-mv",
-  "avdec_pictor:direct-rendering",
-  "avdec_pictor:lowres",
-  "avdec_pictor:output-corrupt",
-  "avdec_pictor:skip-frame",
-  "avdec_pixlet",
-  "avdec_pixlet!sink",
-  "avdec_pixlet!src",
-  "avdec_pixlet:debug-mv",
-  "avdec_pixlet:direct-rendering",
-  "avdec_pixlet:lowres",
-  "avdec_pixlet:max-threads",
-  "avdec_pixlet:output-corrupt",
-  "avdec_pixlet:skip-frame",
-  "avdec_pixlet:thread-type",
-  "avdec_png",
-  "avdec_png!sink",
-  "avdec_png!src",
-  "avdec_png:debug-mv",
-  "avdec_png:direct-rendering",
-  "avdec_png:lowres",
-  "avdec_png:max-threads",
-  "avdec_png:output-corrupt",
-  "avdec_png:skip-frame",
-  "avdec_png:thread-type",
-  "avdec_ppm",
-  "avdec_ppm!sink",
-  "avdec_ppm!src",
-  "avdec_ppm:debug-mv",
-  "avdec_ppm:direct-rendering",
-  "avdec_ppm:lowres",
-  "avdec_ppm:output-corrupt",
-  "avdec_ppm:skip-frame",
-  "avdec_prores",
-  "avdec_prores!sink",
-  "avdec_prores!src",
-  "avdec_prores:debug-mv",
-  "avdec_prores:direct-rendering",
-  "avdec_prores:lowres",
-  "avdec_prores:max-threads",
-  "avdec_prores:output-corrupt",
-  "avdec_prores:skip-frame",
-  "avdec_prores:thread-type",
-  "avdec_prosumer",
-  "avdec_prosumer!sink",
-  "avdec_prosumer!src",
-  "avdec_prosumer:debug-mv",
-  "avdec_prosumer:direct-rendering",
-  "avdec_prosumer:lowres",
-  "avdec_prosumer:output-corrupt",
-  "avdec_prosumer:skip-frame",
-  "avdec_psd",
-  "avdec_psd!sink",
-  "avdec_psd!src",
-  "avdec_psd:debug-mv",
-  "avdec_psd:direct-rendering",
-  "avdec_psd:lowres",
-  "avdec_psd:max-threads",
-  "avdec_psd:output-corrupt",
-  "avdec_psd:skip-frame",
-  "avdec_psd:thread-type",
-  "avdec_ptx",
-  "avdec_ptx!sink",
-  "avdec_ptx!src",
-  "avdec_ptx:debug-mv",
-  "avdec_ptx:direct-rendering",
-  "avdec_ptx:lowres",
-  "avdec_ptx:output-corrupt",
-  "avdec_ptx:skip-frame",
-  "avdec_qcelp",
-  "avdec_qcelp!sink",
-  "avdec_qcelp!src",
-  "avdec_qdm2",
-  "avdec_qdm2!sink",
-  "avdec_qdm2!src",
-  "avdec_qdmc",
-  "avdec_qdmc!sink",
-  "avdec_qdmc!src",
-  "avdec_qdraw",
-  "avdec_qdraw!sink",
-  "avdec_qdraw!src",
-  "avdec_qdraw:debug-mv",
-  "avdec_qdraw:direct-rendering",
-  "avdec_qdraw:lowres",
-  "avdec_qdraw:output-corrupt",
-  "avdec_qdraw:skip-frame",
-  "avdec_qpeg",
-  "avdec_qpeg!sink",
-  "avdec_qpeg!src",
-  "avdec_qpeg:debug-mv",
-  "avdec_qpeg:direct-rendering",
-  "avdec_qpeg:lowres",
-  "avdec_qpeg:output-corrupt",
-  "avdec_qpeg:skip-frame",
-  "avdec_qtrle",
-  "avdec_qtrle!sink",
-  "avdec_qtrle!src",
-  "avdec_qtrle:debug-mv",
-  "avdec_qtrle:direct-rendering",
-  "avdec_qtrle:lowres",
-  "avdec_qtrle:output-corrupt",
-  "avdec_qtrle:skip-frame",
-  "avdec_r10k",
-  "avdec_r10k!sink",
-  "avdec_r10k!src",
-  "avdec_r10k:debug-mv",
-  "avdec_r10k:direct-rendering",
-  "avdec_r10k:lowres",
-  "avdec_r10k:output-corrupt",
-  "avdec_r10k:skip-frame",
-  "avdec_ralf",
-  "avdec_ralf!sink",
-  "avdec_ralf!src",
-  "avdec_rasc",
-  "avdec_rasc!sink",
-  "avdec_rasc!src",
-  "avdec_rasc:debug-mv",
-  "avdec_rasc:direct-rendering",
-  "avdec_rasc:lowres",
-  "avdec_rasc:output-corrupt",
-  "avdec_rasc:skip-frame",
-  "avdec_real_144",
-  "avdec_real_144!sink",
-  "avdec_real_144!src",
-  "avdec_real_288",
-  "avdec_real_288!sink",
-  "avdec_real_288!src",
-  "avdec_rl2",
-  "avdec_rl2!sink",
-  "avdec_rl2!src",
-  "avdec_rl2:debug-mv",
-  "avdec_rl2:direct-rendering",
-  "avdec_rl2:lowres",
-  "avdec_rl2:output-corrupt",
-  "avdec_rl2:skip-frame",
-  "avdec_roq_dpcm",
-  "avdec_roq_dpcm!sink",
-  "avdec_roq_dpcm!src",
-  "avdec_roqvideo",
-  "avdec_roqvideo!sink",
-  "avdec_roqvideo!src",
-  "avdec_roqvideo:debug-mv",
-  "avdec_roqvideo:direct-rendering",
-  "avdec_roqvideo:lowres",
-  "avdec_roqvideo:output-corrupt",
-  "avdec_roqvideo:skip-frame",
-  "avdec_rpza",
-  "avdec_rpza!sink",
-  "avdec_rpza!src",
-  "avdec_rpza:debug-mv",
-  "avdec_rpza:direct-rendering",
-  "avdec_rpza:lowres",
-  "avdec_rpza:output-corrupt",
-  "avdec_rpza:skip-frame",
-  "avdec_rscc",
-  "avdec_rscc!sink",
-  "avdec_rscc!src",
-  "avdec_rscc:debug-mv",
-  "avdec_rscc:direct-rendering",
-  "avdec_rscc:lowres",
-  "avdec_rscc:output-corrupt",
-  "avdec_rscc:skip-frame",
-  "avdec_rv10",
-  "avdec_rv10!sink",
-  "avdec_rv10!src",
-  "avdec_rv10:debug-mv",
-  "avdec_rv10:direct-rendering",
-  "avdec_rv10:lowres",
-  "avdec_rv10:output-corrupt",
-  "avdec_rv10:skip-frame",
-  "avdec_rv20",
-  "avdec_rv20!sink",
-  "avdec_rv20!src",
-  "avdec_rv20:debug-mv",
-  "avdec_rv20:direct-rendering",
-  "avdec_rv20:lowres",
-  "avdec_rv20:output-corrupt",
-  "avdec_rv20:skip-frame",
-  "avdec_rv30",
-  "avdec_rv30!sink",
-  "avdec_rv30!src",
-  "avdec_rv30:debug-mv",
-  "avdec_rv30:direct-rendering",
-  "avdec_rv30:lowres",
-  "avdec_rv30:max-threads",
-  "avdec_rv30:output-corrupt",
-  "avdec_rv30:skip-frame",
-  "avdec_rv30:thread-type",
-  "avdec_rv40",
-  "avdec_rv40!sink",
-  "avdec_rv40!src",
-  "avdec_rv40:debug-mv",
-  "avdec_rv40:direct-rendering",
-  "avdec_rv40:lowres",
-  "avdec_rv40:max-threads",
-  "avdec_rv40:output-corrupt",
-  "avdec_rv40:skip-frame",
-  "avdec_rv40:thread-type",
-  "avdec_s302m",
-  "avdec_s302m!sink",
-  "avdec_s302m!src",
-  "avdec_sanm",
-  "avdec_sanm!sink",
-  "avdec_sanm!src",
-  "avdec_sanm:debug-mv",
-  "avdec_sanm:direct-rendering",
-  "avdec_sanm:lowres",
-  "avdec_sanm:output-corrupt",
-  "avdec_sanm:skip-frame",
-  "avdec_sbc",
-  "avdec_sbc!sink",
-  "avdec_sbc!src",
-  "avdec_scpr",
-  "avdec_scpr!sink",
-  "avdec_scpr!src",
-  "avdec_scpr:debug-mv",
-  "avdec_scpr:direct-rendering",
-  "avdec_scpr:lowres",
-  "avdec_scpr:output-corrupt",
-  "avdec_scpr:skip-frame",
-  "avdec_screenpresso",
-  "avdec_screenpresso!sink",
-  "avdec_screenpresso!src",
-  "avdec_screenpresso:debug-mv",
-  "avdec_screenpresso:direct-rendering",
-  "avdec_screenpresso:lowres",
-  "avdec_screenpresso:output-corrupt",
-  "avdec_screenpresso:skip-frame",
-  "avdec_sdx2_dpcm",
-  "avdec_sdx2_dpcm!sink",
-  "avdec_sdx2_dpcm!src",
-  "avdec_sga",
-  "avdec_sga!sink",
-  "avdec_sga!src",
-  "avdec_sga:debug-mv",
-  "avdec_sga:direct-rendering",
-  "avdec_sga:lowres",
-  "avdec_sga:output-corrupt",
-  "avdec_sga:skip-frame",
-  "avdec_sgi",
-  "avdec_sgi!sink",
-  "avdec_sgi!src",
-  "avdec_sgi:debug-mv",
-  "avdec_sgi:direct-rendering",
-  "avdec_sgi:lowres",
-  "avdec_sgi:output-corrupt",
-  "avdec_sgi:skip-frame",
-  "avdec_sgirle",
-  "avdec_sgirle!sink",
-  "avdec_sgirle!src",
-  "avdec_sgirle:debug-mv",
-  "avdec_sgirle:direct-rendering",
-  "avdec_sgirle:lowres",
-  "avdec_sgirle:output-corrupt",
-  "avdec_sgirle:skip-frame",
-  "avdec_sheervideo",
-  "avdec_sheervideo!sink",
-  "avdec_sheervideo!src",
-  "avdec_sheervideo:debug-mv",
-  "avdec_sheervideo:direct-rendering",
-  "avdec_sheervideo:lowres",
-  "avdec_sheervideo:max-threads",
-  "avdec_sheervideo:output-corrupt",
-  "avdec_sheervideo:skip-frame",
-  "avdec_sheervideo:thread-type",
-  "avdec_shorten",
-  "avdec_shorten!sink",
-  "avdec_shorten!src",
-  "avdec_simbiosis_imx",
-  "avdec_simbiosis_imx!sink",
-  "avdec_simbiosis_imx!src",
-  "avdec_simbiosis_imx:debug-mv",
-  "avdec_simbiosis_imx:direct-rendering",
-  "avdec_simbiosis_imx:lowres",
-  "avdec_simbiosis_imx:output-corrupt",
-  "avdec_simbiosis_imx:skip-frame",
-  "avdec_sipr",
-  "avdec_sipr!sink",
-  "avdec_sipr!src",
-  "avdec_siren",
-  "avdec_siren!sink",
-  "avdec_siren!src",
-  "avdec_smackaud",
-  "avdec_smackaud!sink",
-  "avdec_smackaud!src",
-  "avdec_smackvid",
-  "avdec_smackvid!sink",
-  "avdec_smackvid!src",
-  "avdec_smackvid:debug-mv",
-  "avdec_smackvid:direct-rendering",
-  "avdec_smackvid:lowres",
-  "avdec_smackvid:output-corrupt",
-  "avdec_smackvid:skip-frame",
-  "avdec_smc",
-  "avdec_smc!sink",
-  "avdec_smc!src",
-  "avdec_smc:debug-mv",
-  "avdec_smc:direct-rendering",
-  "avdec_smc:lowres",
-  "avdec_smc:output-corrupt",
-  "avdec_smc:skip-frame",
-  "avdec_smvjpeg",
-  "avdec_smvjpeg!sink",
-  "avdec_smvjpeg!src",
-  "avdec_smvjpeg:debug-mv",
-  "avdec_smvjpeg:direct-rendering",
-  "avdec_smvjpeg:lowres",
-  "avdec_smvjpeg:output-corrupt",
-  "avdec_smvjpeg:skip-frame",
-  "avdec_snow",
-  "avdec_snow!sink",
-  "avdec_snow!src",
-  "avdec_snow:debug-mv",
-  "avdec_snow:direct-rendering",
-  "avdec_snow:lowres",
-  "avdec_snow:output-corrupt",
-  "avdec_snow:skip-frame",
-  "avdec_sol_dpcm",
-  "avdec_sol_dpcm!sink",
-  "avdec_sol_dpcm!src",
-  "avdec_sonic",
-  "avdec_sonic!sink",
-  "avdec_sonic!src",
-  "avdec_sp5x",
-  "avdec_sp5x!sink",
-  "avdec_sp5x!src",
-  "avdec_sp5x:debug-mv",
-  "avdec_sp5x:direct-rendering",
-  "avdec_sp5x:lowres",
-  "avdec_sp5x:output-corrupt",
-  "avdec_sp5x:skip-frame",
-  "avdec_speedhq",
-  "avdec_speedhq!sink",
-  "avdec_speedhq!src",
-  "avdec_speedhq:debug-mv",
-  "avdec_speedhq:direct-rendering",
-  "avdec_speedhq:lowres",
-  "avdec_speedhq:output-corrupt",
-  "avdec_speedhq:skip-frame",
-  "avdec_srgc",
-  "avdec_srgc!sink",
-  "avdec_srgc!src",
-  "avdec_srgc:debug-mv",
-  "avdec_srgc:direct-rendering",
-  "avdec_srgc:lowres",
-  "avdec_srgc:output-corrupt",
-  "avdec_srgc:skip-frame",
-  "avdec_sunrast",
-  "avdec_sunrast!sink",
-  "avdec_sunrast!src",
-  "avdec_sunrast:debug-mv",
-  "avdec_sunrast:direct-rendering",
-  "avdec_sunrast:lowres",
-  "avdec_sunrast:output-corrupt",
-  "avdec_sunrast:skip-frame",
-  "avdec_svq1",
-  "avdec_svq1!sink",
-  "avdec_svq1!src",
-  "avdec_svq1:debug-mv",
-  "avdec_svq1:direct-rendering",
-  "avdec_svq1:lowres",
-  "avdec_svq1:output-corrupt",
-  "avdec_svq1:skip-frame",
-  "avdec_svq3",
-  "avdec_svq3!sink",
-  "avdec_svq3!src",
-  "avdec_svq3:debug-mv",
-  "avdec_svq3:direct-rendering",
-  "avdec_svq3:lowres",
-  "avdec_svq3:output-corrupt",
-  "avdec_svq3:skip-frame",
-  "avdec_tak",
-  "avdec_tak!sink",
-  "avdec_tak!src",
-  "avdec_targa",
-  "avdec_targa!sink",
-  "avdec_targa!src",
-  "avdec_targa:debug-mv",
-  "avdec_targa:direct-rendering",
-  "avdec_targa:lowres",
-  "avdec_targa:output-corrupt",
-  "avdec_targa:skip-frame",
-  "avdec_targa_y216",
-  "avdec_targa_y216!sink",
-  "avdec_targa_y216!src",
-  "avdec_targa_y216:debug-mv",
-  "avdec_targa_y216:direct-rendering",
-  "avdec_targa_y216:lowres",
-  "avdec_targa_y216:output-corrupt",
-  "avdec_targa_y216:skip-frame",
-  "avdec_tdsc",
-  "avdec_tdsc!sink",
-  "avdec_tdsc!src",
-  "avdec_tdsc:debug-mv",
-  "avdec_tdsc:direct-rendering",
-  "avdec_tdsc:lowres",
-  "avdec_tdsc:output-corrupt",
-  "avdec_tdsc:skip-frame",
-  "avdec_thp",
-  "avdec_thp!sink",
-  "avdec_thp!src",
-  "avdec_thp:debug-mv",
-  "avdec_thp:direct-rendering",
-  "avdec_thp:lowres",
-  "avdec_thp:output-corrupt",
-  "avdec_thp:skip-frame",
-  "avdec_tiertexseqvideo",
-  "avdec_tiertexseqvideo!sink",
-  "avdec_tiertexseqvideo!src",
-  "avdec_tiertexseqvideo:debug-mv",
-  "avdec_tiertexseqvideo:direct-rendering",
-  "avdec_tiertexseqvideo:lowres",
-  "avdec_tiertexseqvideo:output-corrupt",
-  "avdec_tiertexseqvideo:skip-frame",
-  "avdec_tiff",
-  "avdec_tiff!sink",
-  "avdec_tiff!src",
-  "avdec_tiff:debug-mv",
-  "avdec_tiff:direct-rendering",
-  "avdec_tiff:lowres",
-  "avdec_tiff:max-threads",
-  "avdec_tiff:output-corrupt",
-  "avdec_tiff:skip-frame",
-  "avdec_tiff:thread-type",
-  "avdec_tmv",
-  "avdec_tmv!sink",
-  "avdec_tmv!src",
-  "avdec_tmv:debug-mv",
-  "avdec_tmv:direct-rendering",
-  "avdec_tmv:lowres",
-  "avdec_tmv:output-corrupt",
-  "avdec_tmv:skip-frame",
-  "avdec_truehd",
-  "avdec_truehd!sink",
-  "avdec_truehd!src",
-  "avdec_truemotion1",
-  "avdec_truemotion1!sink",
-  "avdec_truemotion1!src",
-  "avdec_truemotion1:debug-mv",
-  "avdec_truemotion1:direct-rendering",
-  "avdec_truemotion1:lowres",
-  "avdec_truemotion1:output-corrupt",
-  "avdec_truemotion1:skip-frame",
-  "avdec_truemotion2",
-  "avdec_truemotion2!sink",
-  "avdec_truemotion2!src",
-  "avdec_truemotion2:debug-mv",
-  "avdec_truemotion2:direct-rendering",
-  "avdec_truemotion2:lowres",
-  "avdec_truemotion2:output-corrupt",
-  "avdec_truemotion2:skip-frame",
-  "avdec_truemotion2rt",
-  "avdec_truemotion2rt!sink",
-  "avdec_truemotion2rt!src",
-  "avdec_truemotion2rt:debug-mv",
-  "avdec_truemotion2rt:direct-rendering",
-  "avdec_truemotion2rt:lowres",
-  "avdec_truemotion2rt:output-corrupt",
-  "avdec_truemotion2rt:skip-frame",
-  "avdec_truespeech",
-  "avdec_truespeech!sink",
-  "avdec_truespeech!src",
-  "avdec_tscc2",
-  "avdec_tscc2!sink",
-  "avdec_tscc2!src",
-  "avdec_tscc2:debug-mv",
-  "avdec_tscc2:direct-rendering",
-  "avdec_tscc2:lowres",
-  "avdec_tscc2:output-corrupt",
-  "avdec_tscc2:skip-frame",
-  "avdec_tta",
-  "avdec_tta!sink",
-  "avdec_tta!src",
-  "avdec_twinvq",
-  "avdec_twinvq!sink",
-  "avdec_twinvq!src",
-  "avdec_txd",
-  "avdec_txd!sink",
-  "avdec_txd!src",
-  "avdec_txd:debug-mv",
-  "avdec_txd:direct-rendering",
-  "avdec_txd:lowres",
-  "avdec_txd:output-corrupt",
-  "avdec_txd:skip-frame",
-  "avdec_ultimotion",
-  "avdec_ultimotion!sink",
-  "avdec_ultimotion!src",
-  "avdec_ultimotion:debug-mv",
-  "avdec_ultimotion:direct-rendering",
-  "avdec_ultimotion:lowres",
-  "avdec_ultimotion:output-corrupt",
-  "avdec_ultimotion:skip-frame",
-  "avdec_utvideo",
-  "avdec_utvideo!sink",
-  "avdec_utvideo!src",
-  "avdec_utvideo:debug-mv",
-  "avdec_utvideo:direct-rendering",
-  "avdec_utvideo:lowres",
-  "avdec_utvideo:max-threads",
-  "avdec_utvideo:output-corrupt",
-  "avdec_utvideo:skip-frame",
-  "avdec_utvideo:thread-type",
-  "avdec_vb",
-  "avdec_vb!sink",
-  "avdec_vb!src",
-  "avdec_vb:debug-mv",
-  "avdec_vb:direct-rendering",
-  "avdec_vb:lowres",
-  "avdec_vb:output-corrupt",
-  "avdec_vb:skip-frame",
-  "avdec_vble",
-  "avdec_vble!sink",
-  "avdec_vble!src",
-  "avdec_vble:debug-mv",
-  "avdec_vble:direct-rendering",
-  "avdec_vble:lowres",
-  "avdec_vble:max-threads",
-  "avdec_vble:output-corrupt",
-  "avdec_vble:skip-frame",
-  "avdec_vble:thread-type",
-  "avdec_vc1",
-  "avdec_vc1!sink",
-  "avdec_vc1!src",
-  "avdec_vc1:debug-mv",
-  "avdec_vc1:direct-rendering",
-  "avdec_vc1:lowres",
-  "avdec_vc1:output-corrupt",
-  "avdec_vc1:skip-frame",
-  "avdec_vc1image",
-  "avdec_vc1image!sink",
-  "avdec_vc1image!src",
-  "avdec_vc1image:debug-mv",
-  "avdec_vc1image:direct-rendering",
-  "avdec_vc1image:lowres",
-  "avdec_vc1image:output-corrupt",
-  "avdec_vc1image:skip-frame",
-  "avdec_vcr1",
-  "avdec_vcr1!sink",
-  "avdec_vcr1!src",
-  "avdec_vcr1:debug-mv",
-  "avdec_vcr1:direct-rendering",
-  "avdec_vcr1:lowres",
-  "avdec_vcr1:output-corrupt",
-  "avdec_vcr1:skip-frame",
-  "avdec_vmdaudio",
-  "avdec_vmdaudio!sink",
-  "avdec_vmdaudio!src",
-  "avdec_vmdvideo",
-  "avdec_vmdvideo!sink",
-  "avdec_vmdvideo!src",
-  "avdec_vmdvideo:debug-mv",
-  "avdec_vmdvideo:direct-rendering",
-  "avdec_vmdvideo:lowres",
-  "avdec_vmdvideo:output-corrupt",
-  "avdec_vmdvideo:skip-frame",
-  "avdec_vmnc",
-  "avdec_vmnc!sink",
-  "avdec_vmnc!src",
-  "avdec_vmnc:debug-mv",
-  "avdec_vmnc:direct-rendering",
-  "avdec_vmnc:lowres",
-  "avdec_vmnc:output-corrupt",
-  "avdec_vmnc:skip-frame",
-  "avdec_vp3",
-  "avdec_vp3!sink",
-  "avdec_vp3!src",
-  "avdec_vp3:debug-mv",
-  "avdec_vp3:direct-rendering",
-  "avdec_vp3:lowres",
-  "avdec_vp3:max-threads",
-  "avdec_vp3:output-corrupt",
-  "avdec_vp3:skip-frame",
-  "avdec_vp3:thread-type",
-  "avdec_vp4",
-  "avdec_vp4!sink",
-  "avdec_vp4!src",
-  "avdec_vp4:debug-mv",
-  "avdec_vp4:direct-rendering",
-  "avdec_vp4:lowres",
-  "avdec_vp4:max-threads",
-  "avdec_vp4:output-corrupt",
-  "avdec_vp4:skip-frame",
-  "avdec_vp4:thread-type",
-  "avdec_vp5",
-  "avdec_vp5!sink",
-  "avdec_vp5!src",
-  "avdec_vp5:debug-mv",
-  "avdec_vp5:direct-rendering",
-  "avdec_vp5:lowres",
-  "avdec_vp5:output-corrupt",
-  "avdec_vp5:skip-frame",
-  "avdec_vp6",
-  "avdec_vp6!sink",
-  "avdec_vp6!src",
-  "avdec_vp6:debug-mv",
-  "avdec_vp6:direct-rendering",
-  "avdec_vp6:lowres",
-  "avdec_vp6:output-corrupt",
-  "avdec_vp6:skip-frame",
-  "avdec_vp6a",
-  "avdec_vp6a!sink",
-  "avdec_vp6a!src",
-  "avdec_vp6a:debug-mv",
-  "avdec_vp6a:direct-rendering",
-  "avdec_vp6a:lowres",
-  "avdec_vp6a:max-threads",
-  "avdec_vp6a:output-corrupt",
-  "avdec_vp6a:skip-frame",
-  "avdec_vp6a:thread-type",
-  "avdec_vp6f",
-  "avdec_vp6f!sink",
-  "avdec_vp6f!src",
-  "avdec_vp6f:debug-mv",
-  "avdec_vp6f:direct-rendering",
-  "avdec_vp6f:lowres",
-  "avdec_vp6f:output-corrupt",
-  "avdec_vp6f:skip-frame",
-  "avdec_vp7",
-  "avdec_vp7!sink",
-  "avdec_vp7!src",
-  "avdec_vp7:debug-mv",
-  "avdec_vp7:direct-rendering",
-  "avdec_vp7:lowres",
-  "avdec_vp7:output-corrupt",
-  "avdec_vp7:skip-frame",
-  "avdec_vp8",
-  "avdec_vp8!sink",
-  "avdec_vp8!src",
-  "avdec_vp8:debug-mv",
-  "avdec_vp8:direct-rendering",
-  "avdec_vp8:lowres",
-  "avdec_vp8:max-threads",
-  "avdec_vp8:output-corrupt",
-  "avdec_vp8:skip-frame",
-  "avdec_vp8:thread-type",
-  "avdec_vp9",
-  "avdec_vp9!sink",
-  "avdec_vp9!src",
-  "avdec_vp9:debug-mv",
-  "avdec_vp9:direct-rendering",
-  "avdec_vp9:lowres",
-  "avdec_vp9:max-threads",
-  "avdec_vp9:output-corrupt",
-  "avdec_vp9:skip-frame",
-  "avdec_vp9:thread-type",
-  "avdec_vqavideo",
-  "avdec_vqavideo!sink",
-  "avdec_vqavideo!src",
-  "avdec_vqavideo:debug-mv",
-  "avdec_vqavideo:direct-rendering",
-  "avdec_vqavideo:lowres",
-  "avdec_vqavideo:output-corrupt",
-  "avdec_vqavideo:skip-frame",
-  "avdec_wavesynth",
-  "avdec_wavesynth!sink",
-  "avdec_wavesynth!src",
-  "avdec_wcmv",
-  "avdec_wcmv!sink",
-  "avdec_wcmv!src",
-  "avdec_wcmv:debug-mv",
-  "avdec_wcmv:direct-rendering",
-  "avdec_wcmv:lowres",
-  "avdec_wcmv:output-corrupt",
-  "avdec_wcmv:skip-frame",
-  "avdec_webp",
-  "avdec_webp!sink",
-  "avdec_webp!src",
-  "avdec_webp:debug-mv",
-  "avdec_webp:direct-rendering",
-  "avdec_webp:lowres",
-  "avdec_webp:max-threads",
-  "avdec_webp:output-corrupt",
-  "avdec_webp:skip-frame",
-  "avdec_webp:thread-type",
-  "avdec_wmalossless",
-  "avdec_wmalossless!sink",
-  "avdec_wmalossless!src",
-  "avdec_wmapro",
-  "avdec_wmapro!sink",
-  "avdec_wmapro!src",
-  "avdec_wmav1",
-  "avdec_wmav1!sink",
-  "avdec_wmav1!src",
-  "avdec_wmav2",
-  "avdec_wmav2!sink",
-  "avdec_wmav2!src",
-  "avdec_wmavoice",
-  "avdec_wmavoice!sink",
-  "avdec_wmavoice!src",
-  "avdec_wmv1",
-  "avdec_wmv1!sink",
-  "avdec_wmv1!src",
-  "avdec_wmv1:debug-mv",
-  "avdec_wmv1:direct-rendering",
-  "avdec_wmv1:lowres",
-  "avdec_wmv1:output-corrupt",
-  "avdec_wmv1:skip-frame",
-  "avdec_wmv2",
-  "avdec_wmv2!sink",
-  "avdec_wmv2!src",
-  "avdec_wmv2:debug-mv",
-  "avdec_wmv2:direct-rendering",
-  "avdec_wmv2:lowres",
-  "avdec_wmv2:output-corrupt",
-  "avdec_wmv2:skip-frame",
-  "avdec_wmv3",
-  "avdec_wmv3!sink",
-  "avdec_wmv3!src",
-  "avdec_wmv3:debug-mv",
-  "avdec_wmv3:direct-rendering",
-  "avdec_wmv3:lowres",
-  "avdec_wmv3:output-corrupt",
-  "avdec_wmv3:skip-frame",
-  "avdec_wmv3image",
-  "avdec_wmv3image!sink",
-  "avdec_wmv3image!src",
-  "avdec_wmv3image:debug-mv",
-  "avdec_wmv3image:direct-rendering",
-  "avdec_wmv3image:lowres",
-  "avdec_wmv3image:output-corrupt",
-  "avdec_wmv3image:skip-frame",
-  "avdec_wnv1",
-  "avdec_wnv1!sink",
-  "avdec_wnv1!src",
-  "avdec_wnv1:debug-mv",
-  "avdec_wnv1:direct-rendering",
-  "avdec_wnv1:lowres",
-  "avdec_wnv1:output-corrupt",
-  "avdec_wnv1:skip-frame",
-  "avdec_ws_snd1",
-  "avdec_ws_snd1!sink",
-  "avdec_ws_snd1!src",
-  "avdec_xan_dpcm",
-  "avdec_xan_dpcm!sink",
-  "avdec_xan_dpcm!src",
-  "avdec_xan_wc3",
-  "avdec_xan_wc3!sink",
-  "avdec_xan_wc3!src",
-  "avdec_xan_wc3:debug-mv",
-  "avdec_xan_wc3:direct-rendering",
-  "avdec_xan_wc3:lowres",
-  "avdec_xan_wc3:output-corrupt",
-  "avdec_xan_wc3:skip-frame",
-  "avdec_xan_wc4",
-  "avdec_xan_wc4!sink",
-  "avdec_xan_wc4!src",
-  "avdec_xan_wc4:debug-mv",
-  "avdec_xan_wc4:direct-rendering",
-  "avdec_xan_wc4:lowres",
-  "avdec_xan_wc4:output-corrupt",
-  "avdec_xan_wc4:skip-frame",
-  "avdec_xbin",
-  "avdec_xbin!sink",
-  "avdec_xbin!src",
-  "avdec_xbin:debug-mv",
-  "avdec_xbin:direct-rendering",
-  "avdec_xbin:lowres",
-  "avdec_xbin:output-corrupt",
-  "avdec_xbin:skip-frame",
-  "avdec_xbm",
-  "avdec_xbm!sink",
-  "avdec_xbm!src",
-  "avdec_xbm:debug-mv",
-  "avdec_xbm:direct-rendering",
-  "avdec_xbm:lowres",
-  "avdec_xbm:output-corrupt",
-  "avdec_xbm:skip-frame",
-  "avdec_xface",
-  "avdec_xface!sink",
-  "avdec_xface!src",
-  "avdec_xface:debug-mv",
-  "avdec_xface:direct-rendering",
-  "avdec_xface:lowres",
-  "avdec_xface:output-corrupt",
-  "avdec_xface:skip-frame",
-  "avdec_xl",
-  "avdec_xl!sink",
-  "avdec_xl!src",
-  "avdec_xl:debug-mv",
-  "avdec_xl:direct-rendering",
-  "avdec_xl:lowres",
-  "avdec_xl:output-corrupt",
-  "avdec_xl:skip-frame",
-  "avdec_xma1",
-  "avdec_xma1!sink",
-  "avdec_xma1!src",
-  "avdec_xma2",
-  "avdec_xma2!sink",
-  "avdec_xma2!src",
-  "avdec_xpm",
-  "avdec_xpm!sink",
-  "avdec_xpm!src",
-  "avdec_xpm:debug-mv",
-  "avdec_xpm:direct-rendering",
-  "avdec_xpm:lowres",
-  "avdec_xpm:output-corrupt",
-  "avdec_xpm:skip-frame",
-  "avdec_xwd",
-  "avdec_xwd!sink",
-  "avdec_xwd!src",
-  "avdec_xwd:debug-mv",
-  "avdec_xwd:direct-rendering",
-  "avdec_xwd:lowres",
-  "avdec_xwd:output-corrupt",
-  "avdec_xwd:skip-frame",
-  "avdec_ylc",
-  "avdec_ylc!sink",
-  "avdec_ylc!src",
-  "avdec_ylc:debug-mv",
-  "avdec_ylc:direct-rendering",
-  "avdec_ylc:lowres",
-  "avdec_ylc:max-threads",
-  "avdec_ylc:output-corrupt",
-  "avdec_ylc:skip-frame",
-  "avdec_ylc:thread-type",
-  "avdec_yop",
-  "avdec_yop!sink",
-  "avdec_yop!src",
-  "avdec_yop:debug-mv",
-  "avdec_yop:direct-rendering",
-  "avdec_yop:lowres",
-  "avdec_yop:output-corrupt",
-  "avdec_yop:skip-frame",
-  "avdec_zerocodec",
-  "avdec_zerocodec!sink",
-  "avdec_zerocodec!src",
-  "avdec_zerocodec:debug-mv",
-  "avdec_zerocodec:direct-rendering",
-  "avdec_zerocodec:lowres",
-  "avdec_zerocodec:output-corrupt",
-  "avdec_zerocodec:skip-frame",
-  "avdec_zmbv",
-  "avdec_zmbv!sink",
-  "avdec_zmbv!src",
-  "avdec_zmbv:debug-mv",
-  "avdec_zmbv:direct-rendering",
-  "avdec_zmbv:lowres",
-  "avdec_zmbv:output-corrupt",
-  "avdec_zmbv:skip-frame",
-  "avdeinterlace",
-  "avdeinterlace:mode",
-  "avdemux_4xm",
-  "avdemux_4xm!audio_%u",
-  "avdemux_4xm!sink",
-  "avdemux_4xm!video_%u",
-  "avdemux_aiff",
-  "avdemux_aiff!audio_%u",
-  "avdemux_aiff!sink",
-  "avdemux_aiff!video_%u",
-  "avdemux_ape",
-  "avdemux_ape!audio_%u",
-  "avdemux_ape!sink",
-  "avdemux_ape!video_%u",
-  "avdemux_avs",
-  "avdemux_avs!audio_%u",
-  "avdemux_avs!sink",
-  "avdemux_avs!video_%u",
-  "avdemux_bfstm",
-  "avdemux_bfstm!audio_%u",
-  "avdemux_bfstm!sink",
-  "avdemux_bfstm!video_%u",
-  "avdemux_brstm",
-  "avdemux_brstm!audio_%u",
-  "avdemux_brstm!sink",
-  "avdemux_brstm!video_%u",
-  "avdemux_daud",
-  "avdemux_daud!audio_%u",
-  "avdemux_daud!sink",
-  "avdemux_daud!video_%u",
-  "avdemux_dsf",
-  "avdemux_dsf!audio_%u",
-  "avdemux_dsf!sink",
-  "avdemux_dsf!video_%u",
-  "avdemux_ea",
-  "avdemux_ea!audio_%u",
-  "avdemux_ea!sink",
-  "avdemux_ea!video_%u",
-  "avdemux_film_cpk",
-  "avdemux_film_cpk!audio_%u",
-  "avdemux_film_cpk!sink",
-  "avdemux_film_cpk!video_%u",
-  "avdemux_gif",
-  "avdemux_gif!audio_%u",
-  "avdemux_gif!sink",
-  "avdemux_gif!video_%u",
-  "avdemux_gxf",
-  "avdemux_gxf!audio_%u",
-  "avdemux_gxf!sink",
-  "avdemux_gxf!video_%u",
-  "avdemux_idcin",
-  "avdemux_idcin!audio_%u",
-  "avdemux_idcin!sink",
-  "avdemux_idcin!video_%u",
-  "avdemux_iff",
-  "avdemux_iff!audio_%u",
-  "avdemux_iff!sink",
-  "avdemux_iff!video_%u",
-  "avdemux_ipmovie",
-  "avdemux_ipmovie!audio_%u",
-  "avdemux_ipmovie!sink",
-  "avdemux_ipmovie!video_%u",
-  "avdemux_ivf",
-  "avdemux_ivf!audio_%u",
-  "avdemux_ivf!sink",
-  "avdemux_ivf!video_%u",
-  "avdemux_mm",
-  "avdemux_mm!audio_%u",
-  "avdemux_mm!sink",
-  "avdemux_mm!video_%u",
-  "avdemux_mmf",
-  "avdemux_mmf!audio_%u",
-  "avdemux_mmf!sink",
-  "avdemux_mmf!video_%u",
-  "avdemux_mpc",
-  "avdemux_mpc!audio_%u",
-  "avdemux_mpc!sink",
-  "avdemux_mpc!video_%u",
-  "avdemux_mpc8",
-  "avdemux_mpc8!audio_%u",
-  "avdemux_mpc8!sink",
-  "avdemux_mpc8!video_%u",
-  "avdemux_mxf",
-  "avdemux_mxf!audio_%u",
-  "avdemux_mxf!sink",
-  "avdemux_mxf!video_%u",
-  "avdemux_nsv",
-  "avdemux_nsv!audio_%u",
-  "avdemux_nsv!sink",
-  "avdemux_nsv!video_%u",
-  "avdemux_nut",
-  "avdemux_nut!audio_%u",
-  "avdemux_nut!sink",
-  "avdemux_nut!video_%u",
-  "avdemux_nuv",
-  "avdemux_nuv!audio_%u",
-  "avdemux_nuv!sink",
-  "avdemux_nuv!video_%u",
-  "avdemux_psxstr",
-  "avdemux_psxstr!audio_%u",
-  "avdemux_psxstr!sink",
-  "avdemux_psxstr!video_%u",
-  "avdemux_pva",
-  "avdemux_pva!audio_%u",
-  "avdemux_pva!sink",
-  "avdemux_pva!video_%u",
-  "avdemux_smk",
-  "avdemux_smk!audio_%u",
-  "avdemux_smk!sink",
-  "avdemux_smk!video_%u",
-  "avdemux_sol",
-  "avdemux_sol!audio_%u",
-  "avdemux_sol!sink",
-  "avdemux_sol!video_%u",
-  "avdemux_tta",
-  "avdemux_tta!audio_%u",
-  "avdemux_tta!sink",
-  "avdemux_tta!video_%u",
-  "avdemux_vmd",
-  "avdemux_vmd!audio_%u",
-  "avdemux_vmd!sink",
-  "avdemux_vmd!video_%u",
-  "avdemux_voc",
-  "avdemux_voc!audio_%u",
-  "avdemux_voc!sink",
-  "avdemux_voc!video_%u",
-  "avdemux_wc3movie",
-  "avdemux_wc3movie!audio_%u",
-  "avdemux_wc3movie!sink",
-  "avdemux_wc3movie!video_%u",
-  "avdemux_wsaud",
-  "avdemux_wsaud!audio_%u",
-  "avdemux_wsaud!sink",
-  "avdemux_wsaud!video_%u",
-  "avdemux_wsvqa",
-  "avdemux_wsvqa!audio_%u",
-  "avdemux_wsvqa!sink",
-  "avdemux_wsvqa!video_%u",
-  "avdemux_xwma",
-  "avdemux_xwma!audio_%u",
-  "avdemux_xwma!sink",
-  "avdemux_xwma!video_%u",
-  "avdemux_yuv4mpegpipe",
-  "avdemux_yuv4mpegpipe!audio_%u",
-  "avdemux_yuv4mpegpipe!sink",
-  "avdemux_yuv4mpegpipe!video_%u",
-  "avdtpsink",
-  "avdtpsink:auto-connect",
-  "avdtpsink:device",
-  "avdtpsink:transport",
-  "avdtpsrc",
-  "avdtpsrc:transport",
-  "avdtpsrc:transport-volume",
-  "avenc_a64multi",
-  "avenc_a64multi!sink",
-  "avenc_a64multi!src",
-  "avenc_a64multi5",
-  "avenc_a64multi5!sink",
-  "avenc_a64multi5!src",
-  "avenc_a64multi5:b-qfactor",
-  "avenc_a64multi5:b-qoffset",
-  "avenc_a64multi5:b-sensitivity",
-  "avenc_a64multi5:b-strategy",
-  "avenc_a64multi5:bidir-refine",
-  "avenc_a64multi5:bitrate",
-  "avenc_a64multi5:bitrate-tolerance",
-  "avenc_a64multi5:brd-scale",
-  "avenc_a64multi5:bufsize",
-  "avenc_a64multi5:chroma-sample-location",
-  "avenc_a64multi5:chromaoffset",
-  "avenc_a64multi5:cmp",
-  "avenc_a64multi5:coder",
-  "avenc_a64multi5:compression-level",
-  "avenc_a64multi5:context",
-  "avenc_a64multi5:dark-mask",
-  "avenc_a64multi5:dc",
-  "avenc_a64multi5:dct",
-  "avenc_a64multi5:debug",
-  "avenc_a64multi5:dia-size",
-  "avenc_a64multi5:dump-separator",
-  "avenc_a64multi5:err-detect",
-  "avenc_a64multi5:export-side-data",
-  "avenc_a64multi5:field-order",
-  "avenc_a64multi5:flags",
-  "avenc_a64multi5:flags2",
-  "avenc_a64multi5:global-quality",
-  "avenc_a64multi5:gop-size",
-  "avenc_a64multi5:i-qfactor",
-  "avenc_a64multi5:i-qoffset",
-  "avenc_a64multi5:idct",
-  "avenc_a64multi5:ildctcmp",
-  "avenc_a64multi5:keyint-min",
-  "avenc_a64multi5:last-pred",
-  "avenc_a64multi5:lumi-mask",
-  "avenc_a64multi5:max-bframes",
-  "avenc_a64multi5:max-pixels",
-  "avenc_a64multi5:maxrate",
-  "avenc_a64multi5:mbcmp",
-  "avenc_a64multi5:mbd",
-  "avenc_a64multi5:mblmax",
-  "avenc_a64multi5:mblmin",
-  "avenc_a64multi5:me-range",
-  "avenc_a64multi5:mepc",
-  "avenc_a64multi5:minrate",
-  "avenc_a64multi5:mpeg-quant",
-  "avenc_a64multi5:multipass-cache-file",
-  "avenc_a64multi5:mv0-threshold",
-  "avenc_a64multi5:nr",
-  "avenc_a64multi5:nssew",
-  "avenc_a64multi5:p-mask",
-  "avenc_a64multi5:pass",
-  "avenc_a64multi5:pre-dia-size",
-  "avenc_a64multi5:precmp",
-  "avenc_a64multi5:pred",
-  "avenc_a64multi5:preme",
-  "avenc_a64multi5:ps",
-  "avenc_a64multi5:qblur",
-  "avenc_a64multi5:qcomp",
-  "avenc_a64multi5:qdiff",
-  "avenc_a64multi5:qmax",
-  "avenc_a64multi5:qmin",
-  "avenc_a64multi5:quantizer",
-  "avenc_a64multi5:rc-init-occupancy",
-  "avenc_a64multi5:rc-max-vbv-use",
-  "avenc_a64multi5:rc-min-vbv-use",
-  "avenc_a64multi5:refs",
-  "avenc_a64multi5:sc-threshold",
-  "avenc_a64multi5:scplx-mask",
-  "avenc_a64multi5:side-data-only-packets",
-  "avenc_a64multi5:skip-exp",
-  "avenc_a64multi5:skip-factor",
-  "avenc_a64multi5:skip-threshold",
-  "avenc_a64multi5:skipcmp",
-  "avenc_a64multi5:slices",
-  "avenc_a64multi5:strict",
-  "avenc_a64multi5:subcmp",
-  "avenc_a64multi5:subq",
-  "avenc_a64multi5:tcplx-mask",
-  "avenc_a64multi5:thread-type",
-  "avenc_a64multi5:threads",
-  "avenc_a64multi5:ticks-per-frame",
-  "avenc_a64multi5:timecode-frame-start",
-  "avenc_a64multi5:trellis",
-  "avenc_a64multi:b-qfactor",
-  "avenc_a64multi:b-qoffset",
-  "avenc_a64multi:b-sensitivity",
-  "avenc_a64multi:b-strategy",
-  "avenc_a64multi:bidir-refine",
-  "avenc_a64multi:bitrate",
-  "avenc_a64multi:bitrate-tolerance",
-  "avenc_a64multi:brd-scale",
-  "avenc_a64multi:bufsize",
-  "avenc_a64multi:chroma-sample-location",
-  "avenc_a64multi:chromaoffset",
-  "avenc_a64multi:cmp",
-  "avenc_a64multi:coder",
-  "avenc_a64multi:compression-level",
-  "avenc_a64multi:context",
-  "avenc_a64multi:dark-mask",
-  "avenc_a64multi:dc",
-  "avenc_a64multi:dct",
-  "avenc_a64multi:debug",
-  "avenc_a64multi:dia-size",
-  "avenc_a64multi:dump-separator",
-  "avenc_a64multi:err-detect",
-  "avenc_a64multi:export-side-data",
-  "avenc_a64multi:field-order",
-  "avenc_a64multi:flags",
-  "avenc_a64multi:flags2",
-  "avenc_a64multi:global-quality",
-  "avenc_a64multi:gop-size",
-  "avenc_a64multi:i-qfactor",
-  "avenc_a64multi:i-qoffset",
-  "avenc_a64multi:idct",
-  "avenc_a64multi:ildctcmp",
-  "avenc_a64multi:keyint-min",
-  "avenc_a64multi:last-pred",
-  "avenc_a64multi:lumi-mask",
-  "avenc_a64multi:max-bframes",
-  "avenc_a64multi:max-pixels",
-  "avenc_a64multi:maxrate",
-  "avenc_a64multi:mbcmp",
-  "avenc_a64multi:mbd",
-  "avenc_a64multi:mblmax",
-  "avenc_a64multi:mblmin",
-  "avenc_a64multi:me-range",
-  "avenc_a64multi:mepc",
-  "avenc_a64multi:minrate",
-  "avenc_a64multi:mpeg-quant",
-  "avenc_a64multi:multipass-cache-file",
-  "avenc_a64multi:mv0-threshold",
-  "avenc_a64multi:nr",
-  "avenc_a64multi:nssew",
-  "avenc_a64multi:p-mask",
-  "avenc_a64multi:pass",
-  "avenc_a64multi:pre-dia-size",
-  "avenc_a64multi:precmp",
-  "avenc_a64multi:pred",
-  "avenc_a64multi:preme",
-  "avenc_a64multi:ps",
-  "avenc_a64multi:qblur",
-  "avenc_a64multi:qcomp",
-  "avenc_a64multi:qdiff",
-  "avenc_a64multi:qmax",
-  "avenc_a64multi:qmin",
-  "avenc_a64multi:quantizer",
-  "avenc_a64multi:rc-init-occupancy",
-  "avenc_a64multi:rc-max-vbv-use",
-  "avenc_a64multi:rc-min-vbv-use",
-  "avenc_a64multi:refs",
-  "avenc_a64multi:sc-threshold",
-  "avenc_a64multi:scplx-mask",
-  "avenc_a64multi:side-data-only-packets",
-  "avenc_a64multi:skip-exp",
-  "avenc_a64multi:skip-factor",
-  "avenc_a64multi:skip-threshold",
-  "avenc_a64multi:skipcmp",
-  "avenc_a64multi:slices",
-  "avenc_a64multi:strict",
-  "avenc_a64multi:subcmp",
-  "avenc_a64multi:subq",
-  "avenc_a64multi:tcplx-mask",
-  "avenc_a64multi:thread-type",
-  "avenc_a64multi:threads",
-  "avenc_a64multi:ticks-per-frame",
-  "avenc_a64multi:timecode-frame-start",
-  "avenc_a64multi:trellis",
-  "avenc_aac",
-  "avenc_aac!sink",
-  "avenc_aac!src",
-  "avenc_aac:aac-coder",
-  "avenc_aac:aac-is",
-  "avenc_aac:aac-ltp",
-  "avenc_aac:aac-ms",
-  "avenc_aac:aac-pce",
-  "avenc_aac:aac-pns",
-  "avenc_aac:aac-pred",
-  "avenc_aac:aac-tns",
-  "avenc_aac:ac",
-  "avenc_aac:ar",
-  "avenc_aac:audio-service-type",
-  "avenc_aac:bitrate",
-  "avenc_aac:bufsize",
-  "avenc_aac:channel-layout",
-  "avenc_aac:compression-level",
-  "avenc_aac:cutoff",
-  "avenc_aac:debug",
-  "avenc_aac:dump-separator",
-  "avenc_aac:err-detect",
-  "avenc_aac:export-side-data",
-  "avenc_aac:flags",
-  "avenc_aac:flags2",
-  "avenc_aac:frame-size",
-  "avenc_aac:global-quality",
-  "avenc_aac:max-pixels",
-  "avenc_aac:max-prediction-order",
-  "avenc_aac:max-samples",
-  "avenc_aac:maxrate",
-  "avenc_aac:min-prediction-order",
-  "avenc_aac:minrate",
-  "avenc_aac:side-data-only-packets",
-  "avenc_aac:strict",
-  "avenc_aac:thread-type",
-  "avenc_aac:threads",
-  "avenc_aac:ticks-per-frame",
-  "avenc_aac:trellis",
-  "avenc_ac3",
-  "avenc_ac3!sink",
-  "avenc_ac3!src",
-  "avenc_ac3:ac",
-  "avenc_ac3:ad-conv-type",
-  "avenc_ac3:ar",
-  "avenc_ac3:audio-service-type",
-  "avenc_ac3:bitrate",
-  "avenc_ac3:bufsize",
-  "avenc_ac3:center-mixlev",
-  "avenc_ac3:channel-coupling",
-  "avenc_ac3:channel-layout",
-  "avenc_ac3:compression-level",
-  "avenc_ac3:copyright",
-  "avenc_ac3:cpl-start-band",
-  "avenc_ac3:cutoff",
-  "avenc_ac3:debug",
-  "avenc_ac3:dheadphone-mode",
-  "avenc_ac3:dialnorm",
-  "avenc_ac3:dmix-mode",
-  "avenc_ac3:dsur-mode",
-  "avenc_ac3:dsurex-mode",
-  "avenc_ac3:dump-separator",
-  "avenc_ac3:err-detect",
-  "avenc_ac3:export-side-data",
-  "avenc_ac3:flags",
-  "avenc_ac3:flags2",
-  "avenc_ac3:frame-size",
-  "avenc_ac3:global-quality",
-  "avenc_ac3:loro-cmixlev",
-  "avenc_ac3:loro-surmixlev",
-  "avenc_ac3:ltrt-cmixlev",
-  "avenc_ac3:ltrt-surmixlev",
-  "avenc_ac3:max-pixels",
-  "avenc_ac3:max-prediction-order",
-  "avenc_ac3:max-samples",
-  "avenc_ac3:maxrate",
-  "avenc_ac3:min-prediction-order",
-  "avenc_ac3:minrate",
-  "avenc_ac3:mixing-level",
-  "avenc_ac3:original",
-  "avenc_ac3:per-frame-metadata",
-  "avenc_ac3:room-type",
-  "avenc_ac3:side-data-only-packets",
-  "avenc_ac3:stereo-rematrixing",
-  "avenc_ac3:strict",
-  "avenc_ac3:surround-mixlev",
-  "avenc_ac3:thread-type",
-  "avenc_ac3:threads",
-  "avenc_ac3:ticks-per-frame",
-  "avenc_ac3:trellis",
-  "avenc_ac3_fixed",
-  "avenc_ac3_fixed!sink",
-  "avenc_ac3_fixed!src",
-  "avenc_ac3_fixed:ac",
-  "avenc_ac3_fixed:ad-conv-type",
-  "avenc_ac3_fixed:ar",
-  "avenc_ac3_fixed:audio-service-type",
-  "avenc_ac3_fixed:bitrate",
-  "avenc_ac3_fixed:bufsize",
-  "avenc_ac3_fixed:center-mixlev",
-  "avenc_ac3_fixed:channel-coupling",
-  "avenc_ac3_fixed:channel-layout",
-  "avenc_ac3_fixed:compression-level",
-  "avenc_ac3_fixed:copyright",
-  "avenc_ac3_fixed:cpl-start-band",
-  "avenc_ac3_fixed:cutoff",
-  "avenc_ac3_fixed:debug",
-  "avenc_ac3_fixed:dheadphone-mode",
-  "avenc_ac3_fixed:dialnorm",
-  "avenc_ac3_fixed:dmix-mode",
-  "avenc_ac3_fixed:dsur-mode",
-  "avenc_ac3_fixed:dsurex-mode",
-  "avenc_ac3_fixed:dump-separator",
-  "avenc_ac3_fixed:err-detect",
-  "avenc_ac3_fixed:export-side-data",
-  "avenc_ac3_fixed:flags",
-  "avenc_ac3_fixed:flags2",
-  "avenc_ac3_fixed:frame-size",
-  "avenc_ac3_fixed:global-quality",
-  "avenc_ac3_fixed:loro-cmixlev",
-  "avenc_ac3_fixed:loro-surmixlev",
-  "avenc_ac3_fixed:ltrt-cmixlev",
-  "avenc_ac3_fixed:ltrt-surmixlev",
-  "avenc_ac3_fixed:max-pixels",
-  "avenc_ac3_fixed:max-prediction-order",
-  "avenc_ac3_fixed:max-samples",
-  "avenc_ac3_fixed:maxrate",
-  "avenc_ac3_fixed:min-prediction-order",
-  "avenc_ac3_fixed:minrate",
-  "avenc_ac3_fixed:mixing-level",
-  "avenc_ac3_fixed:original",
-  "avenc_ac3_fixed:per-frame-metadata",
-  "avenc_ac3_fixed:room-type",
-  "avenc_ac3_fixed:side-data-only-packets",
-  "avenc_ac3_fixed:stereo-rematrixing",
-  "avenc_ac3_fixed:strict",
-  "avenc_ac3_fixed:surround-mixlev",
-  "avenc_ac3_fixed:thread-type",
-  "avenc_ac3_fixed:threads",
-  "avenc_ac3_fixed:ticks-per-frame",
-  "avenc_ac3_fixed:trellis",
-  "avenc_adpcm_adx",
-  "avenc_adpcm_adx!sink",
-  "avenc_adpcm_adx!src",
-  "avenc_adpcm_adx:ac",
-  "avenc_adpcm_adx:ar",
-  "avenc_adpcm_adx:audio-service-type",
-  "avenc_adpcm_adx:bitrate",
-  "avenc_adpcm_adx:bufsize",
-  "avenc_adpcm_adx:channel-layout",
-  "avenc_adpcm_adx:compression-level",
-  "avenc_adpcm_adx:cutoff",
-  "avenc_adpcm_adx:debug",
-  "avenc_adpcm_adx:dump-separator",
-  "avenc_adpcm_adx:err-detect",
-  "avenc_adpcm_adx:export-side-data",
-  "avenc_adpcm_adx:flags",
-  "avenc_adpcm_adx:flags2",
-  "avenc_adpcm_adx:frame-size",
-  "avenc_adpcm_adx:global-quality",
-  "avenc_adpcm_adx:max-pixels",
-  "avenc_adpcm_adx:max-prediction-order",
-  "avenc_adpcm_adx:max-samples",
-  "avenc_adpcm_adx:maxrate",
-  "avenc_adpcm_adx:min-prediction-order",
-  "avenc_adpcm_adx:minrate",
-  "avenc_adpcm_adx:side-data-only-packets",
-  "avenc_adpcm_adx:strict",
-  "avenc_adpcm_adx:thread-type",
-  "avenc_adpcm_adx:threads",
-  "avenc_adpcm_adx:ticks-per-frame",
-  "avenc_adpcm_adx:trellis",
-  "avenc_adpcm_argo",
-  "avenc_adpcm_argo!sink",
-  "avenc_adpcm_argo!src",
-  "avenc_adpcm_argo:ac",
-  "avenc_adpcm_argo:ar",
-  "avenc_adpcm_argo:audio-service-type",
-  "avenc_adpcm_argo:bitrate",
-  "avenc_adpcm_argo:block-size",
-  "avenc_adpcm_argo:bufsize",
-  "avenc_adpcm_argo:channel-layout",
-  "avenc_adpcm_argo:compression-level",
-  "avenc_adpcm_argo:cutoff",
-  "avenc_adpcm_argo:debug",
-  "avenc_adpcm_argo:dump-separator",
-  "avenc_adpcm_argo:err-detect",
-  "avenc_adpcm_argo:export-side-data",
-  "avenc_adpcm_argo:flags",
-  "avenc_adpcm_argo:flags2",
-  "avenc_adpcm_argo:frame-size",
-  "avenc_adpcm_argo:global-quality",
-  "avenc_adpcm_argo:max-pixels",
-  "avenc_adpcm_argo:max-prediction-order",
-  "avenc_adpcm_argo:max-samples",
-  "avenc_adpcm_argo:maxrate",
-  "avenc_adpcm_argo:min-prediction-order",
-  "avenc_adpcm_argo:minrate",
-  "avenc_adpcm_argo:side-data-only-packets",
-  "avenc_adpcm_argo:strict",
-  "avenc_adpcm_argo:thread-type",
-  "avenc_adpcm_argo:threads",
-  "avenc_adpcm_argo:ticks-per-frame",
-  "avenc_adpcm_argo:trellis",
-  "avenc_adpcm_ima_alp",
-  "avenc_adpcm_ima_alp!sink",
-  "avenc_adpcm_ima_alp!src",
-  "avenc_adpcm_ima_alp:ac",
-  "avenc_adpcm_ima_alp:ar",
-  "avenc_adpcm_ima_alp:audio-service-type",
-  "avenc_adpcm_ima_alp:bitrate",
-  "avenc_adpcm_ima_alp:block-size",
-  "avenc_adpcm_ima_alp:bufsize",
-  "avenc_adpcm_ima_alp:channel-layout",
-  "avenc_adpcm_ima_alp:compression-level",
-  "avenc_adpcm_ima_alp:cutoff",
-  "avenc_adpcm_ima_alp:debug",
-  "avenc_adpcm_ima_alp:dump-separator",
-  "avenc_adpcm_ima_alp:err-detect",
-  "avenc_adpcm_ima_alp:export-side-data",
-  "avenc_adpcm_ima_alp:flags",
-  "avenc_adpcm_ima_alp:flags2",
-  "avenc_adpcm_ima_alp:frame-size",
-  "avenc_adpcm_ima_alp:global-quality",
-  "avenc_adpcm_ima_alp:max-pixels",
-  "avenc_adpcm_ima_alp:max-prediction-order",
-  "avenc_adpcm_ima_alp:max-samples",
-  "avenc_adpcm_ima_alp:maxrate",
-  "avenc_adpcm_ima_alp:min-prediction-order",
-  "avenc_adpcm_ima_alp:minrate",
-  "avenc_adpcm_ima_alp:side-data-only-packets",
-  "avenc_adpcm_ima_alp:strict",
-  "avenc_adpcm_ima_alp:thread-type",
-  "avenc_adpcm_ima_alp:threads",
-  "avenc_adpcm_ima_alp:ticks-per-frame",
-  "avenc_adpcm_ima_alp:trellis",
-  "avenc_adpcm_ima_amv",
-  "avenc_adpcm_ima_amv!sink",
-  "avenc_adpcm_ima_amv!src",
-  "avenc_adpcm_ima_amv:ac",
-  "avenc_adpcm_ima_amv:ar",
-  "avenc_adpcm_ima_amv:audio-service-type",
-  "avenc_adpcm_ima_amv:bitrate",
-  "avenc_adpcm_ima_amv:block-size",
-  "avenc_adpcm_ima_amv:bufsize",
-  "avenc_adpcm_ima_amv:channel-layout",
-  "avenc_adpcm_ima_amv:compression-level",
-  "avenc_adpcm_ima_amv:cutoff",
-  "avenc_adpcm_ima_amv:debug",
-  "avenc_adpcm_ima_amv:dump-separator",
-  "avenc_adpcm_ima_amv:err-detect",
-  "avenc_adpcm_ima_amv:export-side-data",
-  "avenc_adpcm_ima_amv:flags",
-  "avenc_adpcm_ima_amv:flags2",
-  "avenc_adpcm_ima_amv:frame-size",
-  "avenc_adpcm_ima_amv:global-quality",
-  "avenc_adpcm_ima_amv:max-pixels",
-  "avenc_adpcm_ima_amv:max-prediction-order",
-  "avenc_adpcm_ima_amv:max-samples",
-  "avenc_adpcm_ima_amv:maxrate",
-  "avenc_adpcm_ima_amv:min-prediction-order",
-  "avenc_adpcm_ima_amv:minrate",
-  "avenc_adpcm_ima_amv:side-data-only-packets",
-  "avenc_adpcm_ima_amv:strict",
-  "avenc_adpcm_ima_amv:thread-type",
-  "avenc_adpcm_ima_amv:threads",
-  "avenc_adpcm_ima_amv:ticks-per-frame",
-  "avenc_adpcm_ima_amv:trellis",
-  "avenc_adpcm_ima_apm",
-  "avenc_adpcm_ima_apm!sink",
-  "avenc_adpcm_ima_apm!src",
-  "avenc_adpcm_ima_apm:ac",
-  "avenc_adpcm_ima_apm:ar",
-  "avenc_adpcm_ima_apm:audio-service-type",
-  "avenc_adpcm_ima_apm:bitrate",
-  "avenc_adpcm_ima_apm:block-size",
-  "avenc_adpcm_ima_apm:bufsize",
-  "avenc_adpcm_ima_apm:channel-layout",
-  "avenc_adpcm_ima_apm:compression-level",
-  "avenc_adpcm_ima_apm:cutoff",
-  "avenc_adpcm_ima_apm:debug",
-  "avenc_adpcm_ima_apm:dump-separator",
-  "avenc_adpcm_ima_apm:err-detect",
-  "avenc_adpcm_ima_apm:export-side-data",
-  "avenc_adpcm_ima_apm:flags",
-  "avenc_adpcm_ima_apm:flags2",
-  "avenc_adpcm_ima_apm:frame-size",
-  "avenc_adpcm_ima_apm:global-quality",
-  "avenc_adpcm_ima_apm:max-pixels",
-  "avenc_adpcm_ima_apm:max-prediction-order",
-  "avenc_adpcm_ima_apm:max-samples",
-  "avenc_adpcm_ima_apm:maxrate",
-  "avenc_adpcm_ima_apm:min-prediction-order",
-  "avenc_adpcm_ima_apm:minrate",
-  "avenc_adpcm_ima_apm:side-data-only-packets",
-  "avenc_adpcm_ima_apm:strict",
-  "avenc_adpcm_ima_apm:thread-type",
-  "avenc_adpcm_ima_apm:threads",
-  "avenc_adpcm_ima_apm:ticks-per-frame",
-  "avenc_adpcm_ima_apm:trellis",
-  "avenc_adpcm_ima_qt",
-  "avenc_adpcm_ima_qt!sink",
-  "avenc_adpcm_ima_qt!src",
-  "avenc_adpcm_ima_qt:ac",
-  "avenc_adpcm_ima_qt:ar",
-  "avenc_adpcm_ima_qt:audio-service-type",
-  "avenc_adpcm_ima_qt:bitrate",
-  "avenc_adpcm_ima_qt:block-size",
-  "avenc_adpcm_ima_qt:bufsize",
-  "avenc_adpcm_ima_qt:channel-layout",
-  "avenc_adpcm_ima_qt:compression-level",
-  "avenc_adpcm_ima_qt:cutoff",
-  "avenc_adpcm_ima_qt:debug",
-  "avenc_adpcm_ima_qt:dump-separator",
-  "avenc_adpcm_ima_qt:err-detect",
-  "avenc_adpcm_ima_qt:export-side-data",
-  "avenc_adpcm_ima_qt:flags",
-  "avenc_adpcm_ima_qt:flags2",
-  "avenc_adpcm_ima_qt:frame-size",
-  "avenc_adpcm_ima_qt:global-quality",
-  "avenc_adpcm_ima_qt:max-pixels",
-  "avenc_adpcm_ima_qt:max-prediction-order",
-  "avenc_adpcm_ima_qt:max-samples",
-  "avenc_adpcm_ima_qt:maxrate",
-  "avenc_adpcm_ima_qt:min-prediction-order",
-  "avenc_adpcm_ima_qt:minrate",
-  "avenc_adpcm_ima_qt:side-data-only-packets",
-  "avenc_adpcm_ima_qt:strict",
-  "avenc_adpcm_ima_qt:thread-type",
-  "avenc_adpcm_ima_qt:threads",
-  "avenc_adpcm_ima_qt:ticks-per-frame",
-  "avenc_adpcm_ima_qt:trellis",
-  "avenc_adpcm_ima_ssi",
-  "avenc_adpcm_ima_ssi!sink",
-  "avenc_adpcm_ima_ssi!src",
-  "avenc_adpcm_ima_ssi:ac",
-  "avenc_adpcm_ima_ssi:ar",
-  "avenc_adpcm_ima_ssi:audio-service-type",
-  "avenc_adpcm_ima_ssi:bitrate",
-  "avenc_adpcm_ima_ssi:block-size",
-  "avenc_adpcm_ima_ssi:bufsize",
-  "avenc_adpcm_ima_ssi:channel-layout",
-  "avenc_adpcm_ima_ssi:compression-level",
-  "avenc_adpcm_ima_ssi:cutoff",
-  "avenc_adpcm_ima_ssi:debug",
-  "avenc_adpcm_ima_ssi:dump-separator",
-  "avenc_adpcm_ima_ssi:err-detect",
-  "avenc_adpcm_ima_ssi:export-side-data",
-  "avenc_adpcm_ima_ssi:flags",
-  "avenc_adpcm_ima_ssi:flags2",
-  "avenc_adpcm_ima_ssi:frame-size",
-  "avenc_adpcm_ima_ssi:global-quality",
-  "avenc_adpcm_ima_ssi:max-pixels",
-  "avenc_adpcm_ima_ssi:max-prediction-order",
-  "avenc_adpcm_ima_ssi:max-samples",
-  "avenc_adpcm_ima_ssi:maxrate",
-  "avenc_adpcm_ima_ssi:min-prediction-order",
-  "avenc_adpcm_ima_ssi:minrate",
-  "avenc_adpcm_ima_ssi:side-data-only-packets",
-  "avenc_adpcm_ima_ssi:strict",
-  "avenc_adpcm_ima_ssi:thread-type",
-  "avenc_adpcm_ima_ssi:threads",
-  "avenc_adpcm_ima_ssi:ticks-per-frame",
-  "avenc_adpcm_ima_ssi:trellis",
-  "avenc_adpcm_ima_wav",
-  "avenc_adpcm_ima_wav!sink",
-  "avenc_adpcm_ima_wav!src",
-  "avenc_adpcm_ima_wav:ac",
-  "avenc_adpcm_ima_wav:ar",
-  "avenc_adpcm_ima_wav:audio-service-type",
-  "avenc_adpcm_ima_wav:bitrate",
-  "avenc_adpcm_ima_wav:block-size",
-  "avenc_adpcm_ima_wav:bufsize",
-  "avenc_adpcm_ima_wav:channel-layout",
-  "avenc_adpcm_ima_wav:compression-level",
-  "avenc_adpcm_ima_wav:cutoff",
-  "avenc_adpcm_ima_wav:debug",
-  "avenc_adpcm_ima_wav:dump-separator",
-  "avenc_adpcm_ima_wav:err-detect",
-  "avenc_adpcm_ima_wav:export-side-data",
-  "avenc_adpcm_ima_wav:flags",
-  "avenc_adpcm_ima_wav:flags2",
-  "avenc_adpcm_ima_wav:frame-size",
-  "avenc_adpcm_ima_wav:global-quality",
-  "avenc_adpcm_ima_wav:max-pixels",
-  "avenc_adpcm_ima_wav:max-prediction-order",
-  "avenc_adpcm_ima_wav:max-samples",
-  "avenc_adpcm_ima_wav:maxrate",
-  "avenc_adpcm_ima_wav:min-prediction-order",
-  "avenc_adpcm_ima_wav:minrate",
-  "avenc_adpcm_ima_wav:side-data-only-packets",
-  "avenc_adpcm_ima_wav:strict",
-  "avenc_adpcm_ima_wav:thread-type",
-  "avenc_adpcm_ima_wav:threads",
-  "avenc_adpcm_ima_wav:ticks-per-frame",
-  "avenc_adpcm_ima_wav:trellis",
-  "avenc_adpcm_ms",
-  "avenc_adpcm_ms!sink",
-  "avenc_adpcm_ms!src",
-  "avenc_adpcm_ms:ac",
-  "avenc_adpcm_ms:ar",
-  "avenc_adpcm_ms:audio-service-type",
-  "avenc_adpcm_ms:bitrate",
-  "avenc_adpcm_ms:block-size",
-  "avenc_adpcm_ms:bufsize",
-  "avenc_adpcm_ms:channel-layout",
-  "avenc_adpcm_ms:compression-level",
-  "avenc_adpcm_ms:cutoff",
-  "avenc_adpcm_ms:debug",
-  "avenc_adpcm_ms:dump-separator",
-  "avenc_adpcm_ms:err-detect",
-  "avenc_adpcm_ms:export-side-data",
-  "avenc_adpcm_ms:flags",
-  "avenc_adpcm_ms:flags2",
-  "avenc_adpcm_ms:frame-size",
-  "avenc_adpcm_ms:global-quality",
-  "avenc_adpcm_ms:max-pixels",
-  "avenc_adpcm_ms:max-prediction-order",
-  "avenc_adpcm_ms:max-samples",
-  "avenc_adpcm_ms:maxrate",
-  "avenc_adpcm_ms:min-prediction-order",
-  "avenc_adpcm_ms:minrate",
-  "avenc_adpcm_ms:side-data-only-packets",
-  "avenc_adpcm_ms:strict",
-  "avenc_adpcm_ms:thread-type",
-  "avenc_adpcm_ms:threads",
-  "avenc_adpcm_ms:ticks-per-frame",
-  "avenc_adpcm_ms:trellis",
-  "avenc_adpcm_swf",
-  "avenc_adpcm_swf!sink",
-  "avenc_adpcm_swf!src",
-  "avenc_adpcm_swf:ac",
-  "avenc_adpcm_swf:ar",
-  "avenc_adpcm_swf:audio-service-type",
-  "avenc_adpcm_swf:bitrate",
-  "avenc_adpcm_swf:block-size",
-  "avenc_adpcm_swf:bufsize",
-  "avenc_adpcm_swf:channel-layout",
-  "avenc_adpcm_swf:compression-level",
-  "avenc_adpcm_swf:cutoff",
-  "avenc_adpcm_swf:debug",
-  "avenc_adpcm_swf:dump-separator",
-  "avenc_adpcm_swf:err-detect",
-  "avenc_adpcm_swf:export-side-data",
-  "avenc_adpcm_swf:flags",
-  "avenc_adpcm_swf:flags2",
-  "avenc_adpcm_swf:frame-size",
-  "avenc_adpcm_swf:global-quality",
-  "avenc_adpcm_swf:max-pixels",
-  "avenc_adpcm_swf:max-prediction-order",
-  "avenc_adpcm_swf:max-samples",
-  "avenc_adpcm_swf:maxrate",
-  "avenc_adpcm_swf:min-prediction-order",
-  "avenc_adpcm_swf:minrate",
-  "avenc_adpcm_swf:side-data-only-packets",
-  "avenc_adpcm_swf:strict",
-  "avenc_adpcm_swf:thread-type",
-  "avenc_adpcm_swf:threads",
-  "avenc_adpcm_swf:ticks-per-frame",
-  "avenc_adpcm_swf:trellis",
-  "avenc_adpcm_yamaha",
-  "avenc_adpcm_yamaha!sink",
-  "avenc_adpcm_yamaha!src",
-  "avenc_adpcm_yamaha:ac",
-  "avenc_adpcm_yamaha:ar",
-  "avenc_adpcm_yamaha:audio-service-type",
-  "avenc_adpcm_yamaha:bitrate",
-  "avenc_adpcm_yamaha:block-size",
-  "avenc_adpcm_yamaha:bufsize",
-  "avenc_adpcm_yamaha:channel-layout",
-  "avenc_adpcm_yamaha:compression-level",
-  "avenc_adpcm_yamaha:cutoff",
-  "avenc_adpcm_yamaha:debug",
-  "avenc_adpcm_yamaha:dump-separator",
-  "avenc_adpcm_yamaha:err-detect",
-  "avenc_adpcm_yamaha:export-side-data",
-  "avenc_adpcm_yamaha:flags",
-  "avenc_adpcm_yamaha:flags2",
-  "avenc_adpcm_yamaha:frame-size",
-  "avenc_adpcm_yamaha:global-quality",
-  "avenc_adpcm_yamaha:max-pixels",
-  "avenc_adpcm_yamaha:max-prediction-order",
-  "avenc_adpcm_yamaha:max-samples",
-  "avenc_adpcm_yamaha:maxrate",
-  "avenc_adpcm_yamaha:min-prediction-order",
-  "avenc_adpcm_yamaha:minrate",
-  "avenc_adpcm_yamaha:side-data-only-packets",
-  "avenc_adpcm_yamaha:strict",
-  "avenc_adpcm_yamaha:thread-type",
-  "avenc_adpcm_yamaha:threads",
-  "avenc_adpcm_yamaha:ticks-per-frame",
-  "avenc_adpcm_yamaha:trellis",
-  "avenc_alac",
-  "avenc_alac!sink",
-  "avenc_alac!src",
-  "avenc_alac:ac",
-  "avenc_alac:ar",
-  "avenc_alac:audio-service-type",
-  "avenc_alac:bitrate",
-  "avenc_alac:bufsize",
-  "avenc_alac:channel-layout",
-  "avenc_alac:compression-level",
-  "avenc_alac:cutoff",
-  "avenc_alac:debug",
-  "avenc_alac:dump-separator",
-  "avenc_alac:err-detect",
-  "avenc_alac:export-side-data",
-  "avenc_alac:flags",
-  "avenc_alac:flags2",
-  "avenc_alac:frame-size",
-  "avenc_alac:global-quality",
-  "avenc_alac:max-pixels",
-  "avenc_alac:max-prediction-order",
-  "avenc_alac:max-samples",
-  "avenc_alac:maxrate",
-  "avenc_alac:min-prediction-order",
-  "avenc_alac:minrate",
-  "avenc_alac:side-data-only-packets",
-  "avenc_alac:strict",
-  "avenc_alac:thread-type",
-  "avenc_alac:threads",
-  "avenc_alac:ticks-per-frame",
-  "avenc_alac:trellis",
-  "avenc_alias_pix",
-  "avenc_alias_pix!sink",
-  "avenc_alias_pix!src",
-  "avenc_alias_pix:b-qfactor",
-  "avenc_alias_pix:b-qoffset",
-  "avenc_alias_pix:b-sensitivity",
-  "avenc_alias_pix:b-strategy",
-  "avenc_alias_pix:bidir-refine",
-  "avenc_alias_pix:bitrate",
-  "avenc_alias_pix:bitrate-tolerance",
-  "avenc_alias_pix:brd-scale",
-  "avenc_alias_pix:bufsize",
-  "avenc_alias_pix:chroma-sample-location",
-  "avenc_alias_pix:chromaoffset",
-  "avenc_alias_pix:cmp",
-  "avenc_alias_pix:coder",
-  "avenc_alias_pix:compression-level",
-  "avenc_alias_pix:context",
-  "avenc_alias_pix:dark-mask",
-  "avenc_alias_pix:dc",
-  "avenc_alias_pix:dct",
-  "avenc_alias_pix:debug",
-  "avenc_alias_pix:dia-size",
-  "avenc_alias_pix:dump-separator",
-  "avenc_alias_pix:err-detect",
-  "avenc_alias_pix:export-side-data",
-  "avenc_alias_pix:field-order",
-  "avenc_alias_pix:flags",
-  "avenc_alias_pix:flags2",
-  "avenc_alias_pix:global-quality",
-  "avenc_alias_pix:gop-size",
-  "avenc_alias_pix:i-qfactor",
-  "avenc_alias_pix:i-qoffset",
-  "avenc_alias_pix:idct",
-  "avenc_alias_pix:ildctcmp",
-  "avenc_alias_pix:keyint-min",
-  "avenc_alias_pix:last-pred",
-  "avenc_alias_pix:lumi-mask",
-  "avenc_alias_pix:max-bframes",
-  "avenc_alias_pix:max-pixels",
-  "avenc_alias_pix:maxrate",
-  "avenc_alias_pix:mbcmp",
-  "avenc_alias_pix:mbd",
-  "avenc_alias_pix:mblmax",
-  "avenc_alias_pix:mblmin",
-  "avenc_alias_pix:me-range",
-  "avenc_alias_pix:mepc",
-  "avenc_alias_pix:minrate",
-  "avenc_alias_pix:mpeg-quant",
-  "avenc_alias_pix:multipass-cache-file",
-  "avenc_alias_pix:mv0-threshold",
-  "avenc_alias_pix:nr",
-  "avenc_alias_pix:nssew",
-  "avenc_alias_pix:p-mask",
-  "avenc_alias_pix:pass",
-  "avenc_alias_pix:pre-dia-size",
-  "avenc_alias_pix:precmp",
-  "avenc_alias_pix:pred",
-  "avenc_alias_pix:preme",
-  "avenc_alias_pix:ps",
-  "avenc_alias_pix:qblur",
-  "avenc_alias_pix:qcomp",
-  "avenc_alias_pix:qdiff",
-  "avenc_alias_pix:qmax",
-  "avenc_alias_pix:qmin",
-  "avenc_alias_pix:quantizer",
-  "avenc_alias_pix:rc-init-occupancy",
-  "avenc_alias_pix:rc-max-vbv-use",
-  "avenc_alias_pix:rc-min-vbv-use",
-  "avenc_alias_pix:refs",
-  "avenc_alias_pix:sc-threshold",
-  "avenc_alias_pix:scplx-mask",
-  "avenc_alias_pix:side-data-only-packets",
-  "avenc_alias_pix:skip-exp",
-  "avenc_alias_pix:skip-factor",
-  "avenc_alias_pix:skip-threshold",
-  "avenc_alias_pix:skipcmp",
-  "avenc_alias_pix:slices",
-  "avenc_alias_pix:strict",
-  "avenc_alias_pix:subcmp",
-  "avenc_alias_pix:subq",
-  "avenc_alias_pix:tcplx-mask",
-  "avenc_alias_pix:thread-type",
-  "avenc_alias_pix:threads",
-  "avenc_alias_pix:ticks-per-frame",
-  "avenc_alias_pix:timecode-frame-start",
-  "avenc_alias_pix:trellis",
-  "avenc_amv",
-  "avenc_amv!sink",
-  "avenc_amv!src",
-  "avenc_amv:a53cc",
-  "avenc_amv:b-qfactor",
-  "avenc_amv:b-qoffset",
-  "avenc_amv:b-sensitivity",
-  "avenc_amv:b-strategy",
-  "avenc_amv:bidir-refine",
-  "avenc_amv:bitrate",
-  "avenc_amv:bitrate-tolerance",
-  "avenc_amv:border-mask",
-  "avenc_amv:brd-scale",
-  "avenc_amv:bufsize",
-  "avenc_amv:chroma-elim-threshold",
-  "avenc_amv:chroma-sample-location",
-  "avenc_amv:chromaoffset",
-  "avenc_amv:cmp",
-  "avenc_amv:coder",
-  "avenc_amv:compression-level",
-  "avenc_amv:context",
-  "avenc_amv:dark-mask",
-  "avenc_amv:dc",
-  "avenc_amv:dct",
-  "avenc_amv:debug",
-  "avenc_amv:dia-size",
-  "avenc_amv:dump-separator",
-  "avenc_amv:err-detect",
-  "avenc_amv:error-rate",
-  "avenc_amv:export-side-data",
-  "avenc_amv:field-order",
-  "avenc_amv:flags",
-  "avenc_amv:flags2",
-  "avenc_amv:force-duplicated-matrix",
-  "avenc_amv:global-quality",
-  "avenc_amv:gop-size",
-  "avenc_amv:huffman",
-  "avenc_amv:i-qfactor",
-  "avenc_amv:i-qoffset",
-  "avenc_amv:ibias",
-  "avenc_amv:idct",
-  "avenc_amv:ildctcmp",
-  "avenc_amv:intra-penalty",
-  "avenc_amv:keyint-min",
-  "avenc_amv:last-pred",
-  "avenc_amv:lmax",
-  "avenc_amv:lmin",
-  "avenc_amv:luma-elim-threshold",
-  "avenc_amv:lumi-mask",
-  "avenc_amv:max-bframes",
-  "avenc_amv:max-pixels",
-  "avenc_amv:maxrate",
-  "avenc_amv:mbcmp",
-  "avenc_amv:mbd",
-  "avenc_amv:mblmax",
-  "avenc_amv:mblmin",
-  "avenc_amv:me-range",
-  "avenc_amv:mepc",
-  "avenc_amv:mepre",
-  "avenc_amv:minrate",
-  "avenc_amv:motion-est",
-  "avenc_amv:mpeg-quant",
-  "avenc_amv:mpv-flags",
-  "avenc_amv:multipass-cache-file",
-  "avenc_amv:mv0-threshold",
-  "avenc_amv:noise-reduction",
-  "avenc_amv:nr",
-  "avenc_amv:nssew",
-  "avenc_amv:p-mask",
-  "avenc_amv:pass",
-  "avenc_amv:pbias",
-  "avenc_amv:pre-dia-size",
-  "avenc_amv:precmp",
-  "avenc_amv:pred",
-  "avenc_amv:preme",
-  "avenc_amv:ps",
-  "avenc_amv:qblur",
-  "avenc_amv:qcomp",
-  "avenc_amv:qdiff",
-  "avenc_amv:qmax",
-  "avenc_amv:qmin",
-  "avenc_amv:qsquish",
-  "avenc_amv:quantizer",
-  "avenc_amv:quantizer-noise-shaping",
-  "avenc_amv:rc-buf-aggressivity",
-  "avenc_amv:rc-eq",
-  "avenc_amv:rc-init-cplx",
-  "avenc_amv:rc-init-occupancy",
-  "avenc_amv:rc-max-vbv-use",
-  "avenc_amv:rc-min-vbv-use",
-  "avenc_amv:rc-qmod-amp",
-  "avenc_amv:rc-qmod-freq",
-  "avenc_amv:rc-strategy",
-  "avenc_amv:refs",
-  "avenc_amv:sc-threshold",
-  "avenc_amv:scplx-mask",
-  "avenc_amv:side-data-only-packets",
-  "avenc_amv:skip-cmp",
-  "avenc_amv:skip-exp",
-  "avenc_amv:skip-factor",
-  "avenc_amv:skip-threshold",
-  "avenc_amv:skipcmp",
-  "avenc_amv:slices",
-  "avenc_amv:strict",
-  "avenc_amv:subcmp",
-  "avenc_amv:subq",
-  "avenc_amv:tcplx-mask",
-  "avenc_amv:thread-type",
-  "avenc_amv:threads",
-  "avenc_amv:ticks-per-frame",
-  "avenc_amv:timecode-frame-start",
-  "avenc_amv:trellis",
-  "avenc_apng",
-  "avenc_apng!sink",
-  "avenc_apng!src",
-  "avenc_apng:b-qfactor",
-  "avenc_apng:b-qoffset",
-  "avenc_apng:b-sensitivity",
-  "avenc_apng:b-strategy",
-  "avenc_apng:bidir-refine",
-  "avenc_apng:bitrate",
-  "avenc_apng:bitrate-tolerance",
-  "avenc_apng:brd-scale",
-  "avenc_apng:bufsize",
-  "avenc_apng:chroma-sample-location",
-  "avenc_apng:chromaoffset",
-  "avenc_apng:cmp",
-  "avenc_apng:coder",
-  "avenc_apng:compression-level",
-  "avenc_apng:context",
-  "avenc_apng:dark-mask",
-  "avenc_apng:dc",
-  "avenc_apng:dct",
-  "avenc_apng:debug",
-  "avenc_apng:dia-size",
-  "avenc_apng:dpi",
-  "avenc_apng:dpm",
-  "avenc_apng:dump-separator",
-  "avenc_apng:err-detect",
-  "avenc_apng:export-side-data",
-  "avenc_apng:field-order",
-  "avenc_apng:flags",
-  "avenc_apng:flags2",
-  "avenc_apng:global-quality",
-  "avenc_apng:gop-size",
-  "avenc_apng:i-qfactor",
-  "avenc_apng:i-qoffset",
-  "avenc_apng:idct",
-  "avenc_apng:ildctcmp",
-  "avenc_apng:keyint-min",
-  "avenc_apng:last-pred",
-  "avenc_apng:lumi-mask",
-  "avenc_apng:max-bframes",
-  "avenc_apng:max-pixels",
-  "avenc_apng:maxrate",
-  "avenc_apng:mbcmp",
-  "avenc_apng:mbd",
-  "avenc_apng:mblmax",
-  "avenc_apng:mblmin",
-  "avenc_apng:me-range",
-  "avenc_apng:mepc",
-  "avenc_apng:minrate",
-  "avenc_apng:mpeg-quant",
-  "avenc_apng:multipass-cache-file",
-  "avenc_apng:mv0-threshold",
-  "avenc_apng:nr",
-  "avenc_apng:nssew",
-  "avenc_apng:p-mask",
-  "avenc_apng:pass",
-  "avenc_apng:pre-dia-size",
-  "avenc_apng:precmp",
-  "avenc_apng:pred",
-  "avenc_apng:preme",
-  "avenc_apng:ps",
-  "avenc_apng:qblur",
-  "avenc_apng:qcomp",
-  "avenc_apng:qdiff",
-  "avenc_apng:qmax",
-  "avenc_apng:qmin",
-  "avenc_apng:quantizer",
-  "avenc_apng:rc-init-occupancy",
-  "avenc_apng:rc-max-vbv-use",
-  "avenc_apng:rc-min-vbv-use",
-  "avenc_apng:refs",
-  "avenc_apng:sc-threshold",
-  "avenc_apng:scplx-mask",
-  "avenc_apng:side-data-only-packets",
-  "avenc_apng:skip-exp",
-  "avenc_apng:skip-factor",
-  "avenc_apng:skip-threshold",
-  "avenc_apng:skipcmp",
-  "avenc_apng:slices",
-  "avenc_apng:strict",
-  "avenc_apng:subcmp",
-  "avenc_apng:subq",
-  "avenc_apng:tcplx-mask",
-  "avenc_apng:thread-type",
-  "avenc_apng:threads",
-  "avenc_apng:ticks-per-frame",
-  "avenc_apng:timecode-frame-start",
-  "avenc_apng:trellis",
-  "avenc_aptx",
-  "avenc_aptx!sink",
-  "avenc_aptx!src",
-  "avenc_aptx:ac",
-  "avenc_aptx:ar",
-  "avenc_aptx:audio-service-type",
-  "avenc_aptx:bitrate",
-  "avenc_aptx:bufsize",
-  "avenc_aptx:channel-layout",
-  "avenc_aptx:compression-level",
-  "avenc_aptx:cutoff",
-  "avenc_aptx:debug",
-  "avenc_aptx:dump-separator",
-  "avenc_aptx:err-detect",
-  "avenc_aptx:export-side-data",
-  "avenc_aptx:flags",
-  "avenc_aptx:flags2",
-  "avenc_aptx:frame-size",
-  "avenc_aptx:global-quality",
-  "avenc_aptx:max-pixels",
-  "avenc_aptx:max-prediction-order",
-  "avenc_aptx:max-samples",
-  "avenc_aptx:maxrate",
-  "avenc_aptx:min-prediction-order",
-  "avenc_aptx:minrate",
-  "avenc_aptx:side-data-only-packets",
-  "avenc_aptx:strict",
-  "avenc_aptx:thread-type",
-  "avenc_aptx:threads",
-  "avenc_aptx:ticks-per-frame",
-  "avenc_aptx:trellis",
-  "avenc_aptx_hd",
-  "avenc_aptx_hd!sink",
-  "avenc_aptx_hd!src",
-  "avenc_aptx_hd:ac",
-  "avenc_aptx_hd:ar",
-  "avenc_aptx_hd:audio-service-type",
-  "avenc_aptx_hd:bitrate",
-  "avenc_aptx_hd:bufsize",
-  "avenc_aptx_hd:channel-layout",
-  "avenc_aptx_hd:compression-level",
-  "avenc_aptx_hd:cutoff",
-  "avenc_aptx_hd:debug",
-  "avenc_aptx_hd:dump-separator",
-  "avenc_aptx_hd:err-detect",
-  "avenc_aptx_hd:export-side-data",
-  "avenc_aptx_hd:flags",
-  "avenc_aptx_hd:flags2",
-  "avenc_aptx_hd:frame-size",
-  "avenc_aptx_hd:global-quality",
-  "avenc_aptx_hd:max-pixels",
-  "avenc_aptx_hd:max-prediction-order",
-  "avenc_aptx_hd:max-samples",
-  "avenc_aptx_hd:maxrate",
-  "avenc_aptx_hd:min-prediction-order",
-  "avenc_aptx_hd:minrate",
-  "avenc_aptx_hd:side-data-only-packets",
-  "avenc_aptx_hd:strict",
-  "avenc_aptx_hd:thread-type",
-  "avenc_aptx_hd:threads",
-  "avenc_aptx_hd:ticks-per-frame",
-  "avenc_aptx_hd:trellis",
-  "avenc_asv1",
-  "avenc_asv1!sink",
-  "avenc_asv1!src",
-  "avenc_asv1:b-qfactor",
-  "avenc_asv1:b-qoffset",
-  "avenc_asv1:b-sensitivity",
-  "avenc_asv1:b-strategy",
-  "avenc_asv1:bidir-refine",
-  "avenc_asv1:bitrate",
-  "avenc_asv1:bitrate-tolerance",
-  "avenc_asv1:brd-scale",
-  "avenc_asv1:bufsize",
-  "avenc_asv1:chroma-sample-location",
-  "avenc_asv1:chromaoffset",
-  "avenc_asv1:cmp",
-  "avenc_asv1:coder",
-  "avenc_asv1:compression-level",
-  "avenc_asv1:context",
-  "avenc_asv1:dark-mask",
-  "avenc_asv1:dc",
-  "avenc_asv1:dct",
-  "avenc_asv1:debug",
-  "avenc_asv1:dia-size",
-  "avenc_asv1:dump-separator",
-  "avenc_asv1:err-detect",
-  "avenc_asv1:export-side-data",
-  "avenc_asv1:field-order",
-  "avenc_asv1:flags",
-  "avenc_asv1:flags2",
-  "avenc_asv1:global-quality",
-  "avenc_asv1:gop-size",
-  "avenc_asv1:i-qfactor",
-  "avenc_asv1:i-qoffset",
-  "avenc_asv1:idct",
-  "avenc_asv1:ildctcmp",
-  "avenc_asv1:keyint-min",
-  "avenc_asv1:last-pred",
-  "avenc_asv1:lumi-mask",
-  "avenc_asv1:max-bframes",
-  "avenc_asv1:max-pixels",
-  "avenc_asv1:maxrate",
-  "avenc_asv1:mbcmp",
-  "avenc_asv1:mbd",
-  "avenc_asv1:mblmax",
-  "avenc_asv1:mblmin",
-  "avenc_asv1:me-range",
-  "avenc_asv1:mepc",
-  "avenc_asv1:minrate",
-  "avenc_asv1:mpeg-quant",
-  "avenc_asv1:multipass-cache-file",
-  "avenc_asv1:mv0-threshold",
-  "avenc_asv1:nr",
-  "avenc_asv1:nssew",
-  "avenc_asv1:p-mask",
-  "avenc_asv1:pass",
-  "avenc_asv1:pre-dia-size",
-  "avenc_asv1:precmp",
-  "avenc_asv1:pred",
-  "avenc_asv1:preme",
-  "avenc_asv1:ps",
-  "avenc_asv1:qblur",
-  "avenc_asv1:qcomp",
-  "avenc_asv1:qdiff",
-  "avenc_asv1:qmax",
-  "avenc_asv1:qmin",
-  "avenc_asv1:quantizer",
-  "avenc_asv1:rc-init-occupancy",
-  "avenc_asv1:rc-max-vbv-use",
-  "avenc_asv1:rc-min-vbv-use",
-  "avenc_asv1:refs",
-  "avenc_asv1:sc-threshold",
-  "avenc_asv1:scplx-mask",
-  "avenc_asv1:side-data-only-packets",
-  "avenc_asv1:skip-exp",
-  "avenc_asv1:skip-factor",
-  "avenc_asv1:skip-threshold",
-  "avenc_asv1:skipcmp",
-  "avenc_asv1:slices",
-  "avenc_asv1:strict",
-  "avenc_asv1:subcmp",
-  "avenc_asv1:subq",
-  "avenc_asv1:tcplx-mask",
-  "avenc_asv1:thread-type",
-  "avenc_asv1:threads",
-  "avenc_asv1:ticks-per-frame",
-  "avenc_asv1:timecode-frame-start",
-  "avenc_asv1:trellis",
-  "avenc_asv2",
-  "avenc_asv2!sink",
-  "avenc_asv2!src",
-  "avenc_asv2:b-qfactor",
-  "avenc_asv2:b-qoffset",
-  "avenc_asv2:b-sensitivity",
-  "avenc_asv2:b-strategy",
-  "avenc_asv2:bidir-refine",
-  "avenc_asv2:bitrate",
-  "avenc_asv2:bitrate-tolerance",
-  "avenc_asv2:brd-scale",
-  "avenc_asv2:bufsize",
-  "avenc_asv2:chroma-sample-location",
-  "avenc_asv2:chromaoffset",
-  "avenc_asv2:cmp",
-  "avenc_asv2:coder",
-  "avenc_asv2:compression-level",
-  "avenc_asv2:context",
-  "avenc_asv2:dark-mask",
-  "avenc_asv2:dc",
-  "avenc_asv2:dct",
-  "avenc_asv2:debug",
-  "avenc_asv2:dia-size",
-  "avenc_asv2:dump-separator",
-  "avenc_asv2:err-detect",
-  "avenc_asv2:export-side-data",
-  "avenc_asv2:field-order",
-  "avenc_asv2:flags",
-  "avenc_asv2:flags2",
-  "avenc_asv2:global-quality",
-  "avenc_asv2:gop-size",
-  "avenc_asv2:i-qfactor",
-  "avenc_asv2:i-qoffset",
-  "avenc_asv2:idct",
-  "avenc_asv2:ildctcmp",
-  "avenc_asv2:keyint-min",
-  "avenc_asv2:last-pred",
-  "avenc_asv2:lumi-mask",
-  "avenc_asv2:max-bframes",
-  "avenc_asv2:max-pixels",
-  "avenc_asv2:maxrate",
-  "avenc_asv2:mbcmp",
-  "avenc_asv2:mbd",
-  "avenc_asv2:mblmax",
-  "avenc_asv2:mblmin",
-  "avenc_asv2:me-range",
-  "avenc_asv2:mepc",
-  "avenc_asv2:minrate",
-  "avenc_asv2:mpeg-quant",
-  "avenc_asv2:multipass-cache-file",
-  "avenc_asv2:mv0-threshold",
-  "avenc_asv2:nr",
-  "avenc_asv2:nssew",
-  "avenc_asv2:p-mask",
-  "avenc_asv2:pass",
-  "avenc_asv2:pre-dia-size",
-  "avenc_asv2:precmp",
-  "avenc_asv2:pred",
-  "avenc_asv2:preme",
-  "avenc_asv2:ps",
-  "avenc_asv2:qblur",
-  "avenc_asv2:qcomp",
-  "avenc_asv2:qdiff",
-  "avenc_asv2:qmax",
-  "avenc_asv2:qmin",
-  "avenc_asv2:quantizer",
-  "avenc_asv2:rc-init-occupancy",
-  "avenc_asv2:rc-max-vbv-use",
-  "avenc_asv2:rc-min-vbv-use",
-  "avenc_asv2:refs",
-  "avenc_asv2:sc-threshold",
-  "avenc_asv2:scplx-mask",
-  "avenc_asv2:side-data-only-packets",
-  "avenc_asv2:skip-exp",
-  "avenc_asv2:skip-factor",
-  "avenc_asv2:skip-threshold",
-  "avenc_asv2:skipcmp",
-  "avenc_asv2:slices",
-  "avenc_asv2:strict",
-  "avenc_asv2:subcmp",
-  "avenc_asv2:subq",
-  "avenc_asv2:tcplx-mask",
-  "avenc_asv2:thread-type",
-  "avenc_asv2:threads",
-  "avenc_asv2:ticks-per-frame",
-  "avenc_asv2:timecode-frame-start",
-  "avenc_asv2:trellis",
-  "avenc_avrp",
-  "avenc_avrp!sink",
-  "avenc_avrp!src",
-  "avenc_avrp:b-qfactor",
-  "avenc_avrp:b-qoffset",
-  "avenc_avrp:b-sensitivity",
-  "avenc_avrp:b-strategy",
-  "avenc_avrp:bidir-refine",
-  "avenc_avrp:bitrate",
-  "avenc_avrp:bitrate-tolerance",
-  "avenc_avrp:brd-scale",
-  "avenc_avrp:bufsize",
-  "avenc_avrp:chroma-sample-location",
-  "avenc_avrp:chromaoffset",
-  "avenc_avrp:cmp",
-  "avenc_avrp:coder",
-  "avenc_avrp:compression-level",
-  "avenc_avrp:context",
-  "avenc_avrp:dark-mask",
-  "avenc_avrp:dc",
-  "avenc_avrp:dct",
-  "avenc_avrp:debug",
-  "avenc_avrp:dia-size",
-  "avenc_avrp:dump-separator",
-  "avenc_avrp:err-detect",
-  "avenc_avrp:export-side-data",
-  "avenc_avrp:field-order",
-  "avenc_avrp:flags",
-  "avenc_avrp:flags2",
-  "avenc_avrp:global-quality",
-  "avenc_avrp:gop-size",
-  "avenc_avrp:i-qfactor",
-  "avenc_avrp:i-qoffset",
-  "avenc_avrp:idct",
-  "avenc_avrp:ildctcmp",
-  "avenc_avrp:keyint-min",
-  "avenc_avrp:last-pred",
-  "avenc_avrp:lumi-mask",
-  "avenc_avrp:max-bframes",
-  "avenc_avrp:max-pixels",
-  "avenc_avrp:maxrate",
-  "avenc_avrp:mbcmp",
-  "avenc_avrp:mbd",
-  "avenc_avrp:mblmax",
-  "avenc_avrp:mblmin",
-  "avenc_avrp:me-range",
-  "avenc_avrp:mepc",
-  "avenc_avrp:minrate",
-  "avenc_avrp:mpeg-quant",
-  "avenc_avrp:multipass-cache-file",
-  "avenc_avrp:mv0-threshold",
-  "avenc_avrp:nr",
-  "avenc_avrp:nssew",
-  "avenc_avrp:p-mask",
-  "avenc_avrp:pass",
-  "avenc_avrp:pre-dia-size",
-  "avenc_avrp:precmp",
-  "avenc_avrp:pred",
-  "avenc_avrp:preme",
-  "avenc_avrp:ps",
-  "avenc_avrp:qblur",
-  "avenc_avrp:qcomp",
-  "avenc_avrp:qdiff",
-  "avenc_avrp:qmax",
-  "avenc_avrp:qmin",
-  "avenc_avrp:quantizer",
-  "avenc_avrp:rc-init-occupancy",
-  "avenc_avrp:rc-max-vbv-use",
-  "avenc_avrp:rc-min-vbv-use",
-  "avenc_avrp:refs",
-  "avenc_avrp:sc-threshold",
-  "avenc_avrp:scplx-mask",
-  "avenc_avrp:side-data-only-packets",
-  "avenc_avrp:skip-exp",
-  "avenc_avrp:skip-factor",
-  "avenc_avrp:skip-threshold",
-  "avenc_avrp:skipcmp",
-  "avenc_avrp:slices",
-  "avenc_avrp:strict",
-  "avenc_avrp:subcmp",
-  "avenc_avrp:subq",
-  "avenc_avrp:tcplx-mask",
-  "avenc_avrp:thread-type",
-  "avenc_avrp:threads",
-  "avenc_avrp:ticks-per-frame",
-  "avenc_avrp:timecode-frame-start",
-  "avenc_avrp:trellis",
-  "avenc_avui",
-  "avenc_avui!sink",
-  "avenc_avui!src",
-  "avenc_avui:b-qfactor",
-  "avenc_avui:b-qoffset",
-  "avenc_avui:b-sensitivity",
-  "avenc_avui:b-strategy",
-  "avenc_avui:bidir-refine",
-  "avenc_avui:bitrate",
-  "avenc_avui:bitrate-tolerance",
-  "avenc_avui:brd-scale",
-  "avenc_avui:bufsize",
-  "avenc_avui:chroma-sample-location",
-  "avenc_avui:chromaoffset",
-  "avenc_avui:cmp",
-  "avenc_avui:coder",
-  "avenc_avui:compression-level",
-  "avenc_avui:context",
-  "avenc_avui:dark-mask",
-  "avenc_avui:dc",
-  "avenc_avui:dct",
-  "avenc_avui:debug",
-  "avenc_avui:dia-size",
-  "avenc_avui:dump-separator",
-  "avenc_avui:err-detect",
-  "avenc_avui:export-side-data",
-  "avenc_avui:field-order",
-  "avenc_avui:flags",
-  "avenc_avui:flags2",
-  "avenc_avui:global-quality",
-  "avenc_avui:gop-size",
-  "avenc_avui:i-qfactor",
-  "avenc_avui:i-qoffset",
-  "avenc_avui:idct",
-  "avenc_avui:ildctcmp",
-  "avenc_avui:keyint-min",
-  "avenc_avui:last-pred",
-  "avenc_avui:lumi-mask",
-  "avenc_avui:max-bframes",
-  "avenc_avui:max-pixels",
-  "avenc_avui:maxrate",
-  "avenc_avui:mbcmp",
-  "avenc_avui:mbd",
-  "avenc_avui:mblmax",
-  "avenc_avui:mblmin",
-  "avenc_avui:me-range",
-  "avenc_avui:mepc",
-  "avenc_avui:minrate",
-  "avenc_avui:mpeg-quant",
-  "avenc_avui:multipass-cache-file",
-  "avenc_avui:mv0-threshold",
-  "avenc_avui:nr",
-  "avenc_avui:nssew",
-  "avenc_avui:p-mask",
-  "avenc_avui:pass",
-  "avenc_avui:pre-dia-size",
-  "avenc_avui:precmp",
-  "avenc_avui:pred",
-  "avenc_avui:preme",
-  "avenc_avui:ps",
-  "avenc_avui:qblur",
-  "avenc_avui:qcomp",
-  "avenc_avui:qdiff",
-  "avenc_avui:qmax",
-  "avenc_avui:qmin",
-  "avenc_avui:quantizer",
-  "avenc_avui:rc-init-occupancy",
-  "avenc_avui:rc-max-vbv-use",
-  "avenc_avui:rc-min-vbv-use",
-  "avenc_avui:refs",
-  "avenc_avui:sc-threshold",
-  "avenc_avui:scplx-mask",
-  "avenc_avui:side-data-only-packets",
-  "avenc_avui:skip-exp",
-  "avenc_avui:skip-factor",
-  "avenc_avui:skip-threshold",
-  "avenc_avui:skipcmp",
-  "avenc_avui:slices",
-  "avenc_avui:strict",
-  "avenc_avui:subcmp",
-  "avenc_avui:subq",
-  "avenc_avui:tcplx-mask",
-  "avenc_avui:thread-type",
-  "avenc_avui:threads",
-  "avenc_avui:ticks-per-frame",
-  "avenc_avui:timecode-frame-start",
-  "avenc_avui:trellis",
-  "avenc_bmp",
-  "avenc_bmp!sink",
-  "avenc_bmp!src",
-  "avenc_bmp:b-qfactor",
-  "avenc_bmp:b-qoffset",
-  "avenc_bmp:b-sensitivity",
-  "avenc_bmp:b-strategy",
-  "avenc_bmp:bidir-refine",
-  "avenc_bmp:bitrate",
-  "avenc_bmp:bitrate-tolerance",
-  "avenc_bmp:brd-scale",
-  "avenc_bmp:bufsize",
-  "avenc_bmp:chroma-sample-location",
-  "avenc_bmp:chromaoffset",
-  "avenc_bmp:cmp",
-  "avenc_bmp:coder",
-  "avenc_bmp:compression-level",
-  "avenc_bmp:context",
-  "avenc_bmp:dark-mask",
-  "avenc_bmp:dc",
-  "avenc_bmp:dct",
-  "avenc_bmp:debug",
-  "avenc_bmp:dia-size",
-  "avenc_bmp:dump-separator",
-  "avenc_bmp:err-detect",
-  "avenc_bmp:export-side-data",
-  "avenc_bmp:field-order",
-  "avenc_bmp:flags",
-  "avenc_bmp:flags2",
-  "avenc_bmp:global-quality",
-  "avenc_bmp:gop-size",
-  "avenc_bmp:i-qfactor",
-  "avenc_bmp:i-qoffset",
-  "avenc_bmp:idct",
-  "avenc_bmp:ildctcmp",
-  "avenc_bmp:keyint-min",
-  "avenc_bmp:last-pred",
-  "avenc_bmp:lumi-mask",
-  "avenc_bmp:max-bframes",
-  "avenc_bmp:max-pixels",
-  "avenc_bmp:maxrate",
-  "avenc_bmp:mbcmp",
-  "avenc_bmp:mbd",
-  "avenc_bmp:mblmax",
-  "avenc_bmp:mblmin",
-  "avenc_bmp:me-range",
-  "avenc_bmp:mepc",
-  "avenc_bmp:minrate",
-  "avenc_bmp:mpeg-quant",
-  "avenc_bmp:multipass-cache-file",
-  "avenc_bmp:mv0-threshold",
-  "avenc_bmp:nr",
-  "avenc_bmp:nssew",
-  "avenc_bmp:p-mask",
-  "avenc_bmp:pass",
-  "avenc_bmp:pre-dia-size",
-  "avenc_bmp:precmp",
-  "avenc_bmp:pred",
-  "avenc_bmp:preme",
-  "avenc_bmp:ps",
-  "avenc_bmp:qblur",
-  "avenc_bmp:qcomp",
-  "avenc_bmp:qdiff",
-  "avenc_bmp:qmax",
-  "avenc_bmp:qmin",
-  "avenc_bmp:quantizer",
-  "avenc_bmp:rc-init-occupancy",
-  "avenc_bmp:rc-max-vbv-use",
-  "avenc_bmp:rc-min-vbv-use",
-  "avenc_bmp:refs",
-  "avenc_bmp:sc-threshold",
-  "avenc_bmp:scplx-mask",
-  "avenc_bmp:side-data-only-packets",
-  "avenc_bmp:skip-exp",
-  "avenc_bmp:skip-factor",
-  "avenc_bmp:skip-threshold",
-  "avenc_bmp:skipcmp",
-  "avenc_bmp:slices",
-  "avenc_bmp:strict",
-  "avenc_bmp:subcmp",
-  "avenc_bmp:subq",
-  "avenc_bmp:tcplx-mask",
-  "avenc_bmp:thread-type",
-  "avenc_bmp:threads",
-  "avenc_bmp:ticks-per-frame",
-  "avenc_bmp:timecode-frame-start",
-  "avenc_bmp:trellis",
-  "avenc_cfhd",
-  "avenc_cfhd!sink",
-  "avenc_cfhd!src",
-  "avenc_cfhd:b-qfactor",
-  "avenc_cfhd:b-qoffset",
-  "avenc_cfhd:b-sensitivity",
-  "avenc_cfhd:b-strategy",
-  "avenc_cfhd:bidir-refine",
-  "avenc_cfhd:bitrate",
-  "avenc_cfhd:bitrate-tolerance",
-  "avenc_cfhd:brd-scale",
-  "avenc_cfhd:bufsize",
-  "avenc_cfhd:chroma-sample-location",
-  "avenc_cfhd:chromaoffset",
-  "avenc_cfhd:cmp",
-  "avenc_cfhd:coder",
-  "avenc_cfhd:compression-level",
-  "avenc_cfhd:context",
-  "avenc_cfhd:dark-mask",
-  "avenc_cfhd:dc",
-  "avenc_cfhd:dct",
-  "avenc_cfhd:debug",
-  "avenc_cfhd:dia-size",
-  "avenc_cfhd:dump-separator",
-  "avenc_cfhd:err-detect",
-  "avenc_cfhd:export-side-data",
-  "avenc_cfhd:field-order",
-  "avenc_cfhd:flags",
-  "avenc_cfhd:flags2",
-  "avenc_cfhd:global-quality",
-  "avenc_cfhd:gop-size",
-  "avenc_cfhd:i-qfactor",
-  "avenc_cfhd:i-qoffset",
-  "avenc_cfhd:idct",
-  "avenc_cfhd:ildctcmp",
-  "avenc_cfhd:keyint-min",
-  "avenc_cfhd:last-pred",
-  "avenc_cfhd:lumi-mask",
-  "avenc_cfhd:max-bframes",
-  "avenc_cfhd:max-pixels",
-  "avenc_cfhd:maxrate",
-  "avenc_cfhd:mbcmp",
-  "avenc_cfhd:mbd",
-  "avenc_cfhd:mblmax",
-  "avenc_cfhd:mblmin",
-  "avenc_cfhd:me-range",
-  "avenc_cfhd:mepc",
-  "avenc_cfhd:minrate",
-  "avenc_cfhd:mpeg-quant",
-  "avenc_cfhd:multipass-cache-file",
-  "avenc_cfhd:mv0-threshold",
-  "avenc_cfhd:nr",
-  "avenc_cfhd:nssew",
-  "avenc_cfhd:p-mask",
-  "avenc_cfhd:pass",
-  "avenc_cfhd:pre-dia-size",
-  "avenc_cfhd:precmp",
-  "avenc_cfhd:pred",
-  "avenc_cfhd:preme",
-  "avenc_cfhd:ps",
-  "avenc_cfhd:qblur",
-  "avenc_cfhd:qcomp",
-  "avenc_cfhd:qdiff",
-  "avenc_cfhd:qmax",
-  "avenc_cfhd:qmin",
-  "avenc_cfhd:quality",
-  "avenc_cfhd:quantizer",
-  "avenc_cfhd:rc-init-occupancy",
-  "avenc_cfhd:rc-max-vbv-use",
-  "avenc_cfhd:rc-min-vbv-use",
-  "avenc_cfhd:refs",
-  "avenc_cfhd:sc-threshold",
-  "avenc_cfhd:scplx-mask",
-  "avenc_cfhd:side-data-only-packets",
-  "avenc_cfhd:skip-exp",
-  "avenc_cfhd:skip-factor",
-  "avenc_cfhd:skip-threshold",
-  "avenc_cfhd:skipcmp",
-  "avenc_cfhd:slices",
-  "avenc_cfhd:strict",
-  "avenc_cfhd:subcmp",
-  "avenc_cfhd:subq",
-  "avenc_cfhd:tcplx-mask",
-  "avenc_cfhd:thread-type",
-  "avenc_cfhd:threads",
-  "avenc_cfhd:ticks-per-frame",
-  "avenc_cfhd:timecode-frame-start",
-  "avenc_cfhd:trellis",
-  "avenc_cinepak",
-  "avenc_cinepak!sink",
-  "avenc_cinepak!src",
-  "avenc_cinepak:b-qfactor",
-  "avenc_cinepak:b-qoffset",
-  "avenc_cinepak:b-sensitivity",
-  "avenc_cinepak:b-strategy",
-  "avenc_cinepak:bidir-refine",
-  "avenc_cinepak:bitrate",
-  "avenc_cinepak:bitrate-tolerance",
-  "avenc_cinepak:brd-scale",
-  "avenc_cinepak:bufsize",
-  "avenc_cinepak:chroma-sample-location",
-  "avenc_cinepak:chromaoffset",
-  "avenc_cinepak:cmp",
-  "avenc_cinepak:coder",
-  "avenc_cinepak:compression-level",
-  "avenc_cinepak:context",
-  "avenc_cinepak:dark-mask",
-  "avenc_cinepak:dc",
-  "avenc_cinepak:dct",
-  "avenc_cinepak:debug",
-  "avenc_cinepak:dia-size",
-  "avenc_cinepak:dump-separator",
-  "avenc_cinepak:err-detect",
-  "avenc_cinepak:export-side-data",
-  "avenc_cinepak:field-order",
-  "avenc_cinepak:flags",
-  "avenc_cinepak:flags2",
-  "avenc_cinepak:global-quality",
-  "avenc_cinepak:gop-size",
-  "avenc_cinepak:i-qfactor",
-  "avenc_cinepak:i-qoffset",
-  "avenc_cinepak:idct",
-  "avenc_cinepak:ildctcmp",
-  "avenc_cinepak:keyint-min",
-  "avenc_cinepak:last-pred",
-  "avenc_cinepak:lumi-mask",
-  "avenc_cinepak:max-bframes",
-  "avenc_cinepak:max-extra-cb-iterations",
-  "avenc_cinepak:max-pixels",
-  "avenc_cinepak:max-strips",
-  "avenc_cinepak:maxrate",
-  "avenc_cinepak:mbcmp",
-  "avenc_cinepak:mbd",
-  "avenc_cinepak:mblmax",
-  "avenc_cinepak:mblmin",
-  "avenc_cinepak:me-range",
-  "avenc_cinepak:mepc",
-  "avenc_cinepak:min-strips",
-  "avenc_cinepak:minrate",
-  "avenc_cinepak:mpeg-quant",
-  "avenc_cinepak:multipass-cache-file",
-  "avenc_cinepak:mv0-threshold",
-  "avenc_cinepak:nr",
-  "avenc_cinepak:nssew",
-  "avenc_cinepak:p-mask",
-  "avenc_cinepak:pass",
-  "avenc_cinepak:pre-dia-size",
-  "avenc_cinepak:precmp",
-  "avenc_cinepak:pred",
-  "avenc_cinepak:preme",
-  "avenc_cinepak:ps",
-  "avenc_cinepak:qblur",
-  "avenc_cinepak:qcomp",
-  "avenc_cinepak:qdiff",
-  "avenc_cinepak:qmax",
-  "avenc_cinepak:qmin",
-  "avenc_cinepak:quantizer",
-  "avenc_cinepak:rc-init-occupancy",
-  "avenc_cinepak:rc-max-vbv-use",
-  "avenc_cinepak:rc-min-vbv-use",
-  "avenc_cinepak:refs",
-  "avenc_cinepak:sc-threshold",
-  "avenc_cinepak:scplx-mask",
-  "avenc_cinepak:side-data-only-packets",
-  "avenc_cinepak:skip-empty-cb",
-  "avenc_cinepak:skip-exp",
-  "avenc_cinepak:skip-factor",
-  "avenc_cinepak:skip-threshold",
-  "avenc_cinepak:skipcmp",
-  "avenc_cinepak:slices",
-  "avenc_cinepak:strict",
-  "avenc_cinepak:strip-number-adaptivity",
-  "avenc_cinepak:subcmp",
-  "avenc_cinepak:subq",
-  "avenc_cinepak:tcplx-mask",
-  "avenc_cinepak:thread-type",
-  "avenc_cinepak:threads",
-  "avenc_cinepak:ticks-per-frame",
-  "avenc_cinepak:timecode-frame-start",
-  "avenc_cinepak:trellis",
-  "avenc_cljr",
-  "avenc_cljr!sink",
-  "avenc_cljr!src",
-  "avenc_cljr:b-qfactor",
-  "avenc_cljr:b-qoffset",
-  "avenc_cljr:b-sensitivity",
-  "avenc_cljr:b-strategy",
-  "avenc_cljr:bidir-refine",
-  "avenc_cljr:bitrate",
-  "avenc_cljr:bitrate-tolerance",
-  "avenc_cljr:brd-scale",
-  "avenc_cljr:bufsize",
-  "avenc_cljr:chroma-sample-location",
-  "avenc_cljr:chromaoffset",
-  "avenc_cljr:cmp",
-  "avenc_cljr:coder",
-  "avenc_cljr:compression-level",
-  "avenc_cljr:context",
-  "avenc_cljr:dark-mask",
-  "avenc_cljr:dc",
-  "avenc_cljr:dct",
-  "avenc_cljr:debug",
-  "avenc_cljr:dia-size",
-  "avenc_cljr:dither-type",
-  "avenc_cljr:dump-separator",
-  "avenc_cljr:err-detect",
-  "avenc_cljr:export-side-data",
-  "avenc_cljr:field-order",
-  "avenc_cljr:flags",
-  "avenc_cljr:flags2",
-  "avenc_cljr:global-quality",
-  "avenc_cljr:gop-size",
-  "avenc_cljr:i-qfactor",
-  "avenc_cljr:i-qoffset",
-  "avenc_cljr:idct",
-  "avenc_cljr:ildctcmp",
-  "avenc_cljr:keyint-min",
-  "avenc_cljr:last-pred",
-  "avenc_cljr:lumi-mask",
-  "avenc_cljr:max-bframes",
-  "avenc_cljr:max-pixels",
-  "avenc_cljr:maxrate",
-  "avenc_cljr:mbcmp",
-  "avenc_cljr:mbd",
-  "avenc_cljr:mblmax",
-  "avenc_cljr:mblmin",
-  "avenc_cljr:me-range",
-  "avenc_cljr:mepc",
-  "avenc_cljr:minrate",
-  "avenc_cljr:mpeg-quant",
-  "avenc_cljr:multipass-cache-file",
-  "avenc_cljr:mv0-threshold",
-  "avenc_cljr:nr",
-  "avenc_cljr:nssew",
-  "avenc_cljr:p-mask",
-  "avenc_cljr:pass",
-  "avenc_cljr:pre-dia-size",
-  "avenc_cljr:precmp",
-  "avenc_cljr:pred",
-  "avenc_cljr:preme",
-  "avenc_cljr:ps",
-  "avenc_cljr:qblur",
-  "avenc_cljr:qcomp",
-  "avenc_cljr:qdiff",
-  "avenc_cljr:qmax",
-  "avenc_cljr:qmin",
-  "avenc_cljr:quantizer",
-  "avenc_cljr:rc-init-occupancy",
-  "avenc_cljr:rc-max-vbv-use",
-  "avenc_cljr:rc-min-vbv-use",
-  "avenc_cljr:refs",
-  "avenc_cljr:sc-threshold",
-  "avenc_cljr:scplx-mask",
-  "avenc_cljr:side-data-only-packets",
-  "avenc_cljr:skip-exp",
-  "avenc_cljr:skip-factor",
-  "avenc_cljr:skip-threshold",
-  "avenc_cljr:skipcmp",
-  "avenc_cljr:slices",
-  "avenc_cljr:strict",
-  "avenc_cljr:subcmp",
-  "avenc_cljr:subq",
-  "avenc_cljr:tcplx-mask",
-  "avenc_cljr:thread-type",
-  "avenc_cljr:threads",
-  "avenc_cljr:ticks-per-frame",
-  "avenc_cljr:timecode-frame-start",
-  "avenc_cljr:trellis",
-  "avenc_comfortnoise",
-  "avenc_comfortnoise!sink",
-  "avenc_comfortnoise!src",
-  "avenc_comfortnoise:ac",
-  "avenc_comfortnoise:ar",
-  "avenc_comfortnoise:audio-service-type",
-  "avenc_comfortnoise:bitrate",
-  "avenc_comfortnoise:bufsize",
-  "avenc_comfortnoise:channel-layout",
-  "avenc_comfortnoise:compression-level",
-  "avenc_comfortnoise:cutoff",
-  "avenc_comfortnoise:debug",
-  "avenc_comfortnoise:dump-separator",
-  "avenc_comfortnoise:err-detect",
-  "avenc_comfortnoise:export-side-data",
-  "avenc_comfortnoise:flags",
-  "avenc_comfortnoise:flags2",
-  "avenc_comfortnoise:frame-size",
-  "avenc_comfortnoise:global-quality",
-  "avenc_comfortnoise:max-pixels",
-  "avenc_comfortnoise:max-prediction-order",
-  "avenc_comfortnoise:max-samples",
-  "avenc_comfortnoise:maxrate",
-  "avenc_comfortnoise:min-prediction-order",
-  "avenc_comfortnoise:minrate",
-  "avenc_comfortnoise:side-data-only-packets",
-  "avenc_comfortnoise:strict",
-  "avenc_comfortnoise:thread-type",
-  "avenc_comfortnoise:threads",
-  "avenc_comfortnoise:ticks-per-frame",
-  "avenc_comfortnoise:trellis",
-  "avenc_dca",
-  "avenc_dca!sink",
-  "avenc_dca!src",
-  "avenc_dca:ac",
-  "avenc_dca:ar",
-  "avenc_dca:audio-service-type",
-  "avenc_dca:bitrate",
-  "avenc_dca:bufsize",
-  "avenc_dca:channel-layout",
-  "avenc_dca:compression-level",
-  "avenc_dca:cutoff",
-  "avenc_dca:dca-adpcm",
-  "avenc_dca:debug",
-  "avenc_dca:dump-separator",
-  "avenc_dca:err-detect",
-  "avenc_dca:export-side-data",
-  "avenc_dca:flags",
-  "avenc_dca:flags2",
-  "avenc_dca:frame-size",
-  "avenc_dca:global-quality",
-  "avenc_dca:max-pixels",
-  "avenc_dca:max-prediction-order",
-  "avenc_dca:max-samples",
-  "avenc_dca:maxrate",
-  "avenc_dca:min-prediction-order",
-  "avenc_dca:minrate",
-  "avenc_dca:side-data-only-packets",
-  "avenc_dca:strict",
-  "avenc_dca:thread-type",
-  "avenc_dca:threads",
-  "avenc_dca:ticks-per-frame",
-  "avenc_dca:trellis",
-  "avenc_dnxhd",
-  "avenc_dnxhd!sink",
-  "avenc_dnxhd!src",
-  "avenc_dnxhd:b-qfactor",
-  "avenc_dnxhd:b-qoffset",
-  "avenc_dnxhd:b-sensitivity",
-  "avenc_dnxhd:b-strategy",
-  "avenc_dnxhd:bidir-refine",
-  "avenc_dnxhd:bitrate",
-  "avenc_dnxhd:bitrate-tolerance",
-  "avenc_dnxhd:brd-scale",
-  "avenc_dnxhd:bufsize",
-  "avenc_dnxhd:chroma-sample-location",
-  "avenc_dnxhd:chromaoffset",
-  "avenc_dnxhd:cmp",
-  "avenc_dnxhd:coder",
-  "avenc_dnxhd:compression-level",
-  "avenc_dnxhd:context",
-  "avenc_dnxhd:dark-mask",
-  "avenc_dnxhd:dc",
-  "avenc_dnxhd:dct",
-  "avenc_dnxhd:debug",
-  "avenc_dnxhd:dia-size",
-  "avenc_dnxhd:dump-separator",
-  "avenc_dnxhd:err-detect",
-  "avenc_dnxhd:export-side-data",
-  "avenc_dnxhd:field-order",
-  "avenc_dnxhd:flags",
-  "avenc_dnxhd:flags2",
-  "avenc_dnxhd:global-quality",
-  "avenc_dnxhd:gop-size",
-  "avenc_dnxhd:i-qfactor",
-  "avenc_dnxhd:i-qoffset",
-  "avenc_dnxhd:ibias",
-  "avenc_dnxhd:idct",
-  "avenc_dnxhd:ildctcmp",
-  "avenc_dnxhd:keyint-min",
-  "avenc_dnxhd:last-pred",
-  "avenc_dnxhd:lumi-mask",
-  "avenc_dnxhd:max-bframes",
-  "avenc_dnxhd:max-pixels",
-  "avenc_dnxhd:maxrate",
-  "avenc_dnxhd:mbcmp",
-  "avenc_dnxhd:mbd",
-  "avenc_dnxhd:mblmax",
-  "avenc_dnxhd:mblmin",
-  "avenc_dnxhd:me-range",
-  "avenc_dnxhd:mepc",
-  "avenc_dnxhd:minrate",
-  "avenc_dnxhd:mpeg-quant",
-  "avenc_dnxhd:multipass-cache-file",
-  "avenc_dnxhd:mv0-threshold",
-  "avenc_dnxhd:nitris-compat",
-  "avenc_dnxhd:nr",
-  "avenc_dnxhd:nssew",
-  "avenc_dnxhd:p-mask",
-  "avenc_dnxhd:pass",
-  "avenc_dnxhd:pre-dia-size",
-  "avenc_dnxhd:precmp",
-  "avenc_dnxhd:pred",
-  "avenc_dnxhd:preme",
-  "avenc_dnxhd:profile",
-  "avenc_dnxhd:ps",
-  "avenc_dnxhd:qblur",
-  "avenc_dnxhd:qcomp",
-  "avenc_dnxhd:qdiff",
-  "avenc_dnxhd:qmax",
-  "avenc_dnxhd:qmin",
-  "avenc_dnxhd:quantizer",
-  "avenc_dnxhd:rc-init-occupancy",
-  "avenc_dnxhd:rc-max-vbv-use",
-  "avenc_dnxhd:rc-min-vbv-use",
-  "avenc_dnxhd:refs",
-  "avenc_dnxhd:sc-threshold",
-  "avenc_dnxhd:scplx-mask",
-  "avenc_dnxhd:side-data-only-packets",
-  "avenc_dnxhd:skip-exp",
-  "avenc_dnxhd:skip-factor",
-  "avenc_dnxhd:skip-threshold",
-  "avenc_dnxhd:skipcmp",
-  "avenc_dnxhd:slices",
-  "avenc_dnxhd:strict",
-  "avenc_dnxhd:subcmp",
-  "avenc_dnxhd:subq",
-  "avenc_dnxhd:tcplx-mask",
-  "avenc_dnxhd:thread-type",
-  "avenc_dnxhd:threads",
-  "avenc_dnxhd:ticks-per-frame",
-  "avenc_dnxhd:timecode-frame-start",
-  "avenc_dnxhd:trellis",
-  "avenc_dpx",
-  "avenc_dpx!sink",
-  "avenc_dpx!src",
-  "avenc_dpx:b-qfactor",
-  "avenc_dpx:b-qoffset",
-  "avenc_dpx:b-sensitivity",
-  "avenc_dpx:b-strategy",
-  "avenc_dpx:bidir-refine",
-  "avenc_dpx:bitrate",
-  "avenc_dpx:bitrate-tolerance",
-  "avenc_dpx:brd-scale",
-  "avenc_dpx:bufsize",
-  "avenc_dpx:chroma-sample-location",
-  "avenc_dpx:chromaoffset",
-  "avenc_dpx:cmp",
-  "avenc_dpx:coder",
-  "avenc_dpx:compression-level",
-  "avenc_dpx:context",
-  "avenc_dpx:dark-mask",
-  "avenc_dpx:dc",
-  "avenc_dpx:dct",
-  "avenc_dpx:debug",
-  "avenc_dpx:dia-size",
-  "avenc_dpx:dump-separator",
-  "avenc_dpx:err-detect",
-  "avenc_dpx:export-side-data",
-  "avenc_dpx:field-order",
-  "avenc_dpx:flags",
-  "avenc_dpx:flags2",
-  "avenc_dpx:global-quality",
-  "avenc_dpx:gop-size",
-  "avenc_dpx:i-qfactor",
-  "avenc_dpx:i-qoffset",
-  "avenc_dpx:idct",
-  "avenc_dpx:ildctcmp",
-  "avenc_dpx:keyint-min",
-  "avenc_dpx:last-pred",
-  "avenc_dpx:lumi-mask",
-  "avenc_dpx:max-bframes",
-  "avenc_dpx:max-pixels",
-  "avenc_dpx:maxrate",
-  "avenc_dpx:mbcmp",
-  "avenc_dpx:mbd",
-  "avenc_dpx:mblmax",
-  "avenc_dpx:mblmin",
-  "avenc_dpx:me-range",
-  "avenc_dpx:mepc",
-  "avenc_dpx:minrate",
-  "avenc_dpx:mpeg-quant",
-  "avenc_dpx:multipass-cache-file",
-  "avenc_dpx:mv0-threshold",
-  "avenc_dpx:nr",
-  "avenc_dpx:nssew",
-  "avenc_dpx:p-mask",
-  "avenc_dpx:pass",
-  "avenc_dpx:pre-dia-size",
-  "avenc_dpx:precmp",
-  "avenc_dpx:pred",
-  "avenc_dpx:preme",
-  "avenc_dpx:ps",
-  "avenc_dpx:qblur",
-  "avenc_dpx:qcomp",
-  "avenc_dpx:qdiff",
-  "avenc_dpx:qmax",
-  "avenc_dpx:qmin",
-  "avenc_dpx:quantizer",
-  "avenc_dpx:rc-init-occupancy",
-  "avenc_dpx:rc-max-vbv-use",
-  "avenc_dpx:rc-min-vbv-use",
-  "avenc_dpx:refs",
-  "avenc_dpx:sc-threshold",
-  "avenc_dpx:scplx-mask",
-  "avenc_dpx:side-data-only-packets",
-  "avenc_dpx:skip-exp",
-  "avenc_dpx:skip-factor",
-  "avenc_dpx:skip-threshold",
-  "avenc_dpx:skipcmp",
-  "avenc_dpx:slices",
-  "avenc_dpx:strict",
-  "avenc_dpx:subcmp",
-  "avenc_dpx:subq",
-  "avenc_dpx:tcplx-mask",
-  "avenc_dpx:thread-type",
-  "avenc_dpx:threads",
-  "avenc_dpx:ticks-per-frame",
-  "avenc_dpx:timecode-frame-start",
-  "avenc_dpx:trellis",
-  "avenc_dvvideo",
-  "avenc_dvvideo!sink",
-  "avenc_dvvideo!src",
-  "avenc_dvvideo:b-qfactor",
-  "avenc_dvvideo:b-qoffset",
-  "avenc_dvvideo:b-sensitivity",
-  "avenc_dvvideo:b-strategy",
-  "avenc_dvvideo:bidir-refine",
-  "avenc_dvvideo:bitrate",
-  "avenc_dvvideo:bitrate-tolerance",
-  "avenc_dvvideo:brd-scale",
-  "avenc_dvvideo:bufsize",
-  "avenc_dvvideo:chroma-sample-location",
-  "avenc_dvvideo:chromaoffset",
-  "avenc_dvvideo:cmp",
-  "avenc_dvvideo:coder",
-  "avenc_dvvideo:compression-level",
-  "avenc_dvvideo:context",
-  "avenc_dvvideo:dark-mask",
-  "avenc_dvvideo:dc",
-  "avenc_dvvideo:dct",
-  "avenc_dvvideo:debug",
-  "avenc_dvvideo:dia-size",
-  "avenc_dvvideo:dump-separator",
-  "avenc_dvvideo:err-detect",
-  "avenc_dvvideo:export-side-data",
-  "avenc_dvvideo:field-order",
-  "avenc_dvvideo:flags",
-  "avenc_dvvideo:flags2",
-  "avenc_dvvideo:global-quality",
-  "avenc_dvvideo:gop-size",
-  "avenc_dvvideo:i-qfactor",
-  "avenc_dvvideo:i-qoffset",
-  "avenc_dvvideo:idct",
-  "avenc_dvvideo:ildctcmp",
-  "avenc_dvvideo:keyint-min",
-  "avenc_dvvideo:last-pred",
-  "avenc_dvvideo:lumi-mask",
-  "avenc_dvvideo:max-bframes",
-  "avenc_dvvideo:max-pixels",
-  "avenc_dvvideo:maxrate",
-  "avenc_dvvideo:mbcmp",
-  "avenc_dvvideo:mbd",
-  "avenc_dvvideo:mblmax",
-  "avenc_dvvideo:mblmin",
-  "avenc_dvvideo:me-range",
-  "avenc_dvvideo:mepc",
-  "avenc_dvvideo:minrate",
-  "avenc_dvvideo:mpeg-quant",
-  "avenc_dvvideo:multipass-cache-file",
-  "avenc_dvvideo:mv0-threshold",
-  "avenc_dvvideo:nr",
-  "avenc_dvvideo:nssew",
-  "avenc_dvvideo:p-mask",
-  "avenc_dvvideo:pass",
-  "avenc_dvvideo:pre-dia-size",
-  "avenc_dvvideo:precmp",
-  "avenc_dvvideo:pred",
-  "avenc_dvvideo:preme",
-  "avenc_dvvideo:ps",
-  "avenc_dvvideo:qblur",
-  "avenc_dvvideo:qcomp",
-  "avenc_dvvideo:qdiff",
-  "avenc_dvvideo:qmax",
-  "avenc_dvvideo:qmin",
-  "avenc_dvvideo:quant-deadzone",
-  "avenc_dvvideo:quantizer",
-  "avenc_dvvideo:rc-init-occupancy",
-  "avenc_dvvideo:rc-max-vbv-use",
-  "avenc_dvvideo:rc-min-vbv-use",
-  "avenc_dvvideo:refs",
-  "avenc_dvvideo:sc-threshold",
-  "avenc_dvvideo:scplx-mask",
-  "avenc_dvvideo:side-data-only-packets",
-  "avenc_dvvideo:skip-exp",
-  "avenc_dvvideo:skip-factor",
-  "avenc_dvvideo:skip-threshold",
-  "avenc_dvvideo:skipcmp",
-  "avenc_dvvideo:slices",
-  "avenc_dvvideo:strict",
-  "avenc_dvvideo:subcmp",
-  "avenc_dvvideo:subq",
-  "avenc_dvvideo:tcplx-mask",
-  "avenc_dvvideo:thread-type",
-  "avenc_dvvideo:threads",
-  "avenc_dvvideo:ticks-per-frame",
-  "avenc_dvvideo:timecode-frame-start",
-  "avenc_dvvideo:trellis",
-  "avenc_eac3",
-  "avenc_eac3!sink",
-  "avenc_eac3!src",
-  "avenc_eac3:ac",
-  "avenc_eac3:ad-conv-type",
-  "avenc_eac3:ar",
-  "avenc_eac3:audio-service-type",
-  "avenc_eac3:bitrate",
-  "avenc_eac3:bufsize",
-  "avenc_eac3:channel-coupling",
-  "avenc_eac3:channel-layout",
-  "avenc_eac3:compression-level",
-  "avenc_eac3:copyright",
-  "avenc_eac3:cpl-start-band",
-  "avenc_eac3:cutoff",
-  "avenc_eac3:debug",
-  "avenc_eac3:dheadphone-mode",
-  "avenc_eac3:dialnorm",
-  "avenc_eac3:dmix-mode",
-  "avenc_eac3:dsur-mode",
-  "avenc_eac3:dsurex-mode",
-  "avenc_eac3:dump-separator",
-  "avenc_eac3:err-detect",
-  "avenc_eac3:export-side-data",
-  "avenc_eac3:flags",
-  "avenc_eac3:flags2",
-  "avenc_eac3:frame-size",
-  "avenc_eac3:global-quality",
-  "avenc_eac3:loro-cmixlev",
-  "avenc_eac3:loro-surmixlev",
-  "avenc_eac3:ltrt-cmixlev",
-  "avenc_eac3:ltrt-surmixlev",
-  "avenc_eac3:max-pixels",
-  "avenc_eac3:max-prediction-order",
-  "avenc_eac3:max-samples",
-  "avenc_eac3:maxrate",
-  "avenc_eac3:min-prediction-order",
-  "avenc_eac3:minrate",
-  "avenc_eac3:mixing-level",
-  "avenc_eac3:original",
-  "avenc_eac3:per-frame-metadata",
-  "avenc_eac3:room-type",
-  "avenc_eac3:side-data-only-packets",
-  "avenc_eac3:stereo-rematrixing",
-  "avenc_eac3:strict",
-  "avenc_eac3:thread-type",
-  "avenc_eac3:threads",
-  "avenc_eac3:ticks-per-frame",
-  "avenc_eac3:trellis",
-  "avenc_exr",
-  "avenc_exr!sink",
-  "avenc_exr!src",
-  "avenc_exr:b-qfactor",
-  "avenc_exr:b-qoffset",
-  "avenc_exr:b-sensitivity",
-  "avenc_exr:b-strategy",
-  "avenc_exr:bidir-refine",
-  "avenc_exr:bitrate",
-  "avenc_exr:bitrate-tolerance",
-  "avenc_exr:brd-scale",
-  "avenc_exr:bufsize",
-  "avenc_exr:chroma-sample-location",
-  "avenc_exr:chromaoffset",
-  "avenc_exr:cmp",
-  "avenc_exr:coder",
-  "avenc_exr:compression",
-  "avenc_exr:compression-level",
-  "avenc_exr:context",
-  "avenc_exr:dark-mask",
-  "avenc_exr:dc",
-  "avenc_exr:dct",
-  "avenc_exr:debug",
-  "avenc_exr:dia-size",
-  "avenc_exr:dump-separator",
-  "avenc_exr:err-detect",
-  "avenc_exr:export-side-data",
-  "avenc_exr:field-order",
-  "avenc_exr:flags",
-  "avenc_exr:flags2",
-  "avenc_exr:format",
-  "avenc_exr:gamma",
-  "avenc_exr:global-quality",
-  "avenc_exr:gop-size",
-  "avenc_exr:i-qfactor",
-  "avenc_exr:i-qoffset",
-  "avenc_exr:idct",
-  "avenc_exr:ildctcmp",
-  "avenc_exr:keyint-min",
-  "avenc_exr:last-pred",
-  "avenc_exr:lumi-mask",
-  "avenc_exr:max-bframes",
-  "avenc_exr:max-pixels",
-  "avenc_exr:maxrate",
-  "avenc_exr:mbcmp",
-  "avenc_exr:mbd",
-  "avenc_exr:mblmax",
-  "avenc_exr:mblmin",
-  "avenc_exr:me-range",
-  "avenc_exr:mepc",
-  "avenc_exr:minrate",
-  "avenc_exr:mpeg-quant",
-  "avenc_exr:multipass-cache-file",
-  "avenc_exr:mv0-threshold",
-  "avenc_exr:nr",
-  "avenc_exr:nssew",
-  "avenc_exr:p-mask",
-  "avenc_exr:pass",
-  "avenc_exr:pre-dia-size",
-  "avenc_exr:precmp",
-  "avenc_exr:pred",
-  "avenc_exr:preme",
-  "avenc_exr:ps",
-  "avenc_exr:qblur",
-  "avenc_exr:qcomp",
-  "avenc_exr:qdiff",
-  "avenc_exr:qmax",
-  "avenc_exr:qmin",
-  "avenc_exr:quantizer",
-  "avenc_exr:rc-init-occupancy",
-  "avenc_exr:rc-max-vbv-use",
-  "avenc_exr:rc-min-vbv-use",
-  "avenc_exr:refs",
-  "avenc_exr:sc-threshold",
-  "avenc_exr:scplx-mask",
-  "avenc_exr:side-data-only-packets",
-  "avenc_exr:skip-exp",
-  "avenc_exr:skip-factor",
-  "avenc_exr:skip-threshold",
-  "avenc_exr:skipcmp",
-  "avenc_exr:slices",
-  "avenc_exr:strict",
-  "avenc_exr:subcmp",
-  "avenc_exr:subq",
-  "avenc_exr:tcplx-mask",
-  "avenc_exr:thread-type",
-  "avenc_exr:threads",
-  "avenc_exr:ticks-per-frame",
-  "avenc_exr:timecode-frame-start",
-  "avenc_exr:trellis",
-  "avenc_ffv1",
-  "avenc_ffv1!sink",
-  "avenc_ffv1!src",
-  "avenc_ffv1:b-qfactor",
-  "avenc_ffv1:b-qoffset",
-  "avenc_ffv1:b-sensitivity",
-  "avenc_ffv1:b-strategy",
-  "avenc_ffv1:bidir-refine",
-  "avenc_ffv1:bitrate",
-  "avenc_ffv1:bitrate-tolerance",
-  "avenc_ffv1:brd-scale",
-  "avenc_ffv1:bufsize",
-  "avenc_ffv1:chroma-sample-location",
-  "avenc_ffv1:chromaoffset",
-  "avenc_ffv1:cmp",
-  "avenc_ffv1:coder",
-  "avenc_ffv1:compression-level",
-  "avenc_ffv1:context",
-  "avenc_ffv1:dark-mask",
-  "avenc_ffv1:dc",
-  "avenc_ffv1:dct",
-  "avenc_ffv1:debug",
-  "avenc_ffv1:dia-size",
-  "avenc_ffv1:dump-separator",
-  "avenc_ffv1:err-detect",
-  "avenc_ffv1:export-side-data",
-  "avenc_ffv1:field-order",
-  "avenc_ffv1:flags",
-  "avenc_ffv1:flags2",
-  "avenc_ffv1:global-quality",
-  "avenc_ffv1:gop-size",
-  "avenc_ffv1:i-qfactor",
-  "avenc_ffv1:i-qoffset",
-  "avenc_ffv1:idct",
-  "avenc_ffv1:ildctcmp",
-  "avenc_ffv1:keyint-min",
-  "avenc_ffv1:last-pred",
-  "avenc_ffv1:lumi-mask",
-  "avenc_ffv1:max-bframes",
-  "avenc_ffv1:max-pixels",
-  "avenc_ffv1:maxrate",
-  "avenc_ffv1:mbcmp",
-  "avenc_ffv1:mbd",
-  "avenc_ffv1:mblmax",
-  "avenc_ffv1:mblmin",
-  "avenc_ffv1:me-range",
-  "avenc_ffv1:mepc",
-  "avenc_ffv1:minrate",
-  "avenc_ffv1:mpeg-quant",
-  "avenc_ffv1:multipass-cache-file",
-  "avenc_ffv1:mv0-threshold",
-  "avenc_ffv1:nr",
-  "avenc_ffv1:nssew",
-  "avenc_ffv1:p-mask",
-  "avenc_ffv1:pass",
-  "avenc_ffv1:pre-dia-size",
-  "avenc_ffv1:precmp",
-  "avenc_ffv1:pred",
-  "avenc_ffv1:preme",
-  "avenc_ffv1:ps",
-  "avenc_ffv1:qblur",
-  "avenc_ffv1:qcomp",
-  "avenc_ffv1:qdiff",
-  "avenc_ffv1:qmax",
-  "avenc_ffv1:qmin",
-  "avenc_ffv1:quantizer",
-  "avenc_ffv1:rc-init-occupancy",
-  "avenc_ffv1:rc-max-vbv-use",
-  "avenc_ffv1:rc-min-vbv-use",
-  "avenc_ffv1:refs",
-  "avenc_ffv1:sc-threshold",
-  "avenc_ffv1:scplx-mask",
-  "avenc_ffv1:side-data-only-packets",
-  "avenc_ffv1:skip-exp",
-  "avenc_ffv1:skip-factor",
-  "avenc_ffv1:skip-threshold",
-  "avenc_ffv1:skipcmp",
-  "avenc_ffv1:slicecrc",
-  "avenc_ffv1:slices",
-  "avenc_ffv1:strict",
-  "avenc_ffv1:subcmp",
-  "avenc_ffv1:subq",
-  "avenc_ffv1:tcplx-mask",
-  "avenc_ffv1:thread-type",
-  "avenc_ffv1:threads",
-  "avenc_ffv1:ticks-per-frame",
-  "avenc_ffv1:timecode-frame-start",
-  "avenc_ffv1:trellis",
-  "avenc_ffvhuff",
-  "avenc_ffvhuff!sink",
-  "avenc_ffvhuff!src",
-  "avenc_ffvhuff:b-qfactor",
-  "avenc_ffvhuff:b-qoffset",
-  "avenc_ffvhuff:b-sensitivity",
-  "avenc_ffvhuff:b-strategy",
-  "avenc_ffvhuff:bidir-refine",
-  "avenc_ffvhuff:bitrate",
-  "avenc_ffvhuff:bitrate-tolerance",
-  "avenc_ffvhuff:brd-scale",
-  "avenc_ffvhuff:bufsize",
-  "avenc_ffvhuff:chroma-sample-location",
-  "avenc_ffvhuff:chromaoffset",
-  "avenc_ffvhuff:cmp",
-  "avenc_ffvhuff:coder",
-  "avenc_ffvhuff:compression-level",
-  "avenc_ffvhuff:context",
-  "avenc_ffvhuff:dark-mask",
-  "avenc_ffvhuff:dc",
-  "avenc_ffvhuff:dct",
-  "avenc_ffvhuff:debug",
-  "avenc_ffvhuff:dia-size",
-  "avenc_ffvhuff:dump-separator",
-  "avenc_ffvhuff:err-detect",
-  "avenc_ffvhuff:export-side-data",
-  "avenc_ffvhuff:field-order",
-  "avenc_ffvhuff:flags",
-  "avenc_ffvhuff:flags2",
-  "avenc_ffvhuff:global-quality",
-  "avenc_ffvhuff:gop-size",
-  "avenc_ffvhuff:i-qfactor",
-  "avenc_ffvhuff:i-qoffset",
-  "avenc_ffvhuff:idct",
-  "avenc_ffvhuff:ildctcmp",
-  "avenc_ffvhuff:keyint-min",
-  "avenc_ffvhuff:last-pred",
-  "avenc_ffvhuff:lumi-mask",
-  "avenc_ffvhuff:max-bframes",
-  "avenc_ffvhuff:max-pixels",
-  "avenc_ffvhuff:maxrate",
-  "avenc_ffvhuff:mbcmp",
-  "avenc_ffvhuff:mbd",
-  "avenc_ffvhuff:mblmax",
-  "avenc_ffvhuff:mblmin",
-  "avenc_ffvhuff:me-range",
-  "avenc_ffvhuff:mepc",
-  "avenc_ffvhuff:minrate",
-  "avenc_ffvhuff:mpeg-quant",
-  "avenc_ffvhuff:multipass-cache-file",
-  "avenc_ffvhuff:mv0-threshold",
-  "avenc_ffvhuff:non-deterministic",
-  "avenc_ffvhuff:nr",
-  "avenc_ffvhuff:nssew",
-  "avenc_ffvhuff:p-mask",
-  "avenc_ffvhuff:pass",
-  "avenc_ffvhuff:pre-dia-size",
-  "avenc_ffvhuff:precmp",
-  "avenc_ffvhuff:pred",
-  "avenc_ffvhuff:preme",
-  "avenc_ffvhuff:ps",
-  "avenc_ffvhuff:qblur",
-  "avenc_ffvhuff:qcomp",
-  "avenc_ffvhuff:qdiff",
-  "avenc_ffvhuff:qmax",
-  "avenc_ffvhuff:qmin",
-  "avenc_ffvhuff:quantizer",
-  "avenc_ffvhuff:rc-init-occupancy",
-  "avenc_ffvhuff:rc-max-vbv-use",
-  "avenc_ffvhuff:rc-min-vbv-use",
-  "avenc_ffvhuff:refs",
-  "avenc_ffvhuff:sc-threshold",
-  "avenc_ffvhuff:scplx-mask",
-  "avenc_ffvhuff:side-data-only-packets",
-  "avenc_ffvhuff:skip-exp",
-  "avenc_ffvhuff:skip-factor",
-  "avenc_ffvhuff:skip-threshold",
-  "avenc_ffvhuff:skipcmp",
-  "avenc_ffvhuff:slices",
-  "avenc_ffvhuff:strict",
-  "avenc_ffvhuff:subcmp",
-  "avenc_ffvhuff:subq",
-  "avenc_ffvhuff:tcplx-mask",
-  "avenc_ffvhuff:thread-type",
-  "avenc_ffvhuff:threads",
-  "avenc_ffvhuff:ticks-per-frame",
-  "avenc_ffvhuff:timecode-frame-start",
-  "avenc_ffvhuff:trellis",
-  "avenc_fits",
-  "avenc_fits!sink",
-  "avenc_fits!src",
-  "avenc_fits:b-qfactor",
-  "avenc_fits:b-qoffset",
-  "avenc_fits:b-sensitivity",
-  "avenc_fits:b-strategy",
-  "avenc_fits:bidir-refine",
-  "avenc_fits:bitrate",
-  "avenc_fits:bitrate-tolerance",
-  "avenc_fits:brd-scale",
-  "avenc_fits:bufsize",
-  "avenc_fits:chroma-sample-location",
-  "avenc_fits:chromaoffset",
-  "avenc_fits:cmp",
-  "avenc_fits:coder",
-  "avenc_fits:compression-level",
-  "avenc_fits:context",
-  "avenc_fits:dark-mask",
-  "avenc_fits:dc",
-  "avenc_fits:dct",
-  "avenc_fits:debug",
-  "avenc_fits:dia-size",
-  "avenc_fits:dump-separator",
-  "avenc_fits:err-detect",
-  "avenc_fits:export-side-data",
-  "avenc_fits:field-order",
-  "avenc_fits:flags",
-  "avenc_fits:flags2",
-  "avenc_fits:global-quality",
-  "avenc_fits:gop-size",
-  "avenc_fits:i-qfactor",
-  "avenc_fits:i-qoffset",
-  "avenc_fits:idct",
-  "avenc_fits:ildctcmp",
-  "avenc_fits:keyint-min",
-  "avenc_fits:last-pred",
-  "avenc_fits:lumi-mask",
-  "avenc_fits:max-bframes",
-  "avenc_fits:max-pixels",
-  "avenc_fits:maxrate",
-  "avenc_fits:mbcmp",
-  "avenc_fits:mbd",
-  "avenc_fits:mblmax",
-  "avenc_fits:mblmin",
-  "avenc_fits:me-range",
-  "avenc_fits:mepc",
-  "avenc_fits:minrate",
-  "avenc_fits:mpeg-quant",
-  "avenc_fits:multipass-cache-file",
-  "avenc_fits:mv0-threshold",
-  "avenc_fits:nr",
-  "avenc_fits:nssew",
-  "avenc_fits:p-mask",
-  "avenc_fits:pass",
-  "avenc_fits:pre-dia-size",
-  "avenc_fits:precmp",
-  "avenc_fits:pred",
-  "avenc_fits:preme",
-  "avenc_fits:ps",
-  "avenc_fits:qblur",
-  "avenc_fits:qcomp",
-  "avenc_fits:qdiff",
-  "avenc_fits:qmax",
-  "avenc_fits:qmin",
-  "avenc_fits:quantizer",
-  "avenc_fits:rc-init-occupancy",
-  "avenc_fits:rc-max-vbv-use",
-  "avenc_fits:rc-min-vbv-use",
-  "avenc_fits:refs",
-  "avenc_fits:sc-threshold",
-  "avenc_fits:scplx-mask",
-  "avenc_fits:side-data-only-packets",
-  "avenc_fits:skip-exp",
-  "avenc_fits:skip-factor",
-  "avenc_fits:skip-threshold",
-  "avenc_fits:skipcmp",
-  "avenc_fits:slices",
-  "avenc_fits:strict",
-  "avenc_fits:subcmp",
-  "avenc_fits:subq",
-  "avenc_fits:tcplx-mask",
-  "avenc_fits:thread-type",
-  "avenc_fits:threads",
-  "avenc_fits:ticks-per-frame",
-  "avenc_fits:timecode-frame-start",
-  "avenc_fits:trellis",
-  "avenc_flashsv",
-  "avenc_flashsv!sink",
-  "avenc_flashsv!src",
-  "avenc_flashsv2",
-  "avenc_flashsv2!sink",
-  "avenc_flashsv2!src",
-  "avenc_flashsv2:b-qfactor",
-  "avenc_flashsv2:b-qoffset",
-  "avenc_flashsv2:b-sensitivity",
-  "avenc_flashsv2:b-strategy",
-  "avenc_flashsv2:bidir-refine",
-  "avenc_flashsv2:bitrate",
-  "avenc_flashsv2:bitrate-tolerance",
-  "avenc_flashsv2:brd-scale",
-  "avenc_flashsv2:bufsize",
-  "avenc_flashsv2:chroma-sample-location",
-  "avenc_flashsv2:chromaoffset",
-  "avenc_flashsv2:cmp",
-  "avenc_flashsv2:coder",
-  "avenc_flashsv2:compression-level",
-  "avenc_flashsv2:context",
-  "avenc_flashsv2:dark-mask",
-  "avenc_flashsv2:dc",
-  "avenc_flashsv2:dct",
-  "avenc_flashsv2:debug",
-  "avenc_flashsv2:dia-size",
-  "avenc_flashsv2:dump-separator",
-  "avenc_flashsv2:err-detect",
-  "avenc_flashsv2:export-side-data",
-  "avenc_flashsv2:field-order",
-  "avenc_flashsv2:flags",
-  "avenc_flashsv2:flags2",
-  "avenc_flashsv2:global-quality",
-  "avenc_flashsv2:gop-size",
-  "avenc_flashsv2:i-qfactor",
-  "avenc_flashsv2:i-qoffset",
-  "avenc_flashsv2:idct",
-  "avenc_flashsv2:ildctcmp",
-  "avenc_flashsv2:keyint-min",
-  "avenc_flashsv2:last-pred",
-  "avenc_flashsv2:lumi-mask",
-  "avenc_flashsv2:max-bframes",
-  "avenc_flashsv2:max-pixels",
-  "avenc_flashsv2:maxrate",
-  "avenc_flashsv2:mbcmp",
-  "avenc_flashsv2:mbd",
-  "avenc_flashsv2:mblmax",
-  "avenc_flashsv2:mblmin",
-  "avenc_flashsv2:me-range",
-  "avenc_flashsv2:mepc",
-  "avenc_flashsv2:minrate",
-  "avenc_flashsv2:mpeg-quant",
-  "avenc_flashsv2:multipass-cache-file",
-  "avenc_flashsv2:mv0-threshold",
-  "avenc_flashsv2:nr",
-  "avenc_flashsv2:nssew",
-  "avenc_flashsv2:p-mask",
-  "avenc_flashsv2:pass",
-  "avenc_flashsv2:pre-dia-size",
-  "avenc_flashsv2:precmp",
-  "avenc_flashsv2:pred",
-  "avenc_flashsv2:preme",
-  "avenc_flashsv2:ps",
-  "avenc_flashsv2:qblur",
-  "avenc_flashsv2:qcomp",
-  "avenc_flashsv2:qdiff",
-  "avenc_flashsv2:qmax",
-  "avenc_flashsv2:qmin",
-  "avenc_flashsv2:quantizer",
-  "avenc_flashsv2:rc-init-occupancy",
-  "avenc_flashsv2:rc-max-vbv-use",
-  "avenc_flashsv2:rc-min-vbv-use",
-  "avenc_flashsv2:refs",
-  "avenc_flashsv2:sc-threshold",
-  "avenc_flashsv2:scplx-mask",
-  "avenc_flashsv2:side-data-only-packets",
-  "avenc_flashsv2:skip-exp",
-  "avenc_flashsv2:skip-factor",
-  "avenc_flashsv2:skip-threshold",
-  "avenc_flashsv2:skipcmp",
-  "avenc_flashsv2:slices",
-  "avenc_flashsv2:strict",
-  "avenc_flashsv2:subcmp",
-  "avenc_flashsv2:subq",
-  "avenc_flashsv2:tcplx-mask",
-  "avenc_flashsv2:thread-type",
-  "avenc_flashsv2:threads",
-  "avenc_flashsv2:ticks-per-frame",
-  "avenc_flashsv2:timecode-frame-start",
-  "avenc_flashsv2:trellis",
-  "avenc_flashsv:b-qfactor",
-  "avenc_flashsv:b-qoffset",
-  "avenc_flashsv:b-sensitivity",
-  "avenc_flashsv:b-strategy",
-  "avenc_flashsv:bidir-refine",
-  "avenc_flashsv:bitrate",
-  "avenc_flashsv:bitrate-tolerance",
-  "avenc_flashsv:brd-scale",
-  "avenc_flashsv:bufsize",
-  "avenc_flashsv:chroma-sample-location",
-  "avenc_flashsv:chromaoffset",
-  "avenc_flashsv:cmp",
-  "avenc_flashsv:coder",
-  "avenc_flashsv:compression-level",
-  "avenc_flashsv:context",
-  "avenc_flashsv:dark-mask",
-  "avenc_flashsv:dc",
-  "avenc_flashsv:dct",
-  "avenc_flashsv:debug",
-  "avenc_flashsv:dia-size",
-  "avenc_flashsv:dump-separator",
-  "avenc_flashsv:err-detect",
-  "avenc_flashsv:export-side-data",
-  "avenc_flashsv:field-order",
-  "avenc_flashsv:flags",
-  "avenc_flashsv:flags2",
-  "avenc_flashsv:global-quality",
-  "avenc_flashsv:gop-size",
-  "avenc_flashsv:i-qfactor",
-  "avenc_flashsv:i-qoffset",
-  "avenc_flashsv:idct",
-  "avenc_flashsv:ildctcmp",
-  "avenc_flashsv:keyint-min",
-  "avenc_flashsv:last-pred",
-  "avenc_flashsv:lumi-mask",
-  "avenc_flashsv:max-bframes",
-  "avenc_flashsv:max-pixels",
-  "avenc_flashsv:maxrate",
-  "avenc_flashsv:mbcmp",
-  "avenc_flashsv:mbd",
-  "avenc_flashsv:mblmax",
-  "avenc_flashsv:mblmin",
-  "avenc_flashsv:me-range",
-  "avenc_flashsv:mepc",
-  "avenc_flashsv:minrate",
-  "avenc_flashsv:mpeg-quant",
-  "avenc_flashsv:multipass-cache-file",
-  "avenc_flashsv:mv0-threshold",
-  "avenc_flashsv:nr",
-  "avenc_flashsv:nssew",
-  "avenc_flashsv:p-mask",
-  "avenc_flashsv:pass",
-  "avenc_flashsv:pre-dia-size",
-  "avenc_flashsv:precmp",
-  "avenc_flashsv:pred",
-  "avenc_flashsv:preme",
-  "avenc_flashsv:ps",
-  "avenc_flashsv:qblur",
-  "avenc_flashsv:qcomp",
-  "avenc_flashsv:qdiff",
-  "avenc_flashsv:qmax",
-  "avenc_flashsv:qmin",
-  "avenc_flashsv:quantizer",
-  "avenc_flashsv:rc-init-occupancy",
-  "avenc_flashsv:rc-max-vbv-use",
-  "avenc_flashsv:rc-min-vbv-use",
-  "avenc_flashsv:refs",
-  "avenc_flashsv:sc-threshold",
-  "avenc_flashsv:scplx-mask",
-  "avenc_flashsv:side-data-only-packets",
-  "avenc_flashsv:skip-exp",
-  "avenc_flashsv:skip-factor",
-  "avenc_flashsv:skip-threshold",
-  "avenc_flashsv:skipcmp",
-  "avenc_flashsv:slices",
-  "avenc_flashsv:strict",
-  "avenc_flashsv:subcmp",
-  "avenc_flashsv:subq",
-  "avenc_flashsv:tcplx-mask",
-  "avenc_flashsv:thread-type",
-  "avenc_flashsv:threads",
-  "avenc_flashsv:ticks-per-frame",
-  "avenc_flashsv:timecode-frame-start",
-  "avenc_flashsv:trellis",
-  "avenc_flv",
-  "avenc_flv!sink",
-  "avenc_flv!src",
-  "avenc_flv:a53cc",
-  "avenc_flv:b-qfactor",
-  "avenc_flv:b-qoffset",
-  "avenc_flv:b-sensitivity",
-  "avenc_flv:b-strategy",
-  "avenc_flv:bidir-refine",
-  "avenc_flv:bitrate",
-  "avenc_flv:bitrate-tolerance",
-  "avenc_flv:border-mask",
-  "avenc_flv:brd-scale",
-  "avenc_flv:bufsize",
-  "avenc_flv:chroma-elim-threshold",
-  "avenc_flv:chroma-sample-location",
-  "avenc_flv:chromaoffset",
-  "avenc_flv:cmp",
-  "avenc_flv:coder",
-  "avenc_flv:compression-level",
-  "avenc_flv:context",
-  "avenc_flv:dark-mask",
-  "avenc_flv:dc",
-  "avenc_flv:dct",
-  "avenc_flv:debug",
-  "avenc_flv:dia-size",
-  "avenc_flv:dump-separator",
-  "avenc_flv:err-detect",
-  "avenc_flv:error-rate",
-  "avenc_flv:export-side-data",
-  "avenc_flv:field-order",
-  "avenc_flv:flags",
-  "avenc_flv:flags2",
-  "avenc_flv:force-duplicated-matrix",
-  "avenc_flv:global-quality",
-  "avenc_flv:gop-size",
-  "avenc_flv:i-qfactor",
-  "avenc_flv:i-qoffset",
-  "avenc_flv:ibias",
-  "avenc_flv:idct",
-  "avenc_flv:ildctcmp",
-  "avenc_flv:intra-penalty",
-  "avenc_flv:keyint-min",
-  "avenc_flv:last-pred",
-  "avenc_flv:lmax",
-  "avenc_flv:lmin",
-  "avenc_flv:luma-elim-threshold",
-  "avenc_flv:lumi-mask",
-  "avenc_flv:max-bframes",
-  "avenc_flv:max-pixels",
-  "avenc_flv:maxrate",
-  "avenc_flv:mbcmp",
-  "avenc_flv:mbd",
-  "avenc_flv:mblmax",
-  "avenc_flv:mblmin",
-  "avenc_flv:me-range",
-  "avenc_flv:mepc",
-  "avenc_flv:mepre",
-  "avenc_flv:minrate",
-  "avenc_flv:motion-est",
-  "avenc_flv:mpeg-quant",
-  "avenc_flv:mpv-flags",
-  "avenc_flv:multipass-cache-file",
-  "avenc_flv:mv0-threshold",
-  "avenc_flv:noise-reduction",
-  "avenc_flv:nr",
-  "avenc_flv:nssew",
-  "avenc_flv:p-mask",
-  "avenc_flv:pass",
-  "avenc_flv:pbias",
-  "avenc_flv:pre-dia-size",
-  "avenc_flv:precmp",
-  "avenc_flv:pred",
-  "avenc_flv:preme",
-  "avenc_flv:ps",
-  "avenc_flv:qblur",
-  "avenc_flv:qcomp",
-  "avenc_flv:qdiff",
-  "avenc_flv:qmax",
-  "avenc_flv:qmin",
-  "avenc_flv:qsquish",
-  "avenc_flv:quantizer",
-  "avenc_flv:quantizer-noise-shaping",
-  "avenc_flv:rc-buf-aggressivity",
-  "avenc_flv:rc-eq",
-  "avenc_flv:rc-init-cplx",
-  "avenc_flv:rc-init-occupancy",
-  "avenc_flv:rc-max-vbv-use",
-  "avenc_flv:rc-min-vbv-use",
-  "avenc_flv:rc-qmod-amp",
-  "avenc_flv:rc-qmod-freq",
-  "avenc_flv:rc-strategy",
-  "avenc_flv:refs",
-  "avenc_flv:sc-threshold",
-  "avenc_flv:scplx-mask",
-  "avenc_flv:side-data-only-packets",
-  "avenc_flv:skip-cmp",
-  "avenc_flv:skip-exp",
-  "avenc_flv:skip-factor",
-  "avenc_flv:skip-threshold",
-  "avenc_flv:skipcmp",
-  "avenc_flv:slices",
-  "avenc_flv:strict",
-  "avenc_flv:subcmp",
-  "avenc_flv:subq",
-  "avenc_flv:tcplx-mask",
-  "avenc_flv:thread-type",
-  "avenc_flv:threads",
-  "avenc_flv:ticks-per-frame",
-  "avenc_flv:timecode-frame-start",
-  "avenc_flv:trellis",
-  "avenc_g722",
-  "avenc_g722!sink",
-  "avenc_g722!src",
-  "avenc_g722:ac",
-  "avenc_g722:ar",
-  "avenc_g722:audio-service-type",
-  "avenc_g722:bitrate",
-  "avenc_g722:bufsize",
-  "avenc_g722:channel-layout",
-  "avenc_g722:compression-level",
-  "avenc_g722:cutoff",
-  "avenc_g722:debug",
-  "avenc_g722:dump-separator",
-  "avenc_g722:err-detect",
-  "avenc_g722:export-side-data",
-  "avenc_g722:flags",
-  "avenc_g722:flags2",
-  "avenc_g722:frame-size",
-  "avenc_g722:global-quality",
-  "avenc_g722:max-pixels",
-  "avenc_g722:max-prediction-order",
-  "avenc_g722:max-samples",
-  "avenc_g722:maxrate",
-  "avenc_g722:min-prediction-order",
-  "avenc_g722:minrate",
-  "avenc_g722:side-data-only-packets",
-  "avenc_g722:strict",
-  "avenc_g722:thread-type",
-  "avenc_g722:threads",
-  "avenc_g722:ticks-per-frame",
-  "avenc_g722:trellis",
-  "avenc_g723_1",
-  "avenc_g723_1!sink",
-  "avenc_g723_1!src",
-  "avenc_g723_1:ac",
-  "avenc_g723_1:ar",
-  "avenc_g723_1:audio-service-type",
-  "avenc_g723_1:bitrate",
-  "avenc_g723_1:bufsize",
-  "avenc_g723_1:channel-layout",
-  "avenc_g723_1:compression-level",
-  "avenc_g723_1:cutoff",
-  "avenc_g723_1:debug",
-  "avenc_g723_1:dump-separator",
-  "avenc_g723_1:err-detect",
-  "avenc_g723_1:export-side-data",
-  "avenc_g723_1:flags",
-  "avenc_g723_1:flags2",
-  "avenc_g723_1:frame-size",
-  "avenc_g723_1:global-quality",
-  "avenc_g723_1:max-pixels",
-  "avenc_g723_1:max-prediction-order",
-  "avenc_g723_1:max-samples",
-  "avenc_g723_1:maxrate",
-  "avenc_g723_1:min-prediction-order",
-  "avenc_g723_1:minrate",
-  "avenc_g723_1:side-data-only-packets",
-  "avenc_g723_1:strict",
-  "avenc_g723_1:thread-type",
-  "avenc_g723_1:threads",
-  "avenc_g723_1:ticks-per-frame",
-  "avenc_g723_1:trellis",
-  "avenc_g726",
-  "avenc_g726!sink",
-  "avenc_g726!src",
-  "avenc_g726:ac",
-  "avenc_g726:ar",
-  "avenc_g726:audio-service-type",
-  "avenc_g726:bitrate",
-  "avenc_g726:bufsize",
-  "avenc_g726:channel-layout",
-  "avenc_g726:code-size",
-  "avenc_g726:compression-level",
-  "avenc_g726:cutoff",
-  "avenc_g726:debug",
-  "avenc_g726:dump-separator",
-  "avenc_g726:err-detect",
-  "avenc_g726:export-side-data",
-  "avenc_g726:flags",
-  "avenc_g726:flags2",
-  "avenc_g726:frame-size",
-  "avenc_g726:global-quality",
-  "avenc_g726:max-pixels",
-  "avenc_g726:max-prediction-order",
-  "avenc_g726:max-samples",
-  "avenc_g726:maxrate",
-  "avenc_g726:min-prediction-order",
-  "avenc_g726:minrate",
-  "avenc_g726:side-data-only-packets",
-  "avenc_g726:strict",
-  "avenc_g726:thread-type",
-  "avenc_g726:threads",
-  "avenc_g726:ticks-per-frame",
-  "avenc_g726:trellis",
-  "avenc_g726le",
-  "avenc_g726le!sink",
-  "avenc_g726le!src",
-  "avenc_g726le:ac",
-  "avenc_g726le:ar",
-  "avenc_g726le:audio-service-type",
-  "avenc_g726le:bitrate",
-  "avenc_g726le:bufsize",
-  "avenc_g726le:channel-layout",
-  "avenc_g726le:code-size",
-  "avenc_g726le:compression-level",
-  "avenc_g726le:cutoff",
-  "avenc_g726le:debug",
-  "avenc_g726le:dump-separator",
-  "avenc_g726le:err-detect",
-  "avenc_g726le:export-side-data",
-  "avenc_g726le:flags",
-  "avenc_g726le:flags2",
-  "avenc_g726le:frame-size",
-  "avenc_g726le:global-quality",
-  "avenc_g726le:max-pixels",
-  "avenc_g726le:max-prediction-order",
-  "avenc_g726le:max-samples",
-  "avenc_g726le:maxrate",
-  "avenc_g726le:min-prediction-order",
-  "avenc_g726le:minrate",
-  "avenc_g726le:side-data-only-packets",
-  "avenc_g726le:strict",
-  "avenc_g726le:thread-type",
-  "avenc_g726le:threads",
-  "avenc_g726le:ticks-per-frame",
-  "avenc_g726le:trellis",
-  "avenc_h261",
-  "avenc_h261!sink",
-  "avenc_h261!src",
-  "avenc_h261:a53cc",
-  "avenc_h261:b-qfactor",
-  "avenc_h261:b-qoffset",
-  "avenc_h261:b-sensitivity",
-  "avenc_h261:b-strategy",
-  "avenc_h261:bidir-refine",
-  "avenc_h261:bitrate",
-  "avenc_h261:bitrate-tolerance",
-  "avenc_h261:border-mask",
-  "avenc_h261:brd-scale",
-  "avenc_h261:bufsize",
-  "avenc_h261:chroma-elim-threshold",
-  "avenc_h261:chroma-sample-location",
-  "avenc_h261:chromaoffset",
-  "avenc_h261:cmp",
-  "avenc_h261:coder",
-  "avenc_h261:compression-level",
-  "avenc_h261:context",
-  "avenc_h261:dark-mask",
-  "avenc_h261:dc",
-  "avenc_h261:dct",
-  "avenc_h261:debug",
-  "avenc_h261:dia-size",
-  "avenc_h261:dump-separator",
-  "avenc_h261:err-detect",
-  "avenc_h261:error-rate",
-  "avenc_h261:export-side-data",
-  "avenc_h261:field-order",
-  "avenc_h261:flags",
-  "avenc_h261:flags2",
-  "avenc_h261:force-duplicated-matrix",
-  "avenc_h261:global-quality",
-  "avenc_h261:gop-size",
-  "avenc_h261:i-qfactor",
-  "avenc_h261:i-qoffset",
-  "avenc_h261:ibias",
-  "avenc_h261:idct",
-  "avenc_h261:ildctcmp",
-  "avenc_h261:intra-penalty",
-  "avenc_h261:keyint-min",
-  "avenc_h261:last-pred",
-  "avenc_h261:lmax",
-  "avenc_h261:lmin",
-  "avenc_h261:luma-elim-threshold",
-  "avenc_h261:lumi-mask",
-  "avenc_h261:max-bframes",
-  "avenc_h261:max-pixels",
-  "avenc_h261:maxrate",
-  "avenc_h261:mbcmp",
-  "avenc_h261:mbd",
-  "avenc_h261:mblmax",
-  "avenc_h261:mblmin",
-  "avenc_h261:me-range",
-  "avenc_h261:mepc",
-  "avenc_h261:mepre",
-  "avenc_h261:minrate",
-  "avenc_h261:motion-est",
-  "avenc_h261:mpeg-quant",
-  "avenc_h261:mpv-flags",
-  "avenc_h261:multipass-cache-file",
-  "avenc_h261:mv0-threshold",
-  "avenc_h261:noise-reduction",
-  "avenc_h261:nr",
-  "avenc_h261:nssew",
-  "avenc_h261:p-mask",
-  "avenc_h261:pass",
-  "avenc_h261:pbias",
-  "avenc_h261:pre-dia-size",
-  "avenc_h261:precmp",
-  "avenc_h261:pred",
-  "avenc_h261:preme",
-  "avenc_h261:ps",
-  "avenc_h261:qblur",
-  "avenc_h261:qcomp",
-  "avenc_h261:qdiff",
-  "avenc_h261:qmax",
-  "avenc_h261:qmin",
-  "avenc_h261:qsquish",
-  "avenc_h261:quantizer",
-  "avenc_h261:quantizer-noise-shaping",
-  "avenc_h261:rc-buf-aggressivity",
-  "avenc_h261:rc-eq",
-  "avenc_h261:rc-init-cplx",
-  "avenc_h261:rc-init-occupancy",
-  "avenc_h261:rc-max-vbv-use",
-  "avenc_h261:rc-min-vbv-use",
-  "avenc_h261:rc-qmod-amp",
-  "avenc_h261:rc-qmod-freq",
-  "avenc_h261:rc-strategy",
-  "avenc_h261:refs",
-  "avenc_h261:sc-threshold",
-  "avenc_h261:scplx-mask",
-  "avenc_h261:side-data-only-packets",
-  "avenc_h261:skip-cmp",
-  "avenc_h261:skip-exp",
-  "avenc_h261:skip-factor",
-  "avenc_h261:skip-threshold",
-  "avenc_h261:skipcmp",
-  "avenc_h261:slices",
-  "avenc_h261:strict",
-  "avenc_h261:subcmp",
-  "avenc_h261:subq",
-  "avenc_h261:tcplx-mask",
-  "avenc_h261:thread-type",
-  "avenc_h261:threads",
-  "avenc_h261:ticks-per-frame",
-  "avenc_h261:timecode-frame-start",
-  "avenc_h261:trellis",
-  "avenc_h263",
-  "avenc_h263!sink",
-  "avenc_h263!src",
-  "avenc_h263:a53cc",
-  "avenc_h263:b-qfactor",
-  "avenc_h263:b-qoffset",
-  "avenc_h263:b-sensitivity",
-  "avenc_h263:b-strategy",
-  "avenc_h263:bidir-refine",
-  "avenc_h263:bitrate",
-  "avenc_h263:bitrate-tolerance",
-  "avenc_h263:border-mask",
-  "avenc_h263:brd-scale",
-  "avenc_h263:bufsize",
-  "avenc_h263:chroma-elim-threshold",
-  "avenc_h263:chroma-sample-location",
-  "avenc_h263:chromaoffset",
-  "avenc_h263:cmp",
-  "avenc_h263:coder",
-  "avenc_h263:compression-level",
-  "avenc_h263:context",
-  "avenc_h263:dark-mask",
-  "avenc_h263:dc",
-  "avenc_h263:dct",
-  "avenc_h263:debug",
-  "avenc_h263:dia-size",
-  "avenc_h263:dump-separator",
-  "avenc_h263:err-detect",
-  "avenc_h263:error-rate",
-  "avenc_h263:export-side-data",
-  "avenc_h263:field-order",
-  "avenc_h263:flags",
-  "avenc_h263:flags2",
-  "avenc_h263:force-duplicated-matrix",
-  "avenc_h263:global-quality",
-  "avenc_h263:gop-size",
-  "avenc_h263:i-qfactor",
-  "avenc_h263:i-qoffset",
-  "avenc_h263:ibias",
-  "avenc_h263:idct",
-  "avenc_h263:ildctcmp",
-  "avenc_h263:intra-penalty",
-  "avenc_h263:keyint-min",
-  "avenc_h263:last-pred",
-  "avenc_h263:lmax",
-  "avenc_h263:lmin",
-  "avenc_h263:luma-elim-threshold",
-  "avenc_h263:lumi-mask",
-  "avenc_h263:max-bframes",
-  "avenc_h263:max-pixels",
-  "avenc_h263:maxrate",
-  "avenc_h263:mb-info",
-  "avenc_h263:mbcmp",
-  "avenc_h263:mbd",
-  "avenc_h263:mblmax",
-  "avenc_h263:mblmin",
-  "avenc_h263:me-range",
-  "avenc_h263:mepc",
-  "avenc_h263:mepre",
-  "avenc_h263:minrate",
-  "avenc_h263:motion-est",
-  "avenc_h263:mpeg-quant",
-  "avenc_h263:mpv-flags",
-  "avenc_h263:multipass-cache-file",
-  "avenc_h263:mv0-threshold",
-  "avenc_h263:noise-reduction",
-  "avenc_h263:nr",
-  "avenc_h263:nssew",
-  "avenc_h263:obmc",
-  "avenc_h263:p-mask",
-  "avenc_h263:pass",
-  "avenc_h263:pbias",
-  "avenc_h263:pre-dia-size",
-  "avenc_h263:precmp",
-  "avenc_h263:pred",
-  "avenc_h263:preme",
-  "avenc_h263:ps",
-  "avenc_h263:qblur",
-  "avenc_h263:qcomp",
-  "avenc_h263:qdiff",
-  "avenc_h263:qmax",
-  "avenc_h263:qmin",
-  "avenc_h263:qsquish",
-  "avenc_h263:quantizer",
-  "avenc_h263:quantizer-noise-shaping",
-  "avenc_h263:rc-buf-aggressivity",
-  "avenc_h263:rc-eq",
-  "avenc_h263:rc-init-cplx",
-  "avenc_h263:rc-init-occupancy",
-  "avenc_h263:rc-max-vbv-use",
-  "avenc_h263:rc-min-vbv-use",
-  "avenc_h263:rc-qmod-amp",
-  "avenc_h263:rc-qmod-freq",
-  "avenc_h263:rc-strategy",
-  "avenc_h263:refs",
-  "avenc_h263:sc-threshold",
-  "avenc_h263:scplx-mask",
-  "avenc_h263:side-data-only-packets",
-  "avenc_h263:skip-cmp",
-  "avenc_h263:skip-exp",
-  "avenc_h263:skip-factor",
-  "avenc_h263:skip-threshold",
-  "avenc_h263:skipcmp",
-  "avenc_h263:slices",
-  "avenc_h263:strict",
-  "avenc_h263:subcmp",
-  "avenc_h263:subq",
-  "avenc_h263:tcplx-mask",
-  "avenc_h263:thread-type",
-  "avenc_h263:threads",
-  "avenc_h263:ticks-per-frame",
-  "avenc_h263:timecode-frame-start",
-  "avenc_h263:trellis",
-  "avenc_h263p",
-  "avenc_h263p!sink",
-  "avenc_h263p!src",
-  "avenc_h263p:a53cc",
-  "avenc_h263p:aiv",
-  "avenc_h263p:b-qfactor",
-  "avenc_h263p:b-qoffset",
-  "avenc_h263p:b-sensitivity",
-  "avenc_h263p:b-strategy",
-  "avenc_h263p:bidir-refine",
-  "avenc_h263p:bitrate",
-  "avenc_h263p:bitrate-tolerance",
-  "avenc_h263p:border-mask",
-  "avenc_h263p:brd-scale",
-  "avenc_h263p:bufsize",
-  "avenc_h263p:chroma-elim-threshold",
-  "avenc_h263p:chroma-sample-location",
-  "avenc_h263p:chromaoffset",
-  "avenc_h263p:cmp",
-  "avenc_h263p:coder",
-  "avenc_h263p:compression-level",
-  "avenc_h263p:context",
-  "avenc_h263p:dark-mask",
-  "avenc_h263p:dc",
-  "avenc_h263p:dct",
-  "avenc_h263p:debug",
-  "avenc_h263p:dia-size",
-  "avenc_h263p:dump-separator",
-  "avenc_h263p:err-detect",
-  "avenc_h263p:error-rate",
-  "avenc_h263p:export-side-data",
-  "avenc_h263p:field-order",
-  "avenc_h263p:flags",
-  "avenc_h263p:flags2",
-  "avenc_h263p:force-duplicated-matrix",
-  "avenc_h263p:global-quality",
-  "avenc_h263p:gop-size",
-  "avenc_h263p:i-qfactor",
-  "avenc_h263p:i-qoffset",
-  "avenc_h263p:ibias",
-  "avenc_h263p:idct",
-  "avenc_h263p:ildctcmp",
-  "avenc_h263p:intra-penalty",
-  "avenc_h263p:keyint-min",
-  "avenc_h263p:last-pred",
-  "avenc_h263p:lmax",
-  "avenc_h263p:lmin",
-  "avenc_h263p:luma-elim-threshold",
-  "avenc_h263p:lumi-mask",
-  "avenc_h263p:max-bframes",
-  "avenc_h263p:max-pixels",
-  "avenc_h263p:maxrate",
-  "avenc_h263p:mbcmp",
-  "avenc_h263p:mbd",
-  "avenc_h263p:mblmax",
-  "avenc_h263p:mblmin",
-  "avenc_h263p:me-range",
-  "avenc_h263p:mepc",
-  "avenc_h263p:mepre",
-  "avenc_h263p:minrate",
-  "avenc_h263p:motion-est",
-  "avenc_h263p:mpeg-quant",
-  "avenc_h263p:mpv-flags",
-  "avenc_h263p:multipass-cache-file",
-  "avenc_h263p:mv0-threshold",
-  "avenc_h263p:noise-reduction",
-  "avenc_h263p:nr",
-  "avenc_h263p:nssew",
-  "avenc_h263p:obmc",
-  "avenc_h263p:p-mask",
-  "avenc_h263p:pass",
-  "avenc_h263p:pbias",
-  "avenc_h263p:pre-dia-size",
-  "avenc_h263p:precmp",
-  "avenc_h263p:pred",
-  "avenc_h263p:preme",
-  "avenc_h263p:ps",
-  "avenc_h263p:qblur",
-  "avenc_h263p:qcomp",
-  "avenc_h263p:qdiff",
-  "avenc_h263p:qmax",
-  "avenc_h263p:qmin",
-  "avenc_h263p:qsquish",
-  "avenc_h263p:quantizer",
-  "avenc_h263p:quantizer-noise-shaping",
-  "avenc_h263p:rc-buf-aggressivity",
-  "avenc_h263p:rc-eq",
-  "avenc_h263p:rc-init-cplx",
-  "avenc_h263p:rc-init-occupancy",
-  "avenc_h263p:rc-max-vbv-use",
-  "avenc_h263p:rc-min-vbv-use",
-  "avenc_h263p:rc-qmod-amp",
-  "avenc_h263p:rc-qmod-freq",
-  "avenc_h263p:rc-strategy",
-  "avenc_h263p:refs",
-  "avenc_h263p:sc-threshold",
-  "avenc_h263p:scplx-mask",
-  "avenc_h263p:side-data-only-packets",
-  "avenc_h263p:skip-cmp",
-  "avenc_h263p:skip-exp",
-  "avenc_h263p:skip-factor",
-  "avenc_h263p:skip-threshold",
-  "avenc_h263p:skipcmp",
-  "avenc_h263p:slices",
-  "avenc_h263p:strict",
-  "avenc_h263p:structured-slices",
-  "avenc_h263p:subcmp",
-  "avenc_h263p:subq",
-  "avenc_h263p:tcplx-mask",
-  "avenc_h263p:thread-type",
-  "avenc_h263p:threads",
-  "avenc_h263p:ticks-per-frame",
-  "avenc_h263p:timecode-frame-start",
-  "avenc_h263p:trellis",
-  "avenc_h263p:umv",
-  "avenc_h264_omx",
-  "avenc_h264_omx!sink",
-  "avenc_h264_omx!src",
-  "avenc_h264_omx:b-qfactor",
-  "avenc_h264_omx:b-qoffset",
-  "avenc_h264_omx:b-sensitivity",
-  "avenc_h264_omx:b-strategy",
-  "avenc_h264_omx:bidir-refine",
-  "avenc_h264_omx:bitrate",
-  "avenc_h264_omx:bitrate-tolerance",
-  "avenc_h264_omx:brd-scale",
-  "avenc_h264_omx:bufsize",
-  "avenc_h264_omx:chroma-sample-location",
-  "avenc_h264_omx:chromaoffset",
-  "avenc_h264_omx:cmp",
-  "avenc_h264_omx:coder",
-  "avenc_h264_omx:compression-level",
-  "avenc_h264_omx:context",
-  "avenc_h264_omx:dark-mask",
-  "avenc_h264_omx:dc",
-  "avenc_h264_omx:dct",
-  "avenc_h264_omx:debug",
-  "avenc_h264_omx:dia-size",
-  "avenc_h264_omx:dump-separator",
-  "avenc_h264_omx:err-detect",
-  "avenc_h264_omx:export-side-data",
-  "avenc_h264_omx:field-order",
-  "avenc_h264_omx:flags",
-  "avenc_h264_omx:flags2",
-  "avenc_h264_omx:global-quality",
-  "avenc_h264_omx:gop-size",
-  "avenc_h264_omx:i-qfactor",
-  "avenc_h264_omx:i-qoffset",
-  "avenc_h264_omx:idct",
-  "avenc_h264_omx:ildctcmp",
-  "avenc_h264_omx:keyint-min",
-  "avenc_h264_omx:last-pred",
-  "avenc_h264_omx:lumi-mask",
-  "avenc_h264_omx:max-bframes",
-  "avenc_h264_omx:max-pixels",
-  "avenc_h264_omx:maxrate",
-  "avenc_h264_omx:mbcmp",
-  "avenc_h264_omx:mbd",
-  "avenc_h264_omx:mblmax",
-  "avenc_h264_omx:mblmin",
-  "avenc_h264_omx:me-range",
-  "avenc_h264_omx:mepc",
-  "avenc_h264_omx:min-force-key-unit-interval",
-  "avenc_h264_omx:minrate",
-  "avenc_h264_omx:mpeg-quant",
-  "avenc_h264_omx:multipass-cache-file",
-  "avenc_h264_omx:mv0-threshold",
-  "avenc_h264_omx:nr",
-  "avenc_h264_omx:nssew",
-  "avenc_h264_omx:omx-libname",
-  "avenc_h264_omx:omx-libprefix",
-  "avenc_h264_omx:p-mask",
-  "avenc_h264_omx:pass",
-  "avenc_h264_omx:pre-dia-size",
-  "avenc_h264_omx:precmp",
-  "avenc_h264_omx:pred",
-  "avenc_h264_omx:preme",
-  "avenc_h264_omx:profile",
-  "avenc_h264_omx:ps",
-  "avenc_h264_omx:qblur",
-  "avenc_h264_omx:qcomp",
-  "avenc_h264_omx:qdiff",
-  "avenc_h264_omx:qmax",
-  "avenc_h264_omx:qmin",
-  "avenc_h264_omx:qos",
-  "avenc_h264_omx:quantizer",
-  "avenc_h264_omx:rc-init-occupancy",
-  "avenc_h264_omx:rc-max-vbv-use",
-  "avenc_h264_omx:rc-min-vbv-use",
-  "avenc_h264_omx:refs",
-  "avenc_h264_omx:sc-threshold",
-  "avenc_h264_omx:scplx-mask",
-  "avenc_h264_omx:side-data-only-packets",
-  "avenc_h264_omx:skip-exp",
-  "avenc_h264_omx:skip-factor",
-  "avenc_h264_omx:skip-threshold",
-  "avenc_h264_omx:skipcmp",
-  "avenc_h264_omx:slices",
-  "avenc_h264_omx:strict",
-  "avenc_h264_omx:subcmp",
-  "avenc_h264_omx:subq",
-  "avenc_h264_omx:tcplx-mask",
-  "avenc_h264_omx:thread-type",
-  "avenc_h264_omx:threads",
-  "avenc_h264_omx:ticks-per-frame",
-  "avenc_h264_omx:timecode-frame-start",
-  "avenc_h264_omx:trellis",
-  "avenc_h264_omx:zerocopy",
-  "avenc_hap",
-  "avenc_hap!sink",
-  "avenc_hap!src",
-  "avenc_hap:b-qfactor",
-  "avenc_hap:b-qoffset",
-  "avenc_hap:b-sensitivity",
-  "avenc_hap:b-strategy",
-  "avenc_hap:bidir-refine",
-  "avenc_hap:bitrate",
-  "avenc_hap:bitrate-tolerance",
-  "avenc_hap:brd-scale",
-  "avenc_hap:bufsize",
-  "avenc_hap:chroma-sample-location",
-  "avenc_hap:chromaoffset",
-  "avenc_hap:chunks",
-  "avenc_hap:cmp",
-  "avenc_hap:coder",
-  "avenc_hap:compression-level",
-  "avenc_hap:compressor",
-  "avenc_hap:context",
-  "avenc_hap:dark-mask",
-  "avenc_hap:dc",
-  "avenc_hap:dct",
-  "avenc_hap:debug",
-  "avenc_hap:dia-size",
-  "avenc_hap:dump-separator",
-  "avenc_hap:err-detect",
-  "avenc_hap:export-side-data",
-  "avenc_hap:field-order",
-  "avenc_hap:flags",
-  "avenc_hap:flags2",
-  "avenc_hap:format",
-  "avenc_hap:global-quality",
-  "avenc_hap:gop-size",
-  "avenc_hap:i-qfactor",
-  "avenc_hap:i-qoffset",
-  "avenc_hap:idct",
-  "avenc_hap:ildctcmp",
-  "avenc_hap:keyint-min",
-  "avenc_hap:last-pred",
-  "avenc_hap:lumi-mask",
-  "avenc_hap:max-bframes",
-  "avenc_hap:max-pixels",
-  "avenc_hap:maxrate",
-  "avenc_hap:mbcmp",
-  "avenc_hap:mbd",
-  "avenc_hap:mblmax",
-  "avenc_hap:mblmin",
-  "avenc_hap:me-range",
-  "avenc_hap:mepc",
-  "avenc_hap:min-force-key-unit-interval",
-  "avenc_hap:minrate",
-  "avenc_hap:mpeg-quant",
-  "avenc_hap:multipass-cache-file",
-  "avenc_hap:mv0-threshold",
-  "avenc_hap:nr",
-  "avenc_hap:nssew",
-  "avenc_hap:p-mask",
-  "avenc_hap:pass",
-  "avenc_hap:pre-dia-size",
-  "avenc_hap:precmp",
-  "avenc_hap:pred",
-  "avenc_hap:preme",
-  "avenc_hap:ps",
-  "avenc_hap:qblur",
-  "avenc_hap:qcomp",
-  "avenc_hap:qdiff",
-  "avenc_hap:qmax",
-  "avenc_hap:qmin",
-  "avenc_hap:qos",
-  "avenc_hap:quantizer",
-  "avenc_hap:rc-init-occupancy",
-  "avenc_hap:rc-max-vbv-use",
-  "avenc_hap:rc-min-vbv-use",
-  "avenc_hap:refs",
-  "avenc_hap:sc-threshold",
-  "avenc_hap:scplx-mask",
-  "avenc_hap:side-data-only-packets",
-  "avenc_hap:skip-exp",
-  "avenc_hap:skip-factor",
-  "avenc_hap:skip-threshold",
-  "avenc_hap:skipcmp",
-  "avenc_hap:slices",
-  "avenc_hap:strict",
-  "avenc_hap:subcmp",
-  "avenc_hap:subq",
-  "avenc_hap:tcplx-mask",
-  "avenc_hap:thread-type",
-  "avenc_hap:threads",
-  "avenc_hap:ticks-per-frame",
-  "avenc_hap:timecode-frame-start",
-  "avenc_hap:trellis",
-  "avenc_huffyuv",
-  "avenc_huffyuv!sink",
-  "avenc_huffyuv!src",
-  "avenc_huffyuv:b-qfactor",
-  "avenc_huffyuv:b-qoffset",
-  "avenc_huffyuv:b-sensitivity",
-  "avenc_huffyuv:b-strategy",
-  "avenc_huffyuv:bidir-refine",
-  "avenc_huffyuv:bitrate",
-  "avenc_huffyuv:bitrate-tolerance",
-  "avenc_huffyuv:brd-scale",
-  "avenc_huffyuv:bufsize",
-  "avenc_huffyuv:chroma-sample-location",
-  "avenc_huffyuv:chromaoffset",
-  "avenc_huffyuv:cmp",
-  "avenc_huffyuv:coder",
-  "avenc_huffyuv:compression-level",
-  "avenc_huffyuv:context",
-  "avenc_huffyuv:dark-mask",
-  "avenc_huffyuv:dc",
-  "avenc_huffyuv:dct",
-  "avenc_huffyuv:debug",
-  "avenc_huffyuv:dia-size",
-  "avenc_huffyuv:dump-separator",
-  "avenc_huffyuv:err-detect",
-  "avenc_huffyuv:export-side-data",
-  "avenc_huffyuv:field-order",
-  "avenc_huffyuv:flags",
-  "avenc_huffyuv:flags2",
-  "avenc_huffyuv:global-quality",
-  "avenc_huffyuv:gop-size",
-  "avenc_huffyuv:i-qfactor",
-  "avenc_huffyuv:i-qoffset",
-  "avenc_huffyuv:idct",
-  "avenc_huffyuv:ildctcmp",
-  "avenc_huffyuv:keyint-min",
-  "avenc_huffyuv:last-pred",
-  "avenc_huffyuv:lumi-mask",
-  "avenc_huffyuv:max-bframes",
-  "avenc_huffyuv:max-pixels",
-  "avenc_huffyuv:maxrate",
-  "avenc_huffyuv:mbcmp",
-  "avenc_huffyuv:mbd",
-  "avenc_huffyuv:mblmax",
-  "avenc_huffyuv:mblmin",
-  "avenc_huffyuv:me-range",
-  "avenc_huffyuv:mepc",
-  "avenc_huffyuv:minrate",
-  "avenc_huffyuv:mpeg-quant",
-  "avenc_huffyuv:multipass-cache-file",
-  "avenc_huffyuv:mv0-threshold",
-  "avenc_huffyuv:non-deterministic",
-  "avenc_huffyuv:nr",
-  "avenc_huffyuv:nssew",
-  "avenc_huffyuv:p-mask",
-  "avenc_huffyuv:pass",
-  "avenc_huffyuv:pre-dia-size",
-  "avenc_huffyuv:precmp",
-  "avenc_huffyuv:pred",
-  "avenc_huffyuv:preme",
-  "avenc_huffyuv:ps",
-  "avenc_huffyuv:qblur",
-  "avenc_huffyuv:qcomp",
-  "avenc_huffyuv:qdiff",
-  "avenc_huffyuv:qmax",
-  "avenc_huffyuv:qmin",
-  "avenc_huffyuv:quantizer",
-  "avenc_huffyuv:rc-init-occupancy",
-  "avenc_huffyuv:rc-max-vbv-use",
-  "avenc_huffyuv:rc-min-vbv-use",
-  "avenc_huffyuv:refs",
-  "avenc_huffyuv:sc-threshold",
-  "avenc_huffyuv:scplx-mask",
-  "avenc_huffyuv:side-data-only-packets",
-  "avenc_huffyuv:skip-exp",
-  "avenc_huffyuv:skip-factor",
-  "avenc_huffyuv:skip-threshold",
-  "avenc_huffyuv:skipcmp",
-  "avenc_huffyuv:slices",
-  "avenc_huffyuv:strict",
-  "avenc_huffyuv:subcmp",
-  "avenc_huffyuv:subq",
-  "avenc_huffyuv:tcplx-mask",
-  "avenc_huffyuv:thread-type",
-  "avenc_huffyuv:threads",
-  "avenc_huffyuv:ticks-per-frame",
-  "avenc_huffyuv:timecode-frame-start",
-  "avenc_huffyuv:trellis",
-  "avenc_jpeg2000",
-  "avenc_jpeg2000!sink",
-  "avenc_jpeg2000!src",
-  "avenc_jpeg2000:b-qfactor",
-  "avenc_jpeg2000:b-qoffset",
-  "avenc_jpeg2000:b-sensitivity",
-  "avenc_jpeg2000:b-strategy",
-  "avenc_jpeg2000:bidir-refine",
-  "avenc_jpeg2000:bitrate",
-  "avenc_jpeg2000:bitrate-tolerance",
-  "avenc_jpeg2000:brd-scale",
-  "avenc_jpeg2000:bufsize",
-  "avenc_jpeg2000:chroma-sample-location",
-  "avenc_jpeg2000:chromaoffset",
-  "avenc_jpeg2000:cmp",
-  "avenc_jpeg2000:coder",
-  "avenc_jpeg2000:compression-level",
-  "avenc_jpeg2000:context",
-  "avenc_jpeg2000:dark-mask",
-  "avenc_jpeg2000:dc",
-  "avenc_jpeg2000:dct",
-  "avenc_jpeg2000:debug",
-  "avenc_jpeg2000:dia-size",
-  "avenc_jpeg2000:dump-separator",
-  "avenc_jpeg2000:eph",
-  "avenc_jpeg2000:err-detect",
-  "avenc_jpeg2000:export-side-data",
-  "avenc_jpeg2000:field-order",
-  "avenc_jpeg2000:flags",
-  "avenc_jpeg2000:flags2",
-  "avenc_jpeg2000:format",
-  "avenc_jpeg2000:global-quality",
-  "avenc_jpeg2000:gop-size",
-  "avenc_jpeg2000:i-qfactor",
-  "avenc_jpeg2000:i-qoffset",
-  "avenc_jpeg2000:idct",
-  "avenc_jpeg2000:ildctcmp",
-  "avenc_jpeg2000:keyint-min",
-  "avenc_jpeg2000:last-pred",
-  "avenc_jpeg2000:layer-rates",
-  "avenc_jpeg2000:lumi-mask",
-  "avenc_jpeg2000:max-bframes",
-  "avenc_jpeg2000:max-pixels",
-  "avenc_jpeg2000:maxrate",
-  "avenc_jpeg2000:mbcmp",
-  "avenc_jpeg2000:mbd",
-  "avenc_jpeg2000:mblmax",
-  "avenc_jpeg2000:mblmin",
-  "avenc_jpeg2000:me-range",
-  "avenc_jpeg2000:mepc",
-  "avenc_jpeg2000:minrate",
-  "avenc_jpeg2000:mpeg-quant",
-  "avenc_jpeg2000:multipass-cache-file",
-  "avenc_jpeg2000:mv0-threshold",
-  "avenc_jpeg2000:nr",
-  "avenc_jpeg2000:nssew",
-  "avenc_jpeg2000:p-mask",
-  "avenc_jpeg2000:pass",
-  "avenc_jpeg2000:pre-dia-size",
-  "avenc_jpeg2000:precmp",
-  "avenc_jpeg2000:pred",
-  "avenc_jpeg2000:preme",
-  "avenc_jpeg2000:prog",
-  "avenc_jpeg2000:ps",
-  "avenc_jpeg2000:qblur",
-  "avenc_jpeg2000:qcomp",
-  "avenc_jpeg2000:qdiff",
-  "avenc_jpeg2000:qmax",
-  "avenc_jpeg2000:qmin",
-  "avenc_jpeg2000:quantizer",
-  "avenc_jpeg2000:rc-init-occupancy",
-  "avenc_jpeg2000:rc-max-vbv-use",
-  "avenc_jpeg2000:rc-min-vbv-use",
-  "avenc_jpeg2000:refs",
-  "avenc_jpeg2000:sc-threshold",
-  "avenc_jpeg2000:scplx-mask",
-  "avenc_jpeg2000:side-data-only-packets",
-  "avenc_jpeg2000:skip-exp",
-  "avenc_jpeg2000:skip-factor",
-  "avenc_jpeg2000:skip-threshold",
-  "avenc_jpeg2000:skipcmp",
-  "avenc_jpeg2000:slices",
-  "avenc_jpeg2000:sop",
-  "avenc_jpeg2000:strict",
-  "avenc_jpeg2000:subcmp",
-  "avenc_jpeg2000:subq",
-  "avenc_jpeg2000:tcplx-mask",
-  "avenc_jpeg2000:thread-type",
-  "avenc_jpeg2000:threads",
-  "avenc_jpeg2000:ticks-per-frame",
-  "avenc_jpeg2000:tile-height",
-  "avenc_jpeg2000:tile-width",
-  "avenc_jpeg2000:timecode-frame-start",
-  "avenc_jpeg2000:trellis",
-  "avenc_jpegls",
-  "avenc_jpegls!sink",
-  "avenc_jpegls!src",
-  "avenc_jpegls:b-qfactor",
-  "avenc_jpegls:b-qoffset",
-  "avenc_jpegls:b-sensitivity",
-  "avenc_jpegls:b-strategy",
-  "avenc_jpegls:bidir-refine",
-  "avenc_jpegls:bitrate",
-  "avenc_jpegls:bitrate-tolerance",
-  "avenc_jpegls:brd-scale",
-  "avenc_jpegls:bufsize",
-  "avenc_jpegls:chroma-sample-location",
-  "avenc_jpegls:chromaoffset",
-  "avenc_jpegls:cmp",
-  "avenc_jpegls:coder",
-  "avenc_jpegls:compression-level",
-  "avenc_jpegls:context",
-  "avenc_jpegls:dark-mask",
-  "avenc_jpegls:dc",
-  "avenc_jpegls:dct",
-  "avenc_jpegls:debug",
-  "avenc_jpegls:dia-size",
-  "avenc_jpegls:dump-separator",
-  "avenc_jpegls:err-detect",
-  "avenc_jpegls:export-side-data",
-  "avenc_jpegls:field-order",
-  "avenc_jpegls:flags",
-  "avenc_jpegls:flags2",
-  "avenc_jpegls:global-quality",
-  "avenc_jpegls:gop-size",
-  "avenc_jpegls:i-qfactor",
-  "avenc_jpegls:i-qoffset",
-  "avenc_jpegls:idct",
-  "avenc_jpegls:ildctcmp",
-  "avenc_jpegls:keyint-min",
-  "avenc_jpegls:last-pred",
-  "avenc_jpegls:lumi-mask",
-  "avenc_jpegls:max-bframes",
-  "avenc_jpegls:max-pixels",
-  "avenc_jpegls:maxrate",
-  "avenc_jpegls:mbcmp",
-  "avenc_jpegls:mbd",
-  "avenc_jpegls:mblmax",
-  "avenc_jpegls:mblmin",
-  "avenc_jpegls:me-range",
-  "avenc_jpegls:mepc",
-  "avenc_jpegls:minrate",
-  "avenc_jpegls:mpeg-quant",
-  "avenc_jpegls:multipass-cache-file",
-  "avenc_jpegls:mv0-threshold",
-  "avenc_jpegls:nr",
-  "avenc_jpegls:nssew",
-  "avenc_jpegls:p-mask",
-  "avenc_jpegls:pass",
-  "avenc_jpegls:pre-dia-size",
-  "avenc_jpegls:precmp",
-  "avenc_jpegls:pred",
-  "avenc_jpegls:preme",
-  "avenc_jpegls:ps",
-  "avenc_jpegls:qblur",
-  "avenc_jpegls:qcomp",
-  "avenc_jpegls:qdiff",
-  "avenc_jpegls:qmax",
-  "avenc_jpegls:qmin",
-  "avenc_jpegls:quantizer",
-  "avenc_jpegls:rc-init-occupancy",
-  "avenc_jpegls:rc-max-vbv-use",
-  "avenc_jpegls:rc-min-vbv-use",
-  "avenc_jpegls:refs",
-  "avenc_jpegls:sc-threshold",
-  "avenc_jpegls:scplx-mask",
-  "avenc_jpegls:side-data-only-packets",
-  "avenc_jpegls:skip-exp",
-  "avenc_jpegls:skip-factor",
-  "avenc_jpegls:skip-threshold",
-  "avenc_jpegls:skipcmp",
-  "avenc_jpegls:slices",
-  "avenc_jpegls:strict",
-  "avenc_jpegls:subcmp",
-  "avenc_jpegls:subq",
-  "avenc_jpegls:tcplx-mask",
-  "avenc_jpegls:thread-type",
-  "avenc_jpegls:threads",
-  "avenc_jpegls:ticks-per-frame",
-  "avenc_jpegls:timecode-frame-start",
-  "avenc_jpegls:trellis",
-  "avenc_ljpeg",
-  "avenc_ljpeg!sink",
-  "avenc_ljpeg!src",
-  "avenc_ljpeg:b-qfactor",
-  "avenc_ljpeg:b-qoffset",
-  "avenc_ljpeg:b-sensitivity",
-  "avenc_ljpeg:b-strategy",
-  "avenc_ljpeg:bidir-refine",
-  "avenc_ljpeg:bitrate",
-  "avenc_ljpeg:bitrate-tolerance",
-  "avenc_ljpeg:brd-scale",
-  "avenc_ljpeg:bufsize",
-  "avenc_ljpeg:chroma-sample-location",
-  "avenc_ljpeg:chromaoffset",
-  "avenc_ljpeg:cmp",
-  "avenc_ljpeg:coder",
-  "avenc_ljpeg:compression-level",
-  "avenc_ljpeg:context",
-  "avenc_ljpeg:dark-mask",
-  "avenc_ljpeg:dc",
-  "avenc_ljpeg:dct",
-  "avenc_ljpeg:debug",
-  "avenc_ljpeg:dia-size",
-  "avenc_ljpeg:dump-separator",
-  "avenc_ljpeg:err-detect",
-  "avenc_ljpeg:export-side-data",
-  "avenc_ljpeg:field-order",
-  "avenc_ljpeg:flags",
-  "avenc_ljpeg:flags2",
-  "avenc_ljpeg:global-quality",
-  "avenc_ljpeg:gop-size",
-  "avenc_ljpeg:i-qfactor",
-  "avenc_ljpeg:i-qoffset",
-  "avenc_ljpeg:idct",
-  "avenc_ljpeg:ildctcmp",
-  "avenc_ljpeg:keyint-min",
-  "avenc_ljpeg:last-pred",
-  "avenc_ljpeg:lumi-mask",
-  "avenc_ljpeg:max-bframes",
-  "avenc_ljpeg:max-pixels",
-  "avenc_ljpeg:maxrate",
-  "avenc_ljpeg:mbcmp",
-  "avenc_ljpeg:mbd",
-  "avenc_ljpeg:mblmax",
-  "avenc_ljpeg:mblmin",
-  "avenc_ljpeg:me-range",
-  "avenc_ljpeg:mepc",
-  "avenc_ljpeg:minrate",
-  "avenc_ljpeg:mpeg-quant",
-  "avenc_ljpeg:multipass-cache-file",
-  "avenc_ljpeg:mv0-threshold",
-  "avenc_ljpeg:nr",
-  "avenc_ljpeg:nssew",
-  "avenc_ljpeg:p-mask",
-  "avenc_ljpeg:pass",
-  "avenc_ljpeg:pre-dia-size",
-  "avenc_ljpeg:precmp",
-  "avenc_ljpeg:pred",
-  "avenc_ljpeg:preme",
-  "avenc_ljpeg:ps",
-  "avenc_ljpeg:qblur",
-  "avenc_ljpeg:qcomp",
-  "avenc_ljpeg:qdiff",
-  "avenc_ljpeg:qmax",
-  "avenc_ljpeg:qmin",
-  "avenc_ljpeg:quantizer",
-  "avenc_ljpeg:rc-init-occupancy",
-  "avenc_ljpeg:rc-max-vbv-use",
-  "avenc_ljpeg:rc-min-vbv-use",
-  "avenc_ljpeg:refs",
-  "avenc_ljpeg:sc-threshold",
-  "avenc_ljpeg:scplx-mask",
-  "avenc_ljpeg:side-data-only-packets",
-  "avenc_ljpeg:skip-exp",
-  "avenc_ljpeg:skip-factor",
-  "avenc_ljpeg:skip-threshold",
-  "avenc_ljpeg:skipcmp",
-  "avenc_ljpeg:slices",
-  "avenc_ljpeg:strict",
-  "avenc_ljpeg:subcmp",
-  "avenc_ljpeg:subq",
-  "avenc_ljpeg:tcplx-mask",
-  "avenc_ljpeg:thread-type",
-  "avenc_ljpeg:threads",
-  "avenc_ljpeg:ticks-per-frame",
-  "avenc_ljpeg:timecode-frame-start",
-  "avenc_ljpeg:trellis",
-  "avenc_magicyuv",
-  "avenc_magicyuv!sink",
-  "avenc_magicyuv!src",
-  "avenc_magicyuv:b-qfactor",
-  "avenc_magicyuv:b-qoffset",
-  "avenc_magicyuv:b-sensitivity",
-  "avenc_magicyuv:b-strategy",
-  "avenc_magicyuv:bidir-refine",
-  "avenc_magicyuv:bitrate",
-  "avenc_magicyuv:bitrate-tolerance",
-  "avenc_magicyuv:brd-scale",
-  "avenc_magicyuv:bufsize",
-  "avenc_magicyuv:chroma-sample-location",
-  "avenc_magicyuv:chromaoffset",
-  "avenc_magicyuv:cmp",
-  "avenc_magicyuv:coder",
-  "avenc_magicyuv:compression-level",
-  "avenc_magicyuv:context",
-  "avenc_magicyuv:dark-mask",
-  "avenc_magicyuv:dc",
-  "avenc_magicyuv:dct",
-  "avenc_magicyuv:debug",
-  "avenc_magicyuv:dia-size",
-  "avenc_magicyuv:dump-separator",
-  "avenc_magicyuv:err-detect",
-  "avenc_magicyuv:export-side-data",
-  "avenc_magicyuv:field-order",
-  "avenc_magicyuv:flags",
-  "avenc_magicyuv:flags2",
-  "avenc_magicyuv:global-quality",
-  "avenc_magicyuv:gop-size",
-  "avenc_magicyuv:i-qfactor",
-  "avenc_magicyuv:i-qoffset",
-  "avenc_magicyuv:idct",
-  "avenc_magicyuv:ildctcmp",
-  "avenc_magicyuv:keyint-min",
-  "avenc_magicyuv:last-pred",
-  "avenc_magicyuv:lumi-mask",
-  "avenc_magicyuv:max-bframes",
-  "avenc_magicyuv:max-pixels",
-  "avenc_magicyuv:maxrate",
-  "avenc_magicyuv:mbcmp",
-  "avenc_magicyuv:mbd",
-  "avenc_magicyuv:mblmax",
-  "avenc_magicyuv:mblmin",
-  "avenc_magicyuv:me-range",
-  "avenc_magicyuv:mepc",
-  "avenc_magicyuv:minrate",
-  "avenc_magicyuv:mpeg-quant",
-  "avenc_magicyuv:multipass-cache-file",
-  "avenc_magicyuv:mv0-threshold",
-  "avenc_magicyuv:nr",
-  "avenc_magicyuv:nssew",
-  "avenc_magicyuv:p-mask",
-  "avenc_magicyuv:pass",
-  "avenc_magicyuv:pre-dia-size",
-  "avenc_magicyuv:precmp",
-  "avenc_magicyuv:pred",
-  "avenc_magicyuv:preme",
-  "avenc_magicyuv:ps",
-  "avenc_magicyuv:qblur",
-  "avenc_magicyuv:qcomp",
-  "avenc_magicyuv:qdiff",
-  "avenc_magicyuv:qmax",
-  "avenc_magicyuv:qmin",
-  "avenc_magicyuv:quantizer",
-  "avenc_magicyuv:rc-init-occupancy",
-  "avenc_magicyuv:rc-max-vbv-use",
-  "avenc_magicyuv:rc-min-vbv-use",
-  "avenc_magicyuv:refs",
-  "avenc_magicyuv:sc-threshold",
-  "avenc_magicyuv:scplx-mask",
-  "avenc_magicyuv:side-data-only-packets",
-  "avenc_magicyuv:skip-exp",
-  "avenc_magicyuv:skip-factor",
-  "avenc_magicyuv:skip-threshold",
-  "avenc_magicyuv:skipcmp",
-  "avenc_magicyuv:slices",
-  "avenc_magicyuv:strict",
-  "avenc_magicyuv:subcmp",
-  "avenc_magicyuv:subq",
-  "avenc_magicyuv:tcplx-mask",
-  "avenc_magicyuv:thread-type",
-  "avenc_magicyuv:threads",
-  "avenc_magicyuv:ticks-per-frame",
-  "avenc_magicyuv:timecode-frame-start",
-  "avenc_magicyuv:trellis",
-  "avenc_mjpeg",
-  "avenc_mjpeg!sink",
-  "avenc_mjpeg!src",
-  "avenc_mjpeg:a53cc",
-  "avenc_mjpeg:b-qfactor",
-  "avenc_mjpeg:b-qoffset",
-  "avenc_mjpeg:b-sensitivity",
-  "avenc_mjpeg:b-strategy",
-  "avenc_mjpeg:bidir-refine",
-  "avenc_mjpeg:bitrate",
-  "avenc_mjpeg:bitrate-tolerance",
-  "avenc_mjpeg:border-mask",
-  "avenc_mjpeg:brd-scale",
-  "avenc_mjpeg:bufsize",
-  "avenc_mjpeg:chroma-elim-threshold",
-  "avenc_mjpeg:chroma-sample-location",
-  "avenc_mjpeg:chromaoffset",
-  "avenc_mjpeg:cmp",
-  "avenc_mjpeg:coder",
-  "avenc_mjpeg:compression-level",
-  "avenc_mjpeg:context",
-  "avenc_mjpeg:dark-mask",
-  "avenc_mjpeg:dc",
-  "avenc_mjpeg:dct",
-  "avenc_mjpeg:debug",
-  "avenc_mjpeg:dia-size",
-  "avenc_mjpeg:dump-separator",
-  "avenc_mjpeg:err-detect",
-  "avenc_mjpeg:error-rate",
-  "avenc_mjpeg:export-side-data",
-  "avenc_mjpeg:field-order",
-  "avenc_mjpeg:flags",
-  "avenc_mjpeg:flags2",
-  "avenc_mjpeg:force-duplicated-matrix",
-  "avenc_mjpeg:global-quality",
-  "avenc_mjpeg:gop-size",
-  "avenc_mjpeg:huffman",
-  "avenc_mjpeg:i-qfactor",
-  "avenc_mjpeg:i-qoffset",
-  "avenc_mjpeg:ibias",
-  "avenc_mjpeg:idct",
-  "avenc_mjpeg:ildctcmp",
-  "avenc_mjpeg:intra-penalty",
-  "avenc_mjpeg:keyint-min",
-  "avenc_mjpeg:last-pred",
-  "avenc_mjpeg:lmax",
-  "avenc_mjpeg:lmin",
-  "avenc_mjpeg:luma-elim-threshold",
-  "avenc_mjpeg:lumi-mask",
-  "avenc_mjpeg:max-bframes",
-  "avenc_mjpeg:max-pixels",
-  "avenc_mjpeg:maxrate",
-  "avenc_mjpeg:mbcmp",
-  "avenc_mjpeg:mbd",
-  "avenc_mjpeg:mblmax",
-  "avenc_mjpeg:mblmin",
-  "avenc_mjpeg:me-range",
-  "avenc_mjpeg:mepc",
-  "avenc_mjpeg:mepre",
-  "avenc_mjpeg:minrate",
-  "avenc_mjpeg:motion-est",
-  "avenc_mjpeg:mpeg-quant",
-  "avenc_mjpeg:mpv-flags",
-  "avenc_mjpeg:multipass-cache-file",
-  "avenc_mjpeg:mv0-threshold",
-  "avenc_mjpeg:noise-reduction",
-  "avenc_mjpeg:nr",
-  "avenc_mjpeg:nssew",
-  "avenc_mjpeg:p-mask",
-  "avenc_mjpeg:pass",
-  "avenc_mjpeg:pbias",
-  "avenc_mjpeg:pre-dia-size",
-  "avenc_mjpeg:precmp",
-  "avenc_mjpeg:pred",
-  "avenc_mjpeg:preme",
-  "avenc_mjpeg:ps",
-  "avenc_mjpeg:qblur",
-  "avenc_mjpeg:qcomp",
-  "avenc_mjpeg:qdiff",
-  "avenc_mjpeg:qmax",
-  "avenc_mjpeg:qmin",
-  "avenc_mjpeg:qsquish",
-  "avenc_mjpeg:quantizer",
-  "avenc_mjpeg:quantizer-noise-shaping",
-  "avenc_mjpeg:rc-buf-aggressivity",
-  "avenc_mjpeg:rc-eq",
-  "avenc_mjpeg:rc-init-cplx",
-  "avenc_mjpeg:rc-init-occupancy",
-  "avenc_mjpeg:rc-max-vbv-use",
-  "avenc_mjpeg:rc-min-vbv-use",
-  "avenc_mjpeg:rc-qmod-amp",
-  "avenc_mjpeg:rc-qmod-freq",
-  "avenc_mjpeg:rc-strategy",
-  "avenc_mjpeg:refs",
-  "avenc_mjpeg:sc-threshold",
-  "avenc_mjpeg:scplx-mask",
-  "avenc_mjpeg:side-data-only-packets",
-  "avenc_mjpeg:skip-cmp",
-  "avenc_mjpeg:skip-exp",
-  "avenc_mjpeg:skip-factor",
-  "avenc_mjpeg:skip-threshold",
-  "avenc_mjpeg:skipcmp",
-  "avenc_mjpeg:slices",
-  "avenc_mjpeg:strict",
-  "avenc_mjpeg:subcmp",
-  "avenc_mjpeg:subq",
-  "avenc_mjpeg:tcplx-mask",
-  "avenc_mjpeg:thread-type",
-  "avenc_mjpeg:threads",
-  "avenc_mjpeg:ticks-per-frame",
-  "avenc_mjpeg:timecode-frame-start",
-  "avenc_mjpeg:trellis",
-  "avenc_mlp",
-  "avenc_mlp!sink",
-  "avenc_mlp!src",
-  "avenc_mlp:ac",
-  "avenc_mlp:ar",
-  "avenc_mlp:audio-service-type",
-  "avenc_mlp:bitrate",
-  "avenc_mlp:bufsize",
-  "avenc_mlp:channel-layout",
-  "avenc_mlp:compression-level",
-  "avenc_mlp:cutoff",
-  "avenc_mlp:debug",
-  "avenc_mlp:dump-separator",
-  "avenc_mlp:err-detect",
-  "avenc_mlp:export-side-data",
-  "avenc_mlp:flags",
-  "avenc_mlp:flags2",
-  "avenc_mlp:frame-size",
-  "avenc_mlp:global-quality",
-  "avenc_mlp:max-pixels",
-  "avenc_mlp:max-prediction-order",
-  "avenc_mlp:max-samples",
-  "avenc_mlp:maxrate",
-  "avenc_mlp:min-prediction-order",
-  "avenc_mlp:minrate",
-  "avenc_mlp:side-data-only-packets",
-  "avenc_mlp:strict",
-  "avenc_mlp:thread-type",
-  "avenc_mlp:threads",
-  "avenc_mlp:ticks-per-frame",
-  "avenc_mlp:trellis",
-  "avenc_mp2",
-  "avenc_mp2!sink",
-  "avenc_mp2!src",
-  "avenc_mp2:ac",
-  "avenc_mp2:ar",
-  "avenc_mp2:audio-service-type",
-  "avenc_mp2:bitrate",
-  "avenc_mp2:bufsize",
-  "avenc_mp2:channel-layout",
-  "avenc_mp2:compression-level",
-  "avenc_mp2:cutoff",
-  "avenc_mp2:debug",
-  "avenc_mp2:dump-separator",
-  "avenc_mp2:err-detect",
-  "avenc_mp2:export-side-data",
-  "avenc_mp2:flags",
-  "avenc_mp2:flags2",
-  "avenc_mp2:frame-size",
-  "avenc_mp2:global-quality",
-  "avenc_mp2:max-pixels",
-  "avenc_mp2:max-prediction-order",
-  "avenc_mp2:max-samples",
-  "avenc_mp2:maxrate",
-  "avenc_mp2:min-prediction-order",
-  "avenc_mp2:minrate",
-  "avenc_mp2:side-data-only-packets",
-  "avenc_mp2:strict",
-  "avenc_mp2:thread-type",
-  "avenc_mp2:threads",
-  "avenc_mp2:ticks-per-frame",
-  "avenc_mp2:trellis",
-  "avenc_mp2fixed",
-  "avenc_mp2fixed!sink",
-  "avenc_mp2fixed!src",
-  "avenc_mp2fixed:ac",
-  "avenc_mp2fixed:ar",
-  "avenc_mp2fixed:audio-service-type",
-  "avenc_mp2fixed:bitrate",
-  "avenc_mp2fixed:bufsize",
-  "avenc_mp2fixed:channel-layout",
-  "avenc_mp2fixed:compression-level",
-  "avenc_mp2fixed:cutoff",
-  "avenc_mp2fixed:debug",
-  "avenc_mp2fixed:dump-separator",
-  "avenc_mp2fixed:err-detect",
-  "avenc_mp2fixed:export-side-data",
-  "avenc_mp2fixed:flags",
-  "avenc_mp2fixed:flags2",
-  "avenc_mp2fixed:frame-size",
-  "avenc_mp2fixed:global-quality",
-  "avenc_mp2fixed:max-pixels",
-  "avenc_mp2fixed:max-prediction-order",
-  "avenc_mp2fixed:max-samples",
-  "avenc_mp2fixed:maxrate",
-  "avenc_mp2fixed:min-prediction-order",
-  "avenc_mp2fixed:minrate",
-  "avenc_mp2fixed:side-data-only-packets",
-  "avenc_mp2fixed:strict",
-  "avenc_mp2fixed:thread-type",
-  "avenc_mp2fixed:threads",
-  "avenc_mp2fixed:ticks-per-frame",
-  "avenc_mp2fixed:trellis",
-  "avenc_mpeg1video",
-  "avenc_mpeg1video!sink",
-  "avenc_mpeg1video!src",
-  "avenc_mpeg1video:a53cc",
-  "avenc_mpeg1video:b-qfactor",
-  "avenc_mpeg1video:b-qoffset",
-  "avenc_mpeg1video:b-sensitivity",
-  "avenc_mpeg1video:b-strategy",
-  "avenc_mpeg1video:bidir-refine",
-  "avenc_mpeg1video:bitrate",
-  "avenc_mpeg1video:bitrate-tolerance",
-  "avenc_mpeg1video:border-mask",
-  "avenc_mpeg1video:brd-scale",
-  "avenc_mpeg1video:bufsize",
-  "avenc_mpeg1video:chroma-elim-threshold",
-  "avenc_mpeg1video:chroma-sample-location",
-  "avenc_mpeg1video:chromaoffset",
-  "avenc_mpeg1video:cmp",
-  "avenc_mpeg1video:coder",
-  "avenc_mpeg1video:compression-level",
-  "avenc_mpeg1video:context",
-  "avenc_mpeg1video:dark-mask",
-  "avenc_mpeg1video:dc",
-  "avenc_mpeg1video:dct",
-  "avenc_mpeg1video:debug",
-  "avenc_mpeg1video:dia-size",
-  "avenc_mpeg1video:drop-frame-timecode",
-  "avenc_mpeg1video:dump-separator",
-  "avenc_mpeg1video:err-detect",
-  "avenc_mpeg1video:error-rate",
-  "avenc_mpeg1video:export-side-data",
-  "avenc_mpeg1video:field-order",
-  "avenc_mpeg1video:flags",
-  "avenc_mpeg1video:flags2",
-  "avenc_mpeg1video:force-duplicated-matrix",
-  "avenc_mpeg1video:global-quality",
-  "avenc_mpeg1video:gop-size",
-  "avenc_mpeg1video:gop-timecode",
-  "avenc_mpeg1video:i-qfactor",
-  "avenc_mpeg1video:i-qoffset",
-  "avenc_mpeg1video:ibias",
-  "avenc_mpeg1video:idct",
-  "avenc_mpeg1video:ildctcmp",
-  "avenc_mpeg1video:intra-penalty",
-  "avenc_mpeg1video:intra-vlc",
-  "avenc_mpeg1video:keyint-min",
-  "avenc_mpeg1video:last-pred",
-  "avenc_mpeg1video:lmax",
-  "avenc_mpeg1video:lmin",
-  "avenc_mpeg1video:luma-elim-threshold",
-  "avenc_mpeg1video:lumi-mask",
-  "avenc_mpeg1video:max-bframes",
-  "avenc_mpeg1video:max-pixels",
-  "avenc_mpeg1video:maxrate",
-  "avenc_mpeg1video:mbcmp",
-  "avenc_mpeg1video:mbd",
-  "avenc_mpeg1video:mblmax",
-  "avenc_mpeg1video:mblmin",
-  "avenc_mpeg1video:me-range",
-  "avenc_mpeg1video:mepc",
-  "avenc_mpeg1video:mepre",
-  "avenc_mpeg1video:minrate",
-  "avenc_mpeg1video:motion-est",
-  "avenc_mpeg1video:mpeg-quant",
-  "avenc_mpeg1video:mpv-flags",
-  "avenc_mpeg1video:multipass-cache-file",
-  "avenc_mpeg1video:mv0-threshold",
-  "avenc_mpeg1video:noise-reduction",
-  "avenc_mpeg1video:nr",
-  "avenc_mpeg1video:nssew",
-  "avenc_mpeg1video:p-mask",
-  "avenc_mpeg1video:pass",
-  "avenc_mpeg1video:pbias",
-  "avenc_mpeg1video:pre-dia-size",
-  "avenc_mpeg1video:precmp",
-  "avenc_mpeg1video:pred",
-  "avenc_mpeg1video:preme",
-  "avenc_mpeg1video:ps",
-  "avenc_mpeg1video:qblur",
-  "avenc_mpeg1video:qcomp",
-  "avenc_mpeg1video:qdiff",
-  "avenc_mpeg1video:qmax",
-  "avenc_mpeg1video:qmin",
-  "avenc_mpeg1video:qsquish",
-  "avenc_mpeg1video:quantizer",
-  "avenc_mpeg1video:quantizer-noise-shaping",
-  "avenc_mpeg1video:rc-buf-aggressivity",
-  "avenc_mpeg1video:rc-eq",
-  "avenc_mpeg1video:rc-init-cplx",
-  "avenc_mpeg1video:rc-init-occupancy",
-  "avenc_mpeg1video:rc-max-vbv-use",
-  "avenc_mpeg1video:rc-min-vbv-use",
-  "avenc_mpeg1video:rc-qmod-amp",
-  "avenc_mpeg1video:rc-qmod-freq",
-  "avenc_mpeg1video:rc-strategy",
-  "avenc_mpeg1video:refs",
-  "avenc_mpeg1video:sc-threshold",
-  "avenc_mpeg1video:scan-offset",
-  "avenc_mpeg1video:scplx-mask",
-  "avenc_mpeg1video:side-data-only-packets",
-  "avenc_mpeg1video:skip-cmp",
-  "avenc_mpeg1video:skip-exp",
-  "avenc_mpeg1video:skip-factor",
-  "avenc_mpeg1video:skip-threshold",
-  "avenc_mpeg1video:skipcmp",
-  "avenc_mpeg1video:slices",
-  "avenc_mpeg1video:strict",
-  "avenc_mpeg1video:subcmp",
-  "avenc_mpeg1video:subq",
-  "avenc_mpeg1video:tcplx-mask",
-  "avenc_mpeg1video:thread-type",
-  "avenc_mpeg1video:threads",
-  "avenc_mpeg1video:ticks-per-frame",
-  "avenc_mpeg1video:timecode-frame-start",
-  "avenc_mpeg1video:trellis",
-  "avenc_mpeg2video",
-  "avenc_mpeg2video!sink",
-  "avenc_mpeg2video!src",
-  "avenc_mpeg2video:a53cc",
-  "avenc_mpeg2video:alternate-scan",
-  "avenc_mpeg2video:b-qfactor",
-  "avenc_mpeg2video:b-qoffset",
-  "avenc_mpeg2video:b-sensitivity",
-  "avenc_mpeg2video:b-strategy",
-  "avenc_mpeg2video:bidir-refine",
-  "avenc_mpeg2video:bitrate",
-  "avenc_mpeg2video:bitrate-tolerance",
-  "avenc_mpeg2video:border-mask",
-  "avenc_mpeg2video:brd-scale",
-  "avenc_mpeg2video:bufsize",
-  "avenc_mpeg2video:chroma-elim-threshold",
-  "avenc_mpeg2video:chroma-sample-location",
-  "avenc_mpeg2video:chromaoffset",
-  "avenc_mpeg2video:cmp",
-  "avenc_mpeg2video:coder",
-  "avenc_mpeg2video:compression-level",
-  "avenc_mpeg2video:context",
-  "avenc_mpeg2video:dark-mask",
-  "avenc_mpeg2video:dc",
-  "avenc_mpeg2video:dct",
-  "avenc_mpeg2video:debug",
-  "avenc_mpeg2video:dia-size",
-  "avenc_mpeg2video:drop-frame-timecode",
-  "avenc_mpeg2video:dump-separator",
-  "avenc_mpeg2video:err-detect",
-  "avenc_mpeg2video:error-rate",
-  "avenc_mpeg2video:export-side-data",
-  "avenc_mpeg2video:field-order",
-  "avenc_mpeg2video:flags",
-  "avenc_mpeg2video:flags2",
-  "avenc_mpeg2video:force-duplicated-matrix",
-  "avenc_mpeg2video:global-quality",
-  "avenc_mpeg2video:gop-size",
-  "avenc_mpeg2video:gop-timecode",
-  "avenc_mpeg2video:i-qfactor",
-  "avenc_mpeg2video:i-qoffset",
-  "avenc_mpeg2video:ibias",
-  "avenc_mpeg2video:idct",
-  "avenc_mpeg2video:ildctcmp",
-  "avenc_mpeg2video:intra-penalty",
-  "avenc_mpeg2video:intra-vlc",
-  "avenc_mpeg2video:keyint-min",
-  "avenc_mpeg2video:last-pred",
-  "avenc_mpeg2video:lmax",
-  "avenc_mpeg2video:lmin",
-  "avenc_mpeg2video:luma-elim-threshold",
-  "avenc_mpeg2video:lumi-mask",
-  "avenc_mpeg2video:max-bframes",
-  "avenc_mpeg2video:max-pixels",
-  "avenc_mpeg2video:maxrate",
-  "avenc_mpeg2video:mbcmp",
-  "avenc_mpeg2video:mbd",
-  "avenc_mpeg2video:mblmax",
-  "avenc_mpeg2video:mblmin",
-  "avenc_mpeg2video:me-range",
-  "avenc_mpeg2video:mepc",
-  "avenc_mpeg2video:mepre",
-  "avenc_mpeg2video:minrate",
-  "avenc_mpeg2video:motion-est",
-  "avenc_mpeg2video:mpeg-quant",
-  "avenc_mpeg2video:mpv-flags",
-  "avenc_mpeg2video:multipass-cache-file",
-  "avenc_mpeg2video:mv0-threshold",
-  "avenc_mpeg2video:noise-reduction",
-  "avenc_mpeg2video:non-linear-quant",
-  "avenc_mpeg2video:nr",
-  "avenc_mpeg2video:nssew",
-  "avenc_mpeg2video:p-mask",
-  "avenc_mpeg2video:pass",
-  "avenc_mpeg2video:pbias",
-  "avenc_mpeg2video:pre-dia-size",
-  "avenc_mpeg2video:precmp",
-  "avenc_mpeg2video:pred",
-  "avenc_mpeg2video:preme",
-  "avenc_mpeg2video:ps",
-  "avenc_mpeg2video:qblur",
-  "avenc_mpeg2video:qcomp",
-  "avenc_mpeg2video:qdiff",
-  "avenc_mpeg2video:qmax",
-  "avenc_mpeg2video:qmin",
-  "avenc_mpeg2video:qsquish",
-  "avenc_mpeg2video:quantizer",
-  "avenc_mpeg2video:quantizer-noise-shaping",
-  "avenc_mpeg2video:rc-buf-aggressivity",
-  "avenc_mpeg2video:rc-eq",
-  "avenc_mpeg2video:rc-init-cplx",
-  "avenc_mpeg2video:rc-init-occupancy",
-  "avenc_mpeg2video:rc-max-vbv-use",
-  "avenc_mpeg2video:rc-min-vbv-use",
-  "avenc_mpeg2video:rc-qmod-amp",
-  "avenc_mpeg2video:rc-qmod-freq",
-  "avenc_mpeg2video:rc-strategy",
-  "avenc_mpeg2video:refs",
-  "avenc_mpeg2video:sc-threshold",
-  "avenc_mpeg2video:scan-offset",
-  "avenc_mpeg2video:scplx-mask",
-  "avenc_mpeg2video:seq-disp-ext",
-  "avenc_mpeg2video:side-data-only-packets",
-  "avenc_mpeg2video:skip-cmp",
-  "avenc_mpeg2video:skip-exp",
-  "avenc_mpeg2video:skip-factor",
-  "avenc_mpeg2video:skip-threshold",
-  "avenc_mpeg2video:skipcmp",
-  "avenc_mpeg2video:slices",
-  "avenc_mpeg2video:strict",
-  "avenc_mpeg2video:subcmp",
-  "avenc_mpeg2video:subq",
-  "avenc_mpeg2video:tcplx-mask",
-  "avenc_mpeg2video:thread-type",
-  "avenc_mpeg2video:threads",
-  "avenc_mpeg2video:ticks-per-frame",
-  "avenc_mpeg2video:timecode-frame-start",
-  "avenc_mpeg2video:trellis",
-  "avenc_mpeg2video:video-format",
-  "avenc_mpeg4",
-  "avenc_mpeg4!sink",
-  "avenc_mpeg4!src",
-  "avenc_mpeg4:a53cc",
-  "avenc_mpeg4:alternate-scan",
-  "avenc_mpeg4:b-qfactor",
-  "avenc_mpeg4:b-qoffset",
-  "avenc_mpeg4:b-sensitivity",
-  "avenc_mpeg4:b-strategy",
-  "avenc_mpeg4:bidir-refine",
-  "avenc_mpeg4:bitrate",
-  "avenc_mpeg4:bitrate-tolerance",
-  "avenc_mpeg4:border-mask",
-  "avenc_mpeg4:brd-scale",
-  "avenc_mpeg4:bufsize",
-  "avenc_mpeg4:chroma-elim-threshold",
-  "avenc_mpeg4:chroma-sample-location",
-  "avenc_mpeg4:chromaoffset",
-  "avenc_mpeg4:cmp",
-  "avenc_mpeg4:coder",
-  "avenc_mpeg4:compression-level",
-  "avenc_mpeg4:context",
-  "avenc_mpeg4:dark-mask",
-  "avenc_mpeg4:data-partitioning",
-  "avenc_mpeg4:dc",
-  "avenc_mpeg4:dct",
-  "avenc_mpeg4:debug",
-  "avenc_mpeg4:dia-size",
-  "avenc_mpeg4:dump-separator",
-  "avenc_mpeg4:err-detect",
-  "avenc_mpeg4:error-rate",
-  "avenc_mpeg4:export-side-data",
-  "avenc_mpeg4:field-order",
-  "avenc_mpeg4:flags",
-  "avenc_mpeg4:flags2",
-  "avenc_mpeg4:force-duplicated-matrix",
-  "avenc_mpeg4:global-quality",
-  "avenc_mpeg4:gop-size",
-  "avenc_mpeg4:i-qfactor",
-  "avenc_mpeg4:i-qoffset",
-  "avenc_mpeg4:ibias",
-  "avenc_mpeg4:idct",
-  "avenc_mpeg4:ildctcmp",
-  "avenc_mpeg4:intra-penalty",
-  "avenc_mpeg4:keyint-min",
-  "avenc_mpeg4:last-pred",
-  "avenc_mpeg4:lmax",
-  "avenc_mpeg4:lmin",
-  "avenc_mpeg4:luma-elim-threshold",
-  "avenc_mpeg4:lumi-mask",
-  "avenc_mpeg4:max-bframes",
-  "avenc_mpeg4:max-pixels",
-  "avenc_mpeg4:maxrate",
-  "avenc_mpeg4:mbcmp",
-  "avenc_mpeg4:mbd",
-  "avenc_mpeg4:mblmax",
-  "avenc_mpeg4:mblmin",
-  "avenc_mpeg4:me-range",
-  "avenc_mpeg4:mepc",
-  "avenc_mpeg4:mepre",
-  "avenc_mpeg4:minrate",
-  "avenc_mpeg4:motion-est",
-  "avenc_mpeg4:mpeg-quant",
-  "avenc_mpeg4:mpv-flags",
-  "avenc_mpeg4:multipass-cache-file",
-  "avenc_mpeg4:mv0-threshold",
-  "avenc_mpeg4:noise-reduction",
-  "avenc_mpeg4:nr",
-  "avenc_mpeg4:nssew",
-  "avenc_mpeg4:p-mask",
-  "avenc_mpeg4:pass",
-  "avenc_mpeg4:pbias",
-  "avenc_mpeg4:pre-dia-size",
-  "avenc_mpeg4:precmp",
-  "avenc_mpeg4:pred",
-  "avenc_mpeg4:preme",
-  "avenc_mpeg4:ps",
-  "avenc_mpeg4:qblur",
-  "avenc_mpeg4:qcomp",
-  "avenc_mpeg4:qdiff",
-  "avenc_mpeg4:qmax",
-  "avenc_mpeg4:qmin",
-  "avenc_mpeg4:qsquish",
-  "avenc_mpeg4:quantizer",
-  "avenc_mpeg4:quantizer-noise-shaping",
-  "avenc_mpeg4:rc-buf-aggressivity",
-  "avenc_mpeg4:rc-eq",
-  "avenc_mpeg4:rc-init-cplx",
-  "avenc_mpeg4:rc-init-occupancy",
-  "avenc_mpeg4:rc-max-vbv-use",
-  "avenc_mpeg4:rc-min-vbv-use",
-  "avenc_mpeg4:rc-qmod-amp",
-  "avenc_mpeg4:rc-qmod-freq",
-  "avenc_mpeg4:rc-strategy",
-  "avenc_mpeg4:refs",
-  "avenc_mpeg4:sc-threshold",
-  "avenc_mpeg4:scplx-mask",
-  "avenc_mpeg4:side-data-only-packets",
-  "avenc_mpeg4:skip-cmp",
-  "avenc_mpeg4:skip-exp",
-  "avenc_mpeg4:skip-factor",
-  "avenc_mpeg4:skip-threshold",
-  "avenc_mpeg4:skipcmp",
-  "avenc_mpeg4:slices",
-  "avenc_mpeg4:strict",
-  "avenc_mpeg4:subcmp",
-  "avenc_mpeg4:subq",
-  "avenc_mpeg4:tcplx-mask",
-  "avenc_mpeg4:thread-type",
-  "avenc_mpeg4:threads",
-  "avenc_mpeg4:ticks-per-frame",
-  "avenc_mpeg4:timecode-frame-start",
-  "avenc_mpeg4:trellis",
-  "avenc_mpeg4_omx",
-  "avenc_mpeg4_omx!sink",
-  "avenc_mpeg4_omx!src",
-  "avenc_mpeg4_omx:b-qfactor",
-  "avenc_mpeg4_omx:b-qoffset",
-  "avenc_mpeg4_omx:b-sensitivity",
-  "avenc_mpeg4_omx:b-strategy",
-  "avenc_mpeg4_omx:bidir-refine",
-  "avenc_mpeg4_omx:bitrate",
-  "avenc_mpeg4_omx:bitrate-tolerance",
-  "avenc_mpeg4_omx:brd-scale",
-  "avenc_mpeg4_omx:bufsize",
-  "avenc_mpeg4_omx:chroma-sample-location",
-  "avenc_mpeg4_omx:chromaoffset",
-  "avenc_mpeg4_omx:cmp",
-  "avenc_mpeg4_omx:coder",
-  "avenc_mpeg4_omx:compression-level",
-  "avenc_mpeg4_omx:context",
-  "avenc_mpeg4_omx:dark-mask",
-  "avenc_mpeg4_omx:dc",
-  "avenc_mpeg4_omx:dct",
-  "avenc_mpeg4_omx:debug",
-  "avenc_mpeg4_omx:dia-size",
-  "avenc_mpeg4_omx:dump-separator",
-  "avenc_mpeg4_omx:err-detect",
-  "avenc_mpeg4_omx:export-side-data",
-  "avenc_mpeg4_omx:field-order",
-  "avenc_mpeg4_omx:flags",
-  "avenc_mpeg4_omx:flags2",
-  "avenc_mpeg4_omx:global-quality",
-  "avenc_mpeg4_omx:gop-size",
-  "avenc_mpeg4_omx:i-qfactor",
-  "avenc_mpeg4_omx:i-qoffset",
-  "avenc_mpeg4_omx:idct",
-  "avenc_mpeg4_omx:ildctcmp",
-  "avenc_mpeg4_omx:keyint-min",
-  "avenc_mpeg4_omx:last-pred",
-  "avenc_mpeg4_omx:lumi-mask",
-  "avenc_mpeg4_omx:max-bframes",
-  "avenc_mpeg4_omx:max-pixels",
-  "avenc_mpeg4_omx:maxrate",
-  "avenc_mpeg4_omx:mbcmp",
-  "avenc_mpeg4_omx:mbd",
-  "avenc_mpeg4_omx:mblmax",
-  "avenc_mpeg4_omx:mblmin",
-  "avenc_mpeg4_omx:me-range",
-  "avenc_mpeg4_omx:mepc",
-  "avenc_mpeg4_omx:minrate",
-  "avenc_mpeg4_omx:mpeg-quant",
-  "avenc_mpeg4_omx:multipass-cache-file",
-  "avenc_mpeg4_omx:mv0-threshold",
-  "avenc_mpeg4_omx:nr",
-  "avenc_mpeg4_omx:nssew",
-  "avenc_mpeg4_omx:omx-libname",
-  "avenc_mpeg4_omx:omx-libprefix",
-  "avenc_mpeg4_omx:p-mask",
-  "avenc_mpeg4_omx:pass",
-  "avenc_mpeg4_omx:pre-dia-size",
-  "avenc_mpeg4_omx:precmp",
-  "avenc_mpeg4_omx:pred",
-  "avenc_mpeg4_omx:preme",
-  "avenc_mpeg4_omx:profile",
-  "avenc_mpeg4_omx:ps",
-  "avenc_mpeg4_omx:qblur",
-  "avenc_mpeg4_omx:qcomp",
-  "avenc_mpeg4_omx:qdiff",
-  "avenc_mpeg4_omx:qmax",
-  "avenc_mpeg4_omx:qmin",
-  "avenc_mpeg4_omx:quantizer",
-  "avenc_mpeg4_omx:rc-init-occupancy",
-  "avenc_mpeg4_omx:rc-max-vbv-use",
-  "avenc_mpeg4_omx:rc-min-vbv-use",
-  "avenc_mpeg4_omx:refs",
-  "avenc_mpeg4_omx:sc-threshold",
-  "avenc_mpeg4_omx:scplx-mask",
-  "avenc_mpeg4_omx:side-data-only-packets",
-  "avenc_mpeg4_omx:skip-exp",
-  "avenc_mpeg4_omx:skip-factor",
-  "avenc_mpeg4_omx:skip-threshold",
-  "avenc_mpeg4_omx:skipcmp",
-  "avenc_mpeg4_omx:slices",
-  "avenc_mpeg4_omx:strict",
-  "avenc_mpeg4_omx:subcmp",
-  "avenc_mpeg4_omx:subq",
-  "avenc_mpeg4_omx:tcplx-mask",
-  "avenc_mpeg4_omx:thread-type",
-  "avenc_mpeg4_omx:threads",
-  "avenc_mpeg4_omx:ticks-per-frame",
-  "avenc_mpeg4_omx:timecode-frame-start",
-  "avenc_mpeg4_omx:trellis",
-  "avenc_mpeg4_omx:zerocopy",
-  "avenc_msmpeg4",
-  "avenc_msmpeg4!sink",
-  "avenc_msmpeg4!src",
-  "avenc_msmpeg4:a53cc",
-  "avenc_msmpeg4:b-qfactor",
-  "avenc_msmpeg4:b-qoffset",
-  "avenc_msmpeg4:b-sensitivity",
-  "avenc_msmpeg4:b-strategy",
-  "avenc_msmpeg4:bidir-refine",
-  "avenc_msmpeg4:bitrate",
-  "avenc_msmpeg4:bitrate-tolerance",
-  "avenc_msmpeg4:border-mask",
-  "avenc_msmpeg4:brd-scale",
-  "avenc_msmpeg4:bufsize",
-  "avenc_msmpeg4:chroma-elim-threshold",
-  "avenc_msmpeg4:chroma-sample-location",
-  "avenc_msmpeg4:chromaoffset",
-  "avenc_msmpeg4:cmp",
-  "avenc_msmpeg4:coder",
-  "avenc_msmpeg4:compression-level",
-  "avenc_msmpeg4:context",
-  "avenc_msmpeg4:dark-mask",
-  "avenc_msmpeg4:dc",
-  "avenc_msmpeg4:dct",
-  "avenc_msmpeg4:debug",
-  "avenc_msmpeg4:dia-size",
-  "avenc_msmpeg4:dump-separator",
-  "avenc_msmpeg4:err-detect",
-  "avenc_msmpeg4:error-rate",
-  "avenc_msmpeg4:export-side-data",
-  "avenc_msmpeg4:field-order",
-  "avenc_msmpeg4:flags",
-  "avenc_msmpeg4:flags2",
-  "avenc_msmpeg4:force-duplicated-matrix",
-  "avenc_msmpeg4:global-quality",
-  "avenc_msmpeg4:gop-size",
-  "avenc_msmpeg4:i-qfactor",
-  "avenc_msmpeg4:i-qoffset",
-  "avenc_msmpeg4:ibias",
-  "avenc_msmpeg4:idct",
-  "avenc_msmpeg4:ildctcmp",
-  "avenc_msmpeg4:intra-penalty",
-  "avenc_msmpeg4:keyint-min",
-  "avenc_msmpeg4:last-pred",
-  "avenc_msmpeg4:lmax",
-  "avenc_msmpeg4:lmin",
-  "avenc_msmpeg4:luma-elim-threshold",
-  "avenc_msmpeg4:lumi-mask",
-  "avenc_msmpeg4:max-bframes",
-  "avenc_msmpeg4:max-pixels",
-  "avenc_msmpeg4:maxrate",
-  "avenc_msmpeg4:mbcmp",
-  "avenc_msmpeg4:mbd",
-  "avenc_msmpeg4:mblmax",
-  "avenc_msmpeg4:mblmin",
-  "avenc_msmpeg4:me-range",
-  "avenc_msmpeg4:mepc",
-  "avenc_msmpeg4:mepre",
-  "avenc_msmpeg4:minrate",
-  "avenc_msmpeg4:motion-est",
-  "avenc_msmpeg4:mpeg-quant",
-  "avenc_msmpeg4:mpv-flags",
-  "avenc_msmpeg4:multipass-cache-file",
-  "avenc_msmpeg4:mv0-threshold",
-  "avenc_msmpeg4:noise-reduction",
-  "avenc_msmpeg4:nr",
-  "avenc_msmpeg4:nssew",
-  "avenc_msmpeg4:p-mask",
-  "avenc_msmpeg4:pass",
-  "avenc_msmpeg4:pbias",
-  "avenc_msmpeg4:pre-dia-size",
-  "avenc_msmpeg4:precmp",
-  "avenc_msmpeg4:pred",
-  "avenc_msmpeg4:preme",
-  "avenc_msmpeg4:ps",
-  "avenc_msmpeg4:qblur",
-  "avenc_msmpeg4:qcomp",
-  "avenc_msmpeg4:qdiff",
-  "avenc_msmpeg4:qmax",
-  "avenc_msmpeg4:qmin",
-  "avenc_msmpeg4:qsquish",
-  "avenc_msmpeg4:quantizer",
-  "avenc_msmpeg4:quantizer-noise-shaping",
-  "avenc_msmpeg4:rc-buf-aggressivity",
-  "avenc_msmpeg4:rc-eq",
-  "avenc_msmpeg4:rc-init-cplx",
-  "avenc_msmpeg4:rc-init-occupancy",
-  "avenc_msmpeg4:rc-max-vbv-use",
-  "avenc_msmpeg4:rc-min-vbv-use",
-  "avenc_msmpeg4:rc-qmod-amp",
-  "avenc_msmpeg4:rc-qmod-freq",
-  "avenc_msmpeg4:rc-strategy",
-  "avenc_msmpeg4:refs",
-  "avenc_msmpeg4:sc-threshold",
-  "avenc_msmpeg4:scplx-mask",
-  "avenc_msmpeg4:side-data-only-packets",
-  "avenc_msmpeg4:skip-cmp",
-  "avenc_msmpeg4:skip-exp",
-  "avenc_msmpeg4:skip-factor",
-  "avenc_msmpeg4:skip-threshold",
-  "avenc_msmpeg4:skipcmp",
-  "avenc_msmpeg4:slices",
-  "avenc_msmpeg4:strict",
-  "avenc_msmpeg4:subcmp",
-  "avenc_msmpeg4:subq",
-  "avenc_msmpeg4:tcplx-mask",
-  "avenc_msmpeg4:thread-type",
-  "avenc_msmpeg4:threads",
-  "avenc_msmpeg4:ticks-per-frame",
-  "avenc_msmpeg4:timecode-frame-start",
-  "avenc_msmpeg4:trellis",
-  "avenc_msmpeg4v2",
-  "avenc_msmpeg4v2!sink",
-  "avenc_msmpeg4v2!src",
-  "avenc_msmpeg4v2:a53cc",
-  "avenc_msmpeg4v2:b-qfactor",
-  "avenc_msmpeg4v2:b-qoffset",
-  "avenc_msmpeg4v2:b-sensitivity",
-  "avenc_msmpeg4v2:b-strategy",
-  "avenc_msmpeg4v2:bidir-refine",
-  "avenc_msmpeg4v2:bitrate",
-  "avenc_msmpeg4v2:bitrate-tolerance",
-  "avenc_msmpeg4v2:border-mask",
-  "avenc_msmpeg4v2:brd-scale",
-  "avenc_msmpeg4v2:bufsize",
-  "avenc_msmpeg4v2:chroma-elim-threshold",
-  "avenc_msmpeg4v2:chroma-sample-location",
-  "avenc_msmpeg4v2:chromaoffset",
-  "avenc_msmpeg4v2:cmp",
-  "avenc_msmpeg4v2:coder",
-  "avenc_msmpeg4v2:compression-level",
-  "avenc_msmpeg4v2:context",
-  "avenc_msmpeg4v2:dark-mask",
-  "avenc_msmpeg4v2:dc",
-  "avenc_msmpeg4v2:dct",
-  "avenc_msmpeg4v2:debug",
-  "avenc_msmpeg4v2:dia-size",
-  "avenc_msmpeg4v2:dump-separator",
-  "avenc_msmpeg4v2:err-detect",
-  "avenc_msmpeg4v2:error-rate",
-  "avenc_msmpeg4v2:export-side-data",
-  "avenc_msmpeg4v2:field-order",
-  "avenc_msmpeg4v2:flags",
-  "avenc_msmpeg4v2:flags2",
-  "avenc_msmpeg4v2:force-duplicated-matrix",
-  "avenc_msmpeg4v2:global-quality",
-  "avenc_msmpeg4v2:gop-size",
-  "avenc_msmpeg4v2:i-qfactor",
-  "avenc_msmpeg4v2:i-qoffset",
-  "avenc_msmpeg4v2:ibias",
-  "avenc_msmpeg4v2:idct",
-  "avenc_msmpeg4v2:ildctcmp",
-  "avenc_msmpeg4v2:intra-penalty",
-  "avenc_msmpeg4v2:keyint-min",
-  "avenc_msmpeg4v2:last-pred",
-  "avenc_msmpeg4v2:lmax",
-  "avenc_msmpeg4v2:lmin",
-  "avenc_msmpeg4v2:luma-elim-threshold",
-  "avenc_msmpeg4v2:lumi-mask",
-  "avenc_msmpeg4v2:max-bframes",
-  "avenc_msmpeg4v2:max-pixels",
-  "avenc_msmpeg4v2:maxrate",
-  "avenc_msmpeg4v2:mbcmp",
-  "avenc_msmpeg4v2:mbd",
-  "avenc_msmpeg4v2:mblmax",
-  "avenc_msmpeg4v2:mblmin",
-  "avenc_msmpeg4v2:me-range",
-  "avenc_msmpeg4v2:mepc",
-  "avenc_msmpeg4v2:mepre",
-  "avenc_msmpeg4v2:minrate",
-  "avenc_msmpeg4v2:motion-est",
-  "avenc_msmpeg4v2:mpeg-quant",
-  "avenc_msmpeg4v2:mpv-flags",
-  "avenc_msmpeg4v2:multipass-cache-file",
-  "avenc_msmpeg4v2:mv0-threshold",
-  "avenc_msmpeg4v2:noise-reduction",
-  "avenc_msmpeg4v2:nr",
-  "avenc_msmpeg4v2:nssew",
-  "avenc_msmpeg4v2:p-mask",
-  "avenc_msmpeg4v2:pass",
-  "avenc_msmpeg4v2:pbias",
-  "avenc_msmpeg4v2:pre-dia-size",
-  "avenc_msmpeg4v2:precmp",
-  "avenc_msmpeg4v2:pred",
-  "avenc_msmpeg4v2:preme",
-  "avenc_msmpeg4v2:ps",
-  "avenc_msmpeg4v2:qblur",
-  "avenc_msmpeg4v2:qcomp",
-  "avenc_msmpeg4v2:qdiff",
-  "avenc_msmpeg4v2:qmax",
-  "avenc_msmpeg4v2:qmin",
-  "avenc_msmpeg4v2:qsquish",
-  "avenc_msmpeg4v2:quantizer",
-  "avenc_msmpeg4v2:quantizer-noise-shaping",
-  "avenc_msmpeg4v2:rc-buf-aggressivity",
-  "avenc_msmpeg4v2:rc-eq",
-  "avenc_msmpeg4v2:rc-init-cplx",
-  "avenc_msmpeg4v2:rc-init-occupancy",
-  "avenc_msmpeg4v2:rc-max-vbv-use",
-  "avenc_msmpeg4v2:rc-min-vbv-use",
-  "avenc_msmpeg4v2:rc-qmod-amp",
-  "avenc_msmpeg4v2:rc-qmod-freq",
-  "avenc_msmpeg4v2:rc-strategy",
-  "avenc_msmpeg4v2:refs",
-  "avenc_msmpeg4v2:sc-threshold",
-  "avenc_msmpeg4v2:scplx-mask",
-  "avenc_msmpeg4v2:side-data-only-packets",
-  "avenc_msmpeg4v2:skip-cmp",
-  "avenc_msmpeg4v2:skip-exp",
-  "avenc_msmpeg4v2:skip-factor",
-  "avenc_msmpeg4v2:skip-threshold",
-  "avenc_msmpeg4v2:skipcmp",
-  "avenc_msmpeg4v2:slices",
-  "avenc_msmpeg4v2:strict",
-  "avenc_msmpeg4v2:subcmp",
-  "avenc_msmpeg4v2:subq",
-  "avenc_msmpeg4v2:tcplx-mask",
-  "avenc_msmpeg4v2:thread-type",
-  "avenc_msmpeg4v2:threads",
-  "avenc_msmpeg4v2:ticks-per-frame",
-  "avenc_msmpeg4v2:timecode-frame-start",
-  "avenc_msmpeg4v2:trellis",
-  "avenc_msvideo1",
-  "avenc_msvideo1!sink",
-  "avenc_msvideo1!src",
-  "avenc_msvideo1:b-qfactor",
-  "avenc_msvideo1:b-qoffset",
-  "avenc_msvideo1:b-sensitivity",
-  "avenc_msvideo1:b-strategy",
-  "avenc_msvideo1:bidir-refine",
-  "avenc_msvideo1:bitrate",
-  "avenc_msvideo1:bitrate-tolerance",
-  "avenc_msvideo1:brd-scale",
-  "avenc_msvideo1:bufsize",
-  "avenc_msvideo1:chroma-sample-location",
-  "avenc_msvideo1:chromaoffset",
-  "avenc_msvideo1:cmp",
-  "avenc_msvideo1:coder",
-  "avenc_msvideo1:compression-level",
-  "avenc_msvideo1:context",
-  "avenc_msvideo1:dark-mask",
-  "avenc_msvideo1:dc",
-  "avenc_msvideo1:dct",
-  "avenc_msvideo1:debug",
-  "avenc_msvideo1:dia-size",
-  "avenc_msvideo1:dump-separator",
-  "avenc_msvideo1:err-detect",
-  "avenc_msvideo1:export-side-data",
-  "avenc_msvideo1:field-order",
-  "avenc_msvideo1:flags",
-  "avenc_msvideo1:flags2",
-  "avenc_msvideo1:global-quality",
-  "avenc_msvideo1:gop-size",
-  "avenc_msvideo1:i-qfactor",
-  "avenc_msvideo1:i-qoffset",
-  "avenc_msvideo1:idct",
-  "avenc_msvideo1:ildctcmp",
-  "avenc_msvideo1:keyint-min",
-  "avenc_msvideo1:last-pred",
-  "avenc_msvideo1:lumi-mask",
-  "avenc_msvideo1:max-bframes",
-  "avenc_msvideo1:max-pixels",
-  "avenc_msvideo1:maxrate",
-  "avenc_msvideo1:mbcmp",
-  "avenc_msvideo1:mbd",
-  "avenc_msvideo1:mblmax",
-  "avenc_msvideo1:mblmin",
-  "avenc_msvideo1:me-range",
-  "avenc_msvideo1:mepc",
-  "avenc_msvideo1:minrate",
-  "avenc_msvideo1:mpeg-quant",
-  "avenc_msvideo1:multipass-cache-file",
-  "avenc_msvideo1:mv0-threshold",
-  "avenc_msvideo1:nr",
-  "avenc_msvideo1:nssew",
-  "avenc_msvideo1:p-mask",
-  "avenc_msvideo1:pass",
-  "avenc_msvideo1:pre-dia-size",
-  "avenc_msvideo1:precmp",
-  "avenc_msvideo1:pred",
-  "avenc_msvideo1:preme",
-  "avenc_msvideo1:ps",
-  "avenc_msvideo1:qblur",
-  "avenc_msvideo1:qcomp",
-  "avenc_msvideo1:qdiff",
-  "avenc_msvideo1:qmax",
-  "avenc_msvideo1:qmin",
-  "avenc_msvideo1:quantizer",
-  "avenc_msvideo1:rc-init-occupancy",
-  "avenc_msvideo1:rc-max-vbv-use",
-  "avenc_msvideo1:rc-min-vbv-use",
-  "avenc_msvideo1:refs",
-  "avenc_msvideo1:sc-threshold",
-  "avenc_msvideo1:scplx-mask",
-  "avenc_msvideo1:side-data-only-packets",
-  "avenc_msvideo1:skip-exp",
-  "avenc_msvideo1:skip-factor",
-  "avenc_msvideo1:skip-threshold",
-  "avenc_msvideo1:skipcmp",
-  "avenc_msvideo1:slices",
-  "avenc_msvideo1:strict",
-  "avenc_msvideo1:subcmp",
-  "avenc_msvideo1:subq",
-  "avenc_msvideo1:tcplx-mask",
-  "avenc_msvideo1:thread-type",
-  "avenc_msvideo1:threads",
-  "avenc_msvideo1:ticks-per-frame",
-  "avenc_msvideo1:timecode-frame-start",
-  "avenc_msvideo1:trellis",
-  "avenc_nellymoser",
-  "avenc_nellymoser!sink",
-  "avenc_nellymoser!src",
-  "avenc_nellymoser:ac",
-  "avenc_nellymoser:ar",
-  "avenc_nellymoser:audio-service-type",
-  "avenc_nellymoser:bitrate",
-  "avenc_nellymoser:bufsize",
-  "avenc_nellymoser:channel-layout",
-  "avenc_nellymoser:compression-level",
-  "avenc_nellymoser:cutoff",
-  "avenc_nellymoser:debug",
-  "avenc_nellymoser:dump-separator",
-  "avenc_nellymoser:err-detect",
-  "avenc_nellymoser:export-side-data",
-  "avenc_nellymoser:flags",
-  "avenc_nellymoser:flags2",
-  "avenc_nellymoser:frame-size",
-  "avenc_nellymoser:global-quality",
-  "avenc_nellymoser:max-pixels",
-  "avenc_nellymoser:max-prediction-order",
-  "avenc_nellymoser:max-samples",
-  "avenc_nellymoser:maxrate",
-  "avenc_nellymoser:min-prediction-order",
-  "avenc_nellymoser:minrate",
-  "avenc_nellymoser:side-data-only-packets",
-  "avenc_nellymoser:strict",
-  "avenc_nellymoser:thread-type",
-  "avenc_nellymoser:threads",
-  "avenc_nellymoser:ticks-per-frame",
-  "avenc_nellymoser:trellis",
-  "avenc_opus",
-  "avenc_opus!sink",
-  "avenc_opus!src",
-  "avenc_opus:ac",
-  "avenc_opus:apply-phase-inv",
-  "avenc_opus:ar",
-  "avenc_opus:audio-service-type",
-  "avenc_opus:bitrate",
-  "avenc_opus:bufsize",
-  "avenc_opus:channel-layout",
-  "avenc_opus:compression-level",
-  "avenc_opus:cutoff",
-  "avenc_opus:debug",
-  "avenc_opus:dump-separator",
-  "avenc_opus:err-detect",
-  "avenc_opus:export-side-data",
-  "avenc_opus:flags",
-  "avenc_opus:flags2",
-  "avenc_opus:frame-size",
-  "avenc_opus:global-quality",
-  "avenc_opus:max-pixels",
-  "avenc_opus:max-prediction-order",
-  "avenc_opus:max-samples",
-  "avenc_opus:maxrate",
-  "avenc_opus:min-prediction-order",
-  "avenc_opus:minrate",
-  "avenc_opus:opus-delay",
-  "avenc_opus:side-data-only-packets",
-  "avenc_opus:strict",
-  "avenc_opus:thread-type",
-  "avenc_opus:threads",
-  "avenc_opus:ticks-per-frame",
-  "avenc_opus:trellis",
-  "avenc_pam",
-  "avenc_pam!sink",
-  "avenc_pam!src",
-  "avenc_pam:b-qfactor",
-  "avenc_pam:b-qoffset",
-  "avenc_pam:b-sensitivity",
-  "avenc_pam:b-strategy",
-  "avenc_pam:bidir-refine",
-  "avenc_pam:bitrate",
-  "avenc_pam:bitrate-tolerance",
-  "avenc_pam:brd-scale",
-  "avenc_pam:bufsize",
-  "avenc_pam:chroma-sample-location",
-  "avenc_pam:chromaoffset",
-  "avenc_pam:cmp",
-  "avenc_pam:coder",
-  "avenc_pam:compression-level",
-  "avenc_pam:context",
-  "avenc_pam:dark-mask",
-  "avenc_pam:dc",
-  "avenc_pam:dct",
-  "avenc_pam:debug",
-  "avenc_pam:dia-size",
-  "avenc_pam:dump-separator",
-  "avenc_pam:err-detect",
-  "avenc_pam:export-side-data",
-  "avenc_pam:field-order",
-  "avenc_pam:flags",
-  "avenc_pam:flags2",
-  "avenc_pam:global-quality",
-  "avenc_pam:gop-size",
-  "avenc_pam:i-qfactor",
-  "avenc_pam:i-qoffset",
-  "avenc_pam:idct",
-  "avenc_pam:ildctcmp",
-  "avenc_pam:keyint-min",
-  "avenc_pam:last-pred",
-  "avenc_pam:lumi-mask",
-  "avenc_pam:max-bframes",
-  "avenc_pam:max-pixels",
-  "avenc_pam:maxrate",
-  "avenc_pam:mbcmp",
-  "avenc_pam:mbd",
-  "avenc_pam:mblmax",
-  "avenc_pam:mblmin",
-  "avenc_pam:me-range",
-  "avenc_pam:mepc",
-  "avenc_pam:minrate",
-  "avenc_pam:mpeg-quant",
-  "avenc_pam:multipass-cache-file",
-  "avenc_pam:mv0-threshold",
-  "avenc_pam:nr",
-  "avenc_pam:nssew",
-  "avenc_pam:p-mask",
-  "avenc_pam:pass",
-  "avenc_pam:pre-dia-size",
-  "avenc_pam:precmp",
-  "avenc_pam:pred",
-  "avenc_pam:preme",
-  "avenc_pam:ps",
-  "avenc_pam:qblur",
-  "avenc_pam:qcomp",
-  "avenc_pam:qdiff",
-  "avenc_pam:qmax",
-  "avenc_pam:qmin",
-  "avenc_pam:quantizer",
-  "avenc_pam:rc-init-occupancy",
-  "avenc_pam:rc-max-vbv-use",
-  "avenc_pam:rc-min-vbv-use",
-  "avenc_pam:refs",
-  "avenc_pam:sc-threshold",
-  "avenc_pam:scplx-mask",
-  "avenc_pam:side-data-only-packets",
-  "avenc_pam:skip-exp",
-  "avenc_pam:skip-factor",
-  "avenc_pam:skip-threshold",
-  "avenc_pam:skipcmp",
-  "avenc_pam:slices",
-  "avenc_pam:strict",
-  "avenc_pam:subcmp",
-  "avenc_pam:subq",
-  "avenc_pam:tcplx-mask",
-  "avenc_pam:thread-type",
-  "avenc_pam:threads",
-  "avenc_pam:ticks-per-frame",
-  "avenc_pam:timecode-frame-start",
-  "avenc_pam:trellis",
-  "avenc_pbm",
-  "avenc_pbm!sink",
-  "avenc_pbm!src",
-  "avenc_pbm:b-qfactor",
-  "avenc_pbm:b-qoffset",
-  "avenc_pbm:b-sensitivity",
-  "avenc_pbm:b-strategy",
-  "avenc_pbm:bidir-refine",
-  "avenc_pbm:bitrate",
-  "avenc_pbm:bitrate-tolerance",
-  "avenc_pbm:brd-scale",
-  "avenc_pbm:bufsize",
-  "avenc_pbm:chroma-sample-location",
-  "avenc_pbm:chromaoffset",
-  "avenc_pbm:cmp",
-  "avenc_pbm:coder",
-  "avenc_pbm:compression-level",
-  "avenc_pbm:context",
-  "avenc_pbm:dark-mask",
-  "avenc_pbm:dc",
-  "avenc_pbm:dct",
-  "avenc_pbm:debug",
-  "avenc_pbm:dia-size",
-  "avenc_pbm:dump-separator",
-  "avenc_pbm:err-detect",
-  "avenc_pbm:export-side-data",
-  "avenc_pbm:field-order",
-  "avenc_pbm:flags",
-  "avenc_pbm:flags2",
-  "avenc_pbm:global-quality",
-  "avenc_pbm:gop-size",
-  "avenc_pbm:i-qfactor",
-  "avenc_pbm:i-qoffset",
-  "avenc_pbm:idct",
-  "avenc_pbm:ildctcmp",
-  "avenc_pbm:keyint-min",
-  "avenc_pbm:last-pred",
-  "avenc_pbm:lumi-mask",
-  "avenc_pbm:max-bframes",
-  "avenc_pbm:max-pixels",
-  "avenc_pbm:maxrate",
-  "avenc_pbm:mbcmp",
-  "avenc_pbm:mbd",
-  "avenc_pbm:mblmax",
-  "avenc_pbm:mblmin",
-  "avenc_pbm:me-range",
-  "avenc_pbm:mepc",
-  "avenc_pbm:minrate",
-  "avenc_pbm:mpeg-quant",
-  "avenc_pbm:multipass-cache-file",
-  "avenc_pbm:mv0-threshold",
-  "avenc_pbm:nr",
-  "avenc_pbm:nssew",
-  "avenc_pbm:p-mask",
-  "avenc_pbm:pass",
-  "avenc_pbm:pre-dia-size",
-  "avenc_pbm:precmp",
-  "avenc_pbm:pred",
-  "avenc_pbm:preme",
-  "avenc_pbm:ps",
-  "avenc_pbm:qblur",
-  "avenc_pbm:qcomp",
-  "avenc_pbm:qdiff",
-  "avenc_pbm:qmax",
-  "avenc_pbm:qmin",
-  "avenc_pbm:quantizer",
-  "avenc_pbm:rc-init-occupancy",
-  "avenc_pbm:rc-max-vbv-use",
-  "avenc_pbm:rc-min-vbv-use",
-  "avenc_pbm:refs",
-  "avenc_pbm:sc-threshold",
-  "avenc_pbm:scplx-mask",
-  "avenc_pbm:side-data-only-packets",
-  "avenc_pbm:skip-exp",
-  "avenc_pbm:skip-factor",
-  "avenc_pbm:skip-threshold",
-  "avenc_pbm:skipcmp",
-  "avenc_pbm:slices",
-  "avenc_pbm:strict",
-  "avenc_pbm:subcmp",
-  "avenc_pbm:subq",
-  "avenc_pbm:tcplx-mask",
-  "avenc_pbm:thread-type",
-  "avenc_pbm:threads",
-  "avenc_pbm:ticks-per-frame",
-  "avenc_pbm:timecode-frame-start",
-  "avenc_pbm:trellis",
-  "avenc_pcm_vidc",
-  "avenc_pcm_vidc!sink",
-  "avenc_pcm_vidc!src",
-  "avenc_pcm_vidc:ac",
-  "avenc_pcm_vidc:ar",
-  "avenc_pcm_vidc:audio-service-type",
-  "avenc_pcm_vidc:bitrate",
-  "avenc_pcm_vidc:bufsize",
-  "avenc_pcm_vidc:channel-layout",
-  "avenc_pcm_vidc:compression-level",
-  "avenc_pcm_vidc:cutoff",
-  "avenc_pcm_vidc:debug",
-  "avenc_pcm_vidc:dump-separator",
-  "avenc_pcm_vidc:err-detect",
-  "avenc_pcm_vidc:export-side-data",
-  "avenc_pcm_vidc:flags",
-  "avenc_pcm_vidc:flags2",
-  "avenc_pcm_vidc:frame-size",
-  "avenc_pcm_vidc:global-quality",
-  "avenc_pcm_vidc:max-pixels",
-  "avenc_pcm_vidc:max-prediction-order",
-  "avenc_pcm_vidc:max-samples",
-  "avenc_pcm_vidc:maxrate",
-  "avenc_pcm_vidc:min-prediction-order",
-  "avenc_pcm_vidc:minrate",
-  "avenc_pcm_vidc:side-data-only-packets",
-  "avenc_pcm_vidc:strict",
-  "avenc_pcm_vidc:thread-type",
-  "avenc_pcm_vidc:threads",
-  "avenc_pcm_vidc:ticks-per-frame",
-  "avenc_pcm_vidc:trellis",
-  "avenc_pcx",
-  "avenc_pcx!sink",
-  "avenc_pcx!src",
-  "avenc_pcx:b-qfactor",
-  "avenc_pcx:b-qoffset",
-  "avenc_pcx:b-sensitivity",
-  "avenc_pcx:b-strategy",
-  "avenc_pcx:bidir-refine",
-  "avenc_pcx:bitrate",
-  "avenc_pcx:bitrate-tolerance",
-  "avenc_pcx:brd-scale",
-  "avenc_pcx:bufsize",
-  "avenc_pcx:chroma-sample-location",
-  "avenc_pcx:chromaoffset",
-  "avenc_pcx:cmp",
-  "avenc_pcx:coder",
-  "avenc_pcx:compression-level",
-  "avenc_pcx:context",
-  "avenc_pcx:dark-mask",
-  "avenc_pcx:dc",
-  "avenc_pcx:dct",
-  "avenc_pcx:debug",
-  "avenc_pcx:dia-size",
-  "avenc_pcx:dump-separator",
-  "avenc_pcx:err-detect",
-  "avenc_pcx:export-side-data",
-  "avenc_pcx:field-order",
-  "avenc_pcx:flags",
-  "avenc_pcx:flags2",
-  "avenc_pcx:global-quality",
-  "avenc_pcx:gop-size",
-  "avenc_pcx:i-qfactor",
-  "avenc_pcx:i-qoffset",
-  "avenc_pcx:idct",
-  "avenc_pcx:ildctcmp",
-  "avenc_pcx:keyint-min",
-  "avenc_pcx:last-pred",
-  "avenc_pcx:lumi-mask",
-  "avenc_pcx:max-bframes",
-  "avenc_pcx:max-pixels",
-  "avenc_pcx:maxrate",
-  "avenc_pcx:mbcmp",
-  "avenc_pcx:mbd",
-  "avenc_pcx:mblmax",
-  "avenc_pcx:mblmin",
-  "avenc_pcx:me-range",
-  "avenc_pcx:mepc",
-  "avenc_pcx:minrate",
-  "avenc_pcx:mpeg-quant",
-  "avenc_pcx:multipass-cache-file",
-  "avenc_pcx:mv0-threshold",
-  "avenc_pcx:nr",
-  "avenc_pcx:nssew",
-  "avenc_pcx:p-mask",
-  "avenc_pcx:pass",
-  "avenc_pcx:pre-dia-size",
-  "avenc_pcx:precmp",
-  "avenc_pcx:pred",
-  "avenc_pcx:preme",
-  "avenc_pcx:ps",
-  "avenc_pcx:qblur",
-  "avenc_pcx:qcomp",
-  "avenc_pcx:qdiff",
-  "avenc_pcx:qmax",
-  "avenc_pcx:qmin",
-  "avenc_pcx:quantizer",
-  "avenc_pcx:rc-init-occupancy",
-  "avenc_pcx:rc-max-vbv-use",
-  "avenc_pcx:rc-min-vbv-use",
-  "avenc_pcx:refs",
-  "avenc_pcx:sc-threshold",
-  "avenc_pcx:scplx-mask",
-  "avenc_pcx:side-data-only-packets",
-  "avenc_pcx:skip-exp",
-  "avenc_pcx:skip-factor",
-  "avenc_pcx:skip-threshold",
-  "avenc_pcx:skipcmp",
-  "avenc_pcx:slices",
-  "avenc_pcx:strict",
-  "avenc_pcx:subcmp",
-  "avenc_pcx:subq",
-  "avenc_pcx:tcplx-mask",
-  "avenc_pcx:thread-type",
-  "avenc_pcx:threads",
-  "avenc_pcx:ticks-per-frame",
-  "avenc_pcx:timecode-frame-start",
-  "avenc_pcx:trellis",
-  "avenc_pfm",
-  "avenc_pfm!sink",
-  "avenc_pfm!src",
-  "avenc_pfm:b-qfactor",
-  "avenc_pfm:b-qoffset",
-  "avenc_pfm:b-sensitivity",
-  "avenc_pfm:b-strategy",
-  "avenc_pfm:bidir-refine",
-  "avenc_pfm:bitrate",
-  "avenc_pfm:bitrate-tolerance",
-  "avenc_pfm:brd-scale",
-  "avenc_pfm:bufsize",
-  "avenc_pfm:chroma-sample-location",
-  "avenc_pfm:chromaoffset",
-  "avenc_pfm:cmp",
-  "avenc_pfm:coder",
-  "avenc_pfm:compression-level",
-  "avenc_pfm:context",
-  "avenc_pfm:dark-mask",
-  "avenc_pfm:dc",
-  "avenc_pfm:dct",
-  "avenc_pfm:debug",
-  "avenc_pfm:dia-size",
-  "avenc_pfm:dump-separator",
-  "avenc_pfm:err-detect",
-  "avenc_pfm:export-side-data",
-  "avenc_pfm:field-order",
-  "avenc_pfm:flags",
-  "avenc_pfm:flags2",
-  "avenc_pfm:global-quality",
-  "avenc_pfm:gop-size",
-  "avenc_pfm:i-qfactor",
-  "avenc_pfm:i-qoffset",
-  "avenc_pfm:idct",
-  "avenc_pfm:ildctcmp",
-  "avenc_pfm:keyint-min",
-  "avenc_pfm:last-pred",
-  "avenc_pfm:lumi-mask",
-  "avenc_pfm:max-bframes",
-  "avenc_pfm:max-pixels",
-  "avenc_pfm:maxrate",
-  "avenc_pfm:mbcmp",
-  "avenc_pfm:mbd",
-  "avenc_pfm:mblmax",
-  "avenc_pfm:mblmin",
-  "avenc_pfm:me-range",
-  "avenc_pfm:mepc",
-  "avenc_pfm:minrate",
-  "avenc_pfm:mpeg-quant",
-  "avenc_pfm:multipass-cache-file",
-  "avenc_pfm:mv0-threshold",
-  "avenc_pfm:nr",
-  "avenc_pfm:nssew",
-  "avenc_pfm:p-mask",
-  "avenc_pfm:pass",
-  "avenc_pfm:pre-dia-size",
-  "avenc_pfm:precmp",
-  "avenc_pfm:pred",
-  "avenc_pfm:preme",
-  "avenc_pfm:ps",
-  "avenc_pfm:qblur",
-  "avenc_pfm:qcomp",
-  "avenc_pfm:qdiff",
-  "avenc_pfm:qmax",
-  "avenc_pfm:qmin",
-  "avenc_pfm:quantizer",
-  "avenc_pfm:rc-init-occupancy",
-  "avenc_pfm:rc-max-vbv-use",
-  "avenc_pfm:rc-min-vbv-use",
-  "avenc_pfm:refs",
-  "avenc_pfm:sc-threshold",
-  "avenc_pfm:scplx-mask",
-  "avenc_pfm:side-data-only-packets",
-  "avenc_pfm:skip-exp",
-  "avenc_pfm:skip-factor",
-  "avenc_pfm:skip-threshold",
-  "avenc_pfm:skipcmp",
-  "avenc_pfm:slices",
-  "avenc_pfm:strict",
-  "avenc_pfm:subcmp",
-  "avenc_pfm:subq",
-  "avenc_pfm:tcplx-mask",
-  "avenc_pfm:thread-type",
-  "avenc_pfm:threads",
-  "avenc_pfm:ticks-per-frame",
-  "avenc_pfm:timecode-frame-start",
-  "avenc_pfm:trellis",
-  "avenc_pgm",
-  "avenc_pgm!sink",
-  "avenc_pgm!src",
-  "avenc_pgm:b-qfactor",
-  "avenc_pgm:b-qoffset",
-  "avenc_pgm:b-sensitivity",
-  "avenc_pgm:b-strategy",
-  "avenc_pgm:bidir-refine",
-  "avenc_pgm:bitrate",
-  "avenc_pgm:bitrate-tolerance",
-  "avenc_pgm:brd-scale",
-  "avenc_pgm:bufsize",
-  "avenc_pgm:chroma-sample-location",
-  "avenc_pgm:chromaoffset",
-  "avenc_pgm:cmp",
-  "avenc_pgm:coder",
-  "avenc_pgm:compression-level",
-  "avenc_pgm:context",
-  "avenc_pgm:dark-mask",
-  "avenc_pgm:dc",
-  "avenc_pgm:dct",
-  "avenc_pgm:debug",
-  "avenc_pgm:dia-size",
-  "avenc_pgm:dump-separator",
-  "avenc_pgm:err-detect",
-  "avenc_pgm:export-side-data",
-  "avenc_pgm:field-order",
-  "avenc_pgm:flags",
-  "avenc_pgm:flags2",
-  "avenc_pgm:global-quality",
-  "avenc_pgm:gop-size",
-  "avenc_pgm:i-qfactor",
-  "avenc_pgm:i-qoffset",
-  "avenc_pgm:idct",
-  "avenc_pgm:ildctcmp",
-  "avenc_pgm:keyint-min",
-  "avenc_pgm:last-pred",
-  "avenc_pgm:lumi-mask",
-  "avenc_pgm:max-bframes",
-  "avenc_pgm:max-pixels",
-  "avenc_pgm:maxrate",
-  "avenc_pgm:mbcmp",
-  "avenc_pgm:mbd",
-  "avenc_pgm:mblmax",
-  "avenc_pgm:mblmin",
-  "avenc_pgm:me-range",
-  "avenc_pgm:mepc",
-  "avenc_pgm:minrate",
-  "avenc_pgm:mpeg-quant",
-  "avenc_pgm:multipass-cache-file",
-  "avenc_pgm:mv0-threshold",
-  "avenc_pgm:nr",
-  "avenc_pgm:nssew",
-  "avenc_pgm:p-mask",
-  "avenc_pgm:pass",
-  "avenc_pgm:pre-dia-size",
-  "avenc_pgm:precmp",
-  "avenc_pgm:pred",
-  "avenc_pgm:preme",
-  "avenc_pgm:ps",
-  "avenc_pgm:qblur",
-  "avenc_pgm:qcomp",
-  "avenc_pgm:qdiff",
-  "avenc_pgm:qmax",
-  "avenc_pgm:qmin",
-  "avenc_pgm:quantizer",
-  "avenc_pgm:rc-init-occupancy",
-  "avenc_pgm:rc-max-vbv-use",
-  "avenc_pgm:rc-min-vbv-use",
-  "avenc_pgm:refs",
-  "avenc_pgm:sc-threshold",
-  "avenc_pgm:scplx-mask",
-  "avenc_pgm:side-data-only-packets",
-  "avenc_pgm:skip-exp",
-  "avenc_pgm:skip-factor",
-  "avenc_pgm:skip-threshold",
-  "avenc_pgm:skipcmp",
-  "avenc_pgm:slices",
-  "avenc_pgm:strict",
-  "avenc_pgm:subcmp",
-  "avenc_pgm:subq",
-  "avenc_pgm:tcplx-mask",
-  "avenc_pgm:thread-type",
-  "avenc_pgm:threads",
-  "avenc_pgm:ticks-per-frame",
-  "avenc_pgm:timecode-frame-start",
-  "avenc_pgm:trellis",
-  "avenc_pgmyuv",
-  "avenc_pgmyuv!sink",
-  "avenc_pgmyuv!src",
-  "avenc_pgmyuv:b-qfactor",
-  "avenc_pgmyuv:b-qoffset",
-  "avenc_pgmyuv:b-sensitivity",
-  "avenc_pgmyuv:b-strategy",
-  "avenc_pgmyuv:bidir-refine",
-  "avenc_pgmyuv:bitrate",
-  "avenc_pgmyuv:bitrate-tolerance",
-  "avenc_pgmyuv:brd-scale",
-  "avenc_pgmyuv:bufsize",
-  "avenc_pgmyuv:chroma-sample-location",
-  "avenc_pgmyuv:chromaoffset",
-  "avenc_pgmyuv:cmp",
-  "avenc_pgmyuv:coder",
-  "avenc_pgmyuv:compression-level",
-  "avenc_pgmyuv:context",
-  "avenc_pgmyuv:dark-mask",
-  "avenc_pgmyuv:dc",
-  "avenc_pgmyuv:dct",
-  "avenc_pgmyuv:debug",
-  "avenc_pgmyuv:dia-size",
-  "avenc_pgmyuv:dump-separator",
-  "avenc_pgmyuv:err-detect",
-  "avenc_pgmyuv:export-side-data",
-  "avenc_pgmyuv:field-order",
-  "avenc_pgmyuv:flags",
-  "avenc_pgmyuv:flags2",
-  "avenc_pgmyuv:global-quality",
-  "avenc_pgmyuv:gop-size",
-  "avenc_pgmyuv:i-qfactor",
-  "avenc_pgmyuv:i-qoffset",
-  "avenc_pgmyuv:idct",
-  "avenc_pgmyuv:ildctcmp",
-  "avenc_pgmyuv:keyint-min",
-  "avenc_pgmyuv:last-pred",
-  "avenc_pgmyuv:lumi-mask",
-  "avenc_pgmyuv:max-bframes",
-  "avenc_pgmyuv:max-pixels",
-  "avenc_pgmyuv:maxrate",
-  "avenc_pgmyuv:mbcmp",
-  "avenc_pgmyuv:mbd",
-  "avenc_pgmyuv:mblmax",
-  "avenc_pgmyuv:mblmin",
-  "avenc_pgmyuv:me-range",
-  "avenc_pgmyuv:mepc",
-  "avenc_pgmyuv:minrate",
-  "avenc_pgmyuv:mpeg-quant",
-  "avenc_pgmyuv:multipass-cache-file",
-  "avenc_pgmyuv:mv0-threshold",
-  "avenc_pgmyuv:nr",
-  "avenc_pgmyuv:nssew",
-  "avenc_pgmyuv:p-mask",
-  "avenc_pgmyuv:pass",
-  "avenc_pgmyuv:pre-dia-size",
-  "avenc_pgmyuv:precmp",
-  "avenc_pgmyuv:pred",
-  "avenc_pgmyuv:preme",
-  "avenc_pgmyuv:ps",
-  "avenc_pgmyuv:qblur",
-  "avenc_pgmyuv:qcomp",
-  "avenc_pgmyuv:qdiff",
-  "avenc_pgmyuv:qmax",
-  "avenc_pgmyuv:qmin",
-  "avenc_pgmyuv:quantizer",
-  "avenc_pgmyuv:rc-init-occupancy",
-  "avenc_pgmyuv:rc-max-vbv-use",
-  "avenc_pgmyuv:rc-min-vbv-use",
-  "avenc_pgmyuv:refs",
-  "avenc_pgmyuv:sc-threshold",
-  "avenc_pgmyuv:scplx-mask",
-  "avenc_pgmyuv:side-data-only-packets",
-  "avenc_pgmyuv:skip-exp",
-  "avenc_pgmyuv:skip-factor",
-  "avenc_pgmyuv:skip-threshold",
-  "avenc_pgmyuv:skipcmp",
-  "avenc_pgmyuv:slices",
-  "avenc_pgmyuv:strict",
-  "avenc_pgmyuv:subcmp",
-  "avenc_pgmyuv:subq",
-  "avenc_pgmyuv:tcplx-mask",
-  "avenc_pgmyuv:thread-type",
-  "avenc_pgmyuv:threads",
-  "avenc_pgmyuv:ticks-per-frame",
-  "avenc_pgmyuv:timecode-frame-start",
-  "avenc_pgmyuv:trellis",
-  "avenc_png",
-  "avenc_png!sink",
-  "avenc_png!src",
-  "avenc_png:b-qfactor",
-  "avenc_png:b-qoffset",
-  "avenc_png:b-sensitivity",
-  "avenc_png:b-strategy",
-  "avenc_png:bidir-refine",
-  "avenc_png:bitrate",
-  "avenc_png:bitrate-tolerance",
-  "avenc_png:brd-scale",
-  "avenc_png:bufsize",
-  "avenc_png:chroma-sample-location",
-  "avenc_png:chromaoffset",
-  "avenc_png:cmp",
-  "avenc_png:coder",
-  "avenc_png:compression-level",
-  "avenc_png:context",
-  "avenc_png:dark-mask",
-  "avenc_png:dc",
-  "avenc_png:dct",
-  "avenc_png:debug",
-  "avenc_png:dia-size",
-  "avenc_png:dpi",
-  "avenc_png:dpm",
-  "avenc_png:dump-separator",
-  "avenc_png:err-detect",
-  "avenc_png:export-side-data",
-  "avenc_png:field-order",
-  "avenc_png:flags",
-  "avenc_png:flags2",
-  "avenc_png:global-quality",
-  "avenc_png:gop-size",
-  "avenc_png:i-qfactor",
-  "avenc_png:i-qoffset",
-  "avenc_png:idct",
-  "avenc_png:ildctcmp",
-  "avenc_png:keyint-min",
-  "avenc_png:last-pred",
-  "avenc_png:lumi-mask",
-  "avenc_png:max-bframes",
-  "avenc_png:max-pixels",
-  "avenc_png:maxrate",
-  "avenc_png:mbcmp",
-  "avenc_png:mbd",
-  "avenc_png:mblmax",
-  "avenc_png:mblmin",
-  "avenc_png:me-range",
-  "avenc_png:mepc",
-  "avenc_png:minrate",
-  "avenc_png:mpeg-quant",
-  "avenc_png:multipass-cache-file",
-  "avenc_png:mv0-threshold",
-  "avenc_png:nr",
-  "avenc_png:nssew",
-  "avenc_png:p-mask",
-  "avenc_png:pass",
-  "avenc_png:pre-dia-size",
-  "avenc_png:precmp",
-  "avenc_png:pred",
-  "avenc_png:preme",
-  "avenc_png:ps",
-  "avenc_png:qblur",
-  "avenc_png:qcomp",
-  "avenc_png:qdiff",
-  "avenc_png:qmax",
-  "avenc_png:qmin",
-  "avenc_png:quantizer",
-  "avenc_png:rc-init-occupancy",
-  "avenc_png:rc-max-vbv-use",
-  "avenc_png:rc-min-vbv-use",
-  "avenc_png:refs",
-  "avenc_png:sc-threshold",
-  "avenc_png:scplx-mask",
-  "avenc_png:side-data-only-packets",
-  "avenc_png:skip-exp",
-  "avenc_png:skip-factor",
-  "avenc_png:skip-threshold",
-  "avenc_png:skipcmp",
-  "avenc_png:slices",
-  "avenc_png:strict",
-  "avenc_png:subcmp",
-  "avenc_png:subq",
-  "avenc_png:tcplx-mask",
-  "avenc_png:thread-type",
-  "avenc_png:threads",
-  "avenc_png:ticks-per-frame",
-  "avenc_png:timecode-frame-start",
-  "avenc_png:trellis",
-  "avenc_ppm",
-  "avenc_ppm!sink",
-  "avenc_ppm!src",
-  "avenc_ppm:b-qfactor",
-  "avenc_ppm:b-qoffset",
-  "avenc_ppm:b-sensitivity",
-  "avenc_ppm:b-strategy",
-  "avenc_ppm:bidir-refine",
-  "avenc_ppm:bitrate",
-  "avenc_ppm:bitrate-tolerance",
-  "avenc_ppm:brd-scale",
-  "avenc_ppm:bufsize",
-  "avenc_ppm:chroma-sample-location",
-  "avenc_ppm:chromaoffset",
-  "avenc_ppm:cmp",
-  "avenc_ppm:coder",
-  "avenc_ppm:compression-level",
-  "avenc_ppm:context",
-  "avenc_ppm:dark-mask",
-  "avenc_ppm:dc",
-  "avenc_ppm:dct",
-  "avenc_ppm:debug",
-  "avenc_ppm:dia-size",
-  "avenc_ppm:dump-separator",
-  "avenc_ppm:err-detect",
-  "avenc_ppm:export-side-data",
-  "avenc_ppm:field-order",
-  "avenc_ppm:flags",
-  "avenc_ppm:flags2",
-  "avenc_ppm:global-quality",
-  "avenc_ppm:gop-size",
-  "avenc_ppm:i-qfactor",
-  "avenc_ppm:i-qoffset",
-  "avenc_ppm:idct",
-  "avenc_ppm:ildctcmp",
-  "avenc_ppm:keyint-min",
-  "avenc_ppm:last-pred",
-  "avenc_ppm:lumi-mask",
-  "avenc_ppm:max-bframes",
-  "avenc_ppm:max-pixels",
-  "avenc_ppm:maxrate",
-  "avenc_ppm:mbcmp",
-  "avenc_ppm:mbd",
-  "avenc_ppm:mblmax",
-  "avenc_ppm:mblmin",
-  "avenc_ppm:me-range",
-  "avenc_ppm:mepc",
-  "avenc_ppm:minrate",
-  "avenc_ppm:mpeg-quant",
-  "avenc_ppm:multipass-cache-file",
-  "avenc_ppm:mv0-threshold",
-  "avenc_ppm:nr",
-  "avenc_ppm:nssew",
-  "avenc_ppm:p-mask",
-  "avenc_ppm:pass",
-  "avenc_ppm:pre-dia-size",
-  "avenc_ppm:precmp",
-  "avenc_ppm:pred",
-  "avenc_ppm:preme",
-  "avenc_ppm:ps",
-  "avenc_ppm:qblur",
-  "avenc_ppm:qcomp",
-  "avenc_ppm:qdiff",
-  "avenc_ppm:qmax",
-  "avenc_ppm:qmin",
-  "avenc_ppm:quantizer",
-  "avenc_ppm:rc-init-occupancy",
-  "avenc_ppm:rc-max-vbv-use",
-  "avenc_ppm:rc-min-vbv-use",
-  "avenc_ppm:refs",
-  "avenc_ppm:sc-threshold",
-  "avenc_ppm:scplx-mask",
-  "avenc_ppm:side-data-only-packets",
-  "avenc_ppm:skip-exp",
-  "avenc_ppm:skip-factor",
-  "avenc_ppm:skip-threshold",
-  "avenc_ppm:skipcmp",
-  "avenc_ppm:slices",
-  "avenc_ppm:strict",
-  "avenc_ppm:subcmp",
-  "avenc_ppm:subq",
-  "avenc_ppm:tcplx-mask",
-  "avenc_ppm:thread-type",
-  "avenc_ppm:threads",
-  "avenc_ppm:ticks-per-frame",
-  "avenc_ppm:timecode-frame-start",
-  "avenc_ppm:trellis",
-  "avenc_prores",
-  "avenc_prores!sink",
-  "avenc_prores!src",
-  "avenc_prores:b-qfactor",
-  "avenc_prores:b-qoffset",
-  "avenc_prores:b-sensitivity",
-  "avenc_prores:b-strategy",
-  "avenc_prores:bidir-refine",
-  "avenc_prores:bitrate",
-  "avenc_prores:bitrate-tolerance",
-  "avenc_prores:brd-scale",
-  "avenc_prores:bufsize",
-  "avenc_prores:chroma-sample-location",
-  "avenc_prores:chromaoffset",
-  "avenc_prores:cmp",
-  "avenc_prores:coder",
-  "avenc_prores:compression-level",
-  "avenc_prores:context",
-  "avenc_prores:dark-mask",
-  "avenc_prores:dc",
-  "avenc_prores:dct",
-  "avenc_prores:debug",
-  "avenc_prores:dia-size",
-  "avenc_prores:dump-separator",
-  "avenc_prores:err-detect",
-  "avenc_prores:export-side-data",
-  "avenc_prores:field-order",
-  "avenc_prores:flags",
-  "avenc_prores:flags2",
-  "avenc_prores:global-quality",
-  "avenc_prores:gop-size",
-  "avenc_prores:i-qfactor",
-  "avenc_prores:i-qoffset",
-  "avenc_prores:idct",
-  "avenc_prores:ildctcmp",
-  "avenc_prores:keyint-min",
-  "avenc_prores:last-pred",
-  "avenc_prores:lumi-mask",
-  "avenc_prores:max-bframes",
-  "avenc_prores:max-pixels",
-  "avenc_prores:maxrate",
-  "avenc_prores:mbcmp",
-  "avenc_prores:mbd",
-  "avenc_prores:mblmax",
-  "avenc_prores:mblmin",
-  "avenc_prores:me-range",
-  "avenc_prores:mepc",
-  "avenc_prores:minrate",
-  "avenc_prores:mpeg-quant",
-  "avenc_prores:multipass-cache-file",
-  "avenc_prores:mv0-threshold",
-  "avenc_prores:nr",
-  "avenc_prores:nssew",
-  "avenc_prores:p-mask",
-  "avenc_prores:pass",
-  "avenc_prores:pre-dia-size",
-  "avenc_prores:precmp",
-  "avenc_prores:pred",
-  "avenc_prores:preme",
-  "avenc_prores:ps",
-  "avenc_prores:qblur",
-  "avenc_prores:qcomp",
-  "avenc_prores:qdiff",
-  "avenc_prores:qmax",
-  "avenc_prores:qmin",
-  "avenc_prores:quantizer",
-  "avenc_prores:rc-init-occupancy",
-  "avenc_prores:rc-max-vbv-use",
-  "avenc_prores:rc-min-vbv-use",
-  "avenc_prores:refs",
-  "avenc_prores:sc-threshold",
-  "avenc_prores:scplx-mask",
-  "avenc_prores:side-data-only-packets",
-  "avenc_prores:skip-exp",
-  "avenc_prores:skip-factor",
-  "avenc_prores:skip-threshold",
-  "avenc_prores:skipcmp",
-  "avenc_prores:slices",
-  "avenc_prores:strict",
-  "avenc_prores:subcmp",
-  "avenc_prores:subq",
-  "avenc_prores:tcplx-mask",
-  "avenc_prores:thread-type",
-  "avenc_prores:threads",
-  "avenc_prores:ticks-per-frame",
-  "avenc_prores:timecode-frame-start",
-  "avenc_prores:trellis",
-  "avenc_prores:vendor",
-  "avenc_prores_aw",
-  "avenc_prores_aw!sink",
-  "avenc_prores_aw!src",
-  "avenc_prores_aw:b-qfactor",
-  "avenc_prores_aw:b-qoffset",
-  "avenc_prores_aw:b-sensitivity",
-  "avenc_prores_aw:b-strategy",
-  "avenc_prores_aw:bidir-refine",
-  "avenc_prores_aw:bitrate",
-  "avenc_prores_aw:bitrate-tolerance",
-  "avenc_prores_aw:brd-scale",
-  "avenc_prores_aw:bufsize",
-  "avenc_prores_aw:chroma-sample-location",
-  "avenc_prores_aw:chromaoffset",
-  "avenc_prores_aw:cmp",
-  "avenc_prores_aw:coder",
-  "avenc_prores_aw:compression-level",
-  "avenc_prores_aw:context",
-  "avenc_prores_aw:dark-mask",
-  "avenc_prores_aw:dc",
-  "avenc_prores_aw:dct",
-  "avenc_prores_aw:debug",
-  "avenc_prores_aw:dia-size",
-  "avenc_prores_aw:dump-separator",
-  "avenc_prores_aw:err-detect",
-  "avenc_prores_aw:export-side-data",
-  "avenc_prores_aw:field-order",
-  "avenc_prores_aw:flags",
-  "avenc_prores_aw:flags2",
-  "avenc_prores_aw:global-quality",
-  "avenc_prores_aw:gop-size",
-  "avenc_prores_aw:i-qfactor",
-  "avenc_prores_aw:i-qoffset",
-  "avenc_prores_aw:idct",
-  "avenc_prores_aw:ildctcmp",
-  "avenc_prores_aw:keyint-min",
-  "avenc_prores_aw:last-pred",
-  "avenc_prores_aw:lumi-mask",
-  "avenc_prores_aw:max-bframes",
-  "avenc_prores_aw:max-pixels",
-  "avenc_prores_aw:maxrate",
-  "avenc_prores_aw:mbcmp",
-  "avenc_prores_aw:mbd",
-  "avenc_prores_aw:mblmax",
-  "avenc_prores_aw:mblmin",
-  "avenc_prores_aw:me-range",
-  "avenc_prores_aw:mepc",
-  "avenc_prores_aw:minrate",
-  "avenc_prores_aw:mpeg-quant",
-  "avenc_prores_aw:multipass-cache-file",
-  "avenc_prores_aw:mv0-threshold",
-  "avenc_prores_aw:nr",
-  "avenc_prores_aw:nssew",
-  "avenc_prores_aw:p-mask",
-  "avenc_prores_aw:pass",
-  "avenc_prores_aw:pre-dia-size",
-  "avenc_prores_aw:precmp",
-  "avenc_prores_aw:pred",
-  "avenc_prores_aw:preme",
-  "avenc_prores_aw:ps",
-  "avenc_prores_aw:qblur",
-  "avenc_prores_aw:qcomp",
-  "avenc_prores_aw:qdiff",
-  "avenc_prores_aw:qmax",
-  "avenc_prores_aw:qmin",
-  "avenc_prores_aw:quantizer",
-  "avenc_prores_aw:rc-init-occupancy",
-  "avenc_prores_aw:rc-max-vbv-use",
-  "avenc_prores_aw:rc-min-vbv-use",
-  "avenc_prores_aw:refs",
-  "avenc_prores_aw:sc-threshold",
-  "avenc_prores_aw:scplx-mask",
-  "avenc_prores_aw:side-data-only-packets",
-  "avenc_prores_aw:skip-exp",
-  "avenc_prores_aw:skip-factor",
-  "avenc_prores_aw:skip-threshold",
-  "avenc_prores_aw:skipcmp",
-  "avenc_prores_aw:slices",
-  "avenc_prores_aw:strict",
-  "avenc_prores_aw:subcmp",
-  "avenc_prores_aw:subq",
-  "avenc_prores_aw:tcplx-mask",
-  "avenc_prores_aw:thread-type",
-  "avenc_prores_aw:threads",
-  "avenc_prores_aw:ticks-per-frame",
-  "avenc_prores_aw:timecode-frame-start",
-  "avenc_prores_aw:trellis",
-  "avenc_prores_aw:vendor",
-  "avenc_prores_ks",
-  "avenc_prores_ks!sink",
-  "avenc_prores_ks!src",
-  "avenc_prores_ks:alpha-bits",
-  "avenc_prores_ks:b-qfactor",
-  "avenc_prores_ks:b-qoffset",
-  "avenc_prores_ks:b-sensitivity",
-  "avenc_prores_ks:b-strategy",
-  "avenc_prores_ks:bidir-refine",
-  "avenc_prores_ks:bitrate",
-  "avenc_prores_ks:bitrate-tolerance",
-  "avenc_prores_ks:bits-per-mb",
-  "avenc_prores_ks:brd-scale",
-  "avenc_prores_ks:bufsize",
-  "avenc_prores_ks:chroma-sample-location",
-  "avenc_prores_ks:chromaoffset",
-  "avenc_prores_ks:cmp",
-  "avenc_prores_ks:coder",
-  "avenc_prores_ks:compression-level",
-  "avenc_prores_ks:context",
-  "avenc_prores_ks:dark-mask",
-  "avenc_prores_ks:dc",
-  "avenc_prores_ks:dct",
-  "avenc_prores_ks:debug",
-  "avenc_prores_ks:dia-size",
-  "avenc_prores_ks:dump-separator",
-  "avenc_prores_ks:err-detect",
-  "avenc_prores_ks:export-side-data",
-  "avenc_prores_ks:field-order",
-  "avenc_prores_ks:flags",
-  "avenc_prores_ks:flags2",
-  "avenc_prores_ks:global-quality",
-  "avenc_prores_ks:gop-size",
-  "avenc_prores_ks:i-qfactor",
-  "avenc_prores_ks:i-qoffset",
-  "avenc_prores_ks:idct",
-  "avenc_prores_ks:ildctcmp",
-  "avenc_prores_ks:keyint-min",
-  "avenc_prores_ks:last-pred",
-  "avenc_prores_ks:lumi-mask",
-  "avenc_prores_ks:max-bframes",
-  "avenc_prores_ks:max-pixels",
-  "avenc_prores_ks:maxrate",
-  "avenc_prores_ks:mbcmp",
-  "avenc_prores_ks:mbd",
-  "avenc_prores_ks:mblmax",
-  "avenc_prores_ks:mblmin",
-  "avenc_prores_ks:mbs-per-slice",
-  "avenc_prores_ks:me-range",
-  "avenc_prores_ks:mepc",
-  "avenc_prores_ks:minrate",
-  "avenc_prores_ks:mpeg-quant",
-  "avenc_prores_ks:multipass-cache-file",
-  "avenc_prores_ks:mv0-threshold",
-  "avenc_prores_ks:nr",
-  "avenc_prores_ks:nssew",
-  "avenc_prores_ks:p-mask",
-  "avenc_prores_ks:pass",
-  "avenc_prores_ks:pre-dia-size",
-  "avenc_prores_ks:precmp",
-  "avenc_prores_ks:pred",
-  "avenc_prores_ks:preme",
-  "avenc_prores_ks:profile",
-  "avenc_prores_ks:ps",
-  "avenc_prores_ks:qblur",
-  "avenc_prores_ks:qcomp",
-  "avenc_prores_ks:qdiff",
-  "avenc_prores_ks:qmax",
-  "avenc_prores_ks:qmin",
-  "avenc_prores_ks:quant-mat",
-  "avenc_prores_ks:quantizer",
-  "avenc_prores_ks:rc-init-occupancy",
-  "avenc_prores_ks:rc-max-vbv-use",
-  "avenc_prores_ks:rc-min-vbv-use",
-  "avenc_prores_ks:refs",
-  "avenc_prores_ks:sc-threshold",
-  "avenc_prores_ks:scplx-mask",
-  "avenc_prores_ks:side-data-only-packets",
-  "avenc_prores_ks:skip-exp",
-  "avenc_prores_ks:skip-factor",
-  "avenc_prores_ks:skip-threshold",
-  "avenc_prores_ks:skipcmp",
-  "avenc_prores_ks:slices",
-  "avenc_prores_ks:strict",
-  "avenc_prores_ks:subcmp",
-  "avenc_prores_ks:subq",
-  "avenc_prores_ks:tcplx-mask",
-  "avenc_prores_ks:thread-type",
-  "avenc_prores_ks:threads",
-  "avenc_prores_ks:ticks-per-frame",
-  "avenc_prores_ks:timecode-frame-start",
-  "avenc_prores_ks:trellis",
-  "avenc_prores_ks:vendor",
-  "avenc_qtrle",
-  "avenc_qtrle!sink",
-  "avenc_qtrle!src",
-  "avenc_qtrle:b-qfactor",
-  "avenc_qtrle:b-qoffset",
-  "avenc_qtrle:b-sensitivity",
-  "avenc_qtrle:b-strategy",
-  "avenc_qtrle:bidir-refine",
-  "avenc_qtrle:bitrate",
-  "avenc_qtrle:bitrate-tolerance",
-  "avenc_qtrle:brd-scale",
-  "avenc_qtrle:bufsize",
-  "avenc_qtrle:chroma-sample-location",
-  "avenc_qtrle:chromaoffset",
-  "avenc_qtrle:cmp",
-  "avenc_qtrle:coder",
-  "avenc_qtrle:compression-level",
-  "avenc_qtrle:context",
-  "avenc_qtrle:dark-mask",
-  "avenc_qtrle:dc",
-  "avenc_qtrle:dct",
-  "avenc_qtrle:debug",
-  "avenc_qtrle:dia-size",
-  "avenc_qtrle:dump-separator",
-  "avenc_qtrle:err-detect",
-  "avenc_qtrle:export-side-data",
-  "avenc_qtrle:field-order",
-  "avenc_qtrle:flags",
-  "avenc_qtrle:flags2",
-  "avenc_qtrle:global-quality",
-  "avenc_qtrle:gop-size",
-  "avenc_qtrle:i-qfactor",
-  "avenc_qtrle:i-qoffset",
-  "avenc_qtrle:idct",
-  "avenc_qtrle:ildctcmp",
-  "avenc_qtrle:keyint-min",
-  "avenc_qtrle:last-pred",
-  "avenc_qtrle:lumi-mask",
-  "avenc_qtrle:max-bframes",
-  "avenc_qtrle:max-pixels",
-  "avenc_qtrle:maxrate",
-  "avenc_qtrle:mbcmp",
-  "avenc_qtrle:mbd",
-  "avenc_qtrle:mblmax",
-  "avenc_qtrle:mblmin",
-  "avenc_qtrle:me-range",
-  "avenc_qtrle:mepc",
-  "avenc_qtrle:minrate",
-  "avenc_qtrle:mpeg-quant",
-  "avenc_qtrle:multipass-cache-file",
-  "avenc_qtrle:mv0-threshold",
-  "avenc_qtrle:nr",
-  "avenc_qtrle:nssew",
-  "avenc_qtrle:p-mask",
-  "avenc_qtrle:pass",
-  "avenc_qtrle:pre-dia-size",
-  "avenc_qtrle:precmp",
-  "avenc_qtrle:pred",
-  "avenc_qtrle:preme",
-  "avenc_qtrle:ps",
-  "avenc_qtrle:qblur",
-  "avenc_qtrle:qcomp",
-  "avenc_qtrle:qdiff",
-  "avenc_qtrle:qmax",
-  "avenc_qtrle:qmin",
-  "avenc_qtrle:quantizer",
-  "avenc_qtrle:rc-init-occupancy",
-  "avenc_qtrle:rc-max-vbv-use",
-  "avenc_qtrle:rc-min-vbv-use",
-  "avenc_qtrle:refs",
-  "avenc_qtrle:sc-threshold",
-  "avenc_qtrle:scplx-mask",
-  "avenc_qtrle:side-data-only-packets",
-  "avenc_qtrle:skip-exp",
-  "avenc_qtrle:skip-factor",
-  "avenc_qtrle:skip-threshold",
-  "avenc_qtrle:skipcmp",
-  "avenc_qtrle:slices",
-  "avenc_qtrle:strict",
-  "avenc_qtrle:subcmp",
-  "avenc_qtrle:subq",
-  "avenc_qtrle:tcplx-mask",
-  "avenc_qtrle:thread-type",
-  "avenc_qtrle:threads",
-  "avenc_qtrle:ticks-per-frame",
-  "avenc_qtrle:timecode-frame-start",
-  "avenc_qtrle:trellis",
-  "avenc_r10k",
-  "avenc_r10k!sink",
-  "avenc_r10k!src",
-  "avenc_r10k:b-qfactor",
-  "avenc_r10k:b-qoffset",
-  "avenc_r10k:b-sensitivity",
-  "avenc_r10k:b-strategy",
-  "avenc_r10k:bidir-refine",
-  "avenc_r10k:bitrate",
-  "avenc_r10k:bitrate-tolerance",
-  "avenc_r10k:brd-scale",
-  "avenc_r10k:bufsize",
-  "avenc_r10k:chroma-sample-location",
-  "avenc_r10k:chromaoffset",
-  "avenc_r10k:cmp",
-  "avenc_r10k:coder",
-  "avenc_r10k:compression-level",
-  "avenc_r10k:context",
-  "avenc_r10k:dark-mask",
-  "avenc_r10k:dc",
-  "avenc_r10k:dct",
-  "avenc_r10k:debug",
-  "avenc_r10k:dia-size",
-  "avenc_r10k:dump-separator",
-  "avenc_r10k:err-detect",
-  "avenc_r10k:export-side-data",
-  "avenc_r10k:field-order",
-  "avenc_r10k:flags",
-  "avenc_r10k:flags2",
-  "avenc_r10k:global-quality",
-  "avenc_r10k:gop-size",
-  "avenc_r10k:i-qfactor",
-  "avenc_r10k:i-qoffset",
-  "avenc_r10k:idct",
-  "avenc_r10k:ildctcmp",
-  "avenc_r10k:keyint-min",
-  "avenc_r10k:last-pred",
-  "avenc_r10k:lumi-mask",
-  "avenc_r10k:max-bframes",
-  "avenc_r10k:max-pixels",
-  "avenc_r10k:maxrate",
-  "avenc_r10k:mbcmp",
-  "avenc_r10k:mbd",
-  "avenc_r10k:mblmax",
-  "avenc_r10k:mblmin",
-  "avenc_r10k:me-range",
-  "avenc_r10k:mepc",
-  "avenc_r10k:minrate",
-  "avenc_r10k:mpeg-quant",
-  "avenc_r10k:multipass-cache-file",
-  "avenc_r10k:mv0-threshold",
-  "avenc_r10k:nr",
-  "avenc_r10k:nssew",
-  "avenc_r10k:p-mask",
-  "avenc_r10k:pass",
-  "avenc_r10k:pre-dia-size",
-  "avenc_r10k:precmp",
-  "avenc_r10k:pred",
-  "avenc_r10k:preme",
-  "avenc_r10k:ps",
-  "avenc_r10k:qblur",
-  "avenc_r10k:qcomp",
-  "avenc_r10k:qdiff",
-  "avenc_r10k:qmax",
-  "avenc_r10k:qmin",
-  "avenc_r10k:quantizer",
-  "avenc_r10k:rc-init-occupancy",
-  "avenc_r10k:rc-max-vbv-use",
-  "avenc_r10k:rc-min-vbv-use",
-  "avenc_r10k:refs",
-  "avenc_r10k:sc-threshold",
-  "avenc_r10k:scplx-mask",
-  "avenc_r10k:side-data-only-packets",
-  "avenc_r10k:skip-exp",
-  "avenc_r10k:skip-factor",
-  "avenc_r10k:skip-threshold",
-  "avenc_r10k:skipcmp",
-  "avenc_r10k:slices",
-  "avenc_r10k:strict",
-  "avenc_r10k:subcmp",
-  "avenc_r10k:subq",
-  "avenc_r10k:tcplx-mask",
-  "avenc_r10k:thread-type",
-  "avenc_r10k:threads",
-  "avenc_r10k:ticks-per-frame",
-  "avenc_r10k:timecode-frame-start",
-  "avenc_r10k:trellis",
-  "avenc_real_144",
-  "avenc_real_144!sink",
-  "avenc_real_144!src",
-  "avenc_real_144:ac",
-  "avenc_real_144:ar",
-  "avenc_real_144:audio-service-type",
-  "avenc_real_144:bitrate",
-  "avenc_real_144:bufsize",
-  "avenc_real_144:channel-layout",
-  "avenc_real_144:compression-level",
-  "avenc_real_144:cutoff",
-  "avenc_real_144:debug",
-  "avenc_real_144:dump-separator",
-  "avenc_real_144:err-detect",
-  "avenc_real_144:export-side-data",
-  "avenc_real_144:flags",
-  "avenc_real_144:flags2",
-  "avenc_real_144:frame-size",
-  "avenc_real_144:global-quality",
-  "avenc_real_144:max-pixels",
-  "avenc_real_144:max-prediction-order",
-  "avenc_real_144:max-samples",
-  "avenc_real_144:maxrate",
-  "avenc_real_144:min-prediction-order",
-  "avenc_real_144:minrate",
-  "avenc_real_144:side-data-only-packets",
-  "avenc_real_144:strict",
-  "avenc_real_144:thread-type",
-  "avenc_real_144:threads",
-  "avenc_real_144:ticks-per-frame",
-  "avenc_real_144:trellis",
-  "avenc_roq_dpcm",
-  "avenc_roq_dpcm!sink",
-  "avenc_roq_dpcm!src",
-  "avenc_roq_dpcm:ac",
-  "avenc_roq_dpcm:ar",
-  "avenc_roq_dpcm:audio-service-type",
-  "avenc_roq_dpcm:bitrate",
-  "avenc_roq_dpcm:bufsize",
-  "avenc_roq_dpcm:channel-layout",
-  "avenc_roq_dpcm:compression-level",
-  "avenc_roq_dpcm:cutoff",
-  "avenc_roq_dpcm:debug",
-  "avenc_roq_dpcm:dump-separator",
-  "avenc_roq_dpcm:err-detect",
-  "avenc_roq_dpcm:export-side-data",
-  "avenc_roq_dpcm:flags",
-  "avenc_roq_dpcm:flags2",
-  "avenc_roq_dpcm:frame-size",
-  "avenc_roq_dpcm:global-quality",
-  "avenc_roq_dpcm:max-pixels",
-  "avenc_roq_dpcm:max-prediction-order",
-  "avenc_roq_dpcm:max-samples",
-  "avenc_roq_dpcm:maxrate",
-  "avenc_roq_dpcm:min-prediction-order",
-  "avenc_roq_dpcm:minrate",
-  "avenc_roq_dpcm:side-data-only-packets",
-  "avenc_roq_dpcm:strict",
-  "avenc_roq_dpcm:thread-type",
-  "avenc_roq_dpcm:threads",
-  "avenc_roq_dpcm:ticks-per-frame",
-  "avenc_roq_dpcm:trellis",
-  "avenc_roqvideo",
-  "avenc_roqvideo!sink",
-  "avenc_roqvideo!src",
-  "avenc_roqvideo:b-qfactor",
-  "avenc_roqvideo:b-qoffset",
-  "avenc_roqvideo:b-sensitivity",
-  "avenc_roqvideo:b-strategy",
-  "avenc_roqvideo:bidir-refine",
-  "avenc_roqvideo:bitrate",
-  "avenc_roqvideo:bitrate-tolerance",
-  "avenc_roqvideo:brd-scale",
-  "avenc_roqvideo:bufsize",
-  "avenc_roqvideo:chroma-sample-location",
-  "avenc_roqvideo:chromaoffset",
-  "avenc_roqvideo:cmp",
-  "avenc_roqvideo:coder",
-  "avenc_roqvideo:compression-level",
-  "avenc_roqvideo:context",
-  "avenc_roqvideo:dark-mask",
-  "avenc_roqvideo:dc",
-  "avenc_roqvideo:dct",
-  "avenc_roqvideo:debug",
-  "avenc_roqvideo:dia-size",
-  "avenc_roqvideo:dump-separator",
-  "avenc_roqvideo:err-detect",
-  "avenc_roqvideo:export-side-data",
-  "avenc_roqvideo:field-order",
-  "avenc_roqvideo:flags",
-  "avenc_roqvideo:flags2",
-  "avenc_roqvideo:global-quality",
-  "avenc_roqvideo:gop-size",
-  "avenc_roqvideo:i-qfactor",
-  "avenc_roqvideo:i-qoffset",
-  "avenc_roqvideo:idct",
-  "avenc_roqvideo:ildctcmp",
-  "avenc_roqvideo:keyint-min",
-  "avenc_roqvideo:last-pred",
-  "avenc_roqvideo:lumi-mask",
-  "avenc_roqvideo:max-bframes",
-  "avenc_roqvideo:max-pixels",
-  "avenc_roqvideo:maxrate",
-  "avenc_roqvideo:mbcmp",
-  "avenc_roqvideo:mbd",
-  "avenc_roqvideo:mblmax",
-  "avenc_roqvideo:mblmin",
-  "avenc_roqvideo:me-range",
-  "avenc_roqvideo:mepc",
-  "avenc_roqvideo:minrate",
-  "avenc_roqvideo:mpeg-quant",
-  "avenc_roqvideo:multipass-cache-file",
-  "avenc_roqvideo:mv0-threshold",
-  "avenc_roqvideo:nr",
-  "avenc_roqvideo:nssew",
-  "avenc_roqvideo:p-mask",
-  "avenc_roqvideo:pass",
-  "avenc_roqvideo:pre-dia-size",
-  "avenc_roqvideo:precmp",
-  "avenc_roqvideo:pred",
-  "avenc_roqvideo:preme",
-  "avenc_roqvideo:ps",
-  "avenc_roqvideo:qblur",
-  "avenc_roqvideo:qcomp",
-  "avenc_roqvideo:qdiff",
-  "avenc_roqvideo:qmax",
-  "avenc_roqvideo:qmin",
-  "avenc_roqvideo:quake3-compat",
-  "avenc_roqvideo:quantizer",
-  "avenc_roqvideo:rc-init-occupancy",
-  "avenc_roqvideo:rc-max-vbv-use",
-  "avenc_roqvideo:rc-min-vbv-use",
-  "avenc_roqvideo:refs",
-  "avenc_roqvideo:sc-threshold",
-  "avenc_roqvideo:scplx-mask",
-  "avenc_roqvideo:side-data-only-packets",
-  "avenc_roqvideo:skip-exp",
-  "avenc_roqvideo:skip-factor",
-  "avenc_roqvideo:skip-threshold",
-  "avenc_roqvideo:skipcmp",
-  "avenc_roqvideo:slices",
-  "avenc_roqvideo:strict",
-  "avenc_roqvideo:subcmp",
-  "avenc_roqvideo:subq",
-  "avenc_roqvideo:tcplx-mask",
-  "avenc_roqvideo:thread-type",
-  "avenc_roqvideo:threads",
-  "avenc_roqvideo:ticks-per-frame",
-  "avenc_roqvideo:timecode-frame-start",
-  "avenc_roqvideo:trellis",
-  "avenc_rpza",
-  "avenc_rpza!sink",
-  "avenc_rpza!src",
-  "avenc_rpza:b-qfactor",
-  "avenc_rpza:b-qoffset",
-  "avenc_rpza:b-sensitivity",
-  "avenc_rpza:b-strategy",
-  "avenc_rpza:bidir-refine",
-  "avenc_rpza:bitrate",
-  "avenc_rpza:bitrate-tolerance",
-  "avenc_rpza:brd-scale",
-  "avenc_rpza:bufsize",
-  "avenc_rpza:chroma-sample-location",
-  "avenc_rpza:chromaoffset",
-  "avenc_rpza:cmp",
-  "avenc_rpza:coder",
-  "avenc_rpza:compression-level",
-  "avenc_rpza:context",
-  "avenc_rpza:continue-one-color-thresh",
-  "avenc_rpza:dark-mask",
-  "avenc_rpza:dc",
-  "avenc_rpza:dct",
-  "avenc_rpza:debug",
-  "avenc_rpza:dia-size",
-  "avenc_rpza:dump-separator",
-  "avenc_rpza:err-detect",
-  "avenc_rpza:export-side-data",
-  "avenc_rpza:field-order",
-  "avenc_rpza:flags",
-  "avenc_rpza:flags2",
-  "avenc_rpza:global-quality",
-  "avenc_rpza:gop-size",
-  "avenc_rpza:i-qfactor",
-  "avenc_rpza:i-qoffset",
-  "avenc_rpza:idct",
-  "avenc_rpza:ildctcmp",
-  "avenc_rpza:keyint-min",
-  "avenc_rpza:last-pred",
-  "avenc_rpza:lumi-mask",
-  "avenc_rpza:max-bframes",
-  "avenc_rpza:max-pixels",
-  "avenc_rpza:maxrate",
-  "avenc_rpza:mbcmp",
-  "avenc_rpza:mbd",
-  "avenc_rpza:mblmax",
-  "avenc_rpza:mblmin",
-  "avenc_rpza:me-range",
-  "avenc_rpza:mepc",
-  "avenc_rpza:minrate",
-  "avenc_rpza:mpeg-quant",
-  "avenc_rpza:multipass-cache-file",
-  "avenc_rpza:mv0-threshold",
-  "avenc_rpza:nr",
-  "avenc_rpza:nssew",
-  "avenc_rpza:p-mask",
-  "avenc_rpza:pass",
-  "avenc_rpza:pre-dia-size",
-  "avenc_rpza:precmp",
-  "avenc_rpza:pred",
-  "avenc_rpza:preme",
-  "avenc_rpza:ps",
-  "avenc_rpza:qblur",
-  "avenc_rpza:qcomp",
-  "avenc_rpza:qdiff",
-  "avenc_rpza:qmax",
-  "avenc_rpza:qmin",
-  "avenc_rpza:quantizer",
-  "avenc_rpza:rc-init-occupancy",
-  "avenc_rpza:rc-max-vbv-use",
-  "avenc_rpza:rc-min-vbv-use",
-  "avenc_rpza:refs",
-  "avenc_rpza:sc-threshold",
-  "avenc_rpza:scplx-mask",
-  "avenc_rpza:side-data-only-packets",
-  "avenc_rpza:sixteen-color-thresh",
-  "avenc_rpza:skip-exp",
-  "avenc_rpza:skip-factor",
-  "avenc_rpza:skip-frame-thresh",
-  "avenc_rpza:skip-threshold",
-  "avenc_rpza:skipcmp",
-  "avenc_rpza:slices",
-  "avenc_rpza:start-one-color-thresh",
-  "avenc_rpza:strict",
-  "avenc_rpza:subcmp",
-  "avenc_rpza:subq",
-  "avenc_rpza:tcplx-mask",
-  "avenc_rpza:thread-type",
-  "avenc_rpza:threads",
-  "avenc_rpza:ticks-per-frame",
-  "avenc_rpza:timecode-frame-start",
-  "avenc_rpza:trellis",
-  "avenc_rv10",
-  "avenc_rv10!sink",
-  "avenc_rv10!src",
-  "avenc_rv10:a53cc",
-  "avenc_rv10:b-qfactor",
-  "avenc_rv10:b-qoffset",
-  "avenc_rv10:b-sensitivity",
-  "avenc_rv10:b-strategy",
-  "avenc_rv10:bidir-refine",
-  "avenc_rv10:bitrate",
-  "avenc_rv10:bitrate-tolerance",
-  "avenc_rv10:border-mask",
-  "avenc_rv10:brd-scale",
-  "avenc_rv10:bufsize",
-  "avenc_rv10:chroma-elim-threshold",
-  "avenc_rv10:chroma-sample-location",
-  "avenc_rv10:chromaoffset",
-  "avenc_rv10:cmp",
-  "avenc_rv10:coder",
-  "avenc_rv10:compression-level",
-  "avenc_rv10:context",
-  "avenc_rv10:dark-mask",
-  "avenc_rv10:dc",
-  "avenc_rv10:dct",
-  "avenc_rv10:debug",
-  "avenc_rv10:dia-size",
-  "avenc_rv10:dump-separator",
-  "avenc_rv10:err-detect",
-  "avenc_rv10:error-rate",
-  "avenc_rv10:export-side-data",
-  "avenc_rv10:field-order",
-  "avenc_rv10:flags",
-  "avenc_rv10:flags2",
-  "avenc_rv10:force-duplicated-matrix",
-  "avenc_rv10:global-quality",
-  "avenc_rv10:gop-size",
-  "avenc_rv10:i-qfactor",
-  "avenc_rv10:i-qoffset",
-  "avenc_rv10:ibias",
-  "avenc_rv10:idct",
-  "avenc_rv10:ildctcmp",
-  "avenc_rv10:intra-penalty",
-  "avenc_rv10:keyint-min",
-  "avenc_rv10:last-pred",
-  "avenc_rv10:lmax",
-  "avenc_rv10:lmin",
-  "avenc_rv10:luma-elim-threshold",
-  "avenc_rv10:lumi-mask",
-  "avenc_rv10:max-bframes",
-  "avenc_rv10:max-pixels",
-  "avenc_rv10:maxrate",
-  "avenc_rv10:mbcmp",
-  "avenc_rv10:mbd",
-  "avenc_rv10:mblmax",
-  "avenc_rv10:mblmin",
-  "avenc_rv10:me-range",
-  "avenc_rv10:mepc",
-  "avenc_rv10:mepre",
-  "avenc_rv10:minrate",
-  "avenc_rv10:motion-est",
-  "avenc_rv10:mpeg-quant",
-  "avenc_rv10:mpv-flags",
-  "avenc_rv10:multipass-cache-file",
-  "avenc_rv10:mv0-threshold",
-  "avenc_rv10:noise-reduction",
-  "avenc_rv10:nr",
-  "avenc_rv10:nssew",
-  "avenc_rv10:p-mask",
-  "avenc_rv10:pass",
-  "avenc_rv10:pbias",
-  "avenc_rv10:pre-dia-size",
-  "avenc_rv10:precmp",
-  "avenc_rv10:pred",
-  "avenc_rv10:preme",
-  "avenc_rv10:ps",
-  "avenc_rv10:qblur",
-  "avenc_rv10:qcomp",
-  "avenc_rv10:qdiff",
-  "avenc_rv10:qmax",
-  "avenc_rv10:qmin",
-  "avenc_rv10:qsquish",
-  "avenc_rv10:quantizer",
-  "avenc_rv10:quantizer-noise-shaping",
-  "avenc_rv10:rc-buf-aggressivity",
-  "avenc_rv10:rc-eq",
-  "avenc_rv10:rc-init-cplx",
-  "avenc_rv10:rc-init-occupancy",
-  "avenc_rv10:rc-max-vbv-use",
-  "avenc_rv10:rc-min-vbv-use",
-  "avenc_rv10:rc-qmod-amp",
-  "avenc_rv10:rc-qmod-freq",
-  "avenc_rv10:rc-strategy",
-  "avenc_rv10:refs",
-  "avenc_rv10:sc-threshold",
-  "avenc_rv10:scplx-mask",
-  "avenc_rv10:side-data-only-packets",
-  "avenc_rv10:skip-cmp",
-  "avenc_rv10:skip-exp",
-  "avenc_rv10:skip-factor",
-  "avenc_rv10:skip-threshold",
-  "avenc_rv10:skipcmp",
-  "avenc_rv10:slices",
-  "avenc_rv10:strict",
-  "avenc_rv10:subcmp",
-  "avenc_rv10:subq",
-  "avenc_rv10:tcplx-mask",
-  "avenc_rv10:thread-type",
-  "avenc_rv10:threads",
-  "avenc_rv10:ticks-per-frame",
-  "avenc_rv10:timecode-frame-start",
-  "avenc_rv10:trellis",
-  "avenc_rv20",
-  "avenc_rv20!sink",
-  "avenc_rv20!src",
-  "avenc_rv20:a53cc",
-  "avenc_rv20:b-qfactor",
-  "avenc_rv20:b-qoffset",
-  "avenc_rv20:b-sensitivity",
-  "avenc_rv20:b-strategy",
-  "avenc_rv20:bidir-refine",
-  "avenc_rv20:bitrate",
-  "avenc_rv20:bitrate-tolerance",
-  "avenc_rv20:border-mask",
-  "avenc_rv20:brd-scale",
-  "avenc_rv20:bufsize",
-  "avenc_rv20:chroma-elim-threshold",
-  "avenc_rv20:chroma-sample-location",
-  "avenc_rv20:chromaoffset",
-  "avenc_rv20:cmp",
-  "avenc_rv20:coder",
-  "avenc_rv20:compression-level",
-  "avenc_rv20:context",
-  "avenc_rv20:dark-mask",
-  "avenc_rv20:dc",
-  "avenc_rv20:dct",
-  "avenc_rv20:debug",
-  "avenc_rv20:dia-size",
-  "avenc_rv20:dump-separator",
-  "avenc_rv20:err-detect",
-  "avenc_rv20:error-rate",
-  "avenc_rv20:export-side-data",
-  "avenc_rv20:field-order",
-  "avenc_rv20:flags",
-  "avenc_rv20:flags2",
-  "avenc_rv20:force-duplicated-matrix",
-  "avenc_rv20:global-quality",
-  "avenc_rv20:gop-size",
-  "avenc_rv20:i-qfactor",
-  "avenc_rv20:i-qoffset",
-  "avenc_rv20:ibias",
-  "avenc_rv20:idct",
-  "avenc_rv20:ildctcmp",
-  "avenc_rv20:intra-penalty",
-  "avenc_rv20:keyint-min",
-  "avenc_rv20:last-pred",
-  "avenc_rv20:lmax",
-  "avenc_rv20:lmin",
-  "avenc_rv20:luma-elim-threshold",
-  "avenc_rv20:lumi-mask",
-  "avenc_rv20:max-bframes",
-  "avenc_rv20:max-pixels",
-  "avenc_rv20:maxrate",
-  "avenc_rv20:mbcmp",
-  "avenc_rv20:mbd",
-  "avenc_rv20:mblmax",
-  "avenc_rv20:mblmin",
-  "avenc_rv20:me-range",
-  "avenc_rv20:mepc",
-  "avenc_rv20:mepre",
-  "avenc_rv20:minrate",
-  "avenc_rv20:motion-est",
-  "avenc_rv20:mpeg-quant",
-  "avenc_rv20:mpv-flags",
-  "avenc_rv20:multipass-cache-file",
-  "avenc_rv20:mv0-threshold",
-  "avenc_rv20:noise-reduction",
-  "avenc_rv20:nr",
-  "avenc_rv20:nssew",
-  "avenc_rv20:p-mask",
-  "avenc_rv20:pass",
-  "avenc_rv20:pbias",
-  "avenc_rv20:pre-dia-size",
-  "avenc_rv20:precmp",
-  "avenc_rv20:pred",
-  "avenc_rv20:preme",
-  "avenc_rv20:ps",
-  "avenc_rv20:qblur",
-  "avenc_rv20:qcomp",
-  "avenc_rv20:qdiff",
-  "avenc_rv20:qmax",
-  "avenc_rv20:qmin",
-  "avenc_rv20:qsquish",
-  "avenc_rv20:quantizer",
-  "avenc_rv20:quantizer-noise-shaping",
-  "avenc_rv20:rc-buf-aggressivity",
-  "avenc_rv20:rc-eq",
-  "avenc_rv20:rc-init-cplx",
-  "avenc_rv20:rc-init-occupancy",
-  "avenc_rv20:rc-max-vbv-use",
-  "avenc_rv20:rc-min-vbv-use",
-  "avenc_rv20:rc-qmod-amp",
-  "avenc_rv20:rc-qmod-freq",
-  "avenc_rv20:rc-strategy",
-  "avenc_rv20:refs",
-  "avenc_rv20:sc-threshold",
-  "avenc_rv20:scplx-mask",
-  "avenc_rv20:side-data-only-packets",
-  "avenc_rv20:skip-cmp",
-  "avenc_rv20:skip-exp",
-  "avenc_rv20:skip-factor",
-  "avenc_rv20:skip-threshold",
-  "avenc_rv20:skipcmp",
-  "avenc_rv20:slices",
-  "avenc_rv20:strict",
-  "avenc_rv20:subcmp",
-  "avenc_rv20:subq",
-  "avenc_rv20:tcplx-mask",
-  "avenc_rv20:thread-type",
-  "avenc_rv20:threads",
-  "avenc_rv20:ticks-per-frame",
-  "avenc_rv20:timecode-frame-start",
-  "avenc_rv20:trellis",
-  "avenc_s302m",
-  "avenc_s302m!sink",
-  "avenc_s302m!src",
-  "avenc_s302m:ac",
-  "avenc_s302m:ar",
-  "avenc_s302m:audio-service-type",
-  "avenc_s302m:bitrate",
-  "avenc_s302m:bufsize",
-  "avenc_s302m:channel-layout",
-  "avenc_s302m:compression-level",
-  "avenc_s302m:cutoff",
-  "avenc_s302m:debug",
-  "avenc_s302m:dump-separator",
-  "avenc_s302m:err-detect",
-  "avenc_s302m:export-side-data",
-  "avenc_s302m:flags",
-  "avenc_s302m:flags2",
-  "avenc_s302m:frame-size",
-  "avenc_s302m:global-quality",
-  "avenc_s302m:max-pixels",
-  "avenc_s302m:max-prediction-order",
-  "avenc_s302m:max-samples",
-  "avenc_s302m:maxrate",
-  "avenc_s302m:min-prediction-order",
-  "avenc_s302m:minrate",
-  "avenc_s302m:side-data-only-packets",
-  "avenc_s302m:strict",
-  "avenc_s302m:thread-type",
-  "avenc_s302m:threads",
-  "avenc_s302m:ticks-per-frame",
-  "avenc_s302m:trellis",
-  "avenc_sbc",
-  "avenc_sbc!sink",
-  "avenc_sbc!src",
-  "avenc_sbc:ac",
-  "avenc_sbc:ar",
-  "avenc_sbc:audio-service-type",
-  "avenc_sbc:bitrate",
-  "avenc_sbc:bufsize",
-  "avenc_sbc:channel-layout",
-  "avenc_sbc:compression-level",
-  "avenc_sbc:cutoff",
-  "avenc_sbc:debug",
-  "avenc_sbc:dump-separator",
-  "avenc_sbc:err-detect",
-  "avenc_sbc:export-side-data",
-  "avenc_sbc:flags",
-  "avenc_sbc:flags2",
-  "avenc_sbc:frame-size",
-  "avenc_sbc:global-quality",
-  "avenc_sbc:max-pixels",
-  "avenc_sbc:max-prediction-order",
-  "avenc_sbc:max-samples",
-  "avenc_sbc:maxrate",
-  "avenc_sbc:min-prediction-order",
-  "avenc_sbc:minrate",
-  "avenc_sbc:msbc",
-  "avenc_sbc:sbc-delay",
-  "avenc_sbc:side-data-only-packets",
-  "avenc_sbc:strict",
-  "avenc_sbc:thread-type",
-  "avenc_sbc:threads",
-  "avenc_sbc:ticks-per-frame",
-  "avenc_sbc:trellis",
-  "avenc_sgi",
-  "avenc_sgi!sink",
-  "avenc_sgi!src",
-  "avenc_sgi:b-qfactor",
-  "avenc_sgi:b-qoffset",
-  "avenc_sgi:b-sensitivity",
-  "avenc_sgi:b-strategy",
-  "avenc_sgi:bidir-refine",
-  "avenc_sgi:bitrate",
-  "avenc_sgi:bitrate-tolerance",
-  "avenc_sgi:brd-scale",
-  "avenc_sgi:bufsize",
-  "avenc_sgi:chroma-sample-location",
-  "avenc_sgi:chromaoffset",
-  "avenc_sgi:cmp",
-  "avenc_sgi:coder",
-  "avenc_sgi:compression-level",
-  "avenc_sgi:context",
-  "avenc_sgi:dark-mask",
-  "avenc_sgi:dc",
-  "avenc_sgi:dct",
-  "avenc_sgi:debug",
-  "avenc_sgi:dia-size",
-  "avenc_sgi:dump-separator",
-  "avenc_sgi:err-detect",
-  "avenc_sgi:export-side-data",
-  "avenc_sgi:field-order",
-  "avenc_sgi:flags",
-  "avenc_sgi:flags2",
-  "avenc_sgi:global-quality",
-  "avenc_sgi:gop-size",
-  "avenc_sgi:i-qfactor",
-  "avenc_sgi:i-qoffset",
-  "avenc_sgi:idct",
-  "avenc_sgi:ildctcmp",
-  "avenc_sgi:keyint-min",
-  "avenc_sgi:last-pred",
-  "avenc_sgi:lumi-mask",
-  "avenc_sgi:max-bframes",
-  "avenc_sgi:max-pixels",
-  "avenc_sgi:maxrate",
-  "avenc_sgi:mbcmp",
-  "avenc_sgi:mbd",
-  "avenc_sgi:mblmax",
-  "avenc_sgi:mblmin",
-  "avenc_sgi:me-range",
-  "avenc_sgi:mepc",
-  "avenc_sgi:minrate",
-  "avenc_sgi:mpeg-quant",
-  "avenc_sgi:multipass-cache-file",
-  "avenc_sgi:mv0-threshold",
-  "avenc_sgi:nr",
-  "avenc_sgi:nssew",
-  "avenc_sgi:p-mask",
-  "avenc_sgi:pass",
-  "avenc_sgi:pre-dia-size",
-  "avenc_sgi:precmp",
-  "avenc_sgi:pred",
-  "avenc_sgi:preme",
-  "avenc_sgi:ps",
-  "avenc_sgi:qblur",
-  "avenc_sgi:qcomp",
-  "avenc_sgi:qdiff",
-  "avenc_sgi:qmax",
-  "avenc_sgi:qmin",
-  "avenc_sgi:quantizer",
-  "avenc_sgi:rc-init-occupancy",
-  "avenc_sgi:rc-max-vbv-use",
-  "avenc_sgi:rc-min-vbv-use",
-  "avenc_sgi:refs",
-  "avenc_sgi:rle",
-  "avenc_sgi:sc-threshold",
-  "avenc_sgi:scplx-mask",
-  "avenc_sgi:side-data-only-packets",
-  "avenc_sgi:skip-exp",
-  "avenc_sgi:skip-factor",
-  "avenc_sgi:skip-threshold",
-  "avenc_sgi:skipcmp",
-  "avenc_sgi:slices",
-  "avenc_sgi:strict",
-  "avenc_sgi:subcmp",
-  "avenc_sgi:subq",
-  "avenc_sgi:tcplx-mask",
-  "avenc_sgi:thread-type",
-  "avenc_sgi:threads",
-  "avenc_sgi:ticks-per-frame",
-  "avenc_sgi:timecode-frame-start",
-  "avenc_sgi:trellis",
-  "avenc_snow",
-  "avenc_snow!sink",
-  "avenc_snow!src",
-  "avenc_snow:b-qfactor",
-  "avenc_snow:b-qoffset",
-  "avenc_snow:b-sensitivity",
-  "avenc_snow:b-strategy",
-  "avenc_snow:bidir-refine",
-  "avenc_snow:bitrate",
-  "avenc_snow:bitrate-tolerance",
-  "avenc_snow:brd-scale",
-  "avenc_snow:bufsize",
-  "avenc_snow:chroma-sample-location",
-  "avenc_snow:chromaoffset",
-  "avenc_snow:cmp",
-  "avenc_snow:coder",
-  "avenc_snow:compression-level",
-  "avenc_snow:context",
-  "avenc_snow:dark-mask",
-  "avenc_snow:dc",
-  "avenc_snow:dct",
-  "avenc_snow:debug",
-  "avenc_snow:dia-size",
-  "avenc_snow:dump-separator",
-  "avenc_snow:err-detect",
-  "avenc_snow:export-side-data",
-  "avenc_snow:field-order",
-  "avenc_snow:flags",
-  "avenc_snow:flags2",
-  "avenc_snow:global-quality",
-  "avenc_snow:gop-size",
-  "avenc_snow:i-qfactor",
-  "avenc_snow:i-qoffset",
-  "avenc_snow:idct",
-  "avenc_snow:ildctcmp",
-  "avenc_snow:intra-penalty",
-  "avenc_snow:iterative-dia-size",
-  "avenc_snow:keyint-min",
-  "avenc_snow:last-pred",
-  "avenc_snow:lumi-mask",
-  "avenc_snow:max-bframes",
-  "avenc_snow:max-pixels",
-  "avenc_snow:maxrate",
-  "avenc_snow:mbcmp",
-  "avenc_snow:mbd",
-  "avenc_snow:mblmax",
-  "avenc_snow:mblmin",
-  "avenc_snow:me-range",
-  "avenc_snow:memc-only",
-  "avenc_snow:mepc",
-  "avenc_snow:minrate",
-  "avenc_snow:motion-est",
-  "avenc_snow:mpeg-quant",
-  "avenc_snow:multipass-cache-file",
-  "avenc_snow:mv0-threshold",
-  "avenc_snow:no-bitstream",
-  "avenc_snow:nr",
-  "avenc_snow:nssew",
-  "avenc_snow:p-mask",
-  "avenc_snow:pass",
-  "avenc_snow:pre-dia-size",
-  "avenc_snow:precmp",
-  "avenc_snow:pred",
-  "avenc_snow:preme",
-  "avenc_snow:ps",
-  "avenc_snow:qblur",
-  "avenc_snow:qcomp",
-  "avenc_snow:qdiff",
-  "avenc_snow:qmax",
-  "avenc_snow:qmin",
-  "avenc_snow:quantizer",
-  "avenc_snow:rc-eq",
-  "avenc_snow:rc-init-occupancy",
-  "avenc_snow:rc-max-vbv-use",
-  "avenc_snow:rc-min-vbv-use",
-  "avenc_snow:refs",
-  "avenc_snow:sc-threshold",
-  "avenc_snow:scplx-mask",
-  "avenc_snow:side-data-only-packets",
-  "avenc_snow:skip-exp",
-  "avenc_snow:skip-factor",
-  "avenc_snow:skip-threshold",
-  "avenc_snow:skipcmp",
-  "avenc_snow:slices",
-  "avenc_snow:strict",
-  "avenc_snow:subcmp",
-  "avenc_snow:subq",
-  "avenc_snow:tcplx-mask",
-  "avenc_snow:thread-type",
-  "avenc_snow:threads",
-  "avenc_snow:ticks-per-frame",
-  "avenc_snow:timecode-frame-start",
-  "avenc_snow:trellis",
-  "avenc_sonic",
-  "avenc_sonic!sink",
-  "avenc_sonic!src",
-  "avenc_sonic:ac",
-  "avenc_sonic:ar",
-  "avenc_sonic:audio-service-type",
-  "avenc_sonic:bitrate",
-  "avenc_sonic:bufsize",
-  "avenc_sonic:channel-layout",
-  "avenc_sonic:compression-level",
-  "avenc_sonic:cutoff",
-  "avenc_sonic:debug",
-  "avenc_sonic:dump-separator",
-  "avenc_sonic:err-detect",
-  "avenc_sonic:export-side-data",
-  "avenc_sonic:flags",
-  "avenc_sonic:flags2",
-  "avenc_sonic:frame-size",
-  "avenc_sonic:global-quality",
-  "avenc_sonic:max-pixels",
-  "avenc_sonic:max-prediction-order",
-  "avenc_sonic:max-samples",
-  "avenc_sonic:maxrate",
-  "avenc_sonic:min-prediction-order",
-  "avenc_sonic:minrate",
-  "avenc_sonic:side-data-only-packets",
-  "avenc_sonic:strict",
-  "avenc_sonic:thread-type",
-  "avenc_sonic:threads",
-  "avenc_sonic:ticks-per-frame",
-  "avenc_sonic:trellis",
-  "avenc_sonicls",
-  "avenc_sonicls!sink",
-  "avenc_sonicls!src",
-  "avenc_sonicls:ac",
-  "avenc_sonicls:ar",
-  "avenc_sonicls:audio-service-type",
-  "avenc_sonicls:bitrate",
-  "avenc_sonicls:bufsize",
-  "avenc_sonicls:channel-layout",
-  "avenc_sonicls:compression-level",
-  "avenc_sonicls:cutoff",
-  "avenc_sonicls:debug",
-  "avenc_sonicls:dump-separator",
-  "avenc_sonicls:err-detect",
-  "avenc_sonicls:export-side-data",
-  "avenc_sonicls:flags",
-  "avenc_sonicls:flags2",
-  "avenc_sonicls:frame-size",
-  "avenc_sonicls:global-quality",
-  "avenc_sonicls:max-pixels",
-  "avenc_sonicls:max-prediction-order",
-  "avenc_sonicls:max-samples",
-  "avenc_sonicls:maxrate",
-  "avenc_sonicls:min-prediction-order",
-  "avenc_sonicls:minrate",
-  "avenc_sonicls:side-data-only-packets",
-  "avenc_sonicls:strict",
-  "avenc_sonicls:thread-type",
-  "avenc_sonicls:threads",
-  "avenc_sonicls:ticks-per-frame",
-  "avenc_sonicls:trellis",
-  "avenc_speedhq",
-  "avenc_speedhq!sink",
-  "avenc_speedhq!src",
-  "avenc_speedhq:a53cc",
-  "avenc_speedhq:b-qfactor",
-  "avenc_speedhq:b-qoffset",
-  "avenc_speedhq:b-sensitivity",
-  "avenc_speedhq:b-strategy",
-  "avenc_speedhq:bidir-refine",
-  "avenc_speedhq:bitrate",
-  "avenc_speedhq:bitrate-tolerance",
-  "avenc_speedhq:border-mask",
-  "avenc_speedhq:brd-scale",
-  "avenc_speedhq:bufsize",
-  "avenc_speedhq:chroma-elim-threshold",
-  "avenc_speedhq:chroma-sample-location",
-  "avenc_speedhq:chromaoffset",
-  "avenc_speedhq:cmp",
-  "avenc_speedhq:coder",
-  "avenc_speedhq:compression-level",
-  "avenc_speedhq:context",
-  "avenc_speedhq:dark-mask",
-  "avenc_speedhq:dc",
-  "avenc_speedhq:dct",
-  "avenc_speedhq:debug",
-  "avenc_speedhq:dia-size",
-  "avenc_speedhq:dump-separator",
-  "avenc_speedhq:err-detect",
-  "avenc_speedhq:error-rate",
-  "avenc_speedhq:export-side-data",
-  "avenc_speedhq:field-order",
-  "avenc_speedhq:flags",
-  "avenc_speedhq:flags2",
-  "avenc_speedhq:force-duplicated-matrix",
-  "avenc_speedhq:global-quality",
-  "avenc_speedhq:gop-size",
-  "avenc_speedhq:i-qfactor",
-  "avenc_speedhq:i-qoffset",
-  "avenc_speedhq:ibias",
-  "avenc_speedhq:idct",
-  "avenc_speedhq:ildctcmp",
-  "avenc_speedhq:intra-penalty",
-  "avenc_speedhq:keyint-min",
-  "avenc_speedhq:last-pred",
-  "avenc_speedhq:lmax",
-  "avenc_speedhq:lmin",
-  "avenc_speedhq:luma-elim-threshold",
-  "avenc_speedhq:lumi-mask",
-  "avenc_speedhq:max-bframes",
-  "avenc_speedhq:max-pixels",
-  "avenc_speedhq:maxrate",
-  "avenc_speedhq:mbcmp",
-  "avenc_speedhq:mbd",
-  "avenc_speedhq:mblmax",
-  "avenc_speedhq:mblmin",
-  "avenc_speedhq:me-range",
-  "avenc_speedhq:mepc",
-  "avenc_speedhq:mepre",
-  "avenc_speedhq:minrate",
-  "avenc_speedhq:motion-est",
-  "avenc_speedhq:mpeg-quant",
-  "avenc_speedhq:mpv-flags",
-  "avenc_speedhq:multipass-cache-file",
-  "avenc_speedhq:mv0-threshold",
-  "avenc_speedhq:noise-reduction",
-  "avenc_speedhq:nr",
-  "avenc_speedhq:nssew",
-  "avenc_speedhq:p-mask",
-  "avenc_speedhq:pass",
-  "avenc_speedhq:pbias",
-  "avenc_speedhq:pre-dia-size",
-  "avenc_speedhq:precmp",
-  "avenc_speedhq:pred",
-  "avenc_speedhq:preme",
-  "avenc_speedhq:ps",
-  "avenc_speedhq:qblur",
-  "avenc_speedhq:qcomp",
-  "avenc_speedhq:qdiff",
-  "avenc_speedhq:qmax",
-  "avenc_speedhq:qmin",
-  "avenc_speedhq:qsquish",
-  "avenc_speedhq:quantizer",
-  "avenc_speedhq:quantizer-noise-shaping",
-  "avenc_speedhq:rc-buf-aggressivity",
-  "avenc_speedhq:rc-eq",
-  "avenc_speedhq:rc-init-cplx",
-  "avenc_speedhq:rc-init-occupancy",
-  "avenc_speedhq:rc-max-vbv-use",
-  "avenc_speedhq:rc-min-vbv-use",
-  "avenc_speedhq:rc-qmod-amp",
-  "avenc_speedhq:rc-qmod-freq",
-  "avenc_speedhq:rc-strategy",
-  "avenc_speedhq:refs",
-  "avenc_speedhq:sc-threshold",
-  "avenc_speedhq:scplx-mask",
-  "avenc_speedhq:side-data-only-packets",
-  "avenc_speedhq:skip-cmp",
-  "avenc_speedhq:skip-exp",
-  "avenc_speedhq:skip-factor",
-  "avenc_speedhq:skip-threshold",
-  "avenc_speedhq:skipcmp",
-  "avenc_speedhq:slices",
-  "avenc_speedhq:strict",
-  "avenc_speedhq:subcmp",
-  "avenc_speedhq:subq",
-  "avenc_speedhq:tcplx-mask",
-  "avenc_speedhq:thread-type",
-  "avenc_speedhq:threads",
-  "avenc_speedhq:ticks-per-frame",
-  "avenc_speedhq:timecode-frame-start",
-  "avenc_speedhq:trellis",
-  "avenc_sunrast",
-  "avenc_sunrast!sink",
-  "avenc_sunrast!src",
-  "avenc_sunrast:b-qfactor",
-  "avenc_sunrast:b-qoffset",
-  "avenc_sunrast:b-sensitivity",
-  "avenc_sunrast:b-strategy",
-  "avenc_sunrast:bidir-refine",
-  "avenc_sunrast:bitrate",
-  "avenc_sunrast:bitrate-tolerance",
-  "avenc_sunrast:brd-scale",
-  "avenc_sunrast:bufsize",
-  "avenc_sunrast:chroma-sample-location",
-  "avenc_sunrast:chromaoffset",
-  "avenc_sunrast:cmp",
-  "avenc_sunrast:coder",
-  "avenc_sunrast:compression-level",
-  "avenc_sunrast:context",
-  "avenc_sunrast:dark-mask",
-  "avenc_sunrast:dc",
-  "avenc_sunrast:dct",
-  "avenc_sunrast:debug",
-  "avenc_sunrast:dia-size",
-  "avenc_sunrast:dump-separator",
-  "avenc_sunrast:err-detect",
-  "avenc_sunrast:export-side-data",
-  "avenc_sunrast:field-order",
-  "avenc_sunrast:flags",
-  "avenc_sunrast:flags2",
-  "avenc_sunrast:global-quality",
-  "avenc_sunrast:gop-size",
-  "avenc_sunrast:i-qfactor",
-  "avenc_sunrast:i-qoffset",
-  "avenc_sunrast:idct",
-  "avenc_sunrast:ildctcmp",
-  "avenc_sunrast:keyint-min",
-  "avenc_sunrast:last-pred",
-  "avenc_sunrast:lumi-mask",
-  "avenc_sunrast:max-bframes",
-  "avenc_sunrast:max-pixels",
-  "avenc_sunrast:maxrate",
-  "avenc_sunrast:mbcmp",
-  "avenc_sunrast:mbd",
-  "avenc_sunrast:mblmax",
-  "avenc_sunrast:mblmin",
-  "avenc_sunrast:me-range",
-  "avenc_sunrast:mepc",
-  "avenc_sunrast:minrate",
-  "avenc_sunrast:mpeg-quant",
-  "avenc_sunrast:multipass-cache-file",
-  "avenc_sunrast:mv0-threshold",
-  "avenc_sunrast:nr",
-  "avenc_sunrast:nssew",
-  "avenc_sunrast:p-mask",
-  "avenc_sunrast:pass",
-  "avenc_sunrast:pre-dia-size",
-  "avenc_sunrast:precmp",
-  "avenc_sunrast:pred",
-  "avenc_sunrast:preme",
-  "avenc_sunrast:ps",
-  "avenc_sunrast:qblur",
-  "avenc_sunrast:qcomp",
-  "avenc_sunrast:qdiff",
-  "avenc_sunrast:qmax",
-  "avenc_sunrast:qmin",
-  "avenc_sunrast:quantizer",
-  "avenc_sunrast:rc-init-occupancy",
-  "avenc_sunrast:rc-max-vbv-use",
-  "avenc_sunrast:rc-min-vbv-use",
-  "avenc_sunrast:refs",
-  "avenc_sunrast:rle",
-  "avenc_sunrast:sc-threshold",
-  "avenc_sunrast:scplx-mask",
-  "avenc_sunrast:side-data-only-packets",
-  "avenc_sunrast:skip-exp",
-  "avenc_sunrast:skip-factor",
-  "avenc_sunrast:skip-threshold",
-  "avenc_sunrast:skipcmp",
-  "avenc_sunrast:slices",
-  "avenc_sunrast:strict",
-  "avenc_sunrast:subcmp",
-  "avenc_sunrast:subq",
-  "avenc_sunrast:tcplx-mask",
-  "avenc_sunrast:thread-type",
-  "avenc_sunrast:threads",
-  "avenc_sunrast:ticks-per-frame",
-  "avenc_sunrast:timecode-frame-start",
-  "avenc_sunrast:trellis",
-  "avenc_svq1",
-  "avenc_svq1!sink",
-  "avenc_svq1!src",
-  "avenc_svq1:b-qfactor",
-  "avenc_svq1:b-qoffset",
-  "avenc_svq1:b-sensitivity",
-  "avenc_svq1:b-strategy",
-  "avenc_svq1:bidir-refine",
-  "avenc_svq1:bitrate",
-  "avenc_svq1:bitrate-tolerance",
-  "avenc_svq1:brd-scale",
-  "avenc_svq1:bufsize",
-  "avenc_svq1:chroma-sample-location",
-  "avenc_svq1:chromaoffset",
-  "avenc_svq1:cmp",
-  "avenc_svq1:coder",
-  "avenc_svq1:compression-level",
-  "avenc_svq1:context",
-  "avenc_svq1:dark-mask",
-  "avenc_svq1:dc",
-  "avenc_svq1:dct",
-  "avenc_svq1:debug",
-  "avenc_svq1:dia-size",
-  "avenc_svq1:dump-separator",
-  "avenc_svq1:err-detect",
-  "avenc_svq1:export-side-data",
-  "avenc_svq1:field-order",
-  "avenc_svq1:flags",
-  "avenc_svq1:flags2",
-  "avenc_svq1:global-quality",
-  "avenc_svq1:gop-size",
-  "avenc_svq1:i-qfactor",
-  "avenc_svq1:i-qoffset",
-  "avenc_svq1:idct",
-  "avenc_svq1:ildctcmp",
-  "avenc_svq1:keyint-min",
-  "avenc_svq1:last-pred",
-  "avenc_svq1:lumi-mask",
-  "avenc_svq1:max-bframes",
-  "avenc_svq1:max-pixels",
-  "avenc_svq1:maxrate",
-  "avenc_svq1:mbcmp",
-  "avenc_svq1:mbd",
-  "avenc_svq1:mblmax",
-  "avenc_svq1:mblmin",
-  "avenc_svq1:me-range",
-  "avenc_svq1:mepc",
-  "avenc_svq1:minrate",
-  "avenc_svq1:motion-est",
-  "avenc_svq1:mpeg-quant",
-  "avenc_svq1:multipass-cache-file",
-  "avenc_svq1:mv0-threshold",
-  "avenc_svq1:nr",
-  "avenc_svq1:nssew",
-  "avenc_svq1:p-mask",
-  "avenc_svq1:pass",
-  "avenc_svq1:pre-dia-size",
-  "avenc_svq1:precmp",
-  "avenc_svq1:pred",
-  "avenc_svq1:preme",
-  "avenc_svq1:ps",
-  "avenc_svq1:qblur",
-  "avenc_svq1:qcomp",
-  "avenc_svq1:qdiff",
-  "avenc_svq1:qmax",
-  "avenc_svq1:qmin",
-  "avenc_svq1:quantizer",
-  "avenc_svq1:rc-init-occupancy",
-  "avenc_svq1:rc-max-vbv-use",
-  "avenc_svq1:rc-min-vbv-use",
-  "avenc_svq1:refs",
-  "avenc_svq1:sc-threshold",
-  "avenc_svq1:scplx-mask",
-  "avenc_svq1:side-data-only-packets",
-  "avenc_svq1:skip-exp",
-  "avenc_svq1:skip-factor",
-  "avenc_svq1:skip-threshold",
-  "avenc_svq1:skipcmp",
-  "avenc_svq1:slices",
-  "avenc_svq1:strict",
-  "avenc_svq1:subcmp",
-  "avenc_svq1:subq",
-  "avenc_svq1:tcplx-mask",
-  "avenc_svq1:thread-type",
-  "avenc_svq1:threads",
-  "avenc_svq1:ticks-per-frame",
-  "avenc_svq1:timecode-frame-start",
-  "avenc_svq1:trellis",
-  "avenc_targa",
-  "avenc_targa!sink",
-  "avenc_targa!src",
-  "avenc_targa:b-qfactor",
-  "avenc_targa:b-qoffset",
-  "avenc_targa:b-sensitivity",
-  "avenc_targa:b-strategy",
-  "avenc_targa:bidir-refine",
-  "avenc_targa:bitrate",
-  "avenc_targa:bitrate-tolerance",
-  "avenc_targa:brd-scale",
-  "avenc_targa:bufsize",
-  "avenc_targa:chroma-sample-location",
-  "avenc_targa:chromaoffset",
-  "avenc_targa:cmp",
-  "avenc_targa:coder",
-  "avenc_targa:compression-level",
-  "avenc_targa:context",
-  "avenc_targa:dark-mask",
-  "avenc_targa:dc",
-  "avenc_targa:dct",
-  "avenc_targa:debug",
-  "avenc_targa:dia-size",
-  "avenc_targa:dump-separator",
-  "avenc_targa:err-detect",
-  "avenc_targa:export-side-data",
-  "avenc_targa:field-order",
-  "avenc_targa:flags",
-  "avenc_targa:flags2",
-  "avenc_targa:global-quality",
-  "avenc_targa:gop-size",
-  "avenc_targa:i-qfactor",
-  "avenc_targa:i-qoffset",
-  "avenc_targa:idct",
-  "avenc_targa:ildctcmp",
-  "avenc_targa:keyint-min",
-  "avenc_targa:last-pred",
-  "avenc_targa:lumi-mask",
-  "avenc_targa:max-bframes",
-  "avenc_targa:max-pixels",
-  "avenc_targa:maxrate",
-  "avenc_targa:mbcmp",
-  "avenc_targa:mbd",
-  "avenc_targa:mblmax",
-  "avenc_targa:mblmin",
-  "avenc_targa:me-range",
-  "avenc_targa:mepc",
-  "avenc_targa:minrate",
-  "avenc_targa:mpeg-quant",
-  "avenc_targa:multipass-cache-file",
-  "avenc_targa:mv0-threshold",
-  "avenc_targa:nr",
-  "avenc_targa:nssew",
-  "avenc_targa:p-mask",
-  "avenc_targa:pass",
-  "avenc_targa:pre-dia-size",
-  "avenc_targa:precmp",
-  "avenc_targa:pred",
-  "avenc_targa:preme",
-  "avenc_targa:ps",
-  "avenc_targa:qblur",
-  "avenc_targa:qcomp",
-  "avenc_targa:qdiff",
-  "avenc_targa:qmax",
-  "avenc_targa:qmin",
-  "avenc_targa:quantizer",
-  "avenc_targa:rc-init-occupancy",
-  "avenc_targa:rc-max-vbv-use",
-  "avenc_targa:rc-min-vbv-use",
-  "avenc_targa:refs",
-  "avenc_targa:rle",
-  "avenc_targa:sc-threshold",
-  "avenc_targa:scplx-mask",
-  "avenc_targa:side-data-only-packets",
-  "avenc_targa:skip-exp",
-  "avenc_targa:skip-factor",
-  "avenc_targa:skip-threshold",
-  "avenc_targa:skipcmp",
-  "avenc_targa:slices",
-  "avenc_targa:strict",
-  "avenc_targa:subcmp",
-  "avenc_targa:subq",
-  "avenc_targa:tcplx-mask",
-  "avenc_targa:thread-type",
-  "avenc_targa:threads",
-  "avenc_targa:ticks-per-frame",
-  "avenc_targa:timecode-frame-start",
-  "avenc_targa:trellis",
-  "avenc_tiff",
-  "avenc_tiff!sink",
-  "avenc_tiff!src",
-  "avenc_tiff:b-qfactor",
-  "avenc_tiff:b-qoffset",
-  "avenc_tiff:b-sensitivity",
-  "avenc_tiff:b-strategy",
-  "avenc_tiff:bidir-refine",
-  "avenc_tiff:bitrate",
-  "avenc_tiff:bitrate-tolerance",
-  "avenc_tiff:brd-scale",
-  "avenc_tiff:bufsize",
-  "avenc_tiff:chroma-sample-location",
-  "avenc_tiff:chromaoffset",
-  "avenc_tiff:cmp",
-  "avenc_tiff:coder",
-  "avenc_tiff:compression-algo",
-  "avenc_tiff:compression-level",
-  "avenc_tiff:context",
-  "avenc_tiff:dark-mask",
-  "avenc_tiff:dc",
-  "avenc_tiff:dct",
-  "avenc_tiff:debug",
-  "avenc_tiff:dia-size",
-  "avenc_tiff:dpi",
-  "avenc_tiff:dump-separator",
-  "avenc_tiff:err-detect",
-  "avenc_tiff:export-side-data",
-  "avenc_tiff:field-order",
-  "avenc_tiff:flags",
-  "avenc_tiff:flags2",
-  "avenc_tiff:global-quality",
-  "avenc_tiff:gop-size",
-  "avenc_tiff:i-qfactor",
-  "avenc_tiff:i-qoffset",
-  "avenc_tiff:idct",
-  "avenc_tiff:ildctcmp",
-  "avenc_tiff:keyint-min",
-  "avenc_tiff:last-pred",
-  "avenc_tiff:lumi-mask",
-  "avenc_tiff:max-bframes",
-  "avenc_tiff:max-pixels",
-  "avenc_tiff:maxrate",
-  "avenc_tiff:mbcmp",
-  "avenc_tiff:mbd",
-  "avenc_tiff:mblmax",
-  "avenc_tiff:mblmin",
-  "avenc_tiff:me-range",
-  "avenc_tiff:mepc",
-  "avenc_tiff:minrate",
-  "avenc_tiff:mpeg-quant",
-  "avenc_tiff:multipass-cache-file",
-  "avenc_tiff:mv0-threshold",
-  "avenc_tiff:nr",
-  "avenc_tiff:nssew",
-  "avenc_tiff:p-mask",
-  "avenc_tiff:pass",
-  "avenc_tiff:pre-dia-size",
-  "avenc_tiff:precmp",
-  "avenc_tiff:pred",
-  "avenc_tiff:preme",
-  "avenc_tiff:ps",
-  "avenc_tiff:qblur",
-  "avenc_tiff:qcomp",
-  "avenc_tiff:qdiff",
-  "avenc_tiff:qmax",
-  "avenc_tiff:qmin",
-  "avenc_tiff:quantizer",
-  "avenc_tiff:rc-init-occupancy",
-  "avenc_tiff:rc-max-vbv-use",
-  "avenc_tiff:rc-min-vbv-use",
-  "avenc_tiff:refs",
-  "avenc_tiff:sc-threshold",
-  "avenc_tiff:scplx-mask",
-  "avenc_tiff:side-data-only-packets",
-  "avenc_tiff:skip-exp",
-  "avenc_tiff:skip-factor",
-  "avenc_tiff:skip-threshold",
-  "avenc_tiff:skipcmp",
-  "avenc_tiff:slices",
-  "avenc_tiff:strict",
-  "avenc_tiff:subcmp",
-  "avenc_tiff:subq",
-  "avenc_tiff:tcplx-mask",
-  "avenc_tiff:thread-type",
-  "avenc_tiff:threads",
-  "avenc_tiff:ticks-per-frame",
-  "avenc_tiff:timecode-frame-start",
-  "avenc_tiff:trellis",
-  "avenc_truehd",
-  "avenc_truehd!sink",
-  "avenc_truehd!src",
-  "avenc_truehd:ac",
-  "avenc_truehd:ar",
-  "avenc_truehd:audio-service-type",
-  "avenc_truehd:bitrate",
-  "avenc_truehd:bufsize",
-  "avenc_truehd:channel-layout",
-  "avenc_truehd:compression-level",
-  "avenc_truehd:cutoff",
-  "avenc_truehd:debug",
-  "avenc_truehd:dump-separator",
-  "avenc_truehd:err-detect",
-  "avenc_truehd:export-side-data",
-  "avenc_truehd:flags",
-  "avenc_truehd:flags2",
-  "avenc_truehd:frame-size",
-  "avenc_truehd:global-quality",
-  "avenc_truehd:max-pixels",
-  "avenc_truehd:max-prediction-order",
-  "avenc_truehd:max-samples",
-  "avenc_truehd:maxrate",
-  "avenc_truehd:min-prediction-order",
-  "avenc_truehd:minrate",
-  "avenc_truehd:side-data-only-packets",
-  "avenc_truehd:strict",
-  "avenc_truehd:thread-type",
-  "avenc_truehd:threads",
-  "avenc_truehd:ticks-per-frame",
-  "avenc_truehd:trellis",
-  "avenc_tta",
-  "avenc_tta!sink",
-  "avenc_tta!src",
-  "avenc_tta:ac",
-  "avenc_tta:ar",
-  "avenc_tta:audio-service-type",
-  "avenc_tta:bitrate",
-  "avenc_tta:bufsize",
-  "avenc_tta:channel-layout",
-  "avenc_tta:compression-level",
-  "avenc_tta:cutoff",
-  "avenc_tta:debug",
-  "avenc_tta:dump-separator",
-  "avenc_tta:err-detect",
-  "avenc_tta:export-side-data",
-  "avenc_tta:flags",
-  "avenc_tta:flags2",
-  "avenc_tta:frame-size",
-  "avenc_tta:global-quality",
-  "avenc_tta:max-pixels",
-  "avenc_tta:max-prediction-order",
-  "avenc_tta:max-samples",
-  "avenc_tta:maxrate",
-  "avenc_tta:min-prediction-order",
-  "avenc_tta:minrate",
-  "avenc_tta:side-data-only-packets",
-  "avenc_tta:strict",
-  "avenc_tta:thread-type",
-  "avenc_tta:threads",
-  "avenc_tta:ticks-per-frame",
-  "avenc_tta:trellis",
-  "avenc_utvideo",
-  "avenc_utvideo!sink",
-  "avenc_utvideo!src",
-  "avenc_utvideo:b-qfactor",
-  "avenc_utvideo:b-qoffset",
-  "avenc_utvideo:b-sensitivity",
-  "avenc_utvideo:b-strategy",
-  "avenc_utvideo:bidir-refine",
-  "avenc_utvideo:bitrate",
-  "avenc_utvideo:bitrate-tolerance",
-  "avenc_utvideo:brd-scale",
-  "avenc_utvideo:bufsize",
-  "avenc_utvideo:chroma-sample-location",
-  "avenc_utvideo:chromaoffset",
-  "avenc_utvideo:cmp",
-  "avenc_utvideo:coder",
-  "avenc_utvideo:compression-level",
-  "avenc_utvideo:context",
-  "avenc_utvideo:dark-mask",
-  "avenc_utvideo:dc",
-  "avenc_utvideo:dct",
-  "avenc_utvideo:debug",
-  "avenc_utvideo:dia-size",
-  "avenc_utvideo:dump-separator",
-  "avenc_utvideo:err-detect",
-  "avenc_utvideo:export-side-data",
-  "avenc_utvideo:field-order",
-  "avenc_utvideo:flags",
-  "avenc_utvideo:flags2",
-  "avenc_utvideo:global-quality",
-  "avenc_utvideo:gop-size",
-  "avenc_utvideo:i-qfactor",
-  "avenc_utvideo:i-qoffset",
-  "avenc_utvideo:idct",
-  "avenc_utvideo:ildctcmp",
-  "avenc_utvideo:keyint-min",
-  "avenc_utvideo:last-pred",
-  "avenc_utvideo:lumi-mask",
-  "avenc_utvideo:max-bframes",
-  "avenc_utvideo:max-pixels",
-  "avenc_utvideo:maxrate",
-  "avenc_utvideo:mbcmp",
-  "avenc_utvideo:mbd",
-  "avenc_utvideo:mblmax",
-  "avenc_utvideo:mblmin",
-  "avenc_utvideo:me-range",
-  "avenc_utvideo:mepc",
-  "avenc_utvideo:minrate",
-  "avenc_utvideo:mpeg-quant",
-  "avenc_utvideo:multipass-cache-file",
-  "avenc_utvideo:mv0-threshold",
-  "avenc_utvideo:nr",
-  "avenc_utvideo:nssew",
-  "avenc_utvideo:p-mask",
-  "avenc_utvideo:pass",
-  "avenc_utvideo:pre-dia-size",
-  "avenc_utvideo:precmp",
-  "avenc_utvideo:pred",
-  "avenc_utvideo:preme",
-  "avenc_utvideo:ps",
-  "avenc_utvideo:qblur",
-  "avenc_utvideo:qcomp",
-  "avenc_utvideo:qdiff",
-  "avenc_utvideo:qmax",
-  "avenc_utvideo:qmin",
-  "avenc_utvideo:quantizer",
-  "avenc_utvideo:rc-init-occupancy",
-  "avenc_utvideo:rc-max-vbv-use",
-  "avenc_utvideo:rc-min-vbv-use",
-  "avenc_utvideo:refs",
-  "avenc_utvideo:sc-threshold",
-  "avenc_utvideo:scplx-mask",
-  "avenc_utvideo:side-data-only-packets",
-  "avenc_utvideo:skip-exp",
-  "avenc_utvideo:skip-factor",
-  "avenc_utvideo:skip-threshold",
-  "avenc_utvideo:skipcmp",
-  "avenc_utvideo:slices",
-  "avenc_utvideo:strict",
-  "avenc_utvideo:subcmp",
-  "avenc_utvideo:subq",
-  "avenc_utvideo:tcplx-mask",
-  "avenc_utvideo:thread-type",
-  "avenc_utvideo:threads",
-  "avenc_utvideo:ticks-per-frame",
-  "avenc_utvideo:timecode-frame-start",
-  "avenc_utvideo:trellis",
-  "avenc_vc2",
-  "avenc_vc2!sink",
-  "avenc_vc2!src",
-  "avenc_vc2:b-qfactor",
-  "avenc_vc2:b-qoffset",
-  "avenc_vc2:b-sensitivity",
-  "avenc_vc2:b-strategy",
-  "avenc_vc2:bidir-refine",
-  "avenc_vc2:bitrate",
-  "avenc_vc2:bitrate-tolerance",
-  "avenc_vc2:brd-scale",
-  "avenc_vc2:bufsize",
-  "avenc_vc2:chroma-sample-location",
-  "avenc_vc2:chromaoffset",
-  "avenc_vc2:cmp",
-  "avenc_vc2:coder",
-  "avenc_vc2:compression-level",
-  "avenc_vc2:context",
-  "avenc_vc2:dark-mask",
-  "avenc_vc2:dc",
-  "avenc_vc2:dct",
-  "avenc_vc2:debug",
-  "avenc_vc2:dia-size",
-  "avenc_vc2:dump-separator",
-  "avenc_vc2:err-detect",
-  "avenc_vc2:export-side-data",
-  "avenc_vc2:field-order",
-  "avenc_vc2:flags",
-  "avenc_vc2:flags2",
-  "avenc_vc2:global-quality",
-  "avenc_vc2:gop-size",
-  "avenc_vc2:i-qfactor",
-  "avenc_vc2:i-qoffset",
-  "avenc_vc2:idct",
-  "avenc_vc2:ildctcmp",
-  "avenc_vc2:keyint-min",
-  "avenc_vc2:last-pred",
-  "avenc_vc2:lumi-mask",
-  "avenc_vc2:max-bframes",
-  "avenc_vc2:max-pixels",
-  "avenc_vc2:maxrate",
-  "avenc_vc2:mbcmp",
-  "avenc_vc2:mbd",
-  "avenc_vc2:mblmax",
-  "avenc_vc2:mblmin",
-  "avenc_vc2:me-range",
-  "avenc_vc2:mepc",
-  "avenc_vc2:minrate",
-  "avenc_vc2:mpeg-quant",
-  "avenc_vc2:multipass-cache-file",
-  "avenc_vc2:mv0-threshold",
-  "avenc_vc2:nr",
-  "avenc_vc2:nssew",
-  "avenc_vc2:p-mask",
-  "avenc_vc2:pass",
-  "avenc_vc2:pre-dia-size",
-  "avenc_vc2:precmp",
-  "avenc_vc2:pred",
-  "avenc_vc2:preme",
-  "avenc_vc2:ps",
-  "avenc_vc2:qblur",
-  "avenc_vc2:qcomp",
-  "avenc_vc2:qdiff",
-  "avenc_vc2:qm",
-  "avenc_vc2:qmax",
-  "avenc_vc2:qmin",
-  "avenc_vc2:quantizer",
-  "avenc_vc2:rc-init-occupancy",
-  "avenc_vc2:rc-max-vbv-use",
-  "avenc_vc2:rc-min-vbv-use",
-  "avenc_vc2:refs",
-  "avenc_vc2:sc-threshold",
-  "avenc_vc2:scplx-mask",
-  "avenc_vc2:side-data-only-packets",
-  "avenc_vc2:skip-exp",
-  "avenc_vc2:skip-factor",
-  "avenc_vc2:skip-threshold",
-  "avenc_vc2:skipcmp",
-  "avenc_vc2:slice-height",
-  "avenc_vc2:slice-width",
-  "avenc_vc2:slices",
-  "avenc_vc2:strict",
-  "avenc_vc2:subcmp",
-  "avenc_vc2:subq",
-  "avenc_vc2:tcplx-mask",
-  "avenc_vc2:thread-type",
-  "avenc_vc2:threads",
-  "avenc_vc2:ticks-per-frame",
-  "avenc_vc2:timecode-frame-start",
-  "avenc_vc2:tolerance",
-  "avenc_vc2:trellis",
-  "avenc_vc2:wavelet-depth",
-  "avenc_vc2:wavelet-type",
-  "avenc_wavpack",
-  "avenc_wavpack!sink",
-  "avenc_wavpack!src",
-  "avenc_wavpack:ac",
-  "avenc_wavpack:ar",
-  "avenc_wavpack:audio-service-type",
-  "avenc_wavpack:bitrate",
-  "avenc_wavpack:bufsize",
-  "avenc_wavpack:channel-layout",
-  "avenc_wavpack:compression-level",
-  "avenc_wavpack:cutoff",
-  "avenc_wavpack:debug",
-  "avenc_wavpack:dump-separator",
-  "avenc_wavpack:err-detect",
-  "avenc_wavpack:export-side-data",
-  "avenc_wavpack:flags",
-  "avenc_wavpack:flags2",
-  "avenc_wavpack:frame-size",
-  "avenc_wavpack:global-quality",
-  "avenc_wavpack:joint-stereo",
-  "avenc_wavpack:max-pixels",
-  "avenc_wavpack:max-prediction-order",
-  "avenc_wavpack:max-samples",
-  "avenc_wavpack:maxrate",
-  "avenc_wavpack:min-prediction-order",
-  "avenc_wavpack:minrate",
-  "avenc_wavpack:optimize-mono",
-  "avenc_wavpack:side-data-only-packets",
-  "avenc_wavpack:strict",
-  "avenc_wavpack:thread-type",
-  "avenc_wavpack:threads",
-  "avenc_wavpack:ticks-per-frame",
-  "avenc_wavpack:trellis",
-  "avenc_wmav1",
-  "avenc_wmav1!sink",
-  "avenc_wmav1!src",
-  "avenc_wmav1:ac",
-  "avenc_wmav1:ar",
-  "avenc_wmav1:audio-service-type",
-  "avenc_wmav1:bitrate",
-  "avenc_wmav1:bufsize",
-  "avenc_wmav1:channel-layout",
-  "avenc_wmav1:compression-level",
-  "avenc_wmav1:cutoff",
-  "avenc_wmav1:debug",
-  "avenc_wmav1:dump-separator",
-  "avenc_wmav1:err-detect",
-  "avenc_wmav1:export-side-data",
-  "avenc_wmav1:flags",
-  "avenc_wmav1:flags2",
-  "avenc_wmav1:frame-size",
-  "avenc_wmav1:global-quality",
-  "avenc_wmav1:max-pixels",
-  "avenc_wmav1:max-prediction-order",
-  "avenc_wmav1:max-samples",
-  "avenc_wmav1:maxrate",
-  "avenc_wmav1:min-prediction-order",
-  "avenc_wmav1:minrate",
-  "avenc_wmav1:side-data-only-packets",
-  "avenc_wmav1:strict",
-  "avenc_wmav1:thread-type",
-  "avenc_wmav1:threads",
-  "avenc_wmav1:ticks-per-frame",
-  "avenc_wmav1:trellis",
-  "avenc_wmav2",
-  "avenc_wmav2!sink",
-  "avenc_wmav2!src",
-  "avenc_wmav2:ac",
-  "avenc_wmav2:ar",
-  "avenc_wmav2:audio-service-type",
-  "avenc_wmav2:bitrate",
-  "avenc_wmav2:bufsize",
-  "avenc_wmav2:channel-layout",
-  "avenc_wmav2:compression-level",
-  "avenc_wmav2:cutoff",
-  "avenc_wmav2:debug",
-  "avenc_wmav2:dump-separator",
-  "avenc_wmav2:err-detect",
-  "avenc_wmav2:export-side-data",
-  "avenc_wmav2:flags",
-  "avenc_wmav2:flags2",
-  "avenc_wmav2:frame-size",
-  "avenc_wmav2:global-quality",
-  "avenc_wmav2:max-pixels",
-  "avenc_wmav2:max-prediction-order",
-  "avenc_wmav2:max-samples",
-  "avenc_wmav2:maxrate",
-  "avenc_wmav2:min-prediction-order",
-  "avenc_wmav2:minrate",
-  "avenc_wmav2:side-data-only-packets",
-  "avenc_wmav2:strict",
-  "avenc_wmav2:thread-type",
-  "avenc_wmav2:threads",
-  "avenc_wmav2:ticks-per-frame",
-  "avenc_wmav2:trellis",
-  "avenc_wmv1",
-  "avenc_wmv1!sink",
-  "avenc_wmv1!src",
-  "avenc_wmv1:a53cc",
-  "avenc_wmv1:b-qfactor",
-  "avenc_wmv1:b-qoffset",
-  "avenc_wmv1:b-sensitivity",
-  "avenc_wmv1:b-strategy",
-  "avenc_wmv1:bidir-refine",
-  "avenc_wmv1:bitrate",
-  "avenc_wmv1:bitrate-tolerance",
-  "avenc_wmv1:border-mask",
-  "avenc_wmv1:brd-scale",
-  "avenc_wmv1:bufsize",
-  "avenc_wmv1:chroma-elim-threshold",
-  "avenc_wmv1:chroma-sample-location",
-  "avenc_wmv1:chromaoffset",
-  "avenc_wmv1:cmp",
-  "avenc_wmv1:coder",
-  "avenc_wmv1:compression-level",
-  "avenc_wmv1:context",
-  "avenc_wmv1:dark-mask",
-  "avenc_wmv1:dc",
-  "avenc_wmv1:dct",
-  "avenc_wmv1:debug",
-  "avenc_wmv1:dia-size",
-  "avenc_wmv1:dump-separator",
-  "avenc_wmv1:err-detect",
-  "avenc_wmv1:error-rate",
-  "avenc_wmv1:export-side-data",
-  "avenc_wmv1:field-order",
-  "avenc_wmv1:flags",
-  "avenc_wmv1:flags2",
-  "avenc_wmv1:force-duplicated-matrix",
-  "avenc_wmv1:global-quality",
-  "avenc_wmv1:gop-size",
-  "avenc_wmv1:i-qfactor",
-  "avenc_wmv1:i-qoffset",
-  "avenc_wmv1:ibias",
-  "avenc_wmv1:idct",
-  "avenc_wmv1:ildctcmp",
-  "avenc_wmv1:intra-penalty",
-  "avenc_wmv1:keyint-min",
-  "avenc_wmv1:last-pred",
-  "avenc_wmv1:lmax",
-  "avenc_wmv1:lmin",
-  "avenc_wmv1:luma-elim-threshold",
-  "avenc_wmv1:lumi-mask",
-  "avenc_wmv1:max-bframes",
-  "avenc_wmv1:max-pixels",
-  "avenc_wmv1:maxrate",
-  "avenc_wmv1:mbcmp",
-  "avenc_wmv1:mbd",
-  "avenc_wmv1:mblmax",
-  "avenc_wmv1:mblmin",
-  "avenc_wmv1:me-range",
-  "avenc_wmv1:mepc",
-  "avenc_wmv1:mepre",
-  "avenc_wmv1:minrate",
-  "avenc_wmv1:motion-est",
-  "avenc_wmv1:mpeg-quant",
-  "avenc_wmv1:mpv-flags",
-  "avenc_wmv1:multipass-cache-file",
-  "avenc_wmv1:mv0-threshold",
-  "avenc_wmv1:noise-reduction",
-  "avenc_wmv1:nr",
-  "avenc_wmv1:nssew",
-  "avenc_wmv1:p-mask",
-  "avenc_wmv1:pass",
-  "avenc_wmv1:pbias",
-  "avenc_wmv1:pre-dia-size",
-  "avenc_wmv1:precmp",
-  "avenc_wmv1:pred",
-  "avenc_wmv1:preme",
-  "avenc_wmv1:ps",
-  "avenc_wmv1:qblur",
-  "avenc_wmv1:qcomp",
-  "avenc_wmv1:qdiff",
-  "avenc_wmv1:qmax",
-  "avenc_wmv1:qmin",
-  "avenc_wmv1:qsquish",
-  "avenc_wmv1:quantizer",
-  "avenc_wmv1:quantizer-noise-shaping",
-  "avenc_wmv1:rc-buf-aggressivity",
-  "avenc_wmv1:rc-eq",
-  "avenc_wmv1:rc-init-cplx",
-  "avenc_wmv1:rc-init-occupancy",
-  "avenc_wmv1:rc-max-vbv-use",
-  "avenc_wmv1:rc-min-vbv-use",
-  "avenc_wmv1:rc-qmod-amp",
-  "avenc_wmv1:rc-qmod-freq",
-  "avenc_wmv1:rc-strategy",
-  "avenc_wmv1:refs",
-  "avenc_wmv1:sc-threshold",
-  "avenc_wmv1:scplx-mask",
-  "avenc_wmv1:side-data-only-packets",
-  "avenc_wmv1:skip-cmp",
-  "avenc_wmv1:skip-exp",
-  "avenc_wmv1:skip-factor",
-  "avenc_wmv1:skip-threshold",
-  "avenc_wmv1:skipcmp",
-  "avenc_wmv1:slices",
-  "avenc_wmv1:strict",
-  "avenc_wmv1:subcmp",
-  "avenc_wmv1:subq",
-  "avenc_wmv1:tcplx-mask",
-  "avenc_wmv1:thread-type",
-  "avenc_wmv1:threads",
-  "avenc_wmv1:ticks-per-frame",
-  "avenc_wmv1:timecode-frame-start",
-  "avenc_wmv1:trellis",
-  "avenc_wmv2",
-  "avenc_wmv2!sink",
-  "avenc_wmv2!src",
-  "avenc_wmv2:a53cc",
-  "avenc_wmv2:b-qfactor",
-  "avenc_wmv2:b-qoffset",
-  "avenc_wmv2:b-sensitivity",
-  "avenc_wmv2:b-strategy",
-  "avenc_wmv2:bidir-refine",
-  "avenc_wmv2:bitrate",
-  "avenc_wmv2:bitrate-tolerance",
-  "avenc_wmv2:border-mask",
-  "avenc_wmv2:brd-scale",
-  "avenc_wmv2:bufsize",
-  "avenc_wmv2:chroma-elim-threshold",
-  "avenc_wmv2:chroma-sample-location",
-  "avenc_wmv2:chromaoffset",
-  "avenc_wmv2:cmp",
-  "avenc_wmv2:coder",
-  "avenc_wmv2:compression-level",
-  "avenc_wmv2:context",
-  "avenc_wmv2:dark-mask",
-  "avenc_wmv2:dc",
-  "avenc_wmv2:dct",
-  "avenc_wmv2:debug",
-  "avenc_wmv2:dia-size",
-  "avenc_wmv2:dump-separator",
-  "avenc_wmv2:err-detect",
-  "avenc_wmv2:error-rate",
-  "avenc_wmv2:export-side-data",
-  "avenc_wmv2:field-order",
-  "avenc_wmv2:flags",
-  "avenc_wmv2:flags2",
-  "avenc_wmv2:force-duplicated-matrix",
-  "avenc_wmv2:global-quality",
-  "avenc_wmv2:gop-size",
-  "avenc_wmv2:i-qfactor",
-  "avenc_wmv2:i-qoffset",
-  "avenc_wmv2:ibias",
-  "avenc_wmv2:idct",
-  "avenc_wmv2:ildctcmp",
-  "avenc_wmv2:intra-penalty",
-  "avenc_wmv2:keyint-min",
-  "avenc_wmv2:last-pred",
-  "avenc_wmv2:lmax",
-  "avenc_wmv2:lmin",
-  "avenc_wmv2:luma-elim-threshold",
-  "avenc_wmv2:lumi-mask",
-  "avenc_wmv2:max-bframes",
-  "avenc_wmv2:max-pixels",
-  "avenc_wmv2:maxrate",
-  "avenc_wmv2:mbcmp",
-  "avenc_wmv2:mbd",
-  "avenc_wmv2:mblmax",
-  "avenc_wmv2:mblmin",
-  "avenc_wmv2:me-range",
-  "avenc_wmv2:mepc",
-  "avenc_wmv2:mepre",
-  "avenc_wmv2:minrate",
-  "avenc_wmv2:motion-est",
-  "avenc_wmv2:mpeg-quant",
-  "avenc_wmv2:mpv-flags",
-  "avenc_wmv2:multipass-cache-file",
-  "avenc_wmv2:mv0-threshold",
-  "avenc_wmv2:noise-reduction",
-  "avenc_wmv2:nr",
-  "avenc_wmv2:nssew",
-  "avenc_wmv2:p-mask",
-  "avenc_wmv2:pass",
-  "avenc_wmv2:pbias",
-  "avenc_wmv2:pre-dia-size",
-  "avenc_wmv2:precmp",
-  "avenc_wmv2:pred",
-  "avenc_wmv2:preme",
-  "avenc_wmv2:ps",
-  "avenc_wmv2:qblur",
-  "avenc_wmv2:qcomp",
-  "avenc_wmv2:qdiff",
-  "avenc_wmv2:qmax",
-  "avenc_wmv2:qmin",
-  "avenc_wmv2:qsquish",
-  "avenc_wmv2:quantizer",
-  "avenc_wmv2:quantizer-noise-shaping",
-  "avenc_wmv2:rc-buf-aggressivity",
-  "avenc_wmv2:rc-eq",
-  "avenc_wmv2:rc-init-cplx",
-  "avenc_wmv2:rc-init-occupancy",
-  "avenc_wmv2:rc-max-vbv-use",
-  "avenc_wmv2:rc-min-vbv-use",
-  "avenc_wmv2:rc-qmod-amp",
-  "avenc_wmv2:rc-qmod-freq",
-  "avenc_wmv2:rc-strategy",
-  "avenc_wmv2:refs",
-  "avenc_wmv2:sc-threshold",
-  "avenc_wmv2:scplx-mask",
-  "avenc_wmv2:side-data-only-packets",
-  "avenc_wmv2:skip-cmp",
-  "avenc_wmv2:skip-exp",
-  "avenc_wmv2:skip-factor",
-  "avenc_wmv2:skip-threshold",
-  "avenc_wmv2:skipcmp",
-  "avenc_wmv2:slices",
-  "avenc_wmv2:strict",
-  "avenc_wmv2:subcmp",
-  "avenc_wmv2:subq",
-  "avenc_wmv2:tcplx-mask",
-  "avenc_wmv2:thread-type",
-  "avenc_wmv2:threads",
-  "avenc_wmv2:ticks-per-frame",
-  "avenc_wmv2:timecode-frame-start",
-  "avenc_wmv2:trellis",
-  "avenc_xbm",
-  "avenc_xbm!sink",
-  "avenc_xbm!src",
-  "avenc_xbm:b-qfactor",
-  "avenc_xbm:b-qoffset",
-  "avenc_xbm:b-sensitivity",
-  "avenc_xbm:b-strategy",
-  "avenc_xbm:bidir-refine",
-  "avenc_xbm:bitrate",
-  "avenc_xbm:bitrate-tolerance",
-  "avenc_xbm:brd-scale",
-  "avenc_xbm:bufsize",
-  "avenc_xbm:chroma-sample-location",
-  "avenc_xbm:chromaoffset",
-  "avenc_xbm:cmp",
-  "avenc_xbm:coder",
-  "avenc_xbm:compression-level",
-  "avenc_xbm:context",
-  "avenc_xbm:dark-mask",
-  "avenc_xbm:dc",
-  "avenc_xbm:dct",
-  "avenc_xbm:debug",
-  "avenc_xbm:dia-size",
-  "avenc_xbm:dump-separator",
-  "avenc_xbm:err-detect",
-  "avenc_xbm:export-side-data",
-  "avenc_xbm:field-order",
-  "avenc_xbm:flags",
-  "avenc_xbm:flags2",
-  "avenc_xbm:global-quality",
-  "avenc_xbm:gop-size",
-  "avenc_xbm:i-qfactor",
-  "avenc_xbm:i-qoffset",
-  "avenc_xbm:idct",
-  "avenc_xbm:ildctcmp",
-  "avenc_xbm:keyint-min",
-  "avenc_xbm:last-pred",
-  "avenc_xbm:lumi-mask",
-  "avenc_xbm:max-bframes",
-  "avenc_xbm:max-pixels",
-  "avenc_xbm:maxrate",
-  "avenc_xbm:mbcmp",
-  "avenc_xbm:mbd",
-  "avenc_xbm:mblmax",
-  "avenc_xbm:mblmin",
-  "avenc_xbm:me-range",
-  "avenc_xbm:mepc",
-  "avenc_xbm:minrate",
-  "avenc_xbm:mpeg-quant",
-  "avenc_xbm:multipass-cache-file",
-  "avenc_xbm:mv0-threshold",
-  "avenc_xbm:nr",
-  "avenc_xbm:nssew",
-  "avenc_xbm:p-mask",
-  "avenc_xbm:pass",
-  "avenc_xbm:pre-dia-size",
-  "avenc_xbm:precmp",
-  "avenc_xbm:pred",
-  "avenc_xbm:preme",
-  "avenc_xbm:ps",
-  "avenc_xbm:qblur",
-  "avenc_xbm:qcomp",
-  "avenc_xbm:qdiff",
-  "avenc_xbm:qmax",
-  "avenc_xbm:qmin",
-  "avenc_xbm:quantizer",
-  "avenc_xbm:rc-init-occupancy",
-  "avenc_xbm:rc-max-vbv-use",
-  "avenc_xbm:rc-min-vbv-use",
-  "avenc_xbm:refs",
-  "avenc_xbm:sc-threshold",
-  "avenc_xbm:scplx-mask",
-  "avenc_xbm:side-data-only-packets",
-  "avenc_xbm:skip-exp",
-  "avenc_xbm:skip-factor",
-  "avenc_xbm:skip-threshold",
-  "avenc_xbm:skipcmp",
-  "avenc_xbm:slices",
-  "avenc_xbm:strict",
-  "avenc_xbm:subcmp",
-  "avenc_xbm:subq",
-  "avenc_xbm:tcplx-mask",
-  "avenc_xbm:thread-type",
-  "avenc_xbm:threads",
-  "avenc_xbm:ticks-per-frame",
-  "avenc_xbm:timecode-frame-start",
-  "avenc_xbm:trellis",
-  "avenc_xface",
-  "avenc_xface!sink",
-  "avenc_xface!src",
-  "avenc_xface:b-qfactor",
-  "avenc_xface:b-qoffset",
-  "avenc_xface:b-sensitivity",
-  "avenc_xface:b-strategy",
-  "avenc_xface:bidir-refine",
-  "avenc_xface:bitrate",
-  "avenc_xface:bitrate-tolerance",
-  "avenc_xface:brd-scale",
-  "avenc_xface:bufsize",
-  "avenc_xface:chroma-sample-location",
-  "avenc_xface:chromaoffset",
-  "avenc_xface:cmp",
-  "avenc_xface:coder",
-  "avenc_xface:compression-level",
-  "avenc_xface:context",
-  "avenc_xface:dark-mask",
-  "avenc_xface:dc",
-  "avenc_xface:dct",
-  "avenc_xface:debug",
-  "avenc_xface:dia-size",
-  "avenc_xface:dump-separator",
-  "avenc_xface:err-detect",
-  "avenc_xface:export-side-data",
-  "avenc_xface:field-order",
-  "avenc_xface:flags",
-  "avenc_xface:flags2",
-  "avenc_xface:global-quality",
-  "avenc_xface:gop-size",
-  "avenc_xface:i-qfactor",
-  "avenc_xface:i-qoffset",
-  "avenc_xface:idct",
-  "avenc_xface:ildctcmp",
-  "avenc_xface:keyint-min",
-  "avenc_xface:last-pred",
-  "avenc_xface:lumi-mask",
-  "avenc_xface:max-bframes",
-  "avenc_xface:max-pixels",
-  "avenc_xface:maxrate",
-  "avenc_xface:mbcmp",
-  "avenc_xface:mbd",
-  "avenc_xface:mblmax",
-  "avenc_xface:mblmin",
-  "avenc_xface:me-range",
-  "avenc_xface:mepc",
-  "avenc_xface:minrate",
-  "avenc_xface:mpeg-quant",
-  "avenc_xface:multipass-cache-file",
-  "avenc_xface:mv0-threshold",
-  "avenc_xface:nr",
-  "avenc_xface:nssew",
-  "avenc_xface:p-mask",
-  "avenc_xface:pass",
-  "avenc_xface:pre-dia-size",
-  "avenc_xface:precmp",
-  "avenc_xface:pred",
-  "avenc_xface:preme",
-  "avenc_xface:ps",
-  "avenc_xface:qblur",
-  "avenc_xface:qcomp",
-  "avenc_xface:qdiff",
-  "avenc_xface:qmax",
-  "avenc_xface:qmin",
-  "avenc_xface:quantizer",
-  "avenc_xface:rc-init-occupancy",
-  "avenc_xface:rc-max-vbv-use",
-  "avenc_xface:rc-min-vbv-use",
-  "avenc_xface:refs",
-  "avenc_xface:sc-threshold",
-  "avenc_xface:scplx-mask",
-  "avenc_xface:side-data-only-packets",
-  "avenc_xface:skip-exp",
-  "avenc_xface:skip-factor",
-  "avenc_xface:skip-threshold",
-  "avenc_xface:skipcmp",
-  "avenc_xface:slices",
-  "avenc_xface:strict",
-  "avenc_xface:subcmp",
-  "avenc_xface:subq",
-  "avenc_xface:tcplx-mask",
-  "avenc_xface:thread-type",
-  "avenc_xface:threads",
-  "avenc_xface:ticks-per-frame",
-  "avenc_xface:timecode-frame-start",
-  "avenc_xface:trellis",
-  "avenc_xwd",
-  "avenc_xwd!sink",
-  "avenc_xwd!src",
-  "avenc_xwd:b-qfactor",
-  "avenc_xwd:b-qoffset",
-  "avenc_xwd:b-sensitivity",
-  "avenc_xwd:b-strategy",
-  "avenc_xwd:bidir-refine",
-  "avenc_xwd:bitrate",
-  "avenc_xwd:bitrate-tolerance",
-  "avenc_xwd:brd-scale",
-  "avenc_xwd:bufsize",
-  "avenc_xwd:chroma-sample-location",
-  "avenc_xwd:chromaoffset",
-  "avenc_xwd:cmp",
-  "avenc_xwd:coder",
-  "avenc_xwd:compression-level",
-  "avenc_xwd:context",
-  "avenc_xwd:dark-mask",
-  "avenc_xwd:dc",
-  "avenc_xwd:dct",
-  "avenc_xwd:debug",
-  "avenc_xwd:dia-size",
-  "avenc_xwd:dump-separator",
-  "avenc_xwd:err-detect",
-  "avenc_xwd:export-side-data",
-  "avenc_xwd:field-order",
-  "avenc_xwd:flags",
-  "avenc_xwd:flags2",
-  "avenc_xwd:global-quality",
-  "avenc_xwd:gop-size",
-  "avenc_xwd:i-qfactor",
-  "avenc_xwd:i-qoffset",
-  "avenc_xwd:idct",
-  "avenc_xwd:ildctcmp",
-  "avenc_xwd:keyint-min",
-  "avenc_xwd:last-pred",
-  "avenc_xwd:lumi-mask",
-  "avenc_xwd:max-bframes",
-  "avenc_xwd:max-pixels",
-  "avenc_xwd:maxrate",
-  "avenc_xwd:mbcmp",
-  "avenc_xwd:mbd",
-  "avenc_xwd:mblmax",
-  "avenc_xwd:mblmin",
-  "avenc_xwd:me-range",
-  "avenc_xwd:mepc",
-  "avenc_xwd:minrate",
-  "avenc_xwd:mpeg-quant",
-  "avenc_xwd:multipass-cache-file",
-  "avenc_xwd:mv0-threshold",
-  "avenc_xwd:nr",
-  "avenc_xwd:nssew",
-  "avenc_xwd:p-mask",
-  "avenc_xwd:pass",
-  "avenc_xwd:pre-dia-size",
-  "avenc_xwd:precmp",
-  "avenc_xwd:pred",
-  "avenc_xwd:preme",
-  "avenc_xwd:ps",
-  "avenc_xwd:qblur",
-  "avenc_xwd:qcomp",
-  "avenc_xwd:qdiff",
-  "avenc_xwd:qmax",
-  "avenc_xwd:qmin",
-  "avenc_xwd:quantizer",
-  "avenc_xwd:rc-init-occupancy",
-  "avenc_xwd:rc-max-vbv-use",
-  "avenc_xwd:rc-min-vbv-use",
-  "avenc_xwd:refs",
-  "avenc_xwd:sc-threshold",
-  "avenc_xwd:scplx-mask",
-  "avenc_xwd:side-data-only-packets",
-  "avenc_xwd:skip-exp",
-  "avenc_xwd:skip-factor",
-  "avenc_xwd:skip-threshold",
-  "avenc_xwd:skipcmp",
-  "avenc_xwd:slices",
-  "avenc_xwd:strict",
-  "avenc_xwd:subcmp",
-  "avenc_xwd:subq",
-  "avenc_xwd:tcplx-mask",
-  "avenc_xwd:thread-type",
-  "avenc_xwd:threads",
-  "avenc_xwd:ticks-per-frame",
-  "avenc_xwd:timecode-frame-start",
-  "avenc_xwd:trellis",
-  "avenc_zmbv",
-  "avenc_zmbv!sink",
-  "avenc_zmbv!src",
-  "avenc_zmbv:b-qfactor",
-  "avenc_zmbv:b-qoffset",
-  "avenc_zmbv:b-sensitivity",
-  "avenc_zmbv:b-strategy",
-  "avenc_zmbv:bidir-refine",
-  "avenc_zmbv:bitrate",
-  "avenc_zmbv:bitrate-tolerance",
-  "avenc_zmbv:brd-scale",
-  "avenc_zmbv:bufsize",
-  "avenc_zmbv:chroma-sample-location",
-  "avenc_zmbv:chromaoffset",
-  "avenc_zmbv:cmp",
-  "avenc_zmbv:coder",
-  "avenc_zmbv:compression-level",
-  "avenc_zmbv:context",
-  "avenc_zmbv:dark-mask",
-  "avenc_zmbv:dc",
-  "avenc_zmbv:dct",
-  "avenc_zmbv:debug",
-  "avenc_zmbv:dia-size",
-  "avenc_zmbv:dump-separator",
-  "avenc_zmbv:err-detect",
-  "avenc_zmbv:export-side-data",
-  "avenc_zmbv:field-order",
-  "avenc_zmbv:flags",
-  "avenc_zmbv:flags2",
-  "avenc_zmbv:global-quality",
-  "avenc_zmbv:gop-size",
-  "avenc_zmbv:i-qfactor",
-  "avenc_zmbv:i-qoffset",
-  "avenc_zmbv:idct",
-  "avenc_zmbv:ildctcmp",
-  "avenc_zmbv:keyint-min",
-  "avenc_zmbv:last-pred",
-  "avenc_zmbv:lumi-mask",
-  "avenc_zmbv:max-bframes",
-  "avenc_zmbv:max-pixels",
-  "avenc_zmbv:maxrate",
-  "avenc_zmbv:mbcmp",
-  "avenc_zmbv:mbd",
-  "avenc_zmbv:mblmax",
-  "avenc_zmbv:mblmin",
-  "avenc_zmbv:me-range",
-  "avenc_zmbv:mepc",
-  "avenc_zmbv:minrate",
-  "avenc_zmbv:mpeg-quant",
-  "avenc_zmbv:multipass-cache-file",
-  "avenc_zmbv:mv0-threshold",
-  "avenc_zmbv:nr",
-  "avenc_zmbv:nssew",
-  "avenc_zmbv:p-mask",
-  "avenc_zmbv:pass",
-  "avenc_zmbv:pre-dia-size",
-  "avenc_zmbv:precmp",
-  "avenc_zmbv:pred",
-  "avenc_zmbv:preme",
-  "avenc_zmbv:ps",
-  "avenc_zmbv:qblur",
-  "avenc_zmbv:qcomp",
-  "avenc_zmbv:qdiff",
-  "avenc_zmbv:qmax",
-  "avenc_zmbv:qmin",
-  "avenc_zmbv:quantizer",
-  "avenc_zmbv:rc-init-occupancy",
-  "avenc_zmbv:rc-max-vbv-use",
-  "avenc_zmbv:rc-min-vbv-use",
-  "avenc_zmbv:refs",
-  "avenc_zmbv:sc-threshold",
-  "avenc_zmbv:scplx-mask",
-  "avenc_zmbv:side-data-only-packets",
-  "avenc_zmbv:skip-exp",
-  "avenc_zmbv:skip-factor",
-  "avenc_zmbv:skip-threshold",
-  "avenc_zmbv:skipcmp",
-  "avenc_zmbv:slices",
-  "avenc_zmbv:strict",
-  "avenc_zmbv:subcmp",
-  "avenc_zmbv:subq",
-  "avenc_zmbv:tcplx-mask",
-  "avenc_zmbv:thread-type",
-  "avenc_zmbv:threads",
-  "avenc_zmbv:ticks-per-frame",
-  "avenc_zmbv:timecode-frame-start",
-  "avenc_zmbv:trellis",
-  "avfassetsrc",
-  "avfassetsrc:uri",
-  "avfvideosrc",
-  "avfvideosrc:capture-screen",
-  "avfvideosrc:capture-screen-cursor",
-  "avfvideosrc:capture-screen-mouse-clicks",
-  "avfvideosrc:device-index",
-  "avfvideosrc:device-name",
-  "avfvideosrc:device-type",
-  "avfvideosrc:do-stats",
-  "avfvideosrc:fps",
-  "avfvideosrc:orientation",
-  "avfvideosrc:position",
-  "avidemux",
-  "avimux",
-  "avimux:bigfile",
-  "avisubtitle",
-  "avmux_3g2",
-  "avmux_3g2!audio_%u",
-  "avmux_3g2!src",
-  "avmux_3g2!video_%u",
-  "avmux_3g2:maxdelay",
-  "avmux_3g2:preload",
-  "avmux_3gp",
-  "avmux_3gp!audio_%u",
-  "avmux_3gp!src",
-  "avmux_3gp!video_%u",
-  "avmux_3gp:maxdelay",
-  "avmux_3gp:preload",
-  "avmux_a64",
-  "avmux_a64!src",
-  "avmux_a64:maxdelay",
-  "avmux_a64:preload",
-  "avmux_adts",
-  "avmux_adts!audio_%u",
-  "avmux_adts!src",
-  "avmux_adts:maxdelay",
-  "avmux_adts:preload",
-  "avmux_adx",
-  "avmux_adx!audio_%u",
-  "avmux_adx!src",
-  "avmux_adx:maxdelay",
-  "avmux_adx:preload",
-  "avmux_aiff",
-  "avmux_aiff!audio_%u",
-  "avmux_aiff!src",
-  "avmux_aiff!video_%u",
-  "avmux_aiff:maxdelay",
-  "avmux_aiff:preload",
-  "avmux_alp",
-  "avmux_alp!src",
-  "avmux_alp:maxdelay",
-  "avmux_alp:preload",
-  "avmux_amr",
-  "avmux_amr!audio_%u",
-  "avmux_amr!src",
-  "avmux_amr:maxdelay",
-  "avmux_amr:preload",
-  "avmux_amv",
-  "avmux_amv!audio_%u",
-  "avmux_amv!src",
-  "avmux_amv!video_%u",
-  "avmux_amv:maxdelay",
-  "avmux_amv:preload",
-  "avmux_apm",
-  "avmux_apm!src",
-  "avmux_apm:maxdelay",
-  "avmux_apm:preload",
-  "avmux_apng",
-  "avmux_apng!src",
-  "avmux_apng:maxdelay",
-  "avmux_apng:preload",
-  "avmux_argo_asf",
-  "avmux_argo_asf!src",
-  "avmux_argo_asf:maxdelay",
-  "avmux_argo_asf:preload",
-  "avmux_asf",
-  "avmux_asf!audio_%u",
-  "avmux_asf!src",
-  "avmux_asf!video_%u",
-  "avmux_asf:maxdelay",
-  "avmux_asf:preload",
-  "avmux_asf_stream",
-  "avmux_asf_stream!audio_%u",
-  "avmux_asf_stream!src",
-  "avmux_asf_stream!video_%u",
-  "avmux_asf_stream:maxdelay",
-  "avmux_asf_stream:preload",
-  "avmux_ast",
-  "avmux_ast!src",
-  "avmux_ast:maxdelay",
-  "avmux_ast:preload",
-  "avmux_au",
-  "avmux_au!audio_%u",
-  "avmux_au!src",
-  "avmux_au:maxdelay",
-  "avmux_au:preload",
-  "avmux_avi",
-  "avmux_avi!audio_%u",
-  "avmux_avi!src",
-  "avmux_avi!video_%u",
-  "avmux_avi:maxdelay",
-  "avmux_avi:preload",
-  "avmux_avm2",
-  "avmux_avm2!audio_%u",
-  "avmux_avm2!src",
-  "avmux_avm2!video_%u",
-  "avmux_avm2:maxdelay",
-  "avmux_avm2:preload",
-  "avmux_bit",
-  "avmux_bit!audio_%u",
-  "avmux_bit!src",
-  "avmux_bit:maxdelay",
-  "avmux_bit:preload",
-  "avmux_caf",
-  "avmux_caf!audio_%u",
-  "avmux_caf!src",
-  "avmux_caf:maxdelay",
-  "avmux_caf:preload",
-  "avmux_chromaprint",
-  "avmux_chromaprint!audio_%u",
-  "avmux_chromaprint!src",
-  "avmux_chromaprint:maxdelay",
-  "avmux_chromaprint:preload",
-  "avmux_codec2",
-  "avmux_codec2!src",
-  "avmux_codec2:maxdelay",
-  "avmux_codec2:preload",
-  "avmux_dash",
-  "avmux_dash!audio_%u",
-  "avmux_dash!src",
-  "avmux_dash!video_%u",
-  "avmux_dash:maxdelay",
-  "avmux_dash:preload",
-  "avmux_daud",
-  "avmux_daud!src",
-  "avmux_daud:maxdelay",
-  "avmux_daud:preload",
-  "avmux_dv",
-  "avmux_dv!audio_%u",
-  "avmux_dv!src",
-  "avmux_dv!video_%u",
-  "avmux_dv:maxdelay",
-  "avmux_dv:preload",
-  "avmux_dvd",
-  "avmux_dvd!audio_%u",
-  "avmux_dvd!src",
-  "avmux_dvd!video_%u",
-  "avmux_dvd:maxdelay",
-  "avmux_dvd:preload",
-  "avmux_f4v",
-  "avmux_f4v!audio_%u",
-  "avmux_f4v!src",
-  "avmux_f4v!video_%u",
-  "avmux_f4v:maxdelay",
-  "avmux_f4v:preload",
-  "avmux_film_cpk",
-  "avmux_film_cpk!audio_%u",
-  "avmux_film_cpk!src",
-  "avmux_film_cpk!video_%u",
-  "avmux_film_cpk:maxdelay",
-  "avmux_film_cpk:preload",
-  "avmux_filmstrip",
-  "avmux_filmstrip!src",
-  "avmux_filmstrip!video_%u",
-  "avmux_filmstrip:maxdelay",
-  "avmux_filmstrip:preload",
-  "avmux_fits",
-  "avmux_fits!src",
-  "avmux_fits:maxdelay",
-  "avmux_fits:preload",
-  "avmux_flv",
-  "avmux_flv!audio_%u",
-  "avmux_flv!src",
-  "avmux_flv!video_%u",
-  "avmux_flv:maxdelay",
-  "avmux_flv:preload",
-  "avmux_gxf",
-  "avmux_gxf!audio_%u",
-  "avmux_gxf!src",
-  "avmux_gxf!video_%u",
-  "avmux_gxf:maxdelay",
-  "avmux_gxf:preload",
-  "avmux_hash",
-  "avmux_hash!audio_%u",
-  "avmux_hash!src",
-  "avmux_hash!video_%u",
-  "avmux_hash:maxdelay",
-  "avmux_hash:preload",
-  "avmux_hds",
-  "avmux_hds!audio_%u",
-  "avmux_hds!src",
-  "avmux_hds!video_%u",
-  "avmux_hds:maxdelay",
-  "avmux_hds:preload",
-  "avmux_hls",
-  "avmux_hls!audio_%u",
-  "avmux_hls!src",
-  "avmux_hls!video_%u",
-  "avmux_hls:maxdelay",
-  "avmux_hls:preload",
-  "avmux_ico",
-  "avmux_ico!src",
-  "avmux_ico!video_%u",
-  "avmux_ico:maxdelay",
-  "avmux_ico:preload",
-  "avmux_ilbc",
-  "avmux_ilbc!src",
-  "avmux_ilbc:maxdelay",
-  "avmux_ilbc:preload",
-  "avmux_ipod",
-  "avmux_ipod!audio_%u",
-  "avmux_ipod!src",
-  "avmux_ipod!video_%u",
-  "avmux_ipod:maxdelay",
-  "avmux_ipod:preload",
-  "avmux_ircam",
-  "avmux_ircam!audio_%u",
-  "avmux_ircam!src",
-  "avmux_ircam:maxdelay",
-  "avmux_ircam:preload",
-  "avmux_ismv",
-  "avmux_ismv!audio_%u",
-  "avmux_ismv!src",
-  "avmux_ismv!video_%u",
-  "avmux_ismv:maxdelay",
-  "avmux_ismv:preload",
-  "avmux_ivf",
-  "avmux_ivf!src",
-  "avmux_ivf!video_%u",
-  "avmux_ivf:maxdelay",
-  "avmux_ivf:preload",
-  "avmux_kvag",
-  "avmux_kvag!src",
-  "avmux_kvag:maxdelay",
-  "avmux_kvag:preload",
-  "avmux_latm",
-  "avmux_latm!audio_%u",
-  "avmux_latm!src",
-  "avmux_latm:maxdelay",
-  "avmux_latm:preload",
-  "avmux_matroska",
-  "avmux_matroska!src",
-  "avmux_matroska!video_%u",
-  "avmux_matroska:maxdelay",
-  "avmux_matroska:preload",
-  "avmux_md5",
-  "avmux_md5!audio_%u",
-  "avmux_md5!src",
-  "avmux_md5!video_%u",
-  "avmux_md5:maxdelay",
-  "avmux_md5:preload",
-  "avmux_mkvtimestamp_v2",
-  "avmux_mkvtimestamp_v2!src",
-  "avmux_mkvtimestamp_v2!video_%u",
-  "avmux_mkvtimestamp_v2:maxdelay",
-  "avmux_mkvtimestamp_v2:preload",
-  "avmux_mmf",
-  "avmux_mmf!audio_%u",
-  "avmux_mmf!src",
-  "avmux_mmf:maxdelay",
-  "avmux_mmf:preload",
-  "avmux_mov",
-  "avmux_mov!audio_%u",
-  "avmux_mov!src",
-  "avmux_mov!video_%u",
-  "avmux_mov:maxdelay",
-  "avmux_mov:preload",
-  "avmux_mp2",
-  "avmux_mp2!audio_%u",
-  "avmux_mp2!src",
-  "avmux_mp2:maxdelay",
-  "avmux_mp2:preload",
-  "avmux_mp3",
-  "avmux_mp3!audio_%u",
-  "avmux_mp3!src",
-  "avmux_mp3!video_%u",
-  "avmux_mp3:maxdelay",
-  "avmux_mp3:preload",
-  "avmux_mp4",
-  "avmux_mp4!audio_%u",
-  "avmux_mp4!src",
-  "avmux_mp4!video_%u",
-  "avmux_mp4:maxdelay",
-  "avmux_mp4:preload",
-  "avmux_mpeg",
-  "avmux_mpeg!audio_%u",
-  "avmux_mpeg!src",
-  "avmux_mpeg!video_%u",
-  "avmux_mpeg:maxdelay",
-  "avmux_mpeg:preload",
-  "avmux_mpegts",
-  "avmux_mpegts!audio_%u",
-  "avmux_mpegts!src",
-  "avmux_mpegts!video_%u",
-  "avmux_mpegts:maxdelay",
-  "avmux_mpegts:preload",
-  "avmux_mpjpeg",
-  "avmux_mpjpeg!src",
-  "avmux_mpjpeg!video_%u",
-  "avmux_mpjpeg:maxdelay",
-  "avmux_mpjpeg:preload",
-  "avmux_mxf",
-  "avmux_mxf!audio_%u",
-  "avmux_mxf!src",
-  "avmux_mxf!video_%u",
-  "avmux_mxf:maxdelay",
-  "avmux_mxf:preload",
-  "avmux_mxf_d10",
-  "avmux_mxf_d10!audio_%u",
-  "avmux_mxf_d10!src",
-  "avmux_mxf_d10!video_%u",
-  "avmux_mxf_d10:maxdelay",
-  "avmux_mxf_d10:preload",
-  "avmux_mxf_opatom",
-  "avmux_mxf_opatom!audio_%u",
-  "avmux_mxf_opatom!src",
-  "avmux_mxf_opatom!video_%u",
-  "avmux_mxf_opatom:maxdelay",
-  "avmux_mxf_opatom:preload",
-  "avmux_nut",
-  "avmux_nut!src",
-  "avmux_nut!video_%u",
-  "avmux_nut:maxdelay",
-  "avmux_nut:preload",
-  "avmux_oga",
-  "avmux_oga!src",
-  "avmux_oga:maxdelay",
-  "avmux_oga:preload",
-  "avmux_ogg",
-  "avmux_ogg!src",
-  "avmux_ogg!video_%u",
-  "avmux_ogg:maxdelay",
-  "avmux_ogg:preload",
-  "avmux_ogv",
-  "avmux_ogv!src",
-  "avmux_ogv!video_%u",
-  "avmux_ogv:maxdelay",
-  "avmux_ogv:preload",
-  "avmux_oma",
-  "avmux_oma!audio_%u",
-  "avmux_oma!src",
-  "avmux_oma:maxdelay",
-  "avmux_oma:preload",
-  "avmux_opus",
-  "avmux_opus!src",
-  "avmux_opus:maxdelay",
-  "avmux_opus:preload",
-  "avmux_psp",
-  "avmux_psp!audio_%u",
-  "avmux_psp!src",
-  "avmux_psp!video_%u",
-  "avmux_psp:maxdelay",
-  "avmux_psp:preload",
-  "avmux_rm",
-  "avmux_rm!audio_%u",
-  "avmux_rm!src",
-  "avmux_rm!video_%u",
-  "avmux_rm:maxdelay",
-  "avmux_rm:preload",
-  "avmux_rso",
-  "avmux_rso!audio_%u",
-  "avmux_rso!src",
-  "avmux_rso:maxdelay",
-  "avmux_rso:preload",
-  "avmux_rtsp",
-  "avmux_rtsp!audio_%u",
-  "avmux_rtsp!src",
-  "avmux_rtsp!video_%u",
-  "avmux_rtsp:maxdelay",
-  "avmux_rtsp:preload",
-  "avmux_sap",
-  "avmux_sap!audio_%u",
-  "avmux_sap!src",
-  "avmux_sap!video_%u",
-  "avmux_sap:maxdelay",
-  "avmux_sap:preload",
-  "avmux_singlejpeg",
-  "avmux_singlejpeg!src",
-  "avmux_singlejpeg!video_%u",
-  "avmux_singlejpeg:maxdelay",
-  "avmux_singlejpeg:preload",
-  "avmux_smjpeg",
-  "avmux_smjpeg!audio_%u",
-  "avmux_smjpeg!src",
-  "avmux_smjpeg!video_%u",
-  "avmux_smjpeg:maxdelay",
-  "avmux_smjpeg:preload",
-  "avmux_smoothstreaming",
-  "avmux_smoothstreaming!audio_%u",
-  "avmux_smoothstreaming!src",
-  "avmux_smoothstreaming!video_%u",
-  "avmux_smoothstreaming:maxdelay",
-  "avmux_smoothstreaming:preload",
-  "avmux_sox",
-  "avmux_sox!src",
-  "avmux_sox:maxdelay",
-  "avmux_sox:preload",
-  "avmux_spdif",
-  "avmux_spdif!audio_%u",
-  "avmux_spdif!src",
-  "avmux_spdif:maxdelay",
-  "avmux_spdif:preload",
-  "avmux_spx",
-  "avmux_spx!src",
-  "avmux_spx:maxdelay",
-  "avmux_spx:preload",
-  "avmux_streamhash",
-  "avmux_streamhash!audio_%u",
-  "avmux_streamhash!src",
-  "avmux_streamhash!video_%u",
-  "avmux_streamhash:maxdelay",
-  "avmux_streamhash:preload",
-  "avmux_svcd",
-  "avmux_svcd!audio_%u",
-  "avmux_svcd!src",
-  "avmux_svcd!video_%u",
-  "avmux_svcd:maxdelay",
-  "avmux_svcd:preload",
-  "avmux_swf",
-  "avmux_swf!audio_%u",
-  "avmux_swf!src",
-  "avmux_swf!video_%u",
-  "avmux_swf:maxdelay",
-  "avmux_swf:preload",
-  "avmux_tta",
-  "avmux_tta!audio_%u",
-  "avmux_tta!src",
-  "avmux_tta:maxdelay",
-  "avmux_tta:preload",
-  "avmux_uncodedframecrc",
-  "avmux_uncodedframecrc!audio_%u",
-  "avmux_uncodedframecrc!src",
-  "avmux_uncodedframecrc!video_%u",
-  "avmux_uncodedframecrc:maxdelay",
-  "avmux_uncodedframecrc:preload",
-  "avmux_vc1test",
-  "avmux_vc1test!src",
-  "avmux_vc1test!video_%u",
-  "avmux_vc1test:maxdelay",
-  "avmux_vc1test:preload",
-  "avmux_vcd",
-  "avmux_vcd!audio_%u",
-  "avmux_vcd!src",
-  "avmux_vcd!video_%u",
-  "avmux_vcd:maxdelay",
-  "avmux_vcd:preload",
-  "avmux_vidc",
-  "avmux_vidc!src",
-  "avmux_vidc:maxdelay",
-  "avmux_vidc:preload",
-  "avmux_vob",
-  "avmux_vob!audio_%u",
-  "avmux_vob!src",
-  "avmux_vob!video_%u",
-  "avmux_vob:maxdelay",
-  "avmux_vob:preload",
-  "avmux_voc",
-  "avmux_voc!audio_%u",
-  "avmux_voc!src",
-  "avmux_voc:maxdelay",
-  "avmux_voc:preload",
-  "avmux_w64",
-  "avmux_w64!audio_%u",
-  "avmux_w64!src",
-  "avmux_w64:maxdelay",
-  "avmux_w64:preload",
-  "avmux_wav",
-  "avmux_wav!audio_%u",
-  "avmux_wav!src",
-  "avmux_wav:maxdelay",
-  "avmux_wav:preload",
-  "avmux_webp",
-  "avmux_webp!src",
-  "avmux_webp:maxdelay",
-  "avmux_webp:preload",
-  "avmux_wtv",
-  "avmux_wtv!audio_%u",
-  "avmux_wtv!src",
-  "avmux_wtv!video_%u",
-  "avmux_wtv:maxdelay",
-  "avmux_wtv:preload",
-  "avmux_yuv4mpegpipe",
-  "avmux_yuv4mpegpipe!src",
-  "avmux_yuv4mpegpipe:maxdelay",
-  "avmux_yuv4mpegpipe:preload",
-  "avsamplebufferlayersink",
-  "avsamplebufferlayersink:force-aspect-ratio",
-  "avsamplebufferlayersink:layer",
-  "avtpaafdepay",
-  "avtpaafpay",
-  "avtpaafpay:timestamp-mode",
-  "avtpcrfcheck",
-  "avtpcrfcheck:drop-invalid",
-  "avtpcrfsync",
-  "avtpcvfdepay",
-  "avtpcvfpay",
-  "avtpcvfpay:max-interval-frames",
-  "avtpcvfpay:measurement-interval",
-  "avtpcvfpay:mtu",
-  "avtprvfdepay",
-  "avtprvfpay",
-  "avtpsink",
-  "avtpsink:address",
-  "avtpsink:ifname",
-  "avtpsink:priority",
-  "avtpsrc",
-  "avtpsrc:address",
-  "avtpsrc:ifname",
-  "avvideocompare",
-  "avvideocompare:method",
-  "avvideocompare:stats-file",
-  "avwait",
-  "avwait:end-running-time",
-  "avwait:end-timecode",
-  "avwait:mode",
-  "avwait:recording",
-  "avwait:target-running-time",
-  "avwait:target-timecode",
-  "avwait:target-timecode-string",
-  "bayer2rgb",
-  "bigsplit",
-  "bit",
-  "bpmdetect",
-  "breakmydata",
-  "breakmydata:probability",
-  "breakmydata:seed",
-  "breakmydata:set-to",
-  "breakmydata:skip",
-  "bs2b",
-  "bs2b:fcut",
-  "bs2b:feed",
-  "bulge",
-  "bulge:zoom",
-  "burn",
-  "burn:adjustment",
-  "bz2dec",
-  "bz2dec:buffer-size",
-  "bz2dec:first-buffer-size",
-  "bz2enc",
-  "bz2enc:block-size",
-  "bz2enc:buffer-size",
-  "cacasink",
-  "cacasink:anti-aliasing",
-  "cacasink:dither",
-  "cacasink:driver",
-  "cacasink:screen-height",
-  "cacasink:screen-width",
-  "cacatv",
-  "cacatv:anti-aliasing",
-  "cacatv:canvas-height",
-  "cacatv:canvas-width",
-  "cacatv:dither",
-  "cacatv:font",
-  "cairooverlay",
-  "cairooverlay::caps-changed",
-  "cairooverlay::draw",
-  "cairooverlay:draw-on-transparent-surface",
-  "camerabin",
-  "camerabin::start-capture",
-  "camerabin::stop-capture",
-  "camerabin:audio-capture-caps",
-  "camerabin:audio-capture-supported-caps",
-  "camerabin:audio-filter",
-  "camerabin:audio-source",
-  "camerabin:camera-source",
-  "camerabin:flags",
-  "camerabin:idle",
-  "camerabin:image-capture-caps",
-  "camerabin:image-capture-supported-caps",
-  "camerabin:image-filter",
-  "camerabin:image-profile",
-  "camerabin:location",
-  "camerabin:max-zoom",
-  "camerabin:mode",
-  "camerabin:mute",
-  "camerabin:post-previews",
-  "camerabin:preview-caps",
-  "camerabin:preview-filter",
-  "camerabin:video-capture-caps",
-  "camerabin:video-capture-supported-caps",
-  "camerabin:video-filter",
-  "camerabin:video-profile",
-  "camerabin:viewfinder-caps",
-  "camerabin:viewfinder-filter",
-  "camerabin:viewfinder-sink",
-  "camerabin:viewfinder-supported-caps",
-  "camerabin:zoom",
-  "cameracalibrate",
-  "cameracalibrate:aspect-ratio",
-  "cameracalibrate:board-height",
-  "cameracalibrate:board-width",
-  "cameracalibrate:center-principal-point",
-  "cameracalibrate:corner-sub-pixel",
-  "cameracalibrate:delay",
-  "cameracalibrate:frame-count",
-  "cameracalibrate:pattern",
-  "cameracalibrate:settings",
-  "cameracalibrate:show-corners",
-  "cameracalibrate:square-size",
-  "cameracalibrate:use-fisheye",
-  "cameracalibrate:zero-tangent-distorsion",
-  "cameraundistort",
-  "cameraundistort:alpha",
-  "cameraundistort:settings",
-  "cameraundistort:undistort",
-  "capsfilter",
-  "capsfilter:caps",
-  "capsfilter:caps-change-mode",
-  "capssetter",
-  "capssetter:caps",
-  "capssetter:join",
-  "capssetter:replace",
-  "cc708overlay",
-  "cc708overlay:font-desc",
-  "cc708overlay:service-number",
-  "cc708overlay:silent",
-  "cc708overlay:window-h-pos",
-  "cccombiner",
-  "cccombiner:max-scheduled",
-  "cccombiner:output-padding",
-  "cccombiner:schedule",
-  "ccconverter",
-  "ccconverter:cdp-mode",
-  "ccextractor",
-  "ccextractor:remove-caption-meta",
-  "cdiocddasrc",
-  "cdiocddasrc:read-speed",
-  "cdparanoiasrc",
-  "cdparanoiasrc::transport-error",
-  "cdparanoiasrc::uncorrected-error",
-  "cdparanoiasrc:cache-size",
-  "cdparanoiasrc:generic-device",
-  "cdparanoiasrc:paranoia-mode",
-  "cdparanoiasrc:read-speed",
-  "cdparanoiasrc:search-overlap",
-  "cea608mux",
-  "cfhd-q",
-  "cfhd-q::film1",
-  "cfhd-q::film1+",
-  "cfhd-q::film1.5",
-  "cfhd-q::film2",
-  "cfhd-q::film2+",
-  "cfhd-q::film3",
-  "cfhd-q::film3+",
-  "cfhd-q::high",
-  "cfhd-q::high+",
-  "cfhd-q::low",
-  "cfhd-q::low+",
-  "cfhd-q::medium",
-  "cfhd-q::medium+",
-  "checksumsink",
-  "checksumsink:hash",
-  "chopmydata",
-  "chopmydata:max-size",
-  "chopmydata:min-size",
-  "chopmydata:step-size",
-  "chromahold",
-  "chromahold:target-b",
-  "chromahold:target-g",
-  "chromahold:target-r",
-  "chromahold:tolerance",
-  "chromaprint",
-  "chromaprint:duration",
-  "chromaprint:fingerprint",
-  "chromium",
-  "chromium:edge-a",
-  "chromium:edge-b",
-  "circle",
-  "circle:angle",
-  "circle:height",
-  "circle:spread-angle",
-  "clockoverlay",
-  "clockoverlay:time-format",
-  "clockselect",
-  "clockselect:clock-id",
-  "clockselect:ptp-domain",
-  "clocksync",
-  "clocksync:qos",
-  "clocksync:sync",
-  "clocksync:sync-to-first",
-  "clocksync:ts-offset",
-  "codecalphademux",
-  "coloreffects",
-  "coloreffects:preset",
-  "combdetect",
-  "compare",
-  "compare:meta",
-  "compare:method",
-  "compare:offset-ts",
-  "compare:threshold",
-  "compare:upper",
-  "compositor",
-  "compositor:background",
-  "compositor:ignore-inactive-pads",
-  "compositor:max-threads",
-  "compositor:zero-size-is-unscaled",
-  "concat",
-  "concat:active-pad",
-  "concat:adjust-base",
-  "count",
-  "cpureport",
-  "cudaconvert",
-  "cudaconvertscale",
-  "cudaconvertscale:add-borders",
-  "cudadownload",
-  "cudaipcsink",
-  "cudaipcsink:address",
-  "cudaipcsink:cuda-device-id",
-  "cudaipcsink:ipc-mode",
-  "cudaipcsrc",
-  "cudaipcsrc:address",
-  "cudaipcsrc:buffer-size",
-  "cudaipcsrc:connection-timeout",
-  "cudaipcsrc:cuda-device-id",
-  "cudaipcsrc:io-mode",
-  "cudaipcsrc:processing-deadline",
-  "cudascale",
-  "cudascale:add-borders",
-  "cudaupload",
-  "curlfilesink",
-  "curlfilesink:create-dirs",
-  "curlftpsink",
-  "curlftpsink:create-dirs",
-  "curlftpsink:create-tmp-file",
-  "curlftpsink:epsv-mode",
-  "curlftpsink:ftp-port",
-  "curlftpsink:temp-file-name",
-  "curlhttpsink",
-  "curlhttpsink:content-type",
-  "curlhttpsink:proxy",
-  "curlhttpsink:proxy-passwd",
-  "curlhttpsink:proxy-port",
-  "curlhttpsink:proxy-user",
-  "curlhttpsink:use-content-length",
-  "curlhttpsrc",
-  "curlhttpsrc:automatic-redirect",
-  "curlhttpsrc:compress",
-  "curlhttpsrc:cookies",
-  "curlhttpsrc:extra-headers",
-  "curlhttpsrc:http-version",
-  "curlhttpsrc:keep-alive",
-  "curlhttpsrc:location",
-  "curlhttpsrc:max-connection-time",
-  "curlhttpsrc:max-connections",
-  "curlhttpsrc:max-connections-per-proxy",
-  "curlhttpsrc:max-connections-per-server",
-  "curlhttpsrc:max-redirect",
-  "curlhttpsrc:proxy",
-  "curlhttpsrc:proxy-id",
-  "curlhttpsrc:proxy-pw",
-  "curlhttpsrc:retries",
-  "curlhttpsrc:ssl-ca-file",
-  "curlhttpsrc:ssl-strict",
-  "curlhttpsrc:timeout",
-  "curlhttpsrc:user-agent",
-  "curlhttpsrc:user-id",
-  "curlhttpsrc:user-pw",
-  "curlsftpsink",
-  "curlsftpsink:async",
-  "curlsftpsink:blocksize",
-  "curlsftpsink:create-dirs",
-  "curlsftpsink:enable-last-sample",
-  "curlsftpsink:file-name",
-  "curlsftpsink:last-sample",
-  "curlsftpsink:location",
-  "curlsftpsink:max-bitrate",
-  "curlsftpsink:max-lateness",
-  "curlsftpsink:passwd",
-  "curlsftpsink:processing-deadline",
-  "curlsftpsink:qos",
-  "curlsftpsink:qos-dscp",
-  "curlsftpsink:render-delay",
-  "curlsftpsink:ssh-accept-unknownhost",
-  "curlsftpsink:ssh-auth-type",
-  "curlsftpsink:ssh-host-pubkey-md5",
-  "curlsftpsink:ssh-key-passphrase",
-  "curlsftpsink:ssh-knownhosts",
-  "curlsftpsink:ssh-priv-keyfile",
-  "curlsftpsink:ssh-pub-keyfile",
-  "curlsftpsink:stats",
-  "curlsftpsink:sync",
-  "curlsftpsink:throttle-time",
-  "curlsftpsink:timeout",
-  "curlsftpsink:ts-offset",
-  "curlsftpsink:user",
-  "curlsmtpsink",
-  "curlsmtpsink:content-type",
-  "curlsmtpsink:mail-from",
-  "curlsmtpsink:mail-rcpt",
-  "curlsmtpsink:message-body",
-  "curlsmtpsink:nbr-attachments",
-  "curlsmtpsink:pop-location",
-  "curlsmtpsink:pop-passwd",
-  "curlsmtpsink:pop-user",
-  "curlsmtpsink:subject",
-  "curlsmtpsink:use-ssl",
-  "cutter",
-  "cutter:audio-level-meta",
-  "cutter:leaky",
-  "cutter:pre-length",
-  "cutter:run-length",
-  "cutter:threshold",
-  "cutter:threshold-dB",
-  "cvdilate",
-  "cvequalizehist",
-  "cverode",
-  "cvlaplace",
-  "cvlaplace:aperture-size",
-  "cvlaplace:mask",
-  "cvlaplace:scale",
-  "cvlaplace:shift",
-  "cvsmooth",
-  "cvsmooth:color",
-  "cvsmooth:height",
-  "cvsmooth:kernel-height",
-  "cvsmooth:kernel-width",
-  "cvsmooth:position-x",
-  "cvsmooth:position-y",
-  "cvsmooth:spatial",
-  "cvsmooth:type",
-  "cvsmooth:width",
-  "cvsobel",
-  "cvsobel:aperture-size",
-  "cvsobel:mask",
-  "cvsobel:x-order",
-  "cvsobel:y-order",
-  "cvtracker",
-  "cvtracker:algorithm",
-  "cvtracker:draw-rect",
-  "cvtracker:object-initial-height",
-  "cvtracker:object-initial-width",
-  "cvtracker:object-initial-x",
-  "cvtracker:object-initial-y",
-  "d3d11av1dec",
-  "d3d11av1dec:adapter-luid",
-  "d3d11av1dec:device-id",
-  "d3d11av1dec:vendor-id",
-  "d3d11colorconvert",
-  "d3d11colorconvert:dest-alpha-mode",
-  "d3d11colorconvert:gamma-mode",
-  "d3d11colorconvert:primaries-mode",
-  "d3d11colorconvert:src-alpha-mode",
-  "d3d11compositor",
-  "d3d11compositor:adapter",
-  "d3d11compositor:background",
-  "d3d11compositor:emit-signals",
-  "d3d11compositor:ignore-inactive-pads",
-  "d3d11compositor:latency",
-  "d3d11compositor:min-upstream-latency",
-  "d3d11compositor:mixer",
-  "d3d11compositor:start-time",
-  "d3d11compositor:start-time-selection",
-  "d3d11compositorelement",
-  "d3d11compositorelement:adapter",
-  "d3d11compositorelement:background",
-  "d3d11convert",
-  "d3d11convert:add-borders",
-  "d3d11convert:border-color",
-  "d3d11convert:dest-alpha-mode",
-  "d3d11convert:fov",
-  "d3d11convert:gamma-mode",
-  "d3d11convert:msaa",
-  "d3d11convert:ortho",
-  "d3d11convert:primaries-mode",
-  "d3d11convert:rotation-x",
-  "d3d11convert:rotation-y",
-  "d3d11convert:rotation-z",
-  "d3d11convert:scale-x",
-  "d3d11convert:scale-y",
-  "d3d11convert:src-alpha-mode",
-  "d3d11deinterlace",
-  "d3d11deinterlace:adapter",
-  "d3d11deinterlace:device-id",
-  "d3d11deinterlace:method",
-  "d3d11deinterlace:qos",
-  "d3d11deinterlace:supported-methods",
-  "d3d11deinterlace:vendor-id",
-  "d3d11deinterlaceelement",
-  "d3d11deinterlaceelement:adapter",
-  "d3d11deinterlaceelement:device-id",
-  "d3d11deinterlaceelement:method",
-  "d3d11deinterlaceelement:supported-methods",
-  "d3d11deinterlaceelement:vendor-id",
-  "d3d11desktopdupsrc",
-  "d3d11desktopdupsrc:monitor-index",
-  "d3d11desktopdupsrc:show-cursor",
-  "d3d11download",
-  "d3d11h264dec",
-  "d3d11h264dec:adapter-luid",
-  "d3d11h264dec:device-id",
-  "d3d11h264dec:vendor-id",
-  "d3d11h265dec",
-  "d3d11h265dec:adapter-luid",
-  "d3d11h265dec:device-id",
-  "d3d11h265dec:vendor-id",
-  "d3d11ipcsink",
-  "d3d11ipcsink:adapter",
-  "d3d11ipcsink:min-buffer-size",
-  "d3d11ipcsink:pipe-name",
-  "d3d11ipcsrc",
-  "d3d11ipcsrc:connection-timeout",
-  "d3d11ipcsrc:io-mode",
-  "d3d11ipcsrc:pipe-name",
-  "d3d11ipcsrc:processing-deadline",
-  "d3d11mpeg2dec",
-  "d3d11mpeg2dec:adapter-luid",
-  "d3d11mpeg2dec:device-id",
-  "d3d11mpeg2dec:vendor-id",
-  "d3d11overlay",
-  "d3d11overlay::caps-changed",
-  "d3d11overlay::draw",
-  "d3d11scale",
-  "d3d11scale:add-borders",
-  "d3d11scale:border-color",
-  "d3d11screencapturesrc",
-  "d3d11screencapturesrc:adapter",
-  "d3d11screencapturesrc:capture-api",
-  "d3d11screencapturesrc:crop-height",
-  "d3d11screencapturesrc:crop-width",
-  "d3d11screencapturesrc:crop-x",
-  "d3d11screencapturesrc:crop-y",
-  "d3d11screencapturesrc:monitor-handle",
-  "d3d11screencapturesrc:monitor-index",
-  "d3d11screencapturesrc:show-border",
-  "d3d11screencapturesrc:show-cursor",
-  "d3d11screencapturesrc:window-capture-mode",
-  "d3d11screencapturesrc:window-handle",
-  "d3d11testsrc",
-  "d3d11testsrc:adapter",
-  "d3d11testsrc:alpha",
-  "d3d11testsrc:alpha-mode",
-  "d3d11testsrc:is-live",
-  "d3d11testsrc:pattern",
-  "d3d11upload",
-  "d3d11videosink",
-  "d3d11videosink::begin-draw",
-  "d3d11videosink::draw",
-  "d3d11videosink::present",
-  "d3d11videosink:adapter",
-  "d3d11videosink:async",
-  "d3d11videosink:blocksize",
-  "d3d11videosink:display-format",
-  "d3d11videosink:draw-on-shared-texture",
-  "d3d11videosink:emit-present",
-  "d3d11videosink:enable-last-sample",
-  "d3d11videosink:enable-navigation-events",
-  "d3d11videosink:force-aspect-ratio",
-  "d3d11videosink:fov",
-  "d3d11videosink:fullscreen",
-  "d3d11videosink:fullscreen-toggle-mode",
-  "d3d11videosink:gamma-mode",
-  "d3d11videosink:last-sample",
-  "d3d11videosink:max-bitrate",
-  "d3d11videosink:max-lateness",
-  "d3d11videosink:msaa",
-  "d3d11videosink:ortho",
-  "d3d11videosink:primaries-mode",
-  "d3d11videosink:processing-deadline",
-  "d3d11videosink:qos",
-  "d3d11videosink:redraw-on-update",
-  "d3d11videosink:render-delay",
-  "d3d11videosink:render-rectangle",
-  "d3d11videosink:rotate-method",
-  "d3d11videosink:rotation-x",
-  "d3d11videosink:rotation-y",
-  "d3d11videosink:rotation-z",
-  "d3d11videosink:sampling-method",
-  "d3d11videosink:scale-x",
-  "d3d11videosink:scale-y",
-  "d3d11videosink:show-preroll-frame",
-  "d3d11videosink:stats",
-  "d3d11videosink:sync",
-  "d3d11videosink:throttle-time",
-  "d3d11videosink:ts-offset",
-  "d3d11videosinkelement",
-  "d3d11videosinkelement:adapter",
-  "d3d11videosinkelement:enable-navigation-events",
-  "d3d11videosinkelement:force-aspect-ratio",
-  "d3d11videosinkelement:fullscreen",
-  "d3d11videosinkelement:fullscreen-toggle-mode",
-  "d3d11vp8dec",
-  "d3d11vp8dec:adapter-luid",
-  "d3d11vp8dec:device-id",
-  "d3d11vp8dec:vendor-id",
-  "d3d11vp9dec",
-  "d3d11vp9dec:adapter-luid",
-  "d3d11vp9dec:device-id",
-  "d3d11vp9dec:vendor-id",
-  "d3d12av1dec",
-  "d3d12av1dec:adapter-luid",
-  "d3d12av1dec:device-id",
-  "d3d12av1dec:vendor-id",
-  "d3d12compositor",
-  "d3d12compositor:adapter",
-  "d3d12compositor:background",
-  "d3d12compositor:ignore-inactive-pads",
-  "d3d12convert",
-  "d3d12convert:add-borders",
-  "d3d12convert:border-color",
-  "d3d12convert:gamma-mode",
-  "d3d12convert:method",
-  "d3d12convert:primaries-mode",
-  "d3d12download",
-  "d3d12h264dec",
-  "d3d12h264dec:adapter-luid",
-  "d3d12h264dec:device-id",
-  "d3d12h264dec:vendor-id",
-  "d3d12h264enc",
-  "d3d12h264enc:aud",
-  "d3d12h264enc:bitrate",
-  "d3d12h264enc:cc-insert",
-  "d3d12h264enc:frame-analysis",
-  "d3d12h264enc:gop-size",
-  "d3d12h264enc:max-bitrate",
-  "d3d12h264enc:qp-b",
-  "d3d12h264enc:qp-i",
-  "d3d12h264enc:qp-init",
-  "d3d12h264enc:qp-max",
-  "d3d12h264enc:qp-min",
-  "d3d12h264enc:qp-p",
-  "d3d12h264enc:qvbr-quality",
-  "d3d12h264enc:rate-control",
-  "d3d12h264enc:rate-control-support",
-  "d3d12h264enc:ref-frames",
-  "d3d12h264enc:slice-mode",
-  "d3d12h264enc:slice-mode-support",
-  "d3d12h264enc:slice-partition",
-  "d3d12h265dec",
-  "d3d12h265dec:adapter-luid",
-  "d3d12h265dec:device-id",
-  "d3d12h265dec:vendor-id",
-  "d3d12mpeg2dec",
-  "d3d12mpeg2dec:adapter-luid",
-  "d3d12mpeg2dec:device-id",
-  "d3d12mpeg2dec:vendor-id",
-  "d3d12screencapturesrc",
-  "d3d12screencapturesrc:crop-height",
-  "d3d12screencapturesrc:crop-width",
-  "d3d12screencapturesrc:crop-x",
-  "d3d12screencapturesrc:crop-y",
-  "d3d12screencapturesrc:monitor-handle",
-  "d3d12screencapturesrc:monitor-index",
-  "d3d12screencapturesrc:show-cursor",
-  "d3d12testsrc",
-  "d3d12testsrc:adapter",
-  "d3d12testsrc:alpha",
-  "d3d12testsrc:is-live",
-  "d3d12testsrc:pattern",
-  "d3d12upload",
-  "d3d12videosink",
-  "d3d12videosink:adapter",
-  "d3d12videosink:enable-navigation-events",
-  "d3d12videosink:force-aspect-ratio",
-  "d3d12videosink:fov",
-  "d3d12videosink:fullscreen",
-  "d3d12videosink:fullscreen-on-alt-enter",
-  "d3d12videosink:gamma-mode",
-  "d3d12videosink:msaa",
-  "d3d12videosink:ortho",
-  "d3d12videosink:primaries-mode",
-  "d3d12videosink:redraw-on-update",
-  "d3d12videosink:rotate-method",
-  "d3d12videosink:rotation-x",
-  "d3d12videosink:rotation-y",
-  "d3d12videosink:rotation-z",
-  "d3d12videosink:sampling-method",
-  "d3d12videosink:scale-x",
-  "d3d12videosink:scale-y",
-  "d3d12vp8dec",
-  "d3d12vp8dec:adapter-luid",
-  "d3d12vp8dec:device-id",
-  "d3d12vp8dec:vendor-id",
-  "d3d12vp9dec",
-  "d3d12vp9dec:adapter-luid",
-  "d3d12vp9dec:device-id",
-  "d3d12vp9dec:vendor-id",
-  "d3dvideosink",
-  "d3dvideosink:create-render-window",
-  "d3dvideosink:enable-navigation-events",
-  "d3dvideosink:force-aspect-ratio",
-  "d3dvideosink:stream-stop-on-close",
-  "dashdemux",
-  "dashdemux2",
-  "dashdemux2:max-bitrate",
-  "dashdemux2:max-video-framerate",
-  "dashdemux2:max-video-height",
-  "dashdemux2:max-video-width",
-  "dashdemux2:presentation-delay",
-  "dashdemux2:start-bitrate",
-  "dashdemux:bandwidth-usage",
-  "dashdemux:max-bitrate",
-  "dashdemux:max-buffering-time",
-  "dashdemux:max-video-framerate",
-  "dashdemux:max-video-height",
-  "dashdemux:max-video-width",
-  "dashdemux:presentation-delay",
-  "dashsink",
-  "dashsink::get-fragment-stream",
-  "dashsink::get-playlist-stream",
-  "dashsink:dynamic",
-  "dashsink:min-buffer-time",
-  "dashsink:minimum-update-period",
-  "dashsink:mpd-baseurl",
-  "dashsink:mpd-filename",
-  "dashsink:mpd-root-path",
-  "dashsink:muxer",
-  "dashsink:period-duration",
-  "dashsink:send-keyframe-requests",
-  "dashsink:suggested-presentation-delay",
-  "dashsink:target-duration",
-  "dashsink:use-segment-list",
-  "dataurisrc",
-  "dataurisrc:uri",
-  "dc1394src",
-  "dc1394src:blocksize",
-  "dc1394src:dma",
-  "dc1394src:do-timestamp",
-  "dc1394src:guid",
-  "dc1394src:iso",
-  "dc1394src:num-buffers",
-  "dc1394src:typefind",
-  "dc1394src:unit",
-  "dcaparse",
-  "debugqroverlay",
-  "debugqroverlay:extra-data-array",
-  "debugqroverlay:extra-data-interval-buffers",
-  "debugqroverlay:extra-data-name",
-  "debugqroverlay:extra-data-span-buffers",
-  "debugspy",
-  "debugspy:checksum-type",
-  "debugspy:silent",
-  "decklinkaudiosink",
-  "decklinkaudiosink:alignment-threshold",
-  "decklinkaudiosink:buffer-time",
-  "decklinkaudiosink:device-number",
-  "decklinkaudiosink:discont-wait",
-  "decklinkaudiosink:hw-serial-number",
-  "decklinkaudiosink:persistent-id",
-  "decklinkaudiosrc",
-  "decklinkaudiosrc:alignment-threshold",
-  "decklinkaudiosrc:buffer-size",
-  "decklinkaudiosrc:channels",
-  "decklinkaudiosrc:connection",
-  "decklinkaudiosrc:device-number",
-  "decklinkaudiosrc:discont-wait",
-  "decklinkaudiosrc:hw-serial-number",
-  "decklinkaudiosrc:persistent-id",
-  "decklinkvideosink",
-  "decklinkvideosink:afd-bar-line",
-  "decklinkvideosink:cc-line",
-  "decklinkvideosink:device-number",
-  "decklinkvideosink:duplex-mode",
-  "decklinkvideosink:hw-serial-number",
-  "decklinkvideosink:keyer-level",
-  "decklinkvideosink:keyer-mode",
-  "decklinkvideosink:mapping-format",
-  "decklinkvideosink:mode",
-  "decklinkvideosink:persistent-id",
-  "decklinkvideosink:profile",
-  "decklinkvideosink:timecode-format",
-  "decklinkvideosink:video-format",
-  "decklinkvideosrc",
-  "decklinkvideosrc:buffer-size",
-  "decklinkvideosrc:connection",
-  "decklinkvideosrc:device-number",
-  "decklinkvideosrc:drop-no-signal-frames",
-  "decklinkvideosrc:duplex-mode",
-  "decklinkvideosrc:hw-serial-number",
-  "decklinkvideosrc:mode",
-  "decklinkvideosrc:output-afd-bar",
-  "decklinkvideosrc:output-cc",
-  "decklinkvideosrc:output-stream-time",
-  "decklinkvideosrc:persistent-id",
-  "decklinkvideosrc:profile",
-  "decklinkvideosrc:signal",
-  "decklinkvideosrc:skip-first-time",
-  "decklinkvideosrc:timecode-format",
-  "decklinkvideosrc:video-format",
-  "decode_vlc",
-  "decodebin",
-  "decodebin3",
-  "decodebin3::about-to-finish",
-  "decodebin3::select-stream",
-  "decodebin3:caps",
-  "decodebin3:force-sw-decoders",
-  "decodebin::autoplug-continue",
-  "decodebin::autoplug-factories",
-  "decodebin::autoplug-query",
-  "decodebin::autoplug-select",
-  "decodebin::autoplug-sort",
-  "decodebin::drained",
-  "decodebin::unknown-type",
-  "decodebin:caps",
-  "decodebin:connection-speed",
-  "decodebin:expose-all-streams",
-  "decodebin:force-sw-decoders",
-  "decodebin:high-percent",
-  "decodebin:low-percent",
-  "decodebin:max-size-buffers",
-  "decodebin:max-size-bytes",
-  "decodebin:max-size-time",
-  "decodebin:post-stream-topology",
-  "decodebin:sink-caps",
-  "decodebin:subtitle-encoding",
-  "decodebin:use-buffering",
-  "deinterlace",
-  "deinterlace:drop-orphans",
-  "deinterlace:fields",
-  "deinterlace:ignore-obscure",
-  "deinterlace:locking",
-  "deinterlace:method",
-  "deinterlace:mode",
-  "deinterlace:tff",
-  "deinterleave",
-  "deinterleave:keep-positions",
-  "dewarp",
-  "dewarp:display-mode",
-  "dewarp:inner-radius",
-  "dewarp:interpolation-method",
-  "dewarp:outer-radius",
-  "dewarp:x-center",
-  "dewarp:x-remap-correction",
-  "dewarp:y-center",
-  "dewarp:y-remap-correction",
-  "dfbvideosink",
-  "dfbvideosink:async",
-  "dfbvideosink:blocksize",
-  "dfbvideosink:brightness",
-  "dfbvideosink:contrast",
-  "dfbvideosink:enable-last-sample",
-  "dfbvideosink:hue",
-  "dfbvideosink:last-sample",
-  "dfbvideosink:layer-mode",
-  "dfbvideosink:max-bitrate",
-  "dfbvideosink:max-lateness",
-  "dfbvideosink:pixel-aspect-ratio",
-  "dfbvideosink:processing-deadline",
-  "dfbvideosink:qos",
-  "dfbvideosink:render-delay",
-  "dfbvideosink:saturation",
-  "dfbvideosink:show-preroll-frame",
-  "dfbvideosink:stats",
-  "dfbvideosink:surface",
-  "dfbvideosink:sync",
-  "dfbvideosink:throttle-time",
-  "dfbvideosink:ts-offset",
-  "dfbvideosink:vsync",
-  "dicetv",
-  "dicetv:square-bits",
-  "diffuse",
-  "diffuse:scale",
-  "dilate",
-  "dilate:erode",
-  "diracparse",
-  "directsoundsrc",
-  "directsoundsrc:device",
-  "directsoundsrc:device-name",
-  "directsoundsrc:mute",
-  "directsoundsrc:volume",
-  "disparity",
-  "disparity:method",
-  "dnxhd-profile",
-  "dnxhd-profile::dnxhd",
-  "dnxhd-profile::dnxhr_444",
-  "dnxhd-profile::dnxhr_hq",
-  "dnxhd-profile::dnxhr_hqx",
-  "dnxhd-profile::dnxhr_lb",
-  "dnxhd-profile::dnxhr_sq",
-  "dodge",
-  "downloadbuffer",
-  "downloadbuffer:high-percent",
-  "downloadbuffer:low-percent",
-  "downloadbuffer:max-size-bytes",
-  "downloadbuffer:max-size-time",
-  "downloadbuffer:temp-location",
-  "downloadbuffer:temp-remove",
-  "downloadbuffer:temp-template",
-  "dsdconvert",
-  "dshowadec_mp3",
-  "dshowadec_mp3!sink",
-  "dshowadec_mp3!src",
-  "dshowadec_mpeg_1_2",
-  "dshowadec_mpeg_1_2!sink",
-  "dshowadec_mpeg_1_2!src",
-  "dshowadec_wma1",
-  "dshowadec_wma1!sink",
-  "dshowadec_wma1!src",
-  "dshowadec_wma2",
-  "dshowadec_wma2!sink",
-  "dshowadec_wma2!src",
-  "dshowadec_wma3",
-  "dshowadec_wma3!sink",
-  "dshowadec_wma3!src",
-  "dshowadec_wma4",
-  "dshowadec_wma4!sink",
-  "dshowadec_wma4!src",
-  "dshowadec_wms",
-  "dshowadec_wms!sink",
-  "dshowadec_wms!src",
-  "dshowaudiosrc",
-  "dshowaudiosrc:device",
-  "dshowaudiosrc:device-index",
-  "dshowaudiosrc:device-name",
-  "dshowvdec_cinepak",
-  "dshowvdec_cinepak!sink",
-  "dshowvdec_cinepak!src",
-  "dshowvdec_divx3",
-  "dshowvdec_divx3!sink",
-  "dshowvdec_divx3!src",
-  "dshowvdec_divx4",
-  "dshowvdec_divx4!sink",
-  "dshowvdec_divx4!src",
-  "dshowvdec_divx5",
-  "dshowvdec_divx5!sink",
-  "dshowvdec_divx5!src",
-  "dshowvdec_mpeg1",
-  "dshowvdec_mpeg1!sink",
-  "dshowvdec_mpeg1!src",
-  "dshowvdec_mpeg4",
-  "dshowvdec_mpeg4!sink",
-  "dshowvdec_mpeg4!src",
-  "dshowvdec_msmpeg4",
-  "dshowvdec_msmpeg4!sink",
-  "dshowvdec_msmpeg4!src",
-  "dshowvdec_msmpeg41",
-  "dshowvdec_msmpeg41!sink",
-  "dshowvdec_msmpeg41!src",
-  "dshowvdec_msmpeg42",
-  "dshowvdec_msmpeg42!sink",
-  "dshowvdec_msmpeg42!src",
-  "dshowvdec_msmpeg43",
-  "dshowvdec_msmpeg43!sink",
-  "dshowvdec_msmpeg43!src",
-  "dshowvdec_wmv1",
-  "dshowvdec_wmv1!sink",
-  "dshowvdec_wmv1!src",
-  "dshowvdec_wmv2",
-  "dshowvdec_wmv2!sink",
-  "dshowvdec_wmv2!src",
-  "dshowvdec_wmv3",
-  "dshowvdec_wmv3!sink",
-  "dshowvdec_wmv3!src",
-  "dshowvdec_wmva",
-  "dshowvdec_wmva!sink",
-  "dshowvdec_wmva!src",
-  "dshowvdec_wmvp",
-  "dshowvdec_wmvp!sink",
-  "dshowvdec_wmvp!src",
-  "dshowvdec_wvc1",
-  "dshowvdec_wvc1!sink",
-  "dshowvdec_wvc1!src",
-  "dshowvdec_xvid",
-  "dshowvdec_xvid!sink",
-  "dshowvdec_xvid!src",
-  "dshowvideosink",
-  "dshowvideosink:force-aspect-ratio",
-  "dshowvideosink:fullscreen",
-  "dshowvideosink:renderer",
-  "dshowvideosrc",
-  "dshowvideosrc:device",
-  "dshowvideosrc:device-index",
-  "dshowvideosrc:device-name",
-  "dtlsdec",
-  "dtlsdec::on-key-received",
-  "dtlsdec:connection-id",
-  "dtlsdec:connection-state",
-  "dtlsdec:decoder-key",
-  "dtlsdec:peer-pem",
-  "dtlsdec:pem",
-  "dtlsdec:srtp-auth",
-  "dtlsdec:srtp-cipher",
-  "dtlsenc",
-  "dtlsenc::on-key-received",
-  "dtlsenc:connection-id",
-  "dtlsenc:connection-state",
-  "dtlsenc:encoder-key",
-  "dtlsenc:is-client",
-  "dtlsenc:srtp-auth",
-  "dtlsenc:srtp-cipher",
-  "dtlssrtpdec",
-  "dtlssrtpdec:connection-state",
-  "dtlssrtpdec:peer-pem",
-  "dtlssrtpdec:pem",
-  "dtlssrtpdemux",
-  "dtlssrtpenc",
-  "dtlssrtpenc::on-key-set",
-  "dtlssrtpenc:connection-state",
-  "dtlssrtpenc:is-client",
-  "dtlssrtpenc:rtp-sync",
-  "dtmfdetect",
-  "dtmfdetect:qos",
-  "dtmfsrc",
-  "dtmfsrc:interval",
-  "dtsdec",
-  "dtsdec:drc",
-  "dv1394src",
-  "dv1394src::frame-dropped",
-  "dv1394src:channel",
-  "dv1394src:consecutive",
-  "dv1394src:device-name",
-  "dv1394src:drop-incomplete",
-  "dv1394src:guid",
-  "dv1394src:port",
-  "dv1394src:skip",
-  "dv1394src:use-avc",
-  "dvbbasebin",
-  "dvbbasebin::tune",
-  "dvbbasebin::tuning-done",
-  "dvbbasebin::tuning-fail",
-  "dvbbasebin::tuning-start",
-  "dvbbasebin:adapter",
-  "dvbbasebin:bandwidth",
-  "dvbbasebin:bandwidth-hz",
-  "dvbbasebin:code-rate-hp",
-  "dvbbasebin:code-rate-lp",
-  "dvbbasebin:delsys",
-  "dvbbasebin:diseqc-source",
-  "dvbbasebin:frequency",
-  "dvbbasebin:frontend",
-  "dvbbasebin:guard",
-  "dvbbasebin:hierarchy",
-  "dvbbasebin:interleaving",
-  "dvbbasebin:inversion",
-  "dvbbasebin:isdbt-layer-enabled",
-  "dvbbasebin:isdbt-layera-fec",
-  "dvbbasebin:isdbt-layera-modulation",
-  "dvbbasebin:isdbt-layera-segment-count",
-  "dvbbasebin:isdbt-layera-time-interleaving",
-  "dvbbasebin:isdbt-layerb-fec",
-  "dvbbasebin:isdbt-layerb-modulation",
-  "dvbbasebin:isdbt-layerb-segment-count",
-  "dvbbasebin:isdbt-layerb-time-interleaving",
-  "dvbbasebin:isdbt-layerc-fec",
-  "dvbbasebin:isdbt-layerc-modulation",
-  "dvbbasebin:isdbt-layerc-segment-count",
-  "dvbbasebin:isdbt-layerc-time-interleaving",
-  "dvbbasebin:isdbt-partial-reception",
-  "dvbbasebin:isdbt-sb-segment-count",
-  "dvbbasebin:isdbt-sb-segment-idx",
-  "dvbbasebin:isdbt-sb-subchannel-id",
-  "dvbbasebin:isdbt-sound-broadcasting",
-  "dvbbasebin:lnb-lof1",
-  "dvbbasebin:lnb-lof2",
-  "dvbbasebin:lnb-slof",
-  "dvbbasebin:modulation",
-  "dvbbasebin:pilot",
-  "dvbbasebin:polarity",
-  "dvbbasebin:program-numbers",
-  "dvbbasebin:rolloff",
-  "dvbbasebin:stats-reporting-interval",
-  "dvbbasebin:stream-id",
-  "dvbbasebin:symbol-rate",
-  "dvbbasebin:trans-mode",
-  "dvbbasebin:tuning-timeout",
-  "dvbsrc",
-  "dvbsrc::tune",
-  "dvbsrc::tuning-done",
-  "dvbsrc::tuning-fail",
-  "dvbsrc::tuning-start",
-  "dvbsrc:adapter",
-  "dvbsrc:bandwidth",
-  "dvbsrc:bandwidth-hz",
-  "dvbsrc:code-rate-hp",
-  "dvbsrc:code-rate-lp",
-  "dvbsrc:delsys",
-  "dvbsrc:diseqc-source",
-  "dvbsrc:dvb-buffer-size",
-  "dvbsrc:frequency",
-  "dvbsrc:frontend",
-  "dvbsrc:guard",
-  "dvbsrc:hierarchy",
-  "dvbsrc:interleaving",
-  "dvbsrc:inversion",
-  "dvbsrc:isdbt-layer-enabled",
-  "dvbsrc:isdbt-layera-fec",
-  "dvbsrc:isdbt-layera-modulation",
-  "dvbsrc:isdbt-layera-segment-count",
-  "dvbsrc:isdbt-layera-time-interleaving",
-  "dvbsrc:isdbt-layerb-fec",
-  "dvbsrc:isdbt-layerb-modulation",
-  "dvbsrc:isdbt-layerb-segment-count",
-  "dvbsrc:isdbt-layerb-time-interleaving",
-  "dvbsrc:isdbt-layerc-fec",
-  "dvbsrc:isdbt-layerc-modulation",
-  "dvbsrc:isdbt-layerc-segment-count",
-  "dvbsrc:isdbt-layerc-time-interleaving",
-  "dvbsrc:isdbt-partial-reception",
-  "dvbsrc:isdbt-sb-segment-count",
-  "dvbsrc:isdbt-sb-segment-idx",
-  "dvbsrc:isdbt-sb-subchannel-id",
-  "dvbsrc:isdbt-sound-broadcasting",
-  "dvbsrc:lnb-lof1",
-  "dvbsrc:lnb-lof2",
-  "dvbsrc:lnb-slof",
-  "dvbsrc:modulation",
-  "dvbsrc:pids",
-  "dvbsrc:pilot",
-  "dvbsrc:polarity",
-  "dvbsrc:rolloff",
-  "dvbsrc:stats-reporting-interval",
-  "dvbsrc:stream-id",
-  "dvbsrc:symbol-rate",
-  "dvbsrc:timeout",
-  "dvbsrc:trans-mode",
-  "dvbsrc:tune",
-  "dvbsrc:tuning-timeout",
-  "dvbsubenc",
-  "dvbsubenc:max-colours",
-  "dvbsubenc:ts-offset",
-  "dvbsuboverlay",
-  "dvbsuboverlay:enable",
-  "dvbsuboverlay:force-end",
-  "dvbsuboverlay:max-page-timeout",
-  "dvdec",
-  "dvdec:clamp-chroma",
-  "dvdec:clamp-luma",
-  "dvdec:drop-factor",
-  "dvdec:quality",
-  "dvdemux",
-  "dvdlpcmdec",
-  "dvdreadsrc",
-  "dvdreadsrc:angle",
-  "dvdreadsrc:chapter",
-  "dvdreadsrc:device",
-  "dvdreadsrc:title",
-  "dvdspu",
-  "dvdsubdec",
-  "dvdsubparse",
-  "dwriteclockoverlay",
-  "dwriteclockoverlay:time-format",
-  "dwritesubtitlemux",
-  "dwritesubtitleoverlay",
-  "dwritesubtitleoverlay:auto-resize",
-  "dwritesubtitleoverlay:background-color",
-  "dwritesubtitleoverlay:cc-field",
-  "dwritesubtitleoverlay:cc-timeout",
-  "dwritesubtitleoverlay:color-font",
-  "dwritesubtitleoverlay:enable-cc",
-  "dwritesubtitleoverlay:font-family",
-  "dwritesubtitleoverlay:font-size",
-  "dwritesubtitleoverlay:font-stretch",
-  "dwritesubtitleoverlay:font-style",
-  "dwritesubtitleoverlay:font-weight",
-  "dwritesubtitleoverlay:foreground-color",
-  "dwritesubtitleoverlay:layout-height",
-  "dwritesubtitleoverlay:layout-width",
-  "dwritesubtitleoverlay:layout-x",
-  "dwritesubtitleoverlay:layout-y",
-  "dwritesubtitleoverlay:outline-color",
-  "dwritesubtitleoverlay:paragraph-alignment",
-  "dwritesubtitleoverlay:remove-cc-meta",
-  "dwritesubtitleoverlay:shadow-color",
-  "dwritesubtitleoverlay:text",
-  "dwritesubtitleoverlay:text-alignment",
-  "dwritesubtitleoverlay:visible",
-  "dwritetextoverlay",
-  "dwritetextoverlay:cc-field",
-  "dwritetextoverlay:cc-timeout",
-  "dwritetextoverlay:enable-cc",
-  "dwritetextoverlay:remove-cc-meta",
-  "dwritetimeoverlay",
-  "dwritetimeoverlay:datetime-epoch",
-  "dwritetimeoverlay:datetime-format",
-  "dwritetimeoverlay:reference-timestamp-caps",
-  "dwritetimeoverlay:show-times-as-dates",
-  "dwritetimeoverlay:time-mode",
-  "dx9screencapsrc",
-  "dx9screencapsrc:cursor",
-  "dx9screencapsrc:height",
-  "dx9screencapsrc:monitor",
-  "dx9screencapsrc:width",
-  "dx9screencapsrc:x",
-  "dx9screencapsrc:y",
-  "dynudpsink",
-  "dynudpsink::get-stats",
-  "dynudpsink:bind-address",
-  "dynudpsink:bind-port",
-  "dynudpsink:close-socket",
-  "dynudpsink:socket",
-  "dynudpsink:socket-v6",
-  "e-ac-3-encoder-ad-conv-type",
-  "e-ac-3-encoder-ad-conv-type::hdcd",
-  "e-ac-3-encoder-ad-conv-type::standard",
-  "e-ac-3-encoder-ad-conv-type::unknown",
-  "e-ac-3-encoder-channel-coupling",
-  "e-ac-3-encoder-channel-coupling::auto",
-  "e-ac-3-encoder-cpl-start-band",
-  "e-ac-3-encoder-cpl-start-band::auto",
-  "e-ac-3-encoder-dheadphone-mode",
-  "e-ac-3-encoder-dheadphone-mode::notindicated",
-  "e-ac-3-encoder-dheadphone-mode::off",
-  "e-ac-3-encoder-dheadphone-mode::on",
-  "e-ac-3-encoder-dheadphone-mode::unknown",
-  "e-ac-3-encoder-dmix-mode",
-  "e-ac-3-encoder-dmix-mode::dplii",
-  "e-ac-3-encoder-dmix-mode::loro",
-  "e-ac-3-encoder-dmix-mode::ltrt",
-  "e-ac-3-encoder-dmix-mode::notindicated",
-  "e-ac-3-encoder-dmix-mode::unknown",
-  "e-ac-3-encoder-dsur-mode",
-  "e-ac-3-encoder-dsur-mode::notindicated",
-  "e-ac-3-encoder-dsur-mode::off",
-  "e-ac-3-encoder-dsur-mode::on",
-  "e-ac-3-encoder-dsur-mode::unknown",
-  "e-ac-3-encoder-dsurex-mode",
-  "e-ac-3-encoder-dsurex-mode::dpliiz",
-  "e-ac-3-encoder-dsurex-mode::notindicated",
-  "e-ac-3-encoder-dsurex-mode::off",
-  "e-ac-3-encoder-dsurex-mode::on",
-  "e-ac-3-encoder-dsurex-mode::unknown",
-  "e-ac-3-encoder-room-type",
-  "e-ac-3-encoder-room-type::large",
-  "e-ac-3-encoder-room-type::notindicated",
-  "e-ac-3-encoder-room-type::small",
-  "e-ac-3-encoder-room-type::unknown",
-  "edgedetect",
-  "edgedetect:aperture",
-  "edgedetect:mask",
-  "edgedetect:threshold1",
-  "edgedetect:threshold2",
-  "edgetv",
-  "element-3gppmux",
-  "element-a2dpsink",
-  "element-a52dec",
-  "element-aacparse",
-  "element-aasink",
-  "element-aatv",
-  "element-ac3parse",
-  "element-accurip",
-  "element-adder",
-  "element-adpcmdec",
-  "element-adpcmenc",
-  "element-agingtv",
-  "element-aiffmux",
-  "element-aiffparse",
-  "element-alawdec",
-  "element-alawenc",
-  "element-alpha",
-  "element-alphacolor",
-  "element-alsamidisrc",
-  "element-alsasink",
-  "element-alsasrc",
-  "element-amrnbdec",
-  "element-amrnbenc",
-  "element-amrparse",
-  "element-amrwbdec",
-  "element-apedemux",
-  "element-apev2mux",
-  "element-appsink",
-  "element-appsrc",
-  "element-asfdemux",
-  "element-asfmux",
-  "element-asfparse",
-  "element-aspectratiocrop",
-  "element-assrender",
-  "element-asteriskh263",
-  "element-atdec",
-  "element-atscmux",
-  "element-audioamplify",
-  "element-audiobuffersplit",
-  "element-audiochannelmix",
-  "element-audiochebband",
-  "element-audiocheblimit",
-  "element-audioconvert",
-  "element-audiodynamic",
-  "element-audioecho",
-  "element-audiofirfilter",
-  "element-audioiirfilter",
-  "element-audiointerleave",
-  "element-audioinvert",
-  "element-audiokaraoke",
-  "element-audiolatency",
-  "element-audiomixer",
-  "element-audiomixmatrix",
-  "element-audiopanorama",
-  "element-audioparse",
-  "element-audiorate",
-  "element-audioresample",
-  "element-audioresample_GstAudioResamplerFilterInterpolation",
-  "element-audioresample_GstAudioResamplerFilterMode",
-  "element-audioresample_GstAudioResamplerMethod",
-  "element-audiosegmentclip",
-  "element-audiotestsrc",
-  "element-audiowsincband",
-  "element-audiowsinclimit",
-  "element-auparse",
-  "element-autoaudiosink",
-  "element-autoaudiosrc",
-  "element-autoconvert",
-  "element-autovideoconvert",
-  "element-autovideosink",
-  "element-autovideosrc",
-  "element-av1dec",
-  "element-av1enc",
-  "element-avdec_4xm",
-  "element-avdec_8bps",
-  "element-avdec_8svx_exp",
-  "element-avdec_8svx_fib",
-  "element-avdec_aac",
-  "element-avdec_aac_fixed",
-  "element-avdec_aac_latm",
-  "element-avdec_aasc",
-  "element-avdec_ac3",
-  "element-avdec_ac3_fixed",
-  "element-avdec_adpcm_4xm",
-  "element-avdec_adpcm_adx",
-  "element-avdec_adpcm_afc",
-  "element-avdec_adpcm_agm",
-  "element-avdec_adpcm_aica",
-  "element-avdec_adpcm_ct",
-  "element-avdec_adpcm_dtk",
-  "element-avdec_adpcm_ea",
-  "element-avdec_adpcm_ea_maxis_xa",
-  "element-avdec_adpcm_ea_r1",
-  "element-avdec_adpcm_ea_r2",
-  "element-avdec_adpcm_ea_r3",
-  "element-avdec_adpcm_ea_xas",
-  "element-avdec_adpcm_ima_amv",
-  "element-avdec_adpcm_ima_apc",
-  "element-avdec_adpcm_ima_dat4",
-  "element-avdec_adpcm_ima_dk3",
-  "element-avdec_adpcm_ima_dk4",
-  "element-avdec_adpcm_ima_ea_eacs",
-  "element-avdec_adpcm_ima_ea_sead",
-  "element-avdec_adpcm_ima_iss",
-  "element-avdec_adpcm_ima_oki",
-  "element-avdec_adpcm_ima_qt",
-  "element-avdec_adpcm_ima_rad",
-  "element-avdec_adpcm_ima_smjpeg",
-  "element-avdec_adpcm_ima_wav",
-  "element-avdec_adpcm_ima_ws",
-  "element-avdec_adpcm_ms",
-  "element-avdec_adpcm_mtaf",
-  "element-avdec_adpcm_psx",
-  "element-avdec_adpcm_sbpro_2",
-  "element-avdec_adpcm_sbpro_3",
-  "element-avdec_adpcm_sbpro_4",
-  "element-avdec_adpcm_swf",
-  "element-avdec_adpcm_thp",
-  "element-avdec_adpcm_thp_le",
-  "element-avdec_adpcm_vima",
-  "element-avdec_adpcm_xa",
-  "element-avdec_adpcm_yamaha",
-  "element-avdec_agm",
-  "element-avdec_aic",
-  "element-avdec_alac",
-  "element-avdec_alias_pix",
-  "element-avdec_als",
-  "element-avdec_amrnb",
-  "element-avdec_amrwb",
-  "element-avdec_amv",
-  "element-avdec_anm",
-  "element-avdec_ansi",
-  "element-avdec_ape",
-  "element-avdec_apng",
-  "element-avdec_aptx",
-  "element-avdec_aptx_hd",
-  "element-avdec_arbc",
-  "element-avdec_asv1",
-  "element-avdec_asv2",
-  "element-avdec_atrac1",
-  "element-avdec_atrac3",
-  "element-avdec_atrac3al",
-  "element-avdec_atrac3plus",
-  "element-avdec_atrac3plusal",
-  "element-avdec_atrac9",
-  "element-avdec_aura",
-  "element-avdec_aura2",
-  "element-avdec_avrn",
-  "element-avdec_avrp",
-  "element-avdec_avs",
-  "element-avdec_avui",
-  "element-avdec_bethsoftvid",
-  "element-avdec_bfi",
-  "element-avdec_binkaudio_dct",
-  "element-avdec_binkaudio_rdft",
-  "element-avdec_binkvideo",
-  "element-avdec_bintext",
-  "element-avdec_bitpacked",
-  "element-avdec_bmp",
-  "element-avdec_bmv_audio",
-  "element-avdec_bmv_video",
-  "element-avdec_brender_pix",
-  "element-avdec_c93",
-  "element-avdec_camstudio",
-  "element-avdec_camtasia",
-  "element-avdec_cavs",
-  "element-avdec_cdxl",
-  "element-avdec_cfhd",
-  "element-avdec_cinepak",
-  "element-avdec_clearvideo",
-  "element-avdec_cljr",
-  "element-avdec_cllc",
-  "element-avdec_comfortnoise",
-  "element-avdec_cook",
-  "element-avdec_cpia",
-  "element-avdec_cyuv",
-  "element-avdec_dca",
-  "element-avdec_dds",
-  "element-avdec_dfa",
-  "element-avdec_dirac",
-  "element-avdec_dnxhd",
-  "element-avdec_dolby_e",
-  "element-avdec_dpx",
-  "element-avdec_dsd_lsbf",
-  "element-avdec_dsd_lsbf_planar",
-  "element-avdec_dsd_msbf",
-  "element-avdec_dsd_msbf_planar",
-  "element-avdec_dsicinaudio",
-  "element-avdec_dsicinvideo",
-  "element-avdec_dss_sp",
-  "element-avdec_dst",
-  "element-avdec_dvaudio",
-  "element-avdec_dvvideo",
-  "element-avdec_dxa",
-  "element-avdec_dxtory",
-  "element-avdec_dxv",
-  "element-avdec_eac3",
-  "element-avdec_eacmv",
-  "element-avdec_eamad",
-  "element-avdec_eatgq",
-  "element-avdec_eatgv",
-  "element-avdec_eatqi",
-  "element-avdec_escape124",
-  "element-avdec_escape130",
-  "element-avdec_evrc",
-  "element-avdec_exr",
-  "element-avdec_ffv1",
-  "element-avdec_ffvhuff",
-  "element-avdec_fic",
-  "element-avdec_fits",
-  "element-avdec_flac",
-  "element-avdec_flashsv",
-  "element-avdec_flashsv2",
-  "element-avdec_flic",
-  "element-avdec_flv",
-  "element-avdec_fmvc",
-  "element-avdec_fraps",
-  "element-avdec_frwu",
-  "element-avdec_g2m",
-  "element-avdec_g722",
-  "element-avdec_g723_1",
-  "element-avdec_g726",
-  "element-avdec_g726le",
-  "element-avdec_g729",
-  "element-avdec_gdv",
-  "element-avdec_gif",
-  "element-avdec_gremlin_dpcm",
-  "element-avdec_gsm",
-  "element-avdec_gsm_ms",
-  "element-avdec_h261",
-  "element-avdec_h263",
-  "element-avdec_h263i",
-  "element-avdec_h263p",
-  "element-avdec_h264",
-  "element-avdec_h265",
-  "element-avdec_hap",
-  "element-avdec_hcom",
-  "element-avdec_hnm4video",
-  "element-avdec_hq_hqa",
-  "element-avdec_hqx",
-  "element-avdec_huffyuv",
-  "element-avdec_hymt",
-  "element-avdec_iac",
-  "element-avdec_idcinvideo",
-  "element-avdec_idf",
-  "element-avdec_iff",
-  "element-avdec_ilbc",
-  "element-avdec_imc",
-  "element-avdec_imm4",
-  "element-avdec_indeo2",
-  "element-avdec_indeo3",
-  "element-avdec_indeo4",
-  "element-avdec_indeo5",
-  "element-avdec_interplay_dpcm",
-  "element-avdec_interplayacm",
-  "element-avdec_interplayvideo",
-  "element-avdec_jpeg2000",
-  "element-avdec_jpegls",
-  "element-avdec_jv",
-  "element-avdec_kgv1",
-  "element-avdec_kmvc",
-  "element-avdec_lagarith",
-  "element-avdec_loco",
-  "element-avdec_lscr",
-  "element-avdec_m101",
-  "element-avdec_mace3",
-  "element-avdec_mace6",
-  "element-avdec_magicyuv",
-  "element-avdec_mdec",
-  "element-avdec_metasound",
-  "element-avdec_mimic",
-  "element-avdec_mjpeg",
-  "element-avdec_mjpegb",
-  "element-avdec_mlp",
-  "element-avdec_mmvideo",
-  "element-avdec_motionpixels",
-  "element-avdec_mp1float",
-  "element-avdec_mp2float",
-  "element-avdec_mp3",
-  "element-avdec_mp3adu",
-  "element-avdec_mp3adufloat",
-  "element-avdec_mp3float",
-  "element-avdec_mp3on4",
-  "element-avdec_mp3on4float",
-  "element-avdec_mpc7",
-  "element-avdec_mpc8",
-  "element-avdec_mpeg2video",
-  "element-avdec_mpeg4",
-  "element-avdec_mpegvideo",
-  "element-avdec_msa1",
-  "element-avdec_mscc",
-  "element-avdec_msmpeg4",
-  "element-avdec_msmpeg4v1",
-  "element-avdec_msmpeg4v2",
-  "element-avdec_msrle",
-  "element-avdec_mss1",
-  "element-avdec_mss2",
-  "element-avdec_msvideo1",
-  "element-avdec_mszh",
-  "element-avdec_mts2",
-  "element-avdec_mvc1",
-  "element-avdec_mvc2",
-  "element-avdec_mwsc",
-  "element-avdec_mxpeg",
-  "element-avdec_nellymoser",
-  "element-avdec_nuv",
-  "element-avdec_on2avc",
-  "element-avdec_opus",
-  "element-avdec_paf_audio",
-  "element-avdec_paf_video",
-  "element-avdec_pam",
-  "element-avdec_pbm",
-  "element-avdec_pcm_lxf",
-  "element-avdec_pcm_vidc",
-  "element-avdec_pcx",
-  "element-avdec_pgm",
-  "element-avdec_pgmyuv",
-  "element-avdec_pictor",
-  "element-avdec_pixlet",
-  "element-avdec_png",
-  "element-avdec_ppm",
-  "element-avdec_prores",
-  "element-avdec_prosumer",
-  "element-avdec_psd",
-  "element-avdec_ptx",
-  "element-avdec_qcelp",
-  "element-avdec_qdm2",
-  "element-avdec_qdmc",
-  "element-avdec_qdraw",
-  "element-avdec_qpeg",
-  "element-avdec_qtrle",
-  "element-avdec_r10k",
-  "element-avdec_ralf",
-  "element-avdec_rasc",
-  "element-avdec_real_144",
-  "element-avdec_real_288",
-  "element-avdec_rl2",
-  "element-avdec_roq_dpcm",
-  "element-avdec_roqvideo",
-  "element-avdec_rpza",
-  "element-avdec_rscc",
-  "element-avdec_rv10",
-  "element-avdec_rv20",
-  "element-avdec_rv30",
-  "element-avdec_rv40",
-  "element-avdec_s302m",
-  "element-avdec_sanm",
-  "element-avdec_sbc",
-  "element-avdec_scpr",
-  "element-avdec_screenpresso",
-  "element-avdec_sdx2_dpcm",
-  "element-avdec_sgi",
-  "element-avdec_sgirle",
-  "element-avdec_sheervideo",
-  "element-avdec_shorten",
-  "element-avdec_sipr",
-  "element-avdec_smackaud",
-  "element-avdec_smackvid",
-  "element-avdec_smc",
-  "element-avdec_smvjpeg",
-  "element-avdec_snow",
-  "element-avdec_sol_dpcm",
-  "element-avdec_sonic",
-  "element-avdec_sp5x",
-  "element-avdec_speedhq",
-  "element-avdec_srgc",
-  "element-avdec_sunrast",
-  "element-avdec_svq1",
-  "element-avdec_svq3",
-  "element-avdec_tak",
-  "element-avdec_targa",
-  "element-avdec_targa_y216",
-  "element-avdec_tdsc",
-  "element-avdec_thp",
-  "element-avdec_tiertexseqvideo",
-  "element-avdec_tiff",
-  "element-avdec_tmv",
-  "element-avdec_truehd",
-  "element-avdec_truemotion1",
-  "element-avdec_truemotion2",
-  "element-avdec_truemotion2rt",
-  "element-avdec_truespeech",
-  "element-avdec_tscc2",
-  "element-avdec_tta",
-  "element-avdec_twinvq",
-  "element-avdec_txd",
-  "element-avdec_ultimotion",
-  "element-avdec_utvideo",
-  "element-avdec_vb",
-  "element-avdec_vble",
-  "element-avdec_vc1",
-  "element-avdec_vc1image",
-  "element-avdec_vcr1",
-  "element-avdec_vmdaudio",
-  "element-avdec_vmdvideo",
-  "element-avdec_vmnc",
-  "element-avdec_vp3",
-  "element-avdec_vp4",
-  "element-avdec_vp5",
-  "element-avdec_vp6",
-  "element-avdec_vp6a",
-  "element-avdec_vp6f",
-  "element-avdec_vp7",
-  "element-avdec_vp8",
-  "element-avdec_vp9",
-  "element-avdec_vqavideo",
-  "element-avdec_wavesynth",
-  "element-avdec_wcmv",
-  "element-avdec_webp",
-  "element-avdec_wmalossless",
-  "element-avdec_wmapro",
-  "element-avdec_wmav1",
-  "element-avdec_wmav2",
-  "element-avdec_wmavoice",
-  "element-avdec_wmv1",
-  "element-avdec_wmv2",
-  "element-avdec_wmv3",
-  "element-avdec_wmv3image",
-  "element-avdec_wnv1",
-  "element-avdec_ws_snd1",
-  "element-avdec_xan_dpcm",
-  "element-avdec_xan_wc3",
-  "element-avdec_xan_wc4",
-  "element-avdec_xbin",
-  "element-avdec_xbm",
-  "element-avdec_xface",
-  "element-avdec_xl",
-  "element-avdec_xma1",
-  "element-avdec_xma2",
-  "element-avdec_xpm",
-  "element-avdec_xwd",
-  "element-avdec_ylc",
-  "element-avdec_yop",
-  "element-avdec_zerocodec",
-  "element-avdec_zmbv",
-  "element-avdeinterlace",
-  "element-avdemux_4xm",
-  "element-avdemux_aiff",
-  "element-avdemux_ape",
-  "element-avdemux_avs",
-  "element-avdemux_bfstm",
-  "element-avdemux_brstm",
-  "element-avdemux_daud",
-  "element-avdemux_dsf",
-  "element-avdemux_ea",
-  "element-avdemux_film_cpk",
-  "element-avdemux_gif",
-  "element-avdemux_gxf",
-  "element-avdemux_idcin",
-  "element-avdemux_iff",
-  "element-avdemux_ipmovie",
-  "element-avdemux_ivf",
-  "element-avdemux_mm",
-  "element-avdemux_mmf",
-  "element-avdemux_mpc",
-  "element-avdemux_mpc8",
-  "element-avdemux_mxf",
-  "element-avdemux_nsv",
-  "element-avdemux_nut",
-  "element-avdemux_nuv",
-  "element-avdemux_psxstr",
-  "element-avdemux_pva",
-  "element-avdemux_smk",
-  "element-avdemux_sol",
-  "element-avdemux_tta",
-  "element-avdemux_vmd",
-  "element-avdemux_voc",
-  "element-avdemux_wc3movie",
-  "element-avdemux_wsaud",
-  "element-avdemux_wsvqa",
-  "element-avdemux_yuv4mpegpipe",
-  "element-avdtpsink",
-  "element-avdtpsrc",
-  "element-avenc_a64multi",
-  "element-avenc_a64multi5",
-  "element-avenc_aac",
-  "element-avenc_ac3",
-  "element-avenc_ac3_fixed",
-  "element-avenc_adpcm_adx",
-  "element-avenc_adpcm_ima_qt",
-  "element-avenc_adpcm_ima_wav",
-  "element-avenc_adpcm_ms",
-  "element-avenc_adpcm_swf",
-  "element-avenc_adpcm_yamaha",
-  "element-avenc_alac",
-  "element-avenc_alias_pix",
-  "element-avenc_amv",
-  "element-avenc_apng",
-  "element-avenc_aptx",
-  "element-avenc_aptx_hd",
-  "element-avenc_asv1",
-  "element-avenc_asv2",
-  "element-avenc_avrp",
-  "element-avenc_avui",
-  "element-avenc_bmp",
-  "element-avenc_cinepak",
-  "element-avenc_cljr",
-  "element-avenc_comfortnoise",
-  "element-avenc_dca",
-  "element-avenc_dnxhd",
-  "element-avenc_dpx",
-  "element-avenc_dvvideo",
-  "element-avenc_eac3",
-  "element-avenc_ffv1",
-  "element-avenc_ffvhuff",
-  "element-avenc_fits",
-  "element-avenc_flashsv",
-  "element-avenc_flashsv2",
-  "element-avenc_flv",
-  "element-avenc_g722",
-  "element-avenc_g723_1",
-  "element-avenc_g726",
-  "element-avenc_g726le",
-  "element-avenc_h261",
-  "element-avenc_h263",
-  "element-avenc_h263p",
-  "element-avenc_h264_omx",
-  "element-avenc_hap",
-  "element-avenc_huffyuv",
-  "element-avenc_jpeg2000",
-  "element-avenc_jpegls",
-  "element-avenc_ljpeg",
-  "element-avenc_magicyuv",
-  "element-avenc_mjpeg",
-  "element-avenc_mlp",
-  "element-avenc_mp2",
-  "element-avenc_mp2fixed",
-  "element-avenc_mpeg1video",
-  "element-avenc_mpeg2video",
-  "element-avenc_mpeg4",
-  "element-avenc_msmpeg4",
-  "element-avenc_msmpeg4v2",
-  "element-avenc_msvideo1",
-  "element-avenc_nellymoser",
-  "element-avenc_opus",
-  "element-avenc_pam",
-  "element-avenc_pbm",
-  "element-avenc_pcm_vidc",
-  "element-avenc_pcx",
-  "element-avenc_pgm",
-  "element-avenc_pgmyuv",
-  "element-avenc_png",
-  "element-avenc_ppm",
-  "element-avenc_prores",
-  "element-avenc_prores_aw",
-  "element-avenc_prores_ks",
-  "element-avenc_qtrle",
-  "element-avenc_r10k",
-  "element-avenc_real_144",
-  "element-avenc_roq_dpcm",
-  "element-avenc_roqvideo",
-  "element-avenc_rv10",
-  "element-avenc_rv20",
-  "element-avenc_s302m",
-  "element-avenc_sbc",
-  "element-avenc_sgi",
-  "element-avenc_snow",
-  "element-avenc_sonic",
-  "element-avenc_sonicls",
-  "element-avenc_sunrast",
-  "element-avenc_svq1",
-  "element-avenc_targa",
-  "element-avenc_tiff",
-  "element-avenc_truehd",
-  "element-avenc_tta",
-  "element-avenc_utvideo",
-  "element-avenc_vc2",
-  "element-avenc_wavpack",
-  "element-avenc_wmav1",
-  "element-avenc_wmav2",
-  "element-avenc_wmv1",
-  "element-avenc_wmv2",
-  "element-avenc_xbm",
-  "element-avenc_xface",
-  "element-avenc_xwd",
-  "element-avenc_zmbv",
-  "element-avfassetsrc",
-  "element-avfvideosrc",
-  "element-avidemux",
-  "element-avimux",
-  "element-avisubtitle",
-  "element-avmux_3g2",
-  "element-avmux_3gp",
-  "element-avmux_a64",
-  "element-avmux_adts",
-  "element-avmux_adx",
-  "element-avmux_aiff",
-  "element-avmux_amr",
-  "element-avmux_apng",
-  "element-avmux_asf",
-  "element-avmux_asf_stream",
-  "element-avmux_ast",
-  "element-avmux_au",
-  "element-avmux_avi",
-  "element-avmux_avm2",
-  "element-avmux_bit",
-  "element-avmux_caf",
-  "element-avmux_chromaprint",
-  "element-avmux_codec2",
-  "element-avmux_dash",
-  "element-avmux_daud",
-  "element-avmux_dv",
-  "element-avmux_dvd",
-  "element-avmux_f4v",
-  "element-avmux_film_cpk",
-  "element-avmux_filmstrip",
-  "element-avmux_fits",
-  "element-avmux_flv",
-  "element-avmux_gxf",
-  "element-avmux_hash",
-  "element-avmux_hds",
-  "element-avmux_hls",
-  "element-avmux_ico",
-  "element-avmux_ilbc",
-  "element-avmux_ipod",
-  "element-avmux_ircam",
-  "element-avmux_ismv",
-  "element-avmux_ivf",
-  "element-avmux_latm",
-  "element-avmux_matroska",
-  "element-avmux_md5",
-  "element-avmux_mkvtimestamp_v2",
-  "element-avmux_mmf",
-  "element-avmux_mov",
-  "element-avmux_mp2",
-  "element-avmux_mp3",
-  "element-avmux_mp4",
-  "element-avmux_mpeg",
-  "element-avmux_mpegts",
-  "element-avmux_mpjpeg",
-  "element-avmux_mxf",
-  "element-avmux_mxf_d10",
-  "element-avmux_mxf_opatom",
-  "element-avmux_nut",
-  "element-avmux_oga",
-  "element-avmux_ogg",
-  "element-avmux_ogv",
-  "element-avmux_oma",
-  "element-avmux_opus",
-  "element-avmux_psp",
-  "element-avmux_rm",
-  "element-avmux_rso",
-  "element-avmux_rtsp",
-  "element-avmux_sap",
-  "element-avmux_singlejpeg",
-  "element-avmux_smjpeg",
-  "element-avmux_smoothstreaming",
-  "element-avmux_sox",
-  "element-avmux_spdif",
-  "element-avmux_spx",
-  "element-avmux_svcd",
-  "element-avmux_swf",
-  "element-avmux_tta",
-  "element-avmux_uncodedframecrc",
-  "element-avmux_vc1test",
-  "element-avmux_vcd",
-  "element-avmux_vidc",
-  "element-avmux_vob",
-  "element-avmux_voc",
-  "element-avmux_w64",
-  "element-avmux_wav",
-  "element-avmux_webp",
-  "element-avmux_wtv",
-  "element-avmux_yuv4mpegpipe",
-  "element-avsamplebufferlayersink",
-  "element-avtpaafdepay",
-  "element-avtpaafpay",
-  "element-avtpcrfcheck",
-  "element-avtpcrfsync",
-  "element-avtpcvfdepay",
-  "element-avtpcvfpay",
-  "element-avtprvfdepay",
-  "element-avtprvfpay",
-  "element-avtpsink",
-  "element-avtpsrc",
-  "element-avwait",
-  "element-bayer2rgb",
-  "element-bpmdetect",
-  "element-breakmydata",
-  "element-bs2b",
-  "element-bulge",
-  "element-burn",
-  "element-bz2dec",
-  "element-bz2enc",
-  "element-cacasink",
-  "element-cacatv",
-  "element-cairooverlay",
-  "element-camerabin",
-  "element-cameracalibrate",
-  "element-cameraundistort",
-  "element-capsfilter",
-  "element-capssetter",
-  "element-cc708overlay",
-  "element-cccombiner",
-  "element-ccconverter",
-  "element-ccextractor",
-  "element-cdiocddasrc",
-  "element-cdparanoiasrc",
-  "element-checksumsink",
-  "element-chopmydata",
-  "element-chromahold",
-  "element-chromaprint",
-  "element-chromium",
-  "element-circle",
-  "element-clockoverlay",
-  "element-clockselect",
-  "element-clocksync",
-  "element-coloreffects",
-  "element-combdetect",
-  "element-compare",
-  "element-compositor",
-  "element-concat",
-  "element-cpureport",
-  "element-curlfilesink",
-  "element-curlftpsink",
-  "element-curlhttpsink",
-  "element-curlhttpsrc",
-  "element-curlsftpsink",
-  "element-curlsmtpsink",
-  "element-cutter",
-  "element-cvdilate",
-  "element-cvequalizehist",
-  "element-cverode",
-  "element-cvlaplace",
-  "element-cvsmooth",
-  "element-cvsobel",
-  "element-d3d11convert",
-  "element-d3d11download",
-  "element-d3d11h264dec",
-  "element-d3d11h265dec",
-  "element-d3d11upload",
-  "element-d3d11videosink",
-  "element-d3d11videosinkelement",
-  "element-d3d11vp8dec",
-  "element-d3d11vp9dec",
-  "element-d3dvideosink",
-  "element-dashdemux",
-  "element-dashsink",
-  "element-dataurisrc",
-  "element-dc1394src",
-  "element-dcaparse",
-  "element-debugspy",
-  "element-decklinkaudiosink",
-  "element-decklinkaudiosrc",
-  "element-decklinkvideosink",
-  "element-decklinkvideosrc",
-  "element-decodebin",
-  "element-decodebin3",
-  "element-deinterlace",
-  "element-deinterleave",
-  "element-dewarp",
-  "element-dfbvideosink",
-  "element-dicetv",
-  "element-diffuse",
-  "element-dilate",
-  "element-diracparse",
-  "element-directsoundsrc",
-  "element-disparity",
-  "element-dodge",
-  "element-downloadbuffer",
-  "element-dtlsdec",
-  "element-dtlsenc",
-  "element-dtlssrtpdec",
-  "element-dtlssrtpdemux",
-  "element-dtlssrtpenc",
-  "element-dtmfdetect",
-  "element-dtmfsrc",
-  "element-dtsdec",
-  "element-dv1394src",
-  "element-dvbbasebin",
-  "element-dvbsrc",
-  "element-dvbsubenc",
-  "element-dvbsuboverlay",
-  "element-dvdec",
-  "element-dvdemux",
-  "element-dvdlpcmdec",
-  "element-dvdreadsrc",
-  "element-dvdspu",
-  "element-dvdsubdec",
-  "element-dvdsubparse",
-  "element-dx9screencapsrc",
-  "element-dynudpsink",
-  "element-edgedetect",
-  "element-edgetv",
-  "element-encodebin",
-  "element-equalizer-10bands",
-  "element-equalizer-3bands",
-  "element-equalizer-nbands",
-  "element-errorignore",
-  "element-exclusion",
-  "element-faac",
-  "element-faad",
-  "element-faceblur",
-  "element-facedetect",
-  "element-faceoverlay",
-  "element-fakesink",
-  "element-fakesrc",
-  "element-fakevideosink",
-  "element-fbdevsink",
-  "element-fdkaacdec",
-  "element-fdkaacenc",
-  "element-fdsink",
-  "element-fdsrc",
-  "element-festival",
-  "element-fieldanalysis",
-  "element-filesink",
-  "element-filesrc",
-  "element-fisheye",
-  "element-flacdec",
-  "element-flacenc",
-  "element-flacparse",
-  "element-flactag",
-  "element-flitetestsrc",
-  "element-fluiddec",
-  "element-flvdemux",
-  "element-flvmux",
-  "element-flxdec",
-  "element-fpsdisplaysink",
-  "element-freeverb",
-  "element-frei0r-filter-3-point-color-balance",
-  "element-frei0r-filter-3dflippo",
-  "element-frei0r-filter-alpha0ps",
-  "element-frei0r-filter-alphagrad",
-  "element-frei0r-filter-alphaspot",
-  "element-frei0r-filter-b",
-  "element-frei0r-filter-baltan",
-  "element-frei0r-filter-bgsubtract0r",
-  "element-frei0r-filter-bluescreen0r",
-  "element-frei0r-filter-brightness",
-  "element-frei0r-filter-bw0r",
-  "element-frei0r-filter-c0rners",
-  "element-frei0r-filter-cairogradient",
-  "element-frei0r-filter-cairoimagegrid",
-  "element-frei0r-filter-cartoon",
-  "element-frei0r-filter-color-distance",
-  "element-frei0r-filter-coloradj-rgb",
-  "element-frei0r-filter-colorhalftone",
-  "element-frei0r-filter-colorize",
-  "element-frei0r-filter-colortap",
-  "element-frei0r-filter-contrast0r",
-  "element-frei0r-filter-curves",
-  "element-frei0r-filter-defish0r",
-  "element-frei0r-filter-delay0r",
-  "element-frei0r-filter-delaygrab",
-  "element-frei0r-filter-distort0r",
-  "element-frei0r-filter-dither",
-  "element-frei0r-filter-edgeglow",
-  "element-frei0r-filter-elastic-scale-filter",
-  "element-frei0r-filter-emboss",
-  "element-frei0r-filter-equaliz0r",
-  "element-frei0r-filter-facebl0r",
-  "element-frei0r-filter-flippo",
-  "element-frei0r-filter-g",
-  "element-frei0r-filter-gamma",
-  "element-frei0r-filter-glitch0r",
-  "element-frei0r-filter-glow",
-  "element-frei0r-filter-hqdn3d",
-  "element-frei0r-filter-hueshift0r",
-  "element-frei0r-filter-iir-blur",
-  "element-frei0r-filter-invert0r",
-  "element-frei0r-filter-k-means-clustering",
-  "element-frei0r-filter-keyspillm0pup",
-  "element-frei0r-filter-lens-correction",
-  "element-frei0r-filter-letterb0xed",
-  "element-frei0r-filter-levels",
-  "element-frei0r-filter-light-graffiti",
-  "element-frei0r-filter-luminance",
-  "element-frei0r-filter-mask0mate",
-  "element-frei0r-filter-medians",
-  "element-frei0r-filter-ndvi-filter",
-  "element-frei0r-filter-nervous",
-  "element-frei0r-filter-nikon-d90-stairstepping-fix",
-  "element-frei0r-filter-normaliz0r",
-  "element-frei0r-filter-nosync0r",
-  "element-frei0r-filter-opencvfacedetect",
-  "element-frei0r-filter-perspective",
-  "element-frei0r-filter-pixeliz0r",
-  "element-frei0r-filter-posterize",
-  "element-frei0r-filter-pr0be",
-  "element-frei0r-filter-pr0file",
-  "element-frei0r-filter-premultiply-or-unpremultiply",
-  "element-frei0r-filter-primaries",
-  "element-frei0r-filter-r",
-  "element-frei0r-filter-rgb-parade",
-  "element-frei0r-filter-rgbnoise",
-  "element-frei0r-filter-rgbsplit0r",
-  "element-frei0r-filter-saturat0r",
-  "element-frei0r-filter-scale0tilt",
-  "element-frei0r-filter-scanline0r",
-  "element-frei0r-filter-select0r",
-  "element-frei0r-filter-sharpness",
-  "element-frei0r-filter-sigmoidaltransfer",
-  "element-frei0r-filter-sobel",
-  "element-frei0r-filter-softglow",
-  "element-frei0r-filter-sop-sat",
-  "element-frei0r-filter-spillsupress",
-  "element-frei0r-filter-squareblur",
-  "element-frei0r-filter-tehroxx0r",
-  "element-frei0r-filter-threelay0r",
-  "element-frei0r-filter-threshold0r",
-  "element-frei0r-filter-timeout-indicator",
-  "element-frei0r-filter-tint0r",
-  "element-frei0r-filter-transparency",
-  "element-frei0r-filter-twolay0r",
-  "element-frei0r-filter-vectorscope",
-  "element-frei0r-filter-vertigo",
-  "element-frei0r-filter-vignette",
-  "element-frei0r-filter-white-balance",
-  "element-frei0r-filter-white-balance--lms-space-",
-  "element-frei0r-mixer-addition",
-  "element-frei0r-mixer-addition-alpha",
-  "element-frei0r-mixer-alpha-injection",
-  "element-frei0r-mixer-alphaatop",
-  "element-frei0r-mixer-alphain",
-  "element-frei0r-mixer-alphaout",
-  "element-frei0r-mixer-alphaover",
-  "element-frei0r-mixer-alphaxor",
-  "element-frei0r-mixer-blend",
-  "element-frei0r-mixer-burn",
-  "element-frei0r-mixer-cairoaffineblend",
-  "element-frei0r-mixer-cairoblend",
-  "element-frei0r-mixer-color-only",
-  "element-frei0r-mixer-composition",
-  "element-frei0r-mixer-darken",
-  "element-frei0r-mixer-difference",
-  "element-frei0r-mixer-divide",
-  "element-frei0r-mixer-dodge",
-  "element-frei0r-mixer-grain-extract",
-  "element-frei0r-mixer-grain-merge",
-  "element-frei0r-mixer-hardlight",
-  "element-frei0r-mixer-hue",
-  "element-frei0r-mixer-lighten",
-  "element-frei0r-mixer-multiply",
-  "element-frei0r-mixer-overlay",
-  "element-frei0r-mixer-rgb",
-  "element-frei0r-mixer-saturation",
-  "element-frei0r-mixer-screen",
-  "element-frei0r-mixer-softlight",
-  "element-frei0r-mixer-subtract",
-  "element-frei0r-mixer-uv-map",
-  "element-frei0r-mixer-value",
-  "element-frei0r-mixer-xfade0r",
-  "element-frei0r-src-ising0r",
-  "element-frei0r-src-lissajous0r",
-  "element-frei0r-src-nois0r",
-  "element-frei0r-src-onecol0r",
-  "element-frei0r-src-partik0l",
-  "element-frei0r-src-plasma",
-  "element-frei0r-src-test-pat-b",
-  "element-frei0r-src-test-pat-c",
-  "element-frei0r-src-test-pat-g",
-  "element-frei0r-src-test-pat-i",
-  "element-frei0r-src-test-pat-l",
-  "element-frei0r-src-test-pat-r",
-  "element-funnel",
-  "element-gamma",
-  "element-gaussianblur",
-  "element-gdiscreencapsrc",
-  "element-gdkpixbufdec",
-  "element-gdkpixbufoverlay",
-  "element-gdkpixbufsink",
-  "element-gdpdepay",
-  "element-gdppay",
-  "element-gesdemux",
-  "element-gessrc",
-  "element-giosink",
-  "element-giosrc",
-  "element-giostreamsink",
-  "element-giostreamsrc",
-  "element-glalpha",
-  "element-glcolorbalance",
-  "element-glcolorconvert",
-  "element-glcolorscale",
-  "element-gldeinterlace",
-  "element-gldifferencematte",
-  "element-gldownload",
-  "element-gleffects",
-  "element-gleffects_blur",
-  "element-gleffects_bulge",
-  "element-gleffects_fisheye",
-  "element-gleffects_glow",
-  "element-gleffects_heat",
-  "element-gleffects_identity",
-  "element-gleffects_laplacian",
-  "element-gleffects_lumaxpro",
-  "element-gleffects_mirror",
-  "element-gleffects_sepia",
-  "element-gleffects_sin",
-  "element-gleffects_sobel",
-  "element-gleffects_square",
-  "element-gleffects_squeeze",
-  "element-gleffects_stretch",
-  "element-gleffects_tunnel",
-  "element-gleffects_twirl",
-  "element-gleffects_xpro",
-  "element-gleffects_xray",
-  "element-glfilterapp",
-  "element-glfilterbin",
-  "element-glfiltercube",
-  "element-glfilterglass",
-  "element-glimagesink",
-  "element-glimagesinkelement",
-  "element-glmixerbin",
-  "element-glmosaic",
-  "element-gloverlay",
-  "element-gloverlaycompositor",
-  "element-glshader",
-  "element-glsinkbin",
-  "element-glsrcbin",
-  "element-glstereomix",
-  "element-glstereosplit",
-  "element-gltestsrc",
-  "element-gltransformation",
-  "element-glupload",
-  "element-glvideoflip",
-  "element-glvideomixer",
-  "element-glvideomixerelement",
-  "element-glviewconvert",
-  "element-glviewconvert_GstGLStereoDownmix",
-  "element-gmedec",
-  "element-goom",
-  "element-goom2k1",
-  "element-grabcut",
-  "element-gsmdec",
-  "element-gsmenc",
-  "element-gtkglsink",
-  "element-gtksink",
-  "element-h263parse",
-  "element-h264parse",
-  "element-h265parse",
-  "element-handdetect",
-  "element-hdv1394src",
-  "element-hlsdemux",
-  "element-hlssink",
-  "element-hlssink2",
-  "element-icydemux",
-  "element-id3demux",
-  "element-id3mux",
-  "element-id3v2mux",
-  "element-identity",
-  "element-imagefreeze",
-  "element-imagesequencesrc",
-  "element-input-selector",
-  "element-interaudiosink",
-  "element-interaudiosrc",
-  "element-interlace",
-  "element-interleave",
-  "element-intersubsink",
-  "element-intersubsrc",
-  "element-intervideosink",
-  "element-intervideosrc",
-  "element-ipcpipelinesink",
-  "element-ipcpipelinesrc",
-  "element-ipcslavepipeline",
-  "element-iqa",
-  "element-irtspparse",
-  "element-ismlmux",
-  "element-ivfparse",
-  "element-ivtc",
-  "element-jackaudiosink",
-  "element-jackaudiosrc",
-  "element-jifmux",
-  "element-jp2kdecimator",
-  "element-jpeg2000parse",
-  "element-jpegdec",
-  "element-jpegenc",
-  "element-jpegparse",
-  "element-kaleidoscope",
-  "element-katedec",
-  "element-kateenc",
-  "element-kateparse",
-  "element-katetag",
-  "element-kmssink",
-  "element-ksvideosrc",
-  "element-ladspa-amp-so-amp-mono",
-  "element-ladspa-amp-so-amp-stereo",
-  "element-ladspa-delay-so-delay-5s",
-  "element-ladspa-filter-so-hpf",
-  "element-ladspa-filter-so-lpf",
-  "element-ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono",
-  "element-ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo",
-  "element-ladspa-sine-so-sine-faaa",
-  "element-ladspa-sine-so-sine-faac",
-  "element-ladspa-sine-so-sine-fcaa",
-  "element-ladspasrc-noise-so-noise-white",
-  "element-ladspasrc-sine-so-sine-fcac",
-  "element-lamemp3enc",
-  "element-lcms",
-  "element-level",
-  "element-libde265dec",
-  "element-libvisual_bumpscope",
-  "element-libvisual_corona",
-  "element-libvisual_infinite",
-  "element-libvisual_jakdaw",
-  "element-libvisual_jess",
-  "element-libvisual_lv_analyzer",
-  "element-libvisual_lv_scope",
-  "element-libvisual_oinksie",
-  "element-line21decoder",
-  "element-line21encoder",
-  "element-liveadder",
-  "element-lsp-plug-in-plugins-lv2-comp-delay-mono",
-  "element-lsp-plug-in-plugins-lv2-comp-delay-stereo",
-  "element-lsp-plug-in-plugins-lv2-comp-delay-x2-stereo",
-  "element-lsp-plug-in-plugins-lv2-compressor-lr",
-  "element-lsp-plug-in-plugins-lv2-compressor-mono",
-  "element-lsp-plug-in-plugins-lv2-compressor-ms",
-  "element-lsp-plug-in-plugins-lv2-compressor-stereo",
-  "element-lsp-plug-in-plugins-lv2-dyna-processor-lr",
-  "element-lsp-plug-in-plugins-lv2-dyna-processor-mono",
-  "element-lsp-plug-in-plugins-lv2-dyna-processor-ms",
-  "element-lsp-plug-in-plugins-lv2-dyna-processor-stereo",
-  "element-lsp-plug-in-plugins-lv2-expander-lr",
-  "element-lsp-plug-in-plugins-lv2-expander-mono",
-  "element-lsp-plug-in-plugins-lv2-expander-ms",
-  "element-lsp-plug-in-plugins-lv2-expander-stereo",
-  "element-lsp-plug-in-plugins-lv2-gate-lr",
-  "element-lsp-plug-in-plugins-lv2-gate-mono",
-  "element-lsp-plug-in-plugins-lv2-gate-ms",
-  "element-lsp-plug-in-plugins-lv2-gate-stereo",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms",
-  "element-lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo",
-  "element-lsp-plug-in-plugins-lv2-impulse-responses-mono",
-  "element-lsp-plug-in-plugins-lv2-impulse-responses-stereo",
-  "element-lsp-plug-in-plugins-lv2-impulse-reverb-mono",
-  "element-lsp-plug-in-plugins-lv2-impulse-reverb-stereo",
-  "element-lsp-plug-in-plugins-lv2-latency-meter",
-  "element-lsp-plug-in-plugins-lv2-limiter-mono",
-  "element-lsp-plug-in-plugins-lv2-limiter-stereo",
-  "element-lsp-plug-in-plugins-lv2-mb-compressor-lr",
-  "element-lsp-plug-in-plugins-lv2-mb-compressor-mono",
-  "element-lsp-plug-in-plugins-lv2-mb-compressor-ms",
-  "element-lsp-plug-in-plugins-lv2-mb-compressor-stereo",
-  "element-lsp-plug-in-plugins-lv2-multisampler-x12",
-  "element-lsp-plug-in-plugins-lv2-multisampler-x24",
-  "element-lsp-plug-in-plugins-lv2-multisampler-x48",
-  "element-lsp-plug-in-plugins-lv2-oscillator-mono",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x16-lr",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x16-mono",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x16-ms",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x32-lr",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x32-mono",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x32-ms",
-  "element-lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo",
-  "element-lsp-plug-in-plugins-lv2-profiler-mono",
-  "element-lsp-plug-in-plugins-lv2-profiler-stereo",
-  "element-lsp-plug-in-plugins-lv2-room-builder-mono",
-  "element-lsp-plug-in-plugins-lv2-room-builder-stereo",
-  "element-lsp-plug-in-plugins-lv2-sampler-mono",
-  "element-lsp-plug-in-plugins-lv2-sampler-stereo",
-  "element-lsp-plug-in-plugins-lv2-slap-delay-mono",
-  "element-lsp-plug-in-plugins-lv2-slap-delay-stereo",
-  "element-lsp-plug-in-plugins-lv2-spectrum-analyzer-x1",
-  "element-lsp-plug-in-plugins-lv2-trigger-midi-mono",
-  "element-lsp-plug-in-plugins-lv2-trigger-midi-stereo",
-  "element-lsp-plug-in-plugins-lv2-trigger-mono",
-  "element-lsp-plug-in-plugins-lv2-trigger-stereo",
-  "element-marble",
-  "element-matroskademux",
-  "element-matroskamux",
-  "element-matroskaparse",
-  "element-mfaacenc",
-  "element-mfh264enc",
-  "element-mfh265enc",
-  "element-mfmp3enc",
-  "element-mfvideosrc",
-  "element-mfvp9enc",
-  "element-midiparse",
-  "element-mirror",
-  "element-mj2mux",
-  "element-modplug",
-  "element-monoscope",
-  "element-motioncells",
-  "element-mp4mux",
-  "element-mpeg2dec",
-  "element-mpeg2enc",
-  "element-mpeg4videoparse",
-  "element-mpegaudioparse",
-  "element-mpegpsdemux",
-  "element-mpegpsmux",
-  "element-mpegtsmux",
-  "element-mpegvideoparse",
-  "element-mpg123audiodec",
-  "element-mplex",
-  "element-mssdemux",
-  "element-mulawdec",
-  "element-mulawenc",
-  "element-multifdsink",
-  "element-multifilesink",
-  "element-multifilesrc",
-  "element-multipartdemux",
-  "element-multipartmux",
-  "element-multiqueue",
-  "element-multisocketsink",
-  "element-multiudpsink",
-  "element-musepackdec",
-  "element-mxfdemux",
-  "element-mxfmux",
-  "element-navigationtest",
-  "element-navseek",
-  "element-neonhttpsrc",
-  "element-netsim",
-  "element-nlecomposition",
-  "element-nleoperation",
-  "element-nlesource",
-  "element-nleurisource",
-  "element-nvh264dec",
-  "element-nvh264enc",
-  "element-nvh265dec",
-  "element-nvh265enc",
-  "element-nvjpegdec",
-  "element-nvmpeg2videodec",
-  "element-nvmpeg4videodec",
-  "element-nvmpegvideodec",
-  "element-nvvp8dec",
-  "element-nvvp9dec",
-  "element-oggaviparse",
-  "element-oggdemux",
-  "element-oggmux",
-  "element-oggparse",
-  "element-ogmaudioparse",
-  "element-ogmtextparse",
-  "element-ogmvideoparse",
-  "element-openalsink",
-  "element-openalsrc",
-  "element-opencvtextoverlay",
-  "element-openexrdec",
-  "element-openh264dec",
-  "element-openh264enc",
-  "element-openjpegdec",
-  "element-openjpegenc",
-  "element-openmptdec",
-  "element-openni2src",
-  "element-optv",
-  "element-opusdec",
-  "element-opusenc",
-  "element-opusparse",
-  "element-oss4sink",
-  "element-oss4src",
-  "element-osssink",
-  "element-osssrc",
-  "element-osxaudiosink",
-  "element-osxaudiosrc",
-  "element-osxvideosink",
-  "element-output-selector",
-  "element-overlaycomposition",
-  "element-parsebin",
-  "element-pcapparse",
-  "element-perspective",
-  "element-pinch",
-  "element-pitch",
-  "element-playbin",
-  "element-playbin3",
-  "element-playsink",
-  "element-pngdec",
-  "element-pngenc",
-  "element-pngparse",
-  "element-pnmdec",
-  "element-pnmenc",
-  "element-progressreport",
-  "element-proxysink",
-  "element-proxysrc",
-  "element-pulsesink",
-  "element-pulsesrc",
-  "element-pushfilesrc",
-  "element-qmlgloverlay",
-  "element-qmlglsink",
-  "element-qmlglsrc",
-  "element-qtdemux",
-  "element-qtmoovrecover",
-  "element-qtmux",
-  "element-quarktv",
-  "element-queue",
-  "element-queue2",
-  "element-rademux",
-  "element-radioactv",
-  "element-rawaudioparse",
-  "element-rawvideoparse",
-  "element-removesilence",
-  "element-retinex",
-  "element-revtv",
-  "element-rfbsrc",
-  "element-rganalysis",
-  "element-rgb2bayer",
-  "element-rglimiter",
-  "element-rgvolume",
-  "element-rippletv",
-  "element-ristrtpdeext",
-  "element-ristrtpext",
-  "element-ristrtxreceive",
-  "element-ristrtxsend",
-  "element-ristsink",
-  "element-ristsrc",
-  "element-rmdemux",
-  "element-rndbuffersize",
-  "element-rotate",
-  "element-roundrobin",
-  "element-rsndvdbin",
-  "element-rsvgdec",
-  "element-rsvgoverlay",
-  "element-rtmp2sink",
-  "element-rtmp2src",
-  "element-rtmpsink",
-  "element-rtmpsrc",
-  "element-rtpL16depay",
-  "element-rtpL16pay",
-  "element-rtpL24depay",
-  "element-rtpL24pay",
-  "element-rtpL8depay",
-  "element-rtpL8pay",
-  "element-rtpac3depay",
-  "element-rtpac3pay",
-  "element-rtpamrdepay",
-  "element-rtpamrpay",
-  "element-rtpasfdepay",
-  "element-rtpasfpay",
-  "element-rtpbin",
-  "element-rtpbvdepay",
-  "element-rtpbvpay",
-  "element-rtpceltdepay",
-  "element-rtpceltpay",
-  "element-rtpdec",
-  "element-rtpdtmfdepay",
-  "element-rtpdtmfmux",
-  "element-rtpdtmfsrc",
-  "element-rtpdvdepay",
-  "element-rtpdvpay",
-  "element-rtpfunnel",
-  "element-rtpg722depay",
-  "element-rtpg722pay",
-  "element-rtpg723depay",
-  "element-rtpg723pay",
-  "element-rtpg726depay",
-  "element-rtpg726pay",
-  "element-rtpg729depay",
-  "element-rtpg729pay",
-  "element-rtpgsmdepay",
-  "element-rtpgsmpay",
-  "element-rtpgstdepay",
-  "element-rtpgstpay",
-  "element-rtph261depay",
-  "element-rtph261pay",
-  "element-rtph263depay",
-  "element-rtph263pay",
-  "element-rtph263pdepay",
-  "element-rtph263ppay",
-  "element-rtph264depay",
-  "element-rtph264pay",
-  "element-rtph265depay",
-  "element-rtph265pay",
-  "element-rtpilbcdepay",
-  "element-rtpilbcpay",
-  "element-rtpj2kdepay",
-  "element-rtpj2kpay",
-  "element-rtpjitterbuffer",
-  "element-rtpjpegdepay",
-  "element-rtpjpegpay",
-  "element-rtpklvdepay",
-  "element-rtpklvpay",
-  "element-rtpmp1sdepay",
-  "element-rtpmp2tdepay",
-  "element-rtpmp2tpay",
-  "element-rtpmp4adepay",
-  "element-rtpmp4apay",
-  "element-rtpmp4gdepay",
-  "element-rtpmp4gpay",
-  "element-rtpmp4vdepay",
-  "element-rtpmp4vpay",
-  "element-rtpmpadepay",
-  "element-rtpmpapay",
-  "element-rtpmparobustdepay",
-  "element-rtpmpvdepay",
-  "element-rtpmpvpay",
-  "element-rtpmux",
-  "element-rtponvifparse",
-  "element-rtponviftimestamp",
-  "element-rtpopusdepay",
-  "element-rtpopuspay",
-  "element-rtppcmadepay",
-  "element-rtppcmapay",
-  "element-rtppcmudepay",
-  "element-rtppcmupay",
-  "element-rtpptdemux",
-  "element-rtpqcelpdepay",
-  "element-rtpqdm2depay",
-  "element-rtpreddec",
-  "element-rtpredenc",
-  "element-rtprtxqueue",
-  "element-rtprtxreceive",
-  "element-rtprtxsend",
-  "element-rtpsbcdepay",
-  "element-rtpsbcpay",
-  "element-rtpsession",
-  "element-rtpsink",
-  "element-rtpsirendepay",
-  "element-rtpsirenpay",
-  "element-rtpspeexdepay",
-  "element-rtpspeexpay",
-  "element-rtpsrc",
-  "element-rtpssrcdemux",
-  "element-rtpstorage",
-  "element-rtpstreamdepay",
-  "element-rtpstreampay",
-  "element-rtpsv3vdepay",
-  "element-rtptheoradepay",
-  "element-rtptheorapay",
-  "element-rtpulpfecdec",
-  "element-rtpulpfecenc",
-  "element-rtpvorbisdepay",
-  "element-rtpvorbispay",
-  "element-rtpvp8depay",
-  "element-rtpvp8pay",
-  "element-rtpvp9depay",
-  "element-rtpvp9pay",
-  "element-rtpvrawdepay",
-  "element-rtpvrawpay",
-  "element-rtpxqtdepay",
-  "element-rtspclientsink",
-  "element-rtspsrc",
-  "element-rtspwms",
-  "element-sbcdec",
-  "element-sbcenc",
-  "element-sbcparse",
-  "element-scaletempo",
-  "element-scenechange",
-  "element-sctpdec",
-  "element-sctpenc",
-  "element-sdpdemux",
-  "element-sdpsrc",
-  "element-segmentation",
-  "element-sfdec",
-  "element-shagadelictv",
-  "element-shapewipe",
-  "element-shmsink",
-  "element-shmsrc",
-  "element-shout2send",
-  "element-siddec",
-  "element-simplevideomark",
-  "element-simplevideomarkdetect",
-  "element-sirendec",
-  "element-sirenenc",
-  "element-skindetect",
-  "element-smooth",
-  "element-smpte",
-  "element-smptealpha",
-  "element-socketsrc",
-  "element-solarize",
-  "element-souphttpclientsink",
-  "element-souphttpsrc",
-  "element-spacescope",
-  "element-spanplc",
-  "element-spectrascope",
-  "element-spectrum",
-  "element-speed",
-  "element-speexdec",
-  "element-speexenc",
-  "element-sphere",
-  "element-splitfilesrc",
-  "element-splitmuxsink",
-  "element-splitmuxsrc",
-  "element-square",
-  "element-srtclientsink",
-  "element-srtclientsrc",
-  "element-srtenc",
-  "element-srtpdec",
-  "element-srtpenc",
-  "element-srtserversink",
-  "element-srtserversrc",
-  "element-srtsink",
-  "element-srtsrc",
-  "element-ssaparse",
-  "element-stereo",
-  "element-streaktv",
-  "element-streamcombiner",
-  "element-streamiddemux",
-  "element-streamsplitter",
-  "element-streamsynchronizer",
-  "element-stretch",
-  "element-subparse",
-  "element-subtitleoverlay",
-  "element-switchbin",
-  "element-synaescope",
-  "element-taginject",
-  "element-tcpclientsink",
-  "element-tcpclientsrc",
-  "element-tcpserversink",
-  "element-tcpserversrc",
-  "element-tee",
-  "element-teletextdec",
-  "element-templatematch",
-  "element-testsink",
-  "element-testsrcbin",
-  "element-textoverlay",
-  "element-textrender",
-  "element-theoradec",
-  "element-theoraenc",
-  "element-theoraparse",
-  "element-timecodestamper",
-  "element-timeoverlay",
-  "element-tinyalsasink",
-  "element-tonegeneratesrc",
-  "element-transcodebin",
-  "element-tsdemux",
-  "element-tsparse",
-  "element-ttmlparse",
-  "element-ttmlrender",
-  "element-tunnel",
-  "element-twirl",
-  "element-twolamemp2enc",
-  "element-typefind",
-  "element-udpsink",
-  "element-udpsrc",
-  "element-unalignedaudioparse",
-  "element-unalignedvideoparse",
-  "element-uridecodebin",
-  "element-uridecodebin3",
-  "element-urisourcebin",
-  "element-uritranscodebin",
-  "element-uvch264mjpgdemux",
-  "element-uvch264src",
-  "element-v4l2radio",
-  "element-v4l2sink",
-  "element-v4l2src",
-  "element-vaapidecodebin",
-  "element-vaapih264dec",
-  "element-vaapih264enc",
-  "element-vaapih265dec",
-  "element-vaapih265enc",
-  "element-vaapijpegdec",
-  "element-vaapimpeg2dec",
-  "element-vaapimpeg2enc",
-  "element-vaapipostproc",
-  "element-vaapisink",
-  "element-vaapivc1dec",
-  "element-valve",
-  "element-vc1parse",
-  "element-vertigotv",
-  "element-videoanalyse",
-  "element-videobalance",
-  "element-videobox",
-  "element-videoconvert",
-  "element-videocrop",
-  "element-videodiff",
-  "element-videoflip",
-  "element-videoframe-audiolevel",
-  "element-videomedian",
-  "element-videomixer",
-  "element-videoparse",
-  "element-videorate",
-  "element-videoscale",
-  "element-videosegmentclip",
-  "element-videotestsrc",
-  "element-viewfinderbin",
-  "element-vmncdec",
-  "element-voaacenc",
-  "element-voamrwbenc",
-  "element-volume",
-  "element-vorbisdec",
-  "element-vorbisenc",
-  "element-vorbisparse",
-  "element-vorbistag",
-  "element-vp8dec",
-  "element-vp8enc",
-  "element-vp9dec",
-  "element-vp9enc",
-  "element-vtdec",
-  "element-vtdec_hw",
-  "element-vtenc_h264",
-  "element-vtenc_h264_hw",
-  "element-vulkancolorconvert",
-  "element-vulkandownload",
-  "element-vulkanimageidentity",
-  "element-vulkansink",
-  "element-vulkanupload",
-  "element-vulkanviewconvert",
-  "element-warptv",
-  "element-wasapi2sink",
-  "element-wasapi2src",
-  "element-wasapisink",
-  "element-wasapisrc",
-  "element-watchdog",
-  "element-waterripple",
-  "element-wavenc",
-  "element-wavescope",
-  "element-wavpackdec",
-  "element-wavpackenc",
-  "element-wavpackparse",
-  "element-wavparse",
-  "element-waylandsink",
-  "element-webmmux",
-  "element-webpdec",
-  "element-webpenc",
-  "element-webrtcbin",
-  "element-webrtcdsp",
-  "element-webrtcechoprobe",
-  "element-webvttenc",
-  "element-wildmididec",
-  "element-wpesrc",
-  "element-wrappercamerabinsrc",
-  "element-x264enc",
-  "element-x265enc",
-  "element-ximagesink",
-  "element-ximagesrc",
-  "element-xingmux",
-  "element-xvimagesink",
-  "element-y4mdec",
-  "element-y4menc",
-  "element-zbar",
-  "element-zebrastripe",
-  "encodebin",
-  "encodebin2",
-  "encodebin::request-pad",
-  "encodebin::request-profile-pad",
-  "encodebin:audio-jitter-tolerance",
-  "encodebin:avoid-reencoding",
-  "encodebin:flags",
-  "encodebin:profile",
-  "encodebin:queue-buffers-max",
-  "encodebin:queue-bytes-max",
-  "encodebin:queue-time-max",
-  "equalizer-10bands",
-  "equalizer-10bands:band0",
-  "equalizer-10bands:band1",
-  "equalizer-10bands:band2",
-  "equalizer-10bands:band3",
-  "equalizer-10bands:band4",
-  "equalizer-10bands:band5",
-  "equalizer-10bands:band6",
-  "equalizer-10bands:band7",
-  "equalizer-10bands:band8",
-  "equalizer-10bands:band9",
-  "equalizer-3bands",
-  "equalizer-3bands:band0",
-  "equalizer-3bands:band1",
-  "equalizer-3bands:band2",
-  "equalizer-nbands",
-  "equalizer-nbands:num-bands",
-  "errorignore",
-  "errorignore::convert-error",
-  "errorignore:convert-to",
-  "errorignore:ignore-eos",
-  "errorignore:ignore-error",
-  "errorignore:ignore-notlinked",
-  "errorignore:ignore-notnegotiated",
-  "exclusion",
-  "exclusion:factor",
-  "exr-compr",
-  "exr-compr::none",
-  "exr-compr::rle",
-  "exr-compr::zip1",
-  "exr-compr::zip16",
-  "exr-pixel",
-  "exr-pixel::float",
-  "exr-pixel::half",
-  "faac",
-  "faac:bitrate",
-  "faac:midside",
-  "faac:quality",
-  "faac:rate-control",
-  "faac:shortctl",
-  "faac:tns",
-  "faad",
-  "faceblur",
-  "faceblur:flags",
-  "faceblur:min-neighbors",
-  "faceblur:min-size-height",
-  "faceblur:min-size-width",
-  "faceblur:profile",
-  "faceblur:scale-factor",
-  "facedetect",
-  "facedetect:display",
-  "facedetect:eyes-profile",
-  "facedetect:flags",
-  "facedetect:min-neighbors",
-  "facedetect:min-size-height",
-  "facedetect:min-size-width",
-  "facedetect:min-stddev",
-  "facedetect:mouth-profile",
-  "facedetect:nose-profile",
-  "facedetect:profile",
-  "facedetect:scale-factor",
-  "facedetect:updates",
-  "faceoverlay",
-  "faceoverlay:h",
-  "faceoverlay:location",
-  "faceoverlay:w",
-  "faceoverlay:x",
-  "faceoverlay:y",
-  "fail_unless_equals_clocktime",
-  "fail_unless_equals_float",
-  "fail_unless_equals_int",
-  "fail_unless_equals_int64",
-  "fail_unless_equals_int64_hex",
-  "fail_unless_equals_int_hex",
-  "fail_unless_equals_pointer",
-  "fail_unless_equals_string",
-  "fail_unless_equals_uint64",
-  "fail_unless_equals_uint64_hex",
-  "fail_unless_message_error",
-  "fakeaudiosink",
-  "fakeaudiosink::handoff",
-  "fakeaudiosink::preroll-handoff",
-  "fakeaudiosink:async",
-  "fakeaudiosink:blocksize",
-  "fakeaudiosink:can-activate-pull",
-  "fakeaudiosink:can-activate-push",
-  "fakeaudiosink:drop-out-of-segment",
-  "fakeaudiosink:dump",
-  "fakeaudiosink:enable-last-sample",
-  "fakeaudiosink:last-message",
-  "fakeaudiosink:last-sample",
-  "fakeaudiosink:max-bitrate",
-  "fakeaudiosink:max-lateness",
-  "fakeaudiosink:mute",
-  "fakeaudiosink:num-buffers",
-  "fakeaudiosink:processing-deadline",
-  "fakeaudiosink:qos",
-  "fakeaudiosink:render-delay",
-  "fakeaudiosink:signal-handoffs",
-  "fakeaudiosink:silent",
-  "fakeaudiosink:state-error",
-  "fakeaudiosink:stats",
-  "fakeaudiosink:sync",
-  "fakeaudiosink:throttle-time",
-  "fakeaudiosink:ts-offset",
-  "fakeaudiosink:volume",
-  "fakesink",
-  "fakesink::handoff",
-  "fakesink::preroll-handoff",
-  "fakesink:can-activate-pull",
-  "fakesink:can-activate-push",
-  "fakesink:drop-out-of-segment",
-  "fakesink:dump",
-  "fakesink:last-message",
-  "fakesink:num-buffers",
-  "fakesink:signal-handoffs",
-  "fakesink:silent",
-  "fakesink:state-error",
-  "fakesrc",
-  "fakesrc::handoff",
-  "fakesrc:can-activate-pull",
-  "fakesrc:can-activate-push",
-  "fakesrc:data",
-  "fakesrc:datarate",
-  "fakesrc:dump",
-  "fakesrc:filltype",
-  "fakesrc:format",
-  "fakesrc:is-live",
-  "fakesrc:last-message",
-  "fakesrc:parentsize",
-  "fakesrc:pattern",
-  "fakesrc:signal-handoffs",
-  "fakesrc:silent",
-  "fakesrc:sizemax",
-  "fakesrc:sizemin",
-  "fakesrc:sizetype",
-  "fakesrc:sync",
-  "fakevideodec",
-  "fakevideosink",
-  "fakevideosink::handoff",
-  "fakevideosink::preroll-handoff",
-  "fakevideosink:allocation-meta-flags",
-  "fakevideosink:async",
-  "fakevideosink:blocksize",
-  "fakevideosink:can-activate-pull",
-  "fakevideosink:can-activate-push",
-  "fakevideosink:drop-out-of-segment",
-  "fakevideosink:dump",
-  "fakevideosink:enable-last-sample",
-  "fakevideosink:last-message",
-  "fakevideosink:last-sample",
-  "fakevideosink:max-bitrate",
-  "fakevideosink:max-lateness",
-  "fakevideosink:num-buffers",
-  "fakevideosink:processing-deadline",
-  "fakevideosink:qos",
-  "fakevideosink:render-delay",
-  "fakevideosink:signal-handoffs",
-  "fakevideosink:silent",
-  "fakevideosink:state-error",
-  "fakevideosink:stats",
-  "fakevideosink:sync",
-  "fakevideosink:throttle-time",
-  "fakevideosink:ts-offset",
-  "fbdevsink",
-  "fbdevsink:device",
-  "fdkaacdec",
-  "fdkaacenc",
-  "fdkaacenc:afterburner",
-  "fdkaacenc:bitrate",
-  "fdkaacenc:peak-bitrate",
-  "fdkaacenc:rate-control",
-  "fdkaacenc:vbr-preset",
-  "fdsink",
-  "fdsink:fd",
-  "fdsrc",
-  "fdsrc:fd",
-  "fdsrc:timeout",
-  "festival",
-  "ffv1-encoder-coder",
-  "ffv1-encoder-coder::ac",
-  "ffv1-encoder-coder::range_def",
-  "ffv1-encoder-coder::range_tab",
-  "ffv1-encoder-coder::rice",
-  "ffvhuff-pred",
-  "ffvhuff-pred::left",
-  "ffvhuff-pred::median",
-  "ffvhuff-pred::plane",
-  "fieldanalysis",
-  "fieldanalysis:block-height",
-  "fieldanalysis:block-threshold",
-  "fieldanalysis:block-width",
-  "fieldanalysis:comb-method",
-  "fieldanalysis:field-metric",
-  "fieldanalysis:field-threshold",
-  "fieldanalysis:frame-metric",
-  "fieldanalysis:frame-threshold",
-  "fieldanalysis:ignored-lines",
-  "fieldanalysis:noise-floor",
-  "fieldanalysis:spatial-threshold",
-  "filesink",
-  "filesink:append",
-  "filesink:buffer-mode",
-  "filesink:buffer-size",
-  "filesink:file-mode",
-  "filesink:location",
-  "filesink:max-transient-error-timeout",
-  "filesink:o-sync",
-  "filesrc",
-  "filesrc:location",
-  "fisheye",
-  "fixed-point-ac-3-encoder-ad-conv-type",
-  "fixed-point-ac-3-encoder-ad-conv-type::hdcd",
-  "fixed-point-ac-3-encoder-ad-conv-type::standard",
-  "fixed-point-ac-3-encoder-ad-conv-type::unknown",
-  "fixed-point-ac-3-encoder-channel-coupling",
-  "fixed-point-ac-3-encoder-channel-coupling::auto",
-  "fixed-point-ac-3-encoder-cpl-start-band",
-  "fixed-point-ac-3-encoder-cpl-start-band::auto",
-  "fixed-point-ac-3-encoder-dheadphone-mode",
-  "fixed-point-ac-3-encoder-dheadphone-mode::notindicated",
-  "fixed-point-ac-3-encoder-dheadphone-mode::off",
-  "fixed-point-ac-3-encoder-dheadphone-mode::on",
-  "fixed-point-ac-3-encoder-dheadphone-mode::unknown",
-  "fixed-point-ac-3-encoder-dmix-mode",
-  "fixed-point-ac-3-encoder-dmix-mode::dplii",
-  "fixed-point-ac-3-encoder-dmix-mode::loro",
-  "fixed-point-ac-3-encoder-dmix-mode::ltrt",
-  "fixed-point-ac-3-encoder-dmix-mode::notindicated",
-  "fixed-point-ac-3-encoder-dmix-mode::unknown",
-  "fixed-point-ac-3-encoder-dsur-mode",
-  "fixed-point-ac-3-encoder-dsur-mode::notindicated",
-  "fixed-point-ac-3-encoder-dsur-mode::off",
-  "fixed-point-ac-3-encoder-dsur-mode::on",
-  "fixed-point-ac-3-encoder-dsur-mode::unknown",
-  "fixed-point-ac-3-encoder-dsurex-mode",
-  "fixed-point-ac-3-encoder-dsurex-mode::dpliiz",
-  "fixed-point-ac-3-encoder-dsurex-mode::notindicated",
-  "fixed-point-ac-3-encoder-dsurex-mode::off",
-  "fixed-point-ac-3-encoder-dsurex-mode::on",
-  "fixed-point-ac-3-encoder-dsurex-mode::unknown",
-  "fixed-point-ac-3-encoder-room-type",
-  "fixed-point-ac-3-encoder-room-type::large",
-  "fixed-point-ac-3-encoder-room-type::notindicated",
-  "fixed-point-ac-3-encoder-room-type::small",
-  "fixed-point-ac-3-encoder-room-type::unknown",
-  "flacdec",
-  "flacenc",
-  "flacenc:blocksize",
-  "flacenc:escape-coding",
-  "flacenc:exhaustive-model-search",
-  "flacenc:loose-mid-side-stereo",
-  "flacenc:max-lpc-order",
-  "flacenc:max-residual-partition-order",
-  "flacenc:mid-side-stereo",
-  "flacenc:min-residual-partition-order",
-  "flacenc:padding",
-  "flacenc:qlp-coeff-prec-search",
-  "flacenc:qlp-coeff-precision",
-  "flacenc:quality",
-  "flacenc:rice-parameter-search-dist",
-  "flacenc:seekpoints",
-  "flacenc:streamable-subset",
-  "flacparse",
-  "flacparse:check-frame-checksums",
-  "flactag",
-  "flitetestsrc",
-  "flitetestsrc:samplesperbuffer",
-  "fluiddec",
-  "fluiddec:soundfont",
-  "fluiddec:synth-chorus",
-  "fluiddec:synth-gain",
-  "fluiddec:synth-polyphony",
-  "fluiddec:synth-reverb",
-  "flv-encoder-cmp-func",
-  "flv-encoder-cmp-func::bit",
-  "flv-encoder-cmp-func::chroma",
-  "flv-encoder-cmp-func::dct",
-  "flv-encoder-cmp-func::dct264",
-  "flv-encoder-cmp-func::dctmax",
-  "flv-encoder-cmp-func::msad",
-  "flv-encoder-cmp-func::nsse",
-  "flv-encoder-cmp-func::psnr",
-  "flv-encoder-cmp-func::rd",
-  "flv-encoder-cmp-func::sad",
-  "flv-encoder-cmp-func::satd",
-  "flv-encoder-cmp-func::sse",
-  "flv-encoder-cmp-func::vsad",
-  "flv-encoder-cmp-func::vsse",
-  "flv-encoder-cmp-func::zero",
-  "flv-encoder-motion-est",
-  "flv-encoder-motion-est::epzs",
-  "flv-encoder-motion-est::xone",
-  "flv-encoder-motion-est::zero",
-  "flv-encoder-mpv-flags",
-  "flv-encoder-mpv-flags::cbp_rd",
-  "flv-encoder-mpv-flags::mv0",
-  "flv-encoder-mpv-flags::naq",
-  "flv-encoder-mpv-flags::qp_rd",
-  "flv-encoder-mpv-flags::skip_rd",
-  "flv-encoder-mpv-flags::strict_gop",
-  "flv-encoder-rc-strategy",
-  "flv-encoder-rc-strategy::ffmpeg",
-  "flvdemux",
-  "flvmux",
-  "flvmux:encoder",
-  "flvmux:enforce-increasing-timestamps",
-  "flvmux:metadatacreator",
-  "flvmux:skip-backwards-streams",
-  "flvmux:streamable",
-  "flxdec",
-  "fpsdisplaysink",
-  "fpsdisplaysink::fps-measurements",
-  "fpsdisplaysink:fps-update-interval",
-  "fpsdisplaysink:frames-dropped",
-  "fpsdisplaysink:frames-rendered",
-  "fpsdisplaysink:last-message",
-  "fpsdisplaysink:max-fps",
-  "fpsdisplaysink:min-fps",
-  "fpsdisplaysink:signal-fps-measurements",
-  "fpsdisplaysink:silent",
-  "fpsdisplaysink:sync",
-  "fpsdisplaysink:text-overlay",
-  "fpsdisplaysink:video-sink",
-  "freeverb",
-  "freeverb:damping",
-  "freeverb:level",
-  "freeverb:room-size",
-  "freeverb:width",
-  "frei0r-filter-3-point-color-balance",
-  "frei0r-filter-3-point-color-balance!sink",
-  "frei0r-filter-3-point-color-balance!src",
-  "frei0r-filter-3-point-color-balance:black-color-b",
-  "frei0r-filter-3-point-color-balance:black-color-g",
-  "frei0r-filter-3-point-color-balance:black-color-r",
-  "frei0r-filter-3-point-color-balance:gray-color-b",
-  "frei0r-filter-3-point-color-balance:gray-color-g",
-  "frei0r-filter-3-point-color-balance:gray-color-r",
-  "frei0r-filter-3-point-color-balance:source-image-on-left-side",
-  "frei0r-filter-3-point-color-balance:split-preview",
-  "frei0r-filter-3-point-color-balance:white-color-b",
-  "frei0r-filter-3-point-color-balance:white-color-g",
-  "frei0r-filter-3-point-color-balance:white-color-r",
-  "frei0r-filter-3dflippo",
-  "frei0r-filter-3dflippo!sink",
-  "frei0r-filter-3dflippo!src",
-  "frei0r-filter-3dflippo:center-position--x-",
-  "frei0r-filter-3dflippo:center-position--y-",
-  "frei0r-filter-3dflippo:don-t-blank-mask",
-  "frei0r-filter-3dflippo:fill-with-image-or-black",
-  "frei0r-filter-3dflippo:invert-rotation-assignment",
-  "frei0r-filter-3dflippo:x-axis-rotation",
-  "frei0r-filter-3dflippo:x-axis-rotation-rate",
-  "frei0r-filter-3dflippo:y-axis-rotation",
-  "frei0r-filter-3dflippo:y-axis-rotation-rate",
-  "frei0r-filter-3dflippo:z-axis-rotation",
-  "frei0r-filter-3dflippo:z-axis-rotation-rate",
-  "frei0r-filter-alpha0ps",
-  "frei0r-filter-alpha0ps!sink",
-  "frei0r-filter-alpha0ps!src",
-  "frei0r-filter-alpha0ps:display",
-  "frei0r-filter-alpha0ps:display-input-alpha",
-  "frei0r-filter-alpha0ps:invert",
-  "frei0r-filter-alpha0ps:operation",
-  "frei0r-filter-alpha0ps:shrink-grow-blur-amount",
-  "frei0r-filter-alpha0ps:threshold",
-  "frei0r-filter-alphagrad",
-  "frei0r-filter-alphagrad!sink",
-  "frei0r-filter-alphagrad!src",
-  "frei0r-filter-alphagrad:max",
-  "frei0r-filter-alphagrad:min",
-  "frei0r-filter-alphagrad:operation",
-  "frei0r-filter-alphagrad:position",
-  "frei0r-filter-alphagrad:tilt",
-  "frei0r-filter-alphagrad:transition-width",
-  "frei0r-filter-alphaspot",
-  "frei0r-filter-alphaspot!sink",
-  "frei0r-filter-alphaspot!src",
-  "frei0r-filter-alphaspot:max",
-  "frei0r-filter-alphaspot:min",
-  "frei0r-filter-alphaspot:operation",
-  "frei0r-filter-alphaspot:position-x",
-  "frei0r-filter-alphaspot:position-y",
-  "frei0r-filter-alphaspot:shape",
-  "frei0r-filter-alphaspot:size-x",
-  "frei0r-filter-alphaspot:size-y",
-  "frei0r-filter-alphaspot:tilt",
-  "frei0r-filter-alphaspot:transition-width",
-  "frei0r-filter-b",
-  "frei0r-filter-b!sink",
-  "frei0r-filter-b!src",
-  "frei0r-filter-baltan",
-  "frei0r-filter-baltan!sink",
-  "frei0r-filter-baltan!src",
-  "frei0r-filter-bgsubtract0r",
-  "frei0r-filter-bgsubtract0r!sink",
-  "frei0r-filter-bgsubtract0r!src",
-  "frei0r-filter-bgsubtract0r:blur",
-  "frei0r-filter-bgsubtract0r:denoise",
-  "frei0r-filter-bgsubtract0r:threshold",
-  "frei0r-filter-bluescreen0r",
-  "frei0r-filter-bluescreen0r!sink",
-  "frei0r-filter-bluescreen0r!src",
-  "frei0r-filter-bluescreen0r:color-b",
-  "frei0r-filter-bluescreen0r:color-g",
-  "frei0r-filter-bluescreen0r:color-r",
-  "frei0r-filter-bluescreen0r:distance",
-  "frei0r-filter-brightness",
-  "frei0r-filter-brightness!sink",
-  "frei0r-filter-brightness!src",
-  "frei0r-filter-brightness:brightness",
-  "frei0r-filter-bw0r",
-  "frei0r-filter-bw0r!sink",
-  "frei0r-filter-bw0r!src",
-  "frei0r-filter-c0rners",
-  "frei0r-filter-c0rners!sink",
-  "frei0r-filter-c0rners!src",
-  "frei0r-filter-c0rners:alpha-operation",
-  "frei0r-filter-c0rners:corner-1-x",
-  "frei0r-filter-c0rners:corner-1-y",
-  "frei0r-filter-c0rners:corner-2-x",
-  "frei0r-filter-c0rners:corner-2-y",
-  "frei0r-filter-c0rners:corner-3-x",
-  "frei0r-filter-c0rners:corner-3-y",
-  "frei0r-filter-c0rners:corner-4-x",
-  "frei0r-filter-c0rners:corner-4-y",
-  "frei0r-filter-c0rners:enable-stretch",
-  "frei0r-filter-c0rners:feather-alpha",
-  "frei0r-filter-c0rners:interpolator",
-  "frei0r-filter-c0rners:stretch-x",
-  "frei0r-filter-c0rners:stretch-y",
-  "frei0r-filter-c0rners:transparent-background",
-  "frei0r-filter-cairogradient",
-  "frei0r-filter-cairogradient!sink",
-  "frei0r-filter-cairogradient!src",
-  "frei0r-filter-cairogradient:blend-mode",
-  "frei0r-filter-cairogradient:end-color-b",
-  "frei0r-filter-cairogradient:end-color-g",
-  "frei0r-filter-cairogradient:end-color-r",
-  "frei0r-filter-cairogradient:end-opacity",
-  "frei0r-filter-cairogradient:end-x",
-  "frei0r-filter-cairogradient:end-y",
-  "frei0r-filter-cairogradient:offset",
-  "frei0r-filter-cairogradient:pattern",
-  "frei0r-filter-cairogradient:start-color-b",
-  "frei0r-filter-cairogradient:start-color-g",
-  "frei0r-filter-cairogradient:start-color-r",
-  "frei0r-filter-cairogradient:start-opacity",
-  "frei0r-filter-cairogradient:start-x",
-  "frei0r-filter-cairogradient:start-y",
-  "frei0r-filter-cairoimagegrid",
-  "frei0r-filter-cairoimagegrid!sink",
-  "frei0r-filter-cairoimagegrid!src",
-  "frei0r-filter-cairoimagegrid:columns",
-  "frei0r-filter-cairoimagegrid:rows",
-  "frei0r-filter-cartoon",
-  "frei0r-filter-cartoon!sink",
-  "frei0r-filter-cartoon!src",
-  "frei0r-filter-cartoon:diffspace",
-  "frei0r-filter-cartoon:triplevel",
-  "frei0r-filter-color-distance",
-  "frei0r-filter-color-distance!sink",
-  "frei0r-filter-color-distance!src",
-  "frei0r-filter-color-distance:color-b",
-  "frei0r-filter-color-distance:color-g",
-  "frei0r-filter-color-distance:color-r",
-  "frei0r-filter-coloradj-rgb",
-  "frei0r-filter-coloradj-rgb!sink",
-  "frei0r-filter-coloradj-rgb!src",
-  "frei0r-filter-coloradj-rgb:action",
-  "frei0r-filter-coloradj-rgb:alpha-controlled",
-  "frei0r-filter-coloradj-rgb:b",
-  "frei0r-filter-coloradj-rgb:g",
-  "frei0r-filter-coloradj-rgb:keep-luma",
-  "frei0r-filter-coloradj-rgb:luma-formula",
-  "frei0r-filter-coloradj-rgb:r",
-  "frei0r-filter-colorhalftone",
-  "frei0r-filter-colorhalftone!sink",
-  "frei0r-filter-colorhalftone!src",
-  "frei0r-filter-colorhalftone:cyan-angle",
-  "frei0r-filter-colorhalftone:dot-radius",
-  "frei0r-filter-colorhalftone:magenta-angle",
-  "frei0r-filter-colorhalftone:yellow-angle",
-  "frei0r-filter-colorize",
-  "frei0r-filter-colorize!sink",
-  "frei0r-filter-colorize!src",
-  "frei0r-filter-colorize:hue",
-  "frei0r-filter-colorize:lightness",
-  "frei0r-filter-colorize:saturation",
-  "frei0r-filter-colortap",
-  "frei0r-filter-colortap!sink",
-  "frei0r-filter-colortap!src",
-  "frei0r-filter-colortap:table",
-  "frei0r-filter-contrast0r",
-  "frei0r-filter-contrast0r!sink",
-  "frei0r-filter-contrast0r!src",
-  "frei0r-filter-contrast0r:contrast",
-  "frei0r-filter-curves",
-  "frei0r-filter-curves!sink",
-  "frei0r-filter-curves!src",
-  "frei0r-filter-curves:b--zier-spline",
-  "frei0r-filter-curves:channel",
-  "frei0r-filter-curves:curve-point-number",
-  "frei0r-filter-curves:graph-position",
-  "frei0r-filter-curves:luma-formula",
-  "frei0r-filter-curves:point-1-input-value",
-  "frei0r-filter-curves:point-1-output-value",
-  "frei0r-filter-curves:point-2-input-value",
-  "frei0r-filter-curves:point-2-output-value",
-  "frei0r-filter-curves:point-3-input-value",
-  "frei0r-filter-curves:point-3-output-value",
-  "frei0r-filter-curves:point-4-input-value",
-  "frei0r-filter-curves:point-4-output-value",
-  "frei0r-filter-curves:point-5-input-value",
-  "frei0r-filter-curves:point-5-output-value",
-  "frei0r-filter-curves:show-curves",
-  "frei0r-filter-defish0r",
-  "frei0r-filter-defish0r!sink",
-  "frei0r-filter-defish0r!src",
-  "frei0r-filter-defish0r:amount",
-  "frei0r-filter-defish0r:aspect-type",
-  "frei0r-filter-defish0r:defish",
-  "frei0r-filter-defish0r:interpolator",
-  "frei0r-filter-defish0r:manual-aspect",
-  "frei0r-filter-defish0r:manual-scale",
-  "frei0r-filter-defish0r:scaling",
-  "frei0r-filter-defish0r:type",
-  "frei0r-filter-delay0r",
-  "frei0r-filter-delay0r!sink",
-  "frei0r-filter-delay0r!src",
-  "frei0r-filter-delay0r:delaytime",
-  "frei0r-filter-delaygrab",
-  "frei0r-filter-delaygrab!sink",
-  "frei0r-filter-delaygrab!src",
-  "frei0r-filter-distort0r",
-  "frei0r-filter-distort0r!sink",
-  "frei0r-filter-distort0r!src",
-  "frei0r-filter-distort0r:amplitude",
-  "frei0r-filter-distort0r:frequency",
-  "frei0r-filter-distort0r:use-velocity",
-  "frei0r-filter-distort0r:velocity",
-  "frei0r-filter-dither",
-  "frei0r-filter-dither!sink",
-  "frei0r-filter-dither!src",
-  "frei0r-filter-dither:levels",
-  "frei0r-filter-dither:matrixid",
-  "frei0r-filter-edgeglow",
-  "frei0r-filter-edgeglow!sink",
-  "frei0r-filter-edgeglow!src",
-  "frei0r-filter-edgeglow:lredscale",
-  "frei0r-filter-edgeglow:lthresh",
-  "frei0r-filter-edgeglow:lupscale",
-  "frei0r-filter-elastic-scale-filter",
-  "frei0r-filter-elastic-scale-filter!sink",
-  "frei0r-filter-elastic-scale-filter!src",
-  "frei0r-filter-elastic-scale-filter:center",
-  "frei0r-filter-elastic-scale-filter:linear-scale-factor",
-  "frei0r-filter-elastic-scale-filter:linear-width",
-  "frei0r-filter-elastic-scale-filter:non-linear-scale-factor",
-  "frei0r-filter-emboss",
-  "frei0r-filter-emboss!sink",
-  "frei0r-filter-emboss!src",
-  "frei0r-filter-emboss:azimuth",
-  "frei0r-filter-emboss:elevation",
-  "frei0r-filter-emboss:width45",
-  "frei0r-filter-equaliz0r",
-  "frei0r-filter-equaliz0r!sink",
-  "frei0r-filter-equaliz0r!src",
-  "frei0r-filter-facebl0r",
-  "frei0r-filter-facebl0r!sink",
-  "frei0r-filter-facebl0r!src",
-  "frei0r-filter-facebl0r:classifier",
-  "frei0r-filter-facebl0r:ellipse",
-  "frei0r-filter-facebl0r:largest",
-  "frei0r-filter-facebl0r:neighbors",
-  "frei0r-filter-facebl0r:recheck",
-  "frei0r-filter-facebl0r:search-scale",
-  "frei0r-filter-facebl0r:smallest",
-  "frei0r-filter-facebl0r:threads",
-  "frei0r-filter-flippo",
-  "frei0r-filter-flippo!sink",
-  "frei0r-filter-flippo!src",
-  "frei0r-filter-flippo:x-axis",
-  "frei0r-filter-flippo:y-axis",
-  "frei0r-filter-g",
-  "frei0r-filter-g!sink",
-  "frei0r-filter-g!src",
-  "frei0r-filter-gamma",
-  "frei0r-filter-gamma!sink",
-  "frei0r-filter-gamma!src",
-  "frei0r-filter-gamma:gamma",
-  "frei0r-filter-glitch0r",
-  "frei0r-filter-glitch0r!sink",
-  "frei0r-filter-glitch0r!src",
-  "frei0r-filter-glitch0r:block-height",
-  "frei0r-filter-glitch0r:color-glitching-intensity",
-  "frei0r-filter-glitch0r:glitch-frequency",
-  "frei0r-filter-glitch0r:shift-intensity",
-  "frei0r-filter-glow",
-  "frei0r-filter-glow!sink",
-  "frei0r-filter-glow!src",
-  "frei0r-filter-glow:blur",
-  "frei0r-filter-hqdn3d",
-  "frei0r-filter-hqdn3d!sink",
-  "frei0r-filter-hqdn3d!src",
-  "frei0r-filter-hqdn3d:spatial",
-  "frei0r-filter-hqdn3d:temporal",
-  "frei0r-filter-hueshift0r",
-  "frei0r-filter-hueshift0r!sink",
-  "frei0r-filter-hueshift0r!src",
-  "frei0r-filter-hueshift0r:hue",
-  "frei0r-filter-iir-blur",
-  "frei0r-filter-iir-blur!sink",
-  "frei0r-filter-iir-blur!src",
-  "frei0r-filter-iir-blur:amount",
-  "frei0r-filter-iir-blur:edge",
-  "frei0r-filter-iir-blur:type",
-  "frei0r-filter-invert0r",
-  "frei0r-filter-invert0r!sink",
-  "frei0r-filter-invert0r!src",
-  "frei0r-filter-k-means-clustering",
-  "frei0r-filter-k-means-clustering!sink",
-  "frei0r-filter-k-means-clustering!src",
-  "frei0r-filter-k-means-clustering:dist-weight",
-  "frei0r-filter-k-means-clustering:num",
-  "frei0r-filter-keyspillm0pup",
-  "frei0r-filter-keyspillm0pup!sink",
-  "frei0r-filter-keyspillm0pup!src",
-  "frei0r-filter-keyspillm0pup:amount-1",
-  "frei0r-filter-keyspillm0pup:amount-2",
-  "frei0r-filter-keyspillm0pup:hue-gate",
-  "frei0r-filter-keyspillm0pup:key-color-b",
-  "frei0r-filter-keyspillm0pup:key-color-g",
-  "frei0r-filter-keyspillm0pup:key-color-r",
-  "frei0r-filter-keyspillm0pup:mask-to-alpha",
-  "frei0r-filter-keyspillm0pup:mask-type",
-  "frei0r-filter-keyspillm0pup:operation-1",
-  "frei0r-filter-keyspillm0pup:operation-2",
-  "frei0r-filter-keyspillm0pup:saturation-threshold",
-  "frei0r-filter-keyspillm0pup:show-mask",
-  "frei0r-filter-keyspillm0pup:slope",
-  "frei0r-filter-keyspillm0pup:target-color-b",
-  "frei0r-filter-keyspillm0pup:target-color-g",
-  "frei0r-filter-keyspillm0pup:target-color-r",
-  "frei0r-filter-keyspillm0pup:tolerance",
-  "frei0r-filter-lens-correction",
-  "frei0r-filter-lens-correction!sink",
-  "frei0r-filter-lens-correction!src",
-  "frei0r-filter-lens-correction:brightness",
-  "frei0r-filter-lens-correction:correction-near-center",
-  "frei0r-filter-lens-correction:correction-near-edges",
-  "frei0r-filter-lens-correction:x-center",
-  "frei0r-filter-lens-correction:y-center",
-  "frei0r-filter-letterb0xed",
-  "frei0r-filter-letterb0xed!sink",
-  "frei0r-filter-letterb0xed!src",
-  "frei0r-filter-letterb0xed:border-width",
-  "frei0r-filter-letterb0xed:transparency",
-  "frei0r-filter-levels",
-  "frei0r-filter-levels!sink",
-  "frei0r-filter-levels!src",
-  "frei0r-filter-levels:black-output",
-  "frei0r-filter-levels:channel",
-  "frei0r-filter-levels:gamma",
-  "frei0r-filter-levels:histogram-position",
-  "frei0r-filter-levels:input-black-level",
-  "frei0r-filter-levels:input-white-level",
-  "frei0r-filter-levels:show-histogram",
-  "frei0r-filter-levels:white-output",
-  "frei0r-filter-light-graffiti",
-  "frei0r-filter-light-graffiti!sink",
-  "frei0r-filter-light-graffiti!src",
-  "frei0r-filter-light-graffiti:backgroundweight",
-  "frei0r-filter-light-graffiti:blackreference",
-  "frei0r-filter-light-graffiti:dim",
-  "frei0r-filter-light-graffiti:longalpha",
-  "frei0r-filter-light-graffiti:loweroverexposure",
-  "frei0r-filter-light-graffiti:nonlineardim",
-  "frei0r-filter-light-graffiti:reset",
-  "frei0r-filter-light-graffiti:saturation",
-  "frei0r-filter-light-graffiti:sensitivity",
-  "frei0r-filter-light-graffiti:statsbrightness",
-  "frei0r-filter-light-graffiti:statsdifference",
-  "frei0r-filter-light-graffiti:statsdiffsum",
-  "frei0r-filter-light-graffiti:thresholdbrightness",
-  "frei0r-filter-light-graffiti:thresholddifference",
-  "frei0r-filter-light-graffiti:thresholddiffsum",
-  "frei0r-filter-light-graffiti:transparentbackground",
-  "frei0r-filter-luminance",
-  "frei0r-filter-luminance!sink",
-  "frei0r-filter-luminance!src",
-  "frei0r-filter-mask0mate",
-  "frei0r-filter-mask0mate!sink",
-  "frei0r-filter-mask0mate!src",
-  "frei0r-filter-mask0mate:blur",
-  "frei0r-filter-mask0mate:bottom",
-  "frei0r-filter-mask0mate:invert",
-  "frei0r-filter-mask0mate:left",
-  "frei0r-filter-mask0mate:right",
-  "frei0r-filter-mask0mate:top",
-  "frei0r-filter-medians",
-  "frei0r-filter-medians!sink",
-  "frei0r-filter-medians!src",
-  "frei0r-filter-medians:size",
-  "frei0r-filter-medians:type",
-  "frei0r-filter-ndvi-filter",
-  "frei0r-filter-ndvi-filter!sink",
-  "frei0r-filter-ndvi-filter!src",
-  "frei0r-filter-ndvi-filter:color-map",
-  "frei0r-filter-ndvi-filter:index-calculation",
-  "frei0r-filter-ndvi-filter:legend",
-  "frei0r-filter-ndvi-filter:levels",
-  "frei0r-filter-ndvi-filter:nir-channel",
-  "frei0r-filter-ndvi-filter:nir-offset",
-  "frei0r-filter-ndvi-filter:nir-scale",
-  "frei0r-filter-ndvi-filter:vis-offset",
-  "frei0r-filter-ndvi-filter:vis-scale",
-  "frei0r-filter-ndvi-filter:visible-channel",
-  "frei0r-filter-nervous",
-  "frei0r-filter-nervous!sink",
-  "frei0r-filter-nervous!src",
-  "frei0r-filter-nikon-d90-stairstepping-fix",
-  "frei0r-filter-nikon-d90-stairstepping-fix!sink",
-  "frei0r-filter-nikon-d90-stairstepping-fix!src",
-  "frei0r-filter-normaliz0r",
-  "frei0r-filter-normaliz0r!sink",
-  "frei0r-filter-normaliz0r!src",
-  "frei0r-filter-normaliz0r:blackpt-b",
-  "frei0r-filter-normaliz0r:blackpt-g",
-  "frei0r-filter-normaliz0r:blackpt-r",
-  "frei0r-filter-normaliz0r:independence",
-  "frei0r-filter-normaliz0r:smoothing",
-  "frei0r-filter-normaliz0r:strength",
-  "frei0r-filter-normaliz0r:whitept-b",
-  "frei0r-filter-normaliz0r:whitept-g",
-  "frei0r-filter-normaliz0r:whitept-r",
-  "frei0r-filter-nosync0r",
-  "frei0r-filter-nosync0r!sink",
-  "frei0r-filter-nosync0r!src",
-  "frei0r-filter-nosync0r:hsync",
-  "frei0r-filter-opencvfacedetect",
-  "frei0r-filter-opencvfacedetect!sink",
-  "frei0r-filter-opencvfacedetect!src",
-  "frei0r-filter-opencvfacedetect:alpha",
-  "frei0r-filter-opencvfacedetect:antialias",
-  "frei0r-filter-opencvfacedetect:classifier",
-  "frei0r-filter-opencvfacedetect:color-1-b",
-  "frei0r-filter-opencvfacedetect:color-1-g",
-  "frei0r-filter-opencvfacedetect:color-1-r",
-  "frei0r-filter-opencvfacedetect:color-2-b",
-  "frei0r-filter-opencvfacedetect:color-2-g",
-  "frei0r-filter-opencvfacedetect:color-2-r",
-  "frei0r-filter-opencvfacedetect:color-3-b",
-  "frei0r-filter-opencvfacedetect:color-3-g",
-  "frei0r-filter-opencvfacedetect:color-3-r",
-  "frei0r-filter-opencvfacedetect:color-4-b",
-  "frei0r-filter-opencvfacedetect:color-4-g",
-  "frei0r-filter-opencvfacedetect:color-4-r",
-  "frei0r-filter-opencvfacedetect:color-5-b",
-  "frei0r-filter-opencvfacedetect:color-5-g",
-  "frei0r-filter-opencvfacedetect:color-5-r",
-  "frei0r-filter-opencvfacedetect:neighbors",
-  "frei0r-filter-opencvfacedetect:recheck",
-  "frei0r-filter-opencvfacedetect:scale",
-  "frei0r-filter-opencvfacedetect:search-scale",
-  "frei0r-filter-opencvfacedetect:shape",
-  "frei0r-filter-opencvfacedetect:smallest",
-  "frei0r-filter-opencvfacedetect:stroke",
-  "frei0r-filter-opencvfacedetect:threads",
-  "frei0r-filter-perspective",
-  "frei0r-filter-perspective!sink",
-  "frei0r-filter-perspective!src",
-  "frei0r-filter-perspective:bottom-left-Y",
-  "frei0r-filter-perspective:bottom-left-x",
-  "frei0r-filter-perspective:bottom-right-Y",
-  "frei0r-filter-perspective:bottom-right-x",
-  "frei0r-filter-perspective:top-left-Y",
-  "frei0r-filter-perspective:top-left-x",
-  "frei0r-filter-perspective:top-right-Y",
-  "frei0r-filter-perspective:top-right-x",
-  "frei0r-filter-pixeliz0r",
-  "frei0r-filter-pixeliz0r!sink",
-  "frei0r-filter-pixeliz0r!src",
-  "frei0r-filter-pixeliz0r:block-height",
-  "frei0r-filter-pixeliz0r:block-width",
-  "frei0r-filter-posterize",
-  "frei0r-filter-posterize!sink",
-  "frei0r-filter-posterize!src",
-  "frei0r-filter-posterize:levels",
-  "frei0r-filter-pr0be",
-  "frei0r-filter-pr0be!sink",
-  "frei0r-filter-pr0be!src",
-  "frei0r-filter-pr0be:big-window",
-  "frei0r-filter-pr0be:measurement",
-  "frei0r-filter-pr0be:param-256-scale",
-  "frei0r-filter-pr0be:show-alpha",
-  "frei0r-filter-pr0be:x",
-  "frei0r-filter-pr0be:x-size",
-  "frei0r-filter-pr0be:y",
-  "frei0r-filter-pr0be:y-size",
-  "frei0r-filter-pr0file",
-  "frei0r-filter-pr0file!sink",
-  "frei0r-filter-pr0file!src",
-  "frei0r-filter-pr0file:alpha-trace",
-  "frei0r-filter-pr0file:b-trace",
-  "frei0r-filter-pr0file:channel",
-  "frei0r-filter-pr0file:color",
-  "frei0r-filter-pr0file:crosshair-color",
-  "frei0r-filter-pr0file:display-average",
-  "frei0r-filter-pr0file:display-maximum",
-  "frei0r-filter-pr0file:display-minimum",
-  "frei0r-filter-pr0file:display-rms",
-  "frei0r-filter-pr0file:g-trace",
-  "frei0r-filter-pr0file:length",
-  "frei0r-filter-pr0file:marker-1",
-  "frei0r-filter-pr0file:marker-2",
-  "frei0r-filter-pr0file:param-256-scale",
-  "frei0r-filter-pr0file:pb-trace",
-  "frei0r-filter-pr0file:pr-trace",
-  "frei0r-filter-pr0file:r-trace",
-  "frei0r-filter-pr0file:tilt",
-  "frei0r-filter-pr0file:x",
-  "frei0r-filter-pr0file:y",
-  "frei0r-filter-pr0file:y-trace",
-  "frei0r-filter-premultiply-or-unpremultiply",
-  "frei0r-filter-premultiply-or-unpremultiply!sink",
-  "frei0r-filter-premultiply-or-unpremultiply!src",
-  "frei0r-filter-premultiply-or-unpremultiply:unpremultiply",
-  "frei0r-filter-primaries",
-  "frei0r-filter-primaries!sink",
-  "frei0r-filter-primaries!src",
-  "frei0r-filter-primaries:factor",
-  "frei0r-filter-r",
-  "frei0r-filter-r!sink",
-  "frei0r-filter-r!src",
-  "frei0r-filter-rgb-parade",
-  "frei0r-filter-rgb-parade!sink",
-  "frei0r-filter-rgb-parade!src",
-  "frei0r-filter-rgb-parade:mix",
-  "frei0r-filter-rgb-parade:overlay-sides",
-  "frei0r-filter-rgbnoise",
-  "frei0r-filter-rgbnoise!sink",
-  "frei0r-filter-rgbnoise!src",
-  "frei0r-filter-rgbnoise:noise",
-  "frei0r-filter-rgbsplit0r",
-  "frei0r-filter-rgbsplit0r!sink",
-  "frei0r-filter-rgbsplit0r!src",
-  "frei0r-filter-rgbsplit0r:horizontal-split-distance",
-  "frei0r-filter-rgbsplit0r:vertical-split-distance",
-  "frei0r-filter-saturat0r",
-  "frei0r-filter-saturat0r!sink",
-  "frei0r-filter-saturat0r!src",
-  "frei0r-filter-saturat0r:saturation",
-  "frei0r-filter-scale0tilt",
-  "frei0r-filter-scale0tilt!sink",
-  "frei0r-filter-scale0tilt!src",
-  "frei0r-filter-scale0tilt:clip-bottom",
-  "frei0r-filter-scale0tilt:clip-left",
-  "frei0r-filter-scale0tilt:clip-right",
-  "frei0r-filter-scale0tilt:clip-top",
-  "frei0r-filter-scale0tilt:scale-x",
-  "frei0r-filter-scale0tilt:scale-y",
-  "frei0r-filter-scale0tilt:tilt-x",
-  "frei0r-filter-scale0tilt:tilt-y",
-  "frei0r-filter-scanline0r",
-  "frei0r-filter-scanline0r!sink",
-  "frei0r-filter-scanline0r!src",
-  "frei0r-filter-select0r",
-  "frei0r-filter-select0r!sink",
-  "frei0r-filter-select0r!src",
-  "frei0r-filter-select0r:color-to-select-b",
-  "frei0r-filter-select0r:color-to-select-g",
-  "frei0r-filter-select0r:color-to-select-r",
-  "frei0r-filter-select0r:delta-b---i---i",
-  "frei0r-filter-select0r:delta-g---b---chroma",
-  "frei0r-filter-select0r:delta-r---a---hue",
-  "frei0r-filter-select0r:edge-mode",
-  "frei0r-filter-select0r:invert-selection",
-  "frei0r-filter-select0r:operation",
-  "frei0r-filter-select0r:selection-subspace",
-  "frei0r-filter-select0r:slope",
-  "frei0r-filter-select0r:subspace-shape",
-  "frei0r-filter-sharpness",
-  "frei0r-filter-sharpness!sink",
-  "frei0r-filter-sharpness!src",
-  "frei0r-filter-sharpness:amount",
-  "frei0r-filter-sharpness:size",
-  "frei0r-filter-sigmoidaltransfer",
-  "frei0r-filter-sigmoidaltransfer!sink",
-  "frei0r-filter-sigmoidaltransfer!src",
-  "frei0r-filter-sigmoidaltransfer:brightness",
-  "frei0r-filter-sigmoidaltransfer:sharpness",
-  "frei0r-filter-sobel",
-  "frei0r-filter-sobel!sink",
-  "frei0r-filter-sobel!src",
-  "frei0r-filter-softglow",
-  "frei0r-filter-softglow!sink",
-  "frei0r-filter-softglow!src",
-  "frei0r-filter-softglow:blur",
-  "frei0r-filter-softglow:blurblend",
-  "frei0r-filter-softglow:brightness",
-  "frei0r-filter-softglow:sharpness",
-  "frei0r-filter-sop-sat",
-  "frei0r-filter-sop-sat!sink",
-  "frei0r-filter-sop-sat!src",
-  "frei0r-filter-sop-sat:aoffset",
-  "frei0r-filter-sop-sat:apower",
-  "frei0r-filter-sop-sat:aslope",
-  "frei0r-filter-sop-sat:boffset",
-  "frei0r-filter-sop-sat:bpower",
-  "frei0r-filter-sop-sat:bslope",
-  "frei0r-filter-sop-sat:goffset",
-  "frei0r-filter-sop-sat:gpower",
-  "frei0r-filter-sop-sat:gslope",
-  "frei0r-filter-sop-sat:roffset",
-  "frei0r-filter-sop-sat:rpower",
-  "frei0r-filter-sop-sat:rslope",
-  "frei0r-filter-sop-sat:saturation",
-  "frei0r-filter-spillsupress",
-  "frei0r-filter-spillsupress!sink",
-  "frei0r-filter-spillsupress!src",
-  "frei0r-filter-spillsupress:supresstype",
-  "frei0r-filter-squareblur",
-  "frei0r-filter-squareblur!sink",
-  "frei0r-filter-squareblur!src",
-  "frei0r-filter-squareblur:kernel-size",
-  "frei0r-filter-tehroxx0r",
-  "frei0r-filter-tehroxx0r!sink",
-  "frei0r-filter-tehroxx0r!src",
-  "frei0r-filter-tehroxx0r:interval",
-  "frei0r-filter-threelay0r",
-  "frei0r-filter-threelay0r!sink",
-  "frei0r-filter-threelay0r!src",
-  "frei0r-filter-threshold0r",
-  "frei0r-filter-threshold0r!sink",
-  "frei0r-filter-threshold0r!src",
-  "frei0r-filter-threshold0r:threshold",
-  "frei0r-filter-timeout-indicator",
-  "frei0r-filter-timeout-indicator!sink",
-  "frei0r-filter-timeout-indicator!src",
-  "frei0r-filter-timeout-indicator:color-b",
-  "frei0r-filter-timeout-indicator:color-g",
-  "frei0r-filter-timeout-indicator:color-r",
-  "frei0r-filter-timeout-indicator:time",
-  "frei0r-filter-timeout-indicator:transparency",
-  "frei0r-filter-tint0r",
-  "frei0r-filter-tint0r!sink",
-  "frei0r-filter-tint0r!src",
-  "frei0r-filter-tint0r:map-black-to-b",
-  "frei0r-filter-tint0r:map-black-to-g",
-  "frei0r-filter-tint0r:map-black-to-r",
-  "frei0r-filter-tint0r:map-white-to-b",
-  "frei0r-filter-tint0r:map-white-to-g",
-  "frei0r-filter-tint0r:map-white-to-r",
-  "frei0r-filter-tint0r:tint-amount",
-  "frei0r-filter-transparency",
-  "frei0r-filter-transparency!sink",
-  "frei0r-filter-transparency!src",
-  "frei0r-filter-transparency:transparency",
-  "frei0r-filter-twolay0r",
-  "frei0r-filter-twolay0r!sink",
-  "frei0r-filter-twolay0r!src",
-  "frei0r-filter-vectorscope",
-  "frei0r-filter-vectorscope!sink",
-  "frei0r-filter-vectorscope!src",
-  "frei0r-filter-vectorscope:mix",
-  "frei0r-filter-vectorscope:overlay-sides",
-  "frei0r-filter-vertigo",
-  "frei0r-filter-vertigo!sink",
-  "frei0r-filter-vertigo!src",
-  "frei0r-filter-vertigo:phaseincrement",
-  "frei0r-filter-vertigo:zoomrate",
-  "frei0r-filter-vignette",
-  "frei0r-filter-vignette!sink",
-  "frei0r-filter-vignette!src",
-  "frei0r-filter-vignette:aspect",
-  "frei0r-filter-vignette:clearcenter",
-  "frei0r-filter-vignette:soft",
-  "frei0r-filter-white-balance",
-  "frei0r-filter-white-balance!sink",
-  "frei0r-filter-white-balance!src",
-  "frei0r-filter-white-balance--lms-space-",
-  "frei0r-filter-white-balance--lms-space-!sink",
-  "frei0r-filter-white-balance--lms-space-!src",
-  "frei0r-filter-white-balance--lms-space-:color-temperature",
-  "frei0r-filter-white-balance--lms-space-:neutral-color-b",
-  "frei0r-filter-white-balance--lms-space-:neutral-color-g",
-  "frei0r-filter-white-balance--lms-space-:neutral-color-r",
-  "frei0r-filter-white-balance:green-tint",
-  "frei0r-filter-white-balance:neutral-color-b",
-  "frei0r-filter-white-balance:neutral-color-g",
-  "frei0r-filter-white-balance:neutral-color-r",
-  "frei0r-mixer-addition",
-  "frei0r-mixer-addition!sink_0",
-  "frei0r-mixer-addition!sink_1",
-  "frei0r-mixer-addition!src",
-  "frei0r-mixer-addition-alpha",
-  "frei0r-mixer-addition-alpha!sink_0",
-  "frei0r-mixer-addition-alpha!sink_1",
-  "frei0r-mixer-addition-alpha!src",
-  "frei0r-mixer-alpha-injection",
-  "frei0r-mixer-alpha-injection!sink_0",
-  "frei0r-mixer-alpha-injection!sink_1",
-  "frei0r-mixer-alpha-injection!src",
-  "frei0r-mixer-alphaatop",
-  "frei0r-mixer-alphaatop!sink_0",
-  "frei0r-mixer-alphaatop!sink_1",
-  "frei0r-mixer-alphaatop!src",
-  "frei0r-mixer-alphain",
-  "frei0r-mixer-alphain!sink_0",
-  "frei0r-mixer-alphain!sink_1",
-  "frei0r-mixer-alphain!src",
-  "frei0r-mixer-alphaout",
-  "frei0r-mixer-alphaout!sink_0",
-  "frei0r-mixer-alphaout!sink_1",
-  "frei0r-mixer-alphaout!src",
-  "frei0r-mixer-alphaover",
-  "frei0r-mixer-alphaover!sink_0",
-  "frei0r-mixer-alphaover!sink_1",
-  "frei0r-mixer-alphaover!src",
-  "frei0r-mixer-alphaxor",
-  "frei0r-mixer-alphaxor!sink_0",
-  "frei0r-mixer-alphaxor!sink_1",
-  "frei0r-mixer-alphaxor!src",
-  "frei0r-mixer-blend",
-  "frei0r-mixer-blend!sink_0",
-  "frei0r-mixer-blend!sink_1",
-  "frei0r-mixer-blend!src",
-  "frei0r-mixer-blend:blend",
-  "frei0r-mixer-burn",
-  "frei0r-mixer-burn!sink_0",
-  "frei0r-mixer-burn!sink_1",
-  "frei0r-mixer-burn!src",
-  "frei0r-mixer-cairoaffineblend",
-  "frei0r-mixer-cairoaffineblend!sink_0",
-  "frei0r-mixer-cairoaffineblend!sink_1",
-  "frei0r-mixer-cairoaffineblend!src",
-  "frei0r-mixer-cairoaffineblend:anchor-x",
-  "frei0r-mixer-cairoaffineblend:anchor-y",
-  "frei0r-mixer-cairoaffineblend:blend-mode",
-  "frei0r-mixer-cairoaffineblend:opacity",
-  "frei0r-mixer-cairoaffineblend:rotation",
-  "frei0r-mixer-cairoaffineblend:x",
-  "frei0r-mixer-cairoaffineblend:x-scale",
-  "frei0r-mixer-cairoaffineblend:y",
-  "frei0r-mixer-cairoaffineblend:y-scale",
-  "frei0r-mixer-cairoblend",
-  "frei0r-mixer-cairoblend!sink_0",
-  "frei0r-mixer-cairoblend!sink_1",
-  "frei0r-mixer-cairoblend!src",
-  "frei0r-mixer-cairoblend:blend-mode",
-  "frei0r-mixer-cairoblend:opacity",
-  "frei0r-mixer-color-only",
-  "frei0r-mixer-color-only!sink_0",
-  "frei0r-mixer-color-only!sink_1",
-  "frei0r-mixer-color-only!src",
-  "frei0r-mixer-composition",
-  "frei0r-mixer-composition!sink_0",
-  "frei0r-mixer-composition!sink_1",
-  "frei0r-mixer-composition!src",
-  "frei0r-mixer-darken",
-  "frei0r-mixer-darken!sink_0",
-  "frei0r-mixer-darken!sink_1",
-  "frei0r-mixer-darken!src",
-  "frei0r-mixer-difference",
-  "frei0r-mixer-difference!sink_0",
-  "frei0r-mixer-difference!sink_1",
-  "frei0r-mixer-difference!src",
-  "frei0r-mixer-divide",
-  "frei0r-mixer-divide!sink_0",
-  "frei0r-mixer-divide!sink_1",
-  "frei0r-mixer-divide!src",
-  "frei0r-mixer-dodge",
-  "frei0r-mixer-dodge!sink_0",
-  "frei0r-mixer-dodge!sink_1",
-  "frei0r-mixer-dodge!src",
-  "frei0r-mixer-grain-extract",
-  "frei0r-mixer-grain-extract!sink_0",
-  "frei0r-mixer-grain-extract!sink_1",
-  "frei0r-mixer-grain-extract!src",
-  "frei0r-mixer-grain-merge",
-  "frei0r-mixer-grain-merge!sink_0",
-  "frei0r-mixer-grain-merge!sink_1",
-  "frei0r-mixer-grain-merge!src",
-  "frei0r-mixer-hardlight",
-  "frei0r-mixer-hardlight!sink_0",
-  "frei0r-mixer-hardlight!sink_1",
-  "frei0r-mixer-hardlight!src",
-  "frei0r-mixer-hue",
-  "frei0r-mixer-hue!sink_0",
-  "frei0r-mixer-hue!sink_1",
-  "frei0r-mixer-hue!src",
-  "frei0r-mixer-lighten",
-  "frei0r-mixer-lighten!sink_0",
-  "frei0r-mixer-lighten!sink_1",
-  "frei0r-mixer-lighten!src",
-  "frei0r-mixer-multiply",
-  "frei0r-mixer-multiply!sink_0",
-  "frei0r-mixer-multiply!sink_1",
-  "frei0r-mixer-multiply!src",
-  "frei0r-mixer-overlay",
-  "frei0r-mixer-overlay!sink_0",
-  "frei0r-mixer-overlay!sink_1",
-  "frei0r-mixer-overlay!src",
-  "frei0r-mixer-rgb",
-  "frei0r-mixer-rgb!sink_0",
-  "frei0r-mixer-rgb!sink_1",
-  "frei0r-mixer-rgb!sink_2",
-  "frei0r-mixer-rgb!src",
-  "frei0r-mixer-saturation",
-  "frei0r-mixer-saturation!sink_0",
-  "frei0r-mixer-saturation!sink_1",
-  "frei0r-mixer-saturation!src",
-  "frei0r-mixer-screen",
-  "frei0r-mixer-screen!sink_0",
-  "frei0r-mixer-screen!sink_1",
-  "frei0r-mixer-screen!src",
-  "frei0r-mixer-softlight",
-  "frei0r-mixer-softlight!sink_0",
-  "frei0r-mixer-softlight!sink_1",
-  "frei0r-mixer-softlight!src",
-  "frei0r-mixer-subtract",
-  "frei0r-mixer-subtract!sink_0",
-  "frei0r-mixer-subtract!sink_1",
-  "frei0r-mixer-subtract!src",
-  "frei0r-mixer-uv-map",
-  "frei0r-mixer-uv-map!sink_0",
-  "frei0r-mixer-uv-map!sink_1",
-  "frei0r-mixer-uv-map!src",
-  "frei0r-mixer-value",
-  "frei0r-mixer-value!sink_0",
-  "frei0r-mixer-value!sink_1",
-  "frei0r-mixer-value!src",
-  "frei0r-mixer-xfade0r",
-  "frei0r-mixer-xfade0r!sink_0",
-  "frei0r-mixer-xfade0r!sink_1",
-  "frei0r-mixer-xfade0r!src",
-  "frei0r-mixer-xfade0r:fader",
-  "frei0r-src-ising0r",
-  "frei0r-src-ising0r!src",
-  "frei0r-src-ising0r:border-growth",
-  "frei0r-src-ising0r:spontaneous-growth",
-  "frei0r-src-ising0r:temperature",
-  "frei0r-src-lissajous0r",
-  "frei0r-src-lissajous0r!src",
-  "frei0r-src-lissajous0r:ratiox",
-  "frei0r-src-lissajous0r:ratioy",
-  "frei0r-src-nois0r",
-  "frei0r-src-nois0r!src",
-  "frei0r-src-onecol0r",
-  "frei0r-src-onecol0r!src",
-  "frei0r-src-onecol0r:color-b",
-  "frei0r-src-onecol0r:color-g",
-  "frei0r-src-onecol0r:color-r",
-  "frei0r-src-partik0l",
-  "frei0r-src-partik0l!src",
-  "frei0r-src-partik0l:down",
-  "frei0r-src-partik0l:up",
-  "frei0r-src-plasma",
-  "frei0r-src-plasma!src",
-  "frei0r-src-plasma:param-1-move",
-  "frei0r-src-plasma:param-1-speed",
-  "frei0r-src-plasma:param-2-move",
-  "frei0r-src-plasma:param-2-speed",
-  "frei0r-src-plasma:param-3-speed",
-  "frei0r-src-plasma:param-4-speed",
-  "frei0r-src-test-pat-b",
-  "frei0r-src-test-pat-b!src",
-  "frei0r-src-test-pat-b:aspect-type",
-  "frei0r-src-test-pat-b:manual-aspect",
-  "frei0r-src-test-pat-b:type",
-  "frei0r-src-test-pat-c",
-  "frei0r-src-test-pat-c!src",
-  "frei0r-src-test-pat-c:color-space",
-  "frei0r-src-test-pat-c:cross-section",
-  "frei0r-src-test-pat-c:fullscreen",
-  "frei0r-src-test-pat-c:third-axis-value",
-  "frei0r-src-test-pat-g",
-  "frei0r-src-test-pat-g!src",
-  "frei0r-src-test-pat-g:aspect-type",
-  "frei0r-src-test-pat-g:manual-aspect",
-  "frei0r-src-test-pat-g:negative",
-  "frei0r-src-test-pat-g:size-1",
-  "frei0r-src-test-pat-g:size-2",
-  "frei0r-src-test-pat-g:type",
-  "frei0r-src-test-pat-i",
-  "frei0r-src-test-pat-i!src",
-  "frei0r-src-test-pat-i:amplitude",
-  "frei0r-src-test-pat-i:channel",
-  "frei0r-src-test-pat-i:negative",
-  "frei0r-src-test-pat-i:tilt",
-  "frei0r-src-test-pat-i:type",
-  "frei0r-src-test-pat-i:width",
-  "frei0r-src-test-pat-l",
-  "frei0r-src-test-pat-l!src",
-  "frei0r-src-test-pat-l:channel",
-  "frei0r-src-test-pat-l:type",
-  "frei0r-src-test-pat-r",
-  "frei0r-src-test-pat-r!src",
-  "frei0r-src-test-pat-r:amplitude",
-  "frei0r-src-test-pat-r:aspect-type",
-  "frei0r-src-test-pat-r:channel",
-  "frei0r-src-test-pat-r:freq-1",
-  "frei0r-src-test-pat-r:freq-2",
-  "frei0r-src-test-pat-r:lin-p-swp",
-  "frei0r-src-test-pat-r:manual-aspect",
-  "frei0r-src-test-pat-r:type",
-  "funnel",
-  "funnel:forward-sticky-events",
-  "gamma",
-  "gamma:gamma",
-  "gaussianblur",
-  "gaussianblur:sigma",
-  "gdiscreencapsrc",
-  "gdiscreencapsrc:cursor",
-  "gdiscreencapsrc:height",
-  "gdiscreencapsrc:monitor",
-  "gdiscreencapsrc:width",
-  "gdiscreencapsrc:x",
-  "gdiscreencapsrc:y",
-  "gdkpixbufdec",
-  "gdkpixbufoverlay",
-  "gdkpixbufoverlay:alpha",
-  "gdkpixbufoverlay:coef-x",
-  "gdkpixbufoverlay:coef-y",
-  "gdkpixbufoverlay:location",
-  "gdkpixbufoverlay:offset-x",
-  "gdkpixbufoverlay:offset-y",
-  "gdkpixbufoverlay:overlay-height",
-  "gdkpixbufoverlay:overlay-width",
-  "gdkpixbufoverlay:pixbuf",
-  "gdkpixbufoverlay:positioning-mode",
-  "gdkpixbufoverlay:relative-x",
-  "gdkpixbufoverlay:relative-y",
-  "gdkpixbufsink",
-  "gdkpixbufsink:last-pixbuf",
-  "gdkpixbufsink:post-messages",
-  "gdpdepay",
-  "gdpdepay:ts-offset",
-  "gdppay",
-  "gdppay:crc-header",
-  "gdppay:crc-payload",
-  "ges_add_missing_uri_relocation_uri",
-  "ges_asset_extract",
-  "ges_asset_get_error",
-  "ges_asset_get_extractable_type",
-  "ges_asset_get_id",
-  "ges_asset_get_proxy",
-  "ges_asset_get_proxy_target",
-  "ges_asset_list_proxies",
-  "ges_asset_needs_reload",
-  "ges_asset_request",
-  "ges_asset_request_async",
-  "ges_asset_request_finish",
-  "ges_asset_set_proxy",
-  "ges_asset_unproxy",
-  "ges_audio_test_source_get_freq",
-  "ges_audio_test_source_get_volume",
-  "ges_audio_test_source_set_freq",
-  "ges_audio_test_source_set_volume",
-  "ges_audio_track_new",
-  "ges_audio_transition_new",
-  "ges_base_effect_is_time_effect",
-  "ges_base_effect_register_time_property",
-  "ges_base_effect_set_time_translation_funcs",
-  "ges_buffer_add_frame_composition_meta",
-  "ges_clip_add_asset",
-  "ges_clip_add_child_to_track",
-  "ges_clip_add_top_effect",
-  "ges_clip_asset_get_frame_time",
-  "ges_clip_asset_get_natural_framerate",
-  "ges_clip_asset_get_supported_formats",
-  "ges_clip_asset_set_supported_formats",
-  "ges_clip_find_track_element",
-  "ges_clip_find_track_elements",
-  "ges_clip_get_duration_limit",
-  "ges_clip_get_internal_time_from_timeline_time",
-  "ges_clip_get_layer",
-  "ges_clip_get_supported_formats",
-  "ges_clip_get_timeline_time_from_internal_time",
-  "ges_clip_get_timeline_time_from_source_frame",
-  "ges_clip_get_top_effect_index",
-  "ges_clip_get_top_effect_position",
-  "ges_clip_get_top_effects",
-  "ges_clip_move_to_layer",
-  "ges_clip_move_to_layer_full",
-  "ges_clip_remove_top_effect",
-  "ges_clip_set_supported_formats",
-  "ges_clip_set_top_effect_index",
-  "ges_clip_set_top_effect_index_full",
-  "ges_clip_set_top_effect_priority",
-  "ges_clip_split",
-  "ges_clip_split_full",
-  "ges_command_line_formatter_get_help",
-  "ges_command_line_formatter_get_timeline_uri",
-  "ges_container_add",
-  "ges_container_edit",
-  "ges_container_get_children",
-  "ges_container_group",
-  "ges_container_remove",
-  "ges_container_ungroup",
-  "ges_deinit",
-  "ges_discoverer_manager_get_default",
-  "ges_discoverer_manager_get_timeout",
-  "ges_discoverer_manager_get_use_cache",
-  "ges_discoverer_manager_set_timeout",
-  "ges_discoverer_manager_set_use_cache",
-  "ges_edge_name",
-  "ges_edit_mode_name",
-  "ges_effect_class_register_rate_property",
-  "ges_effect_clip_new",
-  "ges_effect_new",
-  "ges_extractable_get_asset",
-  "ges_extractable_get_id",
-  "ges_extractable_set_asset",
-  "ges_find_formatter_for_uri",
-  "ges_formatter_can_load_uri",
-  "ges_formatter_can_save_uri",
-  "ges_formatter_class_register_metas",
-  "ges_formatter_get_default",
-  "ges_formatter_load_from_uri",
-  "ges_formatter_save_to_uri",
-  "ges_group_new",
-  "ges_init",
-  "ges_init_check",
-  "ges_init_get_option_group",
-  "ges_is_initialized",
-  "ges_layer_add_asset",
-  "ges_layer_add_asset_full",
-  "ges_layer_add_clip",
-  "ges_layer_add_clip_full",
-  "ges_layer_get_active_for_track",
-  "ges_layer_get_auto_transition",
-  "ges_layer_get_clips",
-  "ges_layer_get_clips_in_interval",
-  "ges_layer_get_duration",
-  "ges_layer_get_priority",
-  "ges_layer_get_timeline",
-  "ges_layer_is_empty",
-  "ges_layer_new",
-  "ges_layer_remove_clip",
-  "ges_layer_set_active_for_tracks",
-  "ges_layer_set_auto_transition",
-  "ges_layer_set_priority",
-  "ges_layer_set_timeline",
-  "ges_list_assets",
-  "ges_marker_list_add",
-  "ges_marker_list_get_markers",
-  "ges_marker_list_move",
-  "ges_marker_list_new",
-  "ges_marker_list_remove",
-  "ges_marker_list_size",
-  "ges_meta_container_add_metas_from_string",
-  "ges_meta_container_check_meta_registered",
-  "ges_meta_container_foreach",
-  "ges_meta_container_get_boolean",
-  "ges_meta_container_get_date",
-  "ges_meta_container_get_date_time",
-  "ges_meta_container_get_double",
-  "ges_meta_container_get_float",
-  "ges_meta_container_get_int",
-  "ges_meta_container_get_int64",
-  "ges_meta_container_get_marker_list",
-  "ges_meta_container_get_meta",
-  "ges_meta_container_get_string",
-  "ges_meta_container_get_uint",
-  "ges_meta_container_get_uint64",
-  "ges_meta_container_metas_to_string",
-  "ges_meta_container_register_meta",
-  "ges_meta_container_register_meta_boolean",
-  "ges_meta_container_register_meta_date",
-  "ges_meta_container_register_meta_date_time",
-  "ges_meta_container_register_meta_double",
-  "ges_meta_container_register_meta_float",
-  "ges_meta_container_register_meta_int",
-  "ges_meta_container_register_meta_int64",
-  "ges_meta_container_register_meta_string",
-  "ges_meta_container_register_meta_uint",
-  "ges_meta_container_register_meta_uint64",
-  "ges_meta_container_register_static_meta",
-  "ges_meta_container_set_boolean",
-  "ges_meta_container_set_date",
-  "ges_meta_container_set_date_time",
-  "ges_meta_container_set_double",
-  "ges_meta_container_set_float",
-  "ges_meta_container_set_int",
-  "ges_meta_container_set_int64",
-  "ges_meta_container_set_marker_list",
-  "ges_meta_container_set_meta",
-  "ges_meta_container_set_string",
-  "ges_meta_container_set_uint",
-  "ges_meta_container_set_uint64",
-  "ges_multi_file_source_new",
-  "ges_pipeline_get_mode",
-  "ges_pipeline_get_thumbnail",
-  "ges_pipeline_get_thumbnail_rgb24",
-  "ges_pipeline_new",
-  "ges_pipeline_preview_get_audio_sink",
-  "ges_pipeline_preview_get_video_sink",
-  "ges_pipeline_preview_set_audio_sink",
-  "ges_pipeline_preview_set_video_sink",
-  "ges_pipeline_save_thumbnail",
-  "ges_pipeline_set_mode",
-  "ges_pipeline_set_render_settings",
-  "ges_pipeline_set_timeline",
-  "ges_pitivi_formatter_new",
-  "ges_play_sink_convert_frame",
-  "ges_project_add_asset",
-  "ges_project_add_encoding_profile",
-  "ges_project_add_formatter",
-  "ges_project_create_asset",
-  "ges_project_create_asset_sync",
-  "ges_project_get_asset",
-  "ges_project_get_loading_assets",
-  "ges_project_get_uri",
-  "ges_project_list_assets",
-  "ges_project_list_encoding_profiles",
-  "ges_project_load",
-  "ges_project_new",
-  "ges_project_remove_asset",
-  "ges_project_save",
-  "ges_pspec_equal",
-  "ges_pspec_hash",
-  "ges_source_clip_new_time_overlay",
-  "ges_test_clip_get_frequency",
-  "ges_test_clip_get_volume",
-  "ges_test_clip_get_vpattern",
-  "ges_test_clip_is_muted",
-  "ges_test_clip_new",
-  "ges_test_clip_new_for_nick",
-  "ges_test_clip_set_frequency",
-  "ges_test_clip_set_mute",
-  "ges_test_clip_set_volume",
-  "ges_test_clip_set_vpattern",
-  "ges_text_overlay_clip_get_color",
-  "ges_text_overlay_clip_get_font_desc",
-  "ges_text_overlay_clip_get_halignment",
-  "ges_text_overlay_clip_get_text",
-  "ges_text_overlay_clip_get_valignment",
-  "ges_text_overlay_clip_get_xpos",
-  "ges_text_overlay_clip_get_ypos",
-  "ges_text_overlay_clip_new",
-  "ges_text_overlay_clip_set_color",
-  "ges_text_overlay_clip_set_font_desc",
-  "ges_text_overlay_clip_set_halign",
-  "ges_text_overlay_clip_set_text",
-  "ges_text_overlay_clip_set_valign",
-  "ges_text_overlay_clip_set_xpos",
-  "ges_text_overlay_clip_set_ypos",
-  "ges_text_overlay_get_color",
-  "ges_text_overlay_get_font_desc",
-  "ges_text_overlay_get_halignment",
-  "ges_text_overlay_get_text",
-  "ges_text_overlay_get_valignment",
-  "ges_text_overlay_get_xpos",
-  "ges_text_overlay_get_ypos",
-  "ges_text_overlay_new",
-  "ges_text_overlay_set_color",
-  "ges_text_overlay_set_font_desc",
-  "ges_text_overlay_set_halignment",
-  "ges_text_overlay_set_text",
-  "ges_text_overlay_set_valignment",
-  "ges_text_overlay_set_xpos",
-  "ges_text_overlay_set_ypos",
-  "ges_timeline_add_layer",
-  "ges_timeline_add_track",
-  "ges_timeline_append_layer",
-  "ges_timeline_commit",
-  "ges_timeline_commit_sync",
-  "ges_timeline_disable_edit_apis",
-  "ges_timeline_element_add_child_property",
-  "ges_timeline_element_copy",
-  "ges_timeline_element_edit",
-  "ges_timeline_element_edit_full",
-  "ges_timeline_element_get_child_properties",
-  "ges_timeline_element_get_child_property",
-  "ges_timeline_element_get_child_property_by_pspec",
-  "ges_timeline_element_get_child_property_valist",
-  "ges_timeline_element_get_duration",
-  "ges_timeline_element_get_inpoint",
-  "ges_timeline_element_get_layer_priority",
-  "ges_timeline_element_get_max_duration",
-  "ges_timeline_element_get_name",
-  "ges_timeline_element_get_natural_framerate",
-  "ges_timeline_element_get_parent",
-  "ges_timeline_element_get_priority",
-  "ges_timeline_element_get_start",
-  "ges_timeline_element_get_timeline",
-  "ges_timeline_element_get_toplevel_parent",
-  "ges_timeline_element_get_track_types",
-  "ges_timeline_element_list_children_properties",
-  "ges_timeline_element_lookup_child",
-  "ges_timeline_element_paste",
-  "ges_timeline_element_remove_child_property",
-  "ges_timeline_element_ripple",
-  "ges_timeline_element_ripple_end",
-  "ges_timeline_element_roll_end",
-  "ges_timeline_element_roll_start",
-  "ges_timeline_element_set_child_properties",
-  "ges_timeline_element_set_child_property",
-  "ges_timeline_element_set_child_property_by_pspec",
-  "ges_timeline_element_set_child_property_full",
-  "ges_timeline_element_set_child_property_valist",
-  "ges_timeline_element_set_duration",
-  "ges_timeline_element_set_inpoint",
-  "ges_timeline_element_set_max_duration",
-  "ges_timeline_element_set_name",
-  "ges_timeline_element_set_parent",
-  "ges_timeline_element_set_priority",
-  "ges_timeline_element_set_start",
-  "ges_timeline_element_set_timeline",
-  "ges_timeline_element_trim",
-  "ges_timeline_freeze_commit",
-  "ges_timeline_get_auto_transition",
-  "ges_timeline_get_duration",
-  "ges_timeline_get_edit_apis_disabled",
-  "ges_timeline_get_element",
-  "ges_timeline_get_frame_at",
-  "ges_timeline_get_frame_time",
-  "ges_timeline_get_groups",
-  "ges_timeline_get_layer",
-  "ges_timeline_get_layers",
-  "ges_timeline_get_pad_for_track",
-  "ges_timeline_get_project",
-  "ges_timeline_get_snapping_distance",
-  "ges_timeline_get_track_for_pad",
-  "ges_timeline_get_tracks",
-  "ges_timeline_is_empty",
-  "ges_timeline_load_from_uri",
-  "ges_timeline_move_layer",
-  "ges_timeline_new",
-  "ges_timeline_new_audio_video",
-  "ges_timeline_new_from_uri",
-  "ges_timeline_paste_element",
-  "ges_timeline_remove_layer",
-  "ges_timeline_remove_track",
-  "ges_timeline_save_to_uri",
-  "ges_timeline_set_auto_transition",
-  "ges_timeline_set_snapping_distance",
-  "ges_timeline_thaw_commit",
-  "ges_title_clip_get_background_color",
-  "ges_title_clip_get_font_desc",
-  "ges_title_clip_get_halignment",
-  "ges_title_clip_get_text",
-  "ges_title_clip_get_text_color",
-  "ges_title_clip_get_valignment",
-  "ges_title_clip_get_xpos",
-  "ges_title_clip_get_ypos",
-  "ges_title_clip_new",
-  "ges_title_clip_set_background",
-  "ges_title_clip_set_color",
-  "ges_title_clip_set_font_desc",
-  "ges_title_clip_set_halignment",
-  "ges_title_clip_set_text",
-  "ges_title_clip_set_valignment",
-  "ges_title_clip_set_xpos",
-  "ges_title_clip_set_ypos",
-  "ges_title_source_get_background_color",
-  "ges_title_source_get_font_desc",
-  "ges_title_source_get_halignment",
-  "ges_title_source_get_text",
-  "ges_title_source_get_text_color",
-  "ges_title_source_get_valignment",
-  "ges_title_source_get_xpos",
-  "ges_title_source_get_ypos",
-  "ges_title_source_set_background_color",
-  "ges_title_source_set_font_desc",
-  "ges_title_source_set_halignment",
-  "ges_title_source_set_text",
-  "ges_title_source_set_text_color",
-  "ges_title_source_set_valignment",
-  "ges_title_source_set_xpos",
-  "ges_title_source_set_ypos",
-  "ges_track_add_element",
-  "ges_track_add_element_full",
-  "ges_track_commit",
-  "ges_track_element_add_children_props",
-  "ges_track_element_asset_get_natural_framerate",
-  "ges_track_element_asset_get_track_type",
-  "ges_track_element_asset_set_track_type",
-  "ges_track_element_clamp_control_source",
-  "ges_track_element_edit",
-  "ges_track_element_get_all_control_bindings",
-  "ges_track_element_get_auto_clamp_control_sources",
-  "ges_track_element_get_child_properties",
-  "ges_track_element_get_child_property",
-  "ges_track_element_get_child_property_by_pspec",
-  "ges_track_element_get_child_property_valist",
-  "ges_track_element_get_control_binding",
-  "ges_track_element_get_element",
-  "ges_track_element_get_gnlobject",
-  "ges_track_element_get_nleobject",
-  "ges_track_element_get_track",
-  "ges_track_element_get_track_type",
-  "ges_track_element_has_internal_source",
-  "ges_track_element_is_active",
-  "ges_track_element_is_core",
-  "ges_track_element_list_children_properties",
-  "ges_track_element_lookup_child",
-  "ges_track_element_remove_control_binding",
-  "ges_track_element_set_active",
-  "ges_track_element_set_auto_clamp_control_sources",
-  "ges_track_element_set_child_properties",
-  "ges_track_element_set_child_property",
-  "ges_track_element_set_child_property_by_pspec",
-  "ges_track_element_set_child_property_valist",
-  "ges_track_element_set_control_source",
-  "ges_track_element_set_has_internal_source",
-  "ges_track_element_set_track_type",
-  "ges_track_get_caps",
-  "ges_track_get_elements",
-  "ges_track_get_mixing",
-  "ges_track_get_restriction_caps",
-  "ges_track_get_timeline",
-  "ges_track_new",
-  "ges_track_remove_element",
-  "ges_track_remove_element_full",
-  "ges_track_set_create_element_for_gap_func",
-  "ges_track_set_mixing",
-  "ges_track_set_restriction_caps",
-  "ges_track_set_timeline",
-  "ges_track_type_name",
-  "ges_track_update_restriction_caps",
-  "ges_transition_clip_new",
-  "ges_transition_clip_new_for_nick",
-  "ges_uri_clip_asset_class_set_timeout",
-  "ges_uri_clip_asset_finish",
-  "ges_uri_clip_asset_get_duration",
-  "ges_uri_clip_asset_get_info",
-  "ges_uri_clip_asset_get_max_duration",
-  "ges_uri_clip_asset_get_stream_assets",
-  "ges_uri_clip_asset_is_image",
-  "ges_uri_clip_asset_new",
-  "ges_uri_clip_asset_request_sync",
-  "ges_uri_clip_get_uri",
-  "ges_uri_clip_is_image",
-  "ges_uri_clip_is_muted",
-  "ges_uri_clip_new",
-  "ges_uri_clip_set_is_image",
-  "ges_uri_clip_set_mute",
-  "ges_uri_source_asset_get_filesource_asset",
-  "ges_uri_source_asset_get_stream_info",
-  "ges_uri_source_asset_get_stream_uri",
-  "ges_uri_source_asset_is_image",
-  "ges_validate_register_action_types",
-  "ges_version",
-  "ges_video_source_get_natural_size",
-  "ges_video_test_source_get_pattern",
-  "ges_video_test_source_set_pattern",
-  "ges_video_track_new",
-  "ges_video_transition_get_border",
-  "ges_video_transition_get_transition_type",
-  "ges_video_transition_is_inverted",
-  "ges_video_transition_new",
-  "ges_video_transition_set_border",
-  "ges_video_transition_set_inverted",
-  "ges_video_transition_set_transition_type",
-  "gesdemux",
-  "gessrc",
-  "giosink",
-  "giosink:file",
-  "giosink:location",
-  "giosrc",
-  "giosrc::done-waiting-data",
-  "giosrc::waiting-data",
-  "giosrc:file",
-  "giosrc:is-growing",
-  "giosrc:location",
-  "giostreamsink",
-  "giostreamsink:stream",
-  "giostreamsrc",
-  "giostreamsrc:stream",
-  "glalpha",
-  "glalpha:alpha",
-  "glalpha:angle",
-  "glalpha:black-sensitivity",
-  "glalpha:method",
-  "glalpha:noise-level",
-  "glalpha:target-b",
-  "glalpha:target-g",
-  "glalpha:target-r",
-  "glalpha:white-sensitivity",
-  "glcolorbalance",
-  "glcolorbalance:brightness",
-  "glcolorbalance:contrast",
-  "glcolorbalance:hue",
-  "glcolorbalance:saturation",
-  "glcolorconvert",
-  "glcolorscale",
-  "gldeinterlace",
-  "gldeinterlace:method",
-  "gldifferencematte",
-  "gldifferencematte:location",
-  "gldownload",
-  "gleffects",
-  "gleffects:effect",
-  "gleffects:hswap",
-  "gleffects:invert",
-  "gleffects_blur",
-  "gleffects_blur!sink",
-  "gleffects_blur!src",
-  "gleffects_blur:hswap",
-  "gleffects_bulge",
-  "gleffects_bulge!sink",
-  "gleffects_bulge!src",
-  "gleffects_bulge:hswap",
-  "gleffects_fisheye",
-  "gleffects_fisheye!sink",
-  "gleffects_fisheye!src",
-  "gleffects_fisheye:hswap",
-  "gleffects_glow",
-  "gleffects_glow!sink",
-  "gleffects_glow!src",
-  "gleffects_glow:hswap",
-  "gleffects_heat",
-  "gleffects_heat!sink",
-  "gleffects_heat!src",
-  "gleffects_heat:hswap",
-  "gleffects_identity",
-  "gleffects_identity!sink",
-  "gleffects_identity!src",
-  "gleffects_identity:hswap",
-  "gleffects_laplacian",
-  "gleffects_laplacian!sink",
-  "gleffects_laplacian!src",
-  "gleffects_laplacian:hswap",
-  "gleffects_laplacian:invert",
-  "gleffects_lumaxpro",
-  "gleffects_lumaxpro!sink",
-  "gleffects_lumaxpro!src",
-  "gleffects_lumaxpro:hswap",
-  "gleffects_mirror",
-  "gleffects_mirror!sink",
-  "gleffects_mirror!src",
-  "gleffects_mirror:hswap",
-  "gleffects_sepia",
-  "gleffects_sepia!sink",
-  "gleffects_sepia!src",
-  "gleffects_sepia:hswap",
-  "gleffects_sin",
-  "gleffects_sin!sink",
-  "gleffects_sin!src",
-  "gleffects_sin:hswap",
-  "gleffects_sobel",
-  "gleffects_sobel!sink",
-  "gleffects_sobel!src",
-  "gleffects_sobel:hswap",
-  "gleffects_sobel:invert",
-  "gleffects_square",
-  "gleffects_square!sink",
-  "gleffects_square!src",
-  "gleffects_square:hswap",
-  "gleffects_squeeze",
-  "gleffects_squeeze!sink",
-  "gleffects_squeeze!src",
-  "gleffects_squeeze:hswap",
-  "gleffects_stretch",
-  "gleffects_stretch!sink",
-  "gleffects_stretch!src",
-  "gleffects_stretch:hswap",
-  "gleffects_tunnel",
-  "gleffects_tunnel!sink",
-  "gleffects_tunnel!src",
-  "gleffects_tunnel:hswap",
-  "gleffects_twirl",
-  "gleffects_twirl!sink",
-  "gleffects_twirl!src",
-  "gleffects_twirl:hswap",
-  "gleffects_xpro",
-  "gleffects_xpro!sink",
-  "gleffects_xpro!src",
-  "gleffects_xpro:hswap",
-  "gleffects_xray",
-  "gleffects_xray!sink",
-  "gleffects_xray!src",
-  "gleffects_xray:hswap",
-  "glfilterapp",
-  "glfilterapp::client-draw",
-  "glfilterbin",
-  "glfilterbin::create-element",
-  "glfilterbin:filter",
-  "glfiltercube",
-  "glfiltercube:aspect",
-  "glfiltercube:blue",
-  "glfiltercube:fovy",
-  "glfiltercube:green",
-  "glfiltercube:red",
-  "glfiltercube:zfar",
-  "glfiltercube:znear",
-  "glfilterglass",
-  "glimagesink",
-  "glimagesink::client-draw",
-  "glimagesink::client-reshape",
-  "glimagesink:context",
-  "glimagesink:force-aspect-ratio",
-  "glimagesink:handle-events",
-  "glimagesink:ignore-alpha",
-  "glimagesink:output-multiview-downmix-mode",
-  "glimagesink:output-multiview-flags",
-  "glimagesink:output-multiview-mode",
-  "glimagesink:pixel-aspect-ratio",
-  "glimagesink:render-rectangle",
-  "glimagesink:rotate-method",
-  "glimagesink:show-preroll-frame",
-  "glimagesinkelement",
-  "glimagesinkelement::client-draw",
-  "glimagesinkelement::client-reshape",
-  "glimagesinkelement:context",
-  "glimagesinkelement:force-aspect-ratio",
-  "glimagesinkelement:handle-events",
-  "glimagesinkelement:ignore-alpha",
-  "glimagesinkelement:output-multiview-downmix-mode",
-  "glimagesinkelement:output-multiview-flags",
-  "glimagesinkelement:output-multiview-mode",
-  "glimagesinkelement:pixel-aspect-ratio",
-  "glimagesinkelement:render-rectangle",
-  "glimagesinkelement:rotate-method",
-  "glmixerbin",
-  "glmixerbin::create-element",
-  "glmixerbin:context",
-  "glmixerbin:force-live",
-  "glmixerbin:latency",
-  "glmixerbin:min-upstream-latency",
-  "glmixerbin:mixer",
-  "glmixerbin:start-time",
-  "glmixerbin:start-time-selection",
-  "glmosaic",
-  "gloverlay",
-  "gloverlay:alpha",
-  "gloverlay:location",
-  "gloverlay:offset-x",
-  "gloverlay:offset-y",
-  "gloverlay:overlay-height",
-  "gloverlay:overlay-width",
-  "gloverlay:relative-x",
-  "gloverlay:relative-y",
-  "gloverlaycompositor",
-  "glshader",
-  "glshader::create-shader",
-  "glshader:fragment",
-  "glshader:shader",
-  "glshader:uniforms",
-  "glshader:update-shader",
-  "glshader:vertex",
-  "glsinkbin",
-  "glsinkbin::create-element",
-  "glsinkbin:async",
-  "glsinkbin:blocksize",
-  "glsinkbin:brightness",
-  "glsinkbin:contrast",
-  "glsinkbin:enable-last-sample",
-  "glsinkbin:force-aspect-ratio",
-  "glsinkbin:hue",
-  "glsinkbin:last-sample",
-  "glsinkbin:max-bitrate",
-  "glsinkbin:max-lateness",
-  "glsinkbin:qos",
-  "glsinkbin:render-delay",
-  "glsinkbin:saturation",
-  "glsinkbin:sink",
-  "glsinkbin:sync",
-  "glsinkbin:throttle-time",
-  "glsinkbin:ts-offset",
-  "glsrcbin",
-  "glsrcbin::create-element",
-  "glsrcbin:src",
-  "glstereomix",
-  "glstereomix:downmix-mode",
-  "glstereosplit",
-  "gltestsrc",
-  "gltestsrc:is-live",
-  "gltestsrc:pattern",
-  "gltransformation",
-  "gltransformation:fov",
-  "gltransformation:mvp-matrix",
-  "gltransformation:ortho",
-  "gltransformation:pivot-x",
-  "gltransformation:pivot-y",
-  "gltransformation:pivot-z",
-  "gltransformation:rotation-x",
-  "gltransformation:rotation-y",
-  "gltransformation:rotation-z",
-  "gltransformation:scale-x",
-  "gltransformation:scale-y",
-  "gltransformation:translation-x",
-  "gltransformation:translation-y",
-  "gltransformation:translation-z",
-  "glupload",
-  "glvideoflip",
-  "glvideoflip:method",
-  "glvideomixer",
-  "glvideomixer:background",
-  "glvideomixerelement",
-  "glvideomixerelement:background",
-  "glviewconvert",
-  "glviewconvert:downmix-mode",
-  "glviewconvert:input-flags-override",
-  "glviewconvert:input-mode-override",
-  "glviewconvert:output-flags-override",
-  "glviewconvert:output-mode-override",
-  "gmedec",
-  "goom",
-  "goom2k1",
-  "grabcut",
-  "grabcut:scale",
-  "grabcut:test-mode",
-  "gsmdec",
-  "gsmenc",
-  "gssink",
-  "gssink:bucket-name",
-  "gssink:index",
-  "gssink:next-file",
-  "gssink:object-name",
-  "gssink:post-messages",
-  "gssink:service-account-email",
-  "gssink:start-date",
-  "gssrc",
-  "gssrc:location",
-  "gssrc:service-account-email",
-  "gst_adapter_available",
-  "gst_adapter_available_fast",
-  "gst_adapter_clear",
-  "gst_adapter_copy",
-  "gst_adapter_copy_bytes",
-  "gst_adapter_distance_from_discont",
-  "gst_adapter_dts_at_discont",
-  "gst_adapter_flush",
-  "gst_adapter_get_buffer",
-  "gst_adapter_get_buffer_fast",
-  "gst_adapter_get_buffer_list",
-  "gst_adapter_get_list",
-  "gst_adapter_map",
-  "gst_adapter_masked_scan_uint32",
-  "gst_adapter_masked_scan_uint32_peek",
-  "gst_adapter_new",
-  "gst_adapter_offset_at_discont",
-  "gst_adapter_prev_dts",
-  "gst_adapter_prev_dts_at_offset",
-  "gst_adapter_prev_offset",
-  "gst_adapter_prev_pts",
-  "gst_adapter_prev_pts_at_offset",
-  "gst_adapter_prev_timestamp",
-  "gst_adapter_pts_at_discont",
-  "gst_adapter_push",
-  "gst_adapter_take",
-  "gst_adapter_take_buffer",
-  "gst_adapter_take_buffer_fast",
-  "gst_adapter_take_buffer_list",
-  "gst_adapter_take_list",
-  "gst_adapter_unmap",
-  "gst_adaptive_demux_find_stream_for_pad",
-  "gst_adaptive_demux_get_client_now_utc",
-  "gst_adaptive_demux_get_monotonic_time",
-  "gst_adaptive_demux_get_qos_earliest_time",
-  "gst_adaptive_demux_get_type",
-  "gst_adaptive_demux_is_running",
-  "gst_adaptive_demux_set_stream_struct_size",
-  "gst_adaptive_demux_stream_advance_fragment",
-  "gst_adaptive_demux_stream_fragment_clear",
-  "gst_adaptive_demux_stream_new",
-  "gst_adaptive_demux_stream_push_buffer",
-  "gst_adaptive_demux_stream_queue_event",
-  "gst_adaptive_demux_stream_set_caps",
-  "gst_adaptive_demux_stream_set_tags",
-  "gst_aggregator_finish_buffer",
-  "gst_aggregator_finish_buffer_list",
-  "gst_aggregator_get_allocator",
-  "gst_aggregator_get_buffer_pool",
-  "gst_aggregator_get_force_live",
-  "gst_aggregator_get_ignore_inactive_pads",
-  "gst_aggregator_get_latency",
-  "gst_aggregator_negotiate",
-  "gst_aggregator_pad_drop_buffer",
-  "gst_aggregator_pad_has_buffer",
-  "gst_aggregator_pad_is_eos",
-  "gst_aggregator_pad_is_inactive",
-  "gst_aggregator_pad_peek_buffer",
-  "gst_aggregator_pad_pop_buffer",
-  "gst_aggregator_peek_next_sample",
-  "gst_aggregator_selected_samples",
-  "gst_aggregator_set_force_live",
-  "gst_aggregator_set_ignore_inactive_pads",
-  "gst_aggregator_set_latency",
-  "gst_aggregator_set_src_caps",
-  "gst_aggregator_simple_get_next_time",
-  "gst_aggregator_update_segment",
-  "gst_allocation_params_copy",
-  "gst_allocation_params_free",
-  "gst_allocation_params_init",
-  "gst_allocation_params_new",
-  "gst_allocator_alloc",
-  "gst_allocator_find",
-  "gst_allocator_free",
-  "gst_allocator_register",
-  "gst_allocator_set_default",
-  "gst_analytics_cls_mtd_get_index_by_quark",
-  "gst_analytics_cls_mtd_get_length",
-  "gst_analytics_cls_mtd_get_level",
-  "gst_analytics_cls_mtd_get_mtd_type",
-  "gst_analytics_cls_mtd_get_quark",
-  "gst_analytics_mtd_get_id",
-  "gst_analytics_mtd_get_mtd_type",
-  "gst_analytics_mtd_get_size",
-  "gst_analytics_mtd_type_get_name",
-  "gst_analytics_od_mtd_get_confidence_lvl",
-  "gst_analytics_od_mtd_get_location",
-  "gst_analytics_od_mtd_get_mtd_type",
-  "gst_analytics_od_mtd_get_obj_type",
-  "gst_analytics_relation_get_length",
-  "gst_analytics_relation_meta_add_cls_mtd",
-  "gst_analytics_relation_meta_add_mtd",
-  "gst_analytics_relation_meta_add_od_mtd",
-  "gst_analytics_relation_meta_add_one_cls_mtd",
-  "gst_analytics_relation_meta_add_tracking_mtd",
-  "gst_analytics_relation_meta_api_get_type",
-  "gst_analytics_relation_meta_exist",
-  "gst_analytics_relation_meta_get_cls_mtd",
-  "gst_analytics_relation_meta_get_direct_related",
-  "gst_analytics_relation_meta_get_info",
-  "gst_analytics_relation_meta_get_mtd",
-  "gst_analytics_relation_meta_get_mtd_data",
-  "gst_analytics_relation_meta_get_od_mtd",
-  "gst_analytics_relation_meta_get_relation",
-  "gst_analytics_relation_meta_get_tracking_mtd",
-  "gst_analytics_relation_meta_iterate",
-  "gst_analytics_relation_meta_set_relation",
-  "gst_analytics_tracking_mtd_get_info",
-  "gst_analytics_tracking_mtd_get_mtd_type",
-  "gst_analytics_tracking_mtd_set_lost",
-  "gst_analytics_tracking_mtd_update_last_seen",
-  "gst_ancillary_meta_api_get_type",
-  "gst_ancillary_meta_get_info",
-  "gst_app_sink_get_buffer_list_support",
-  "gst_app_sink_get_caps",
-  "gst_app_sink_get_drop",
-  "gst_app_sink_get_emit_signals",
-  "gst_app_sink_get_max_buffers",
-  "gst_app_sink_get_max_bytes",
-  "gst_app_sink_get_max_time",
-  "gst_app_sink_get_wait_on_eos",
-  "gst_app_sink_is_eos",
-  "gst_app_sink_pull_object",
-  "gst_app_sink_pull_preroll",
-  "gst_app_sink_pull_sample",
-  "gst_app_sink_set_buffer_list_support",
-  "gst_app_sink_set_callbacks",
-  "gst_app_sink_set_caps",
-  "gst_app_sink_set_drop",
-  "gst_app_sink_set_emit_signals",
-  "gst_app_sink_set_max_buffers",
-  "gst_app_sink_set_max_bytes",
-  "gst_app_sink_set_max_time",
-  "gst_app_sink_set_wait_on_eos",
-  "gst_app_sink_try_pull_object",
-  "gst_app_sink_try_pull_preroll",
-  "gst_app_sink_try_pull_sample",
-  "gst_app_src_end_of_stream",
-  "gst_app_src_get_caps",
-  "gst_app_src_get_current_level_buffers",
-  "gst_app_src_get_current_level_bytes",
-  "gst_app_src_get_current_level_time",
-  "gst_app_src_get_duration",
-  "gst_app_src_get_emit_signals",
-  "gst_app_src_get_latency",
-  "gst_app_src_get_leaky_type",
-  "gst_app_src_get_max_buffers",
-  "gst_app_src_get_max_bytes",
-  "gst_app_src_get_max_time",
-  "gst_app_src_get_size",
-  "gst_app_src_get_stream_type",
-  "gst_app_src_push_buffer",
-  "gst_app_src_push_buffer_list",
-  "gst_app_src_push_sample",
-  "gst_app_src_set_callbacks",
-  "gst_app_src_set_caps",
-  "gst_app_src_set_duration",
-  "gst_app_src_set_emit_signals",
-  "gst_app_src_set_latency",
-  "gst_app_src_set_leaky_type",
-  "gst_app_src_set_max_buffers",
-  "gst_app_src_set_max_bytes",
-  "gst_app_src_set_max_time",
-  "gst_app_src_set_size",
-  "gst_app_src_set_stream_type",
-  "gst_argb_control_binding_new",
-  "gst_atomic_queue_length",
-  "gst_atomic_queue_new",
-  "gst_atomic_queue_peek",
-  "gst_atomic_queue_pop",
-  "gst_atomic_queue_push",
-  "gst_atomic_queue_ref",
-  "gst_atomic_queue_unref",
-  "gst_audio_aggregator_set_sink_caps",
-  "gst_audio_base_sink_create_ringbuffer",
-  "gst_audio_base_sink_get_alignment_threshold",
-  "gst_audio_base_sink_get_discont_wait",
-  "gst_audio_base_sink_get_drift_tolerance",
-  "gst_audio_base_sink_get_provide_clock",
-  "gst_audio_base_sink_get_slave_method",
-  "gst_audio_base_sink_report_device_failure",
-  "gst_audio_base_sink_set_alignment_threshold",
-  "gst_audio_base_sink_set_custom_slaving_callback",
-  "gst_audio_base_sink_set_discont_wait",
-  "gst_audio_base_sink_set_drift_tolerance",
-  "gst_audio_base_sink_set_provide_clock",
-  "gst_audio_base_sink_set_slave_method",
-  "gst_audio_base_src_create_ringbuffer",
-  "gst_audio_base_src_get_provide_clock",
-  "gst_audio_base_src_get_slave_method",
-  "gst_audio_base_src_set_provide_clock",
-  "gst_audio_base_src_set_slave_method",
-  "gst_audio_buffer_clip",
-  "gst_audio_buffer_map",
-  "gst_audio_buffer_reorder_channels",
-  "gst_audio_buffer_truncate",
-  "gst_audio_buffer_unmap",
-  "gst_audio_cd_src_add_track",
-  "gst_audio_channel_get_fallback_mask",
-  "gst_audio_channel_mixer_free",
-  "gst_audio_channel_mixer_is_passthrough",
-  "gst_audio_channel_mixer_new",
-  "gst_audio_channel_mixer_new_with_matrix",
-  "gst_audio_channel_mixer_samples",
-  "gst_audio_channel_positions_from_mask",
-  "gst_audio_channel_positions_to_mask",
-  "gst_audio_channel_positions_to_string",
-  "gst_audio_channel_positions_to_valid_order",
-  "gst_audio_check_valid_channel_positions",
-  "gst_audio_clipping_meta_api_get_type",
-  "gst_audio_clipping_meta_get_info",
-  "gst_audio_clock_adjust",
-  "gst_audio_clock_get_time",
-  "gst_audio_clock_invalidate",
-  "gst_audio_clock_new",
-  "gst_audio_clock_reset",
-  "gst_audio_converter_convert",
-  "gst_audio_converter_free",
-  "gst_audio_converter_get_config",
-  "gst_audio_converter_get_in_frames",
-  "gst_audio_converter_get_max_latency",
-  "gst_audio_converter_get_out_frames",
-  "gst_audio_converter_is_passthrough",
-  "gst_audio_converter_new",
-  "gst_audio_converter_reset",
-  "gst_audio_converter_samples",
-  "gst_audio_converter_supports_inplace",
-  "gst_audio_converter_update_config",
-  "gst_audio_decoder_allocate_output_buffer",
-  "gst_audio_decoder_finish_frame",
-  "gst_audio_decoder_finish_subframe",
-  "gst_audio_decoder_get_allocator",
-  "gst_audio_decoder_get_audio_info",
-  "gst_audio_decoder_get_delay",
-  "gst_audio_decoder_get_drainable",
-  "gst_audio_decoder_get_estimate_rate",
-  "gst_audio_decoder_get_latency",
-  "gst_audio_decoder_get_max_errors",
-  "gst_audio_decoder_get_min_latency",
-  "gst_audio_decoder_get_needs_format",
-  "gst_audio_decoder_get_parse_state",
-  "gst_audio_decoder_get_plc",
-  "gst_audio_decoder_get_plc_aware",
-  "gst_audio_decoder_get_tolerance",
-  "gst_audio_decoder_merge_tags",
-  "gst_audio_decoder_negotiate",
-  "gst_audio_decoder_proxy_getcaps",
-  "gst_audio_decoder_set_allocation_caps",
-  "gst_audio_decoder_set_drainable",
-  "gst_audio_decoder_set_estimate_rate",
-  "gst_audio_decoder_set_latency",
-  "gst_audio_decoder_set_max_errors",
-  "gst_audio_decoder_set_min_latency",
-  "gst_audio_decoder_set_needs_format",
-  "gst_audio_decoder_set_output_caps",
-  "gst_audio_decoder_set_output_format",
-  "gst_audio_decoder_set_plc",
-  "gst_audio_decoder_set_plc_aware",
-  "gst_audio_decoder_set_tolerance",
-  "gst_audio_decoder_set_use_default_pad_acceptcaps",
-  "gst_audio_downmix_meta_api_get_type",
-  "gst_audio_downmix_meta_get_info",
-  "gst_audio_encoder_allocate_output_buffer",
-  "gst_audio_encoder_finish_frame",
-  "gst_audio_encoder_get_allocator",
-  "gst_audio_encoder_get_audio_info",
-  "gst_audio_encoder_get_drainable",
-  "gst_audio_encoder_get_frame_max",
-  "gst_audio_encoder_get_frame_samples_max",
-  "gst_audio_encoder_get_frame_samples_min",
-  "gst_audio_encoder_get_hard_min",
-  "gst_audio_encoder_get_hard_resync",
-  "gst_audio_encoder_get_latency",
-  "gst_audio_encoder_get_lookahead",
-  "gst_audio_encoder_get_mark_granule",
-  "gst_audio_encoder_get_perfect_timestamp",
-  "gst_audio_encoder_get_tolerance",
-  "gst_audio_encoder_merge_tags",
-  "gst_audio_encoder_negotiate",
-  "gst_audio_encoder_proxy_getcaps",
-  "gst_audio_encoder_set_allocation_caps",
-  "gst_audio_encoder_set_drainable",
-  "gst_audio_encoder_set_frame_max",
-  "gst_audio_encoder_set_frame_samples_max",
-  "gst_audio_encoder_set_frame_samples_min",
-  "gst_audio_encoder_set_hard_min",
-  "gst_audio_encoder_set_hard_resync",
-  "gst_audio_encoder_set_headers",
-  "gst_audio_encoder_set_latency",
-  "gst_audio_encoder_set_lookahead",
-  "gst_audio_encoder_set_mark_granule",
-  "gst_audio_encoder_set_output_format",
-  "gst_audio_encoder_set_perfect_timestamp",
-  "gst_audio_encoder_set_tolerance",
-  "gst_audio_filter_class_add_pad_templates",
-  "gst_audio_format_build_integer",
-  "gst_audio_format_fill_silence",
-  "gst_audio_format_from_string",
-  "gst_audio_format_get_info",
-  "gst_audio_format_info_fill_silence",
-  "gst_audio_format_info_get_type",
-  "gst_audio_format_to_string",
-  "gst_audio_formats_raw",
-  "gst_audio_get_channel_reorder_map",
-  "gst_audio_iec61937_frame_size",
-  "gst_audio_iec61937_payload",
-  "gst_audio_info_convert",
-  "gst_audio_info_copy",
-  "gst_audio_info_free",
-  "gst_audio_info_from_caps",
-  "gst_audio_info_init",
-  "gst_audio_info_is_equal",
-  "gst_audio_info_new",
-  "gst_audio_info_new_from_caps",
-  "gst_audio_info_set_format",
-  "gst_audio_info_to_caps",
-  "gst_audio_level_meta_api_get_type",
-  "gst_audio_level_meta_get_info",
-  "gst_audio_make_raw_caps",
-  "gst_audio_meta_api_get_type",
-  "gst_audio_meta_get_info",
-  "gst_audio_quantize_free",
-  "gst_audio_quantize_new",
-  "gst_audio_quantize_reset",
-  "gst_audio_quantize_samples",
-  "gst_audio_reorder_channels",
-  "gst_audio_resampler_free",
-  "gst_audio_resampler_get_in_frames",
-  "gst_audio_resampler_get_max_latency",
-  "gst_audio_resampler_get_out_frames",
-  "gst_audio_resampler_new",
-  "gst_audio_resampler_options_set_quality",
-  "gst_audio_resampler_resample",
-  "gst_audio_resampler_reset",
-  "gst_audio_resampler_update",
-  "gst_audio_ring_buffer_acquire",
-  "gst_audio_ring_buffer_activate",
-  "gst_audio_ring_buffer_advance",
-  "gst_audio_ring_buffer_clear",
-  "gst_audio_ring_buffer_clear_all",
-  "gst_audio_ring_buffer_close_device",
-  "gst_audio_ring_buffer_commit",
-  "gst_audio_ring_buffer_convert",
-  "gst_audio_ring_buffer_debug_spec_buff",
-  "gst_audio_ring_buffer_debug_spec_caps",
-  "gst_audio_ring_buffer_delay",
-  "gst_audio_ring_buffer_device_is_open",
-  "gst_audio_ring_buffer_is_acquired",
-  "gst_audio_ring_buffer_is_active",
-  "gst_audio_ring_buffer_is_flushing",
-  "gst_audio_ring_buffer_may_start",
-  "gst_audio_ring_buffer_open_device",
-  "gst_audio_ring_buffer_parse_caps",
-  "gst_audio_ring_buffer_pause",
-  "gst_audio_ring_buffer_prepare_read",
-  "gst_audio_ring_buffer_read",
-  "gst_audio_ring_buffer_release",
-  "gst_audio_ring_buffer_samples_done",
-  "gst_audio_ring_buffer_set_callback",
-  "gst_audio_ring_buffer_set_callback_full",
-  "gst_audio_ring_buffer_set_channel_positions",
-  "gst_audio_ring_buffer_set_errored",
-  "gst_audio_ring_buffer_set_flushing",
-  "gst_audio_ring_buffer_set_sample",
-  "gst_audio_ring_buffer_set_timestamp",
-  "gst_audio_ring_buffer_start",
-  "gst_audio_ring_buffer_stop",
-  "gst_audio_stream_align_copy",
-  "gst_audio_stream_align_free",
-  "gst_audio_stream_align_get_alignment_threshold",
-  "gst_audio_stream_align_get_discont_wait",
-  "gst_audio_stream_align_get_rate",
-  "gst_audio_stream_align_get_samples_since_discont",
-  "gst_audio_stream_align_get_timestamp_at_discont",
-  "gst_audio_stream_align_mark_discont",
-  "gst_audio_stream_align_new",
-  "gst_audio_stream_align_process",
-  "gst_audio_stream_align_set_alignment_threshold",
-  "gst_audio_stream_align_set_discont_wait",
-  "gst_audio_stream_align_set_rate",
-  "gst_av1_bit_writer_frame_header_obu",
-  "gst_av1_bit_writer_frame_header_obu_with_offsets",
-  "gst_av1_bit_writer_metadata_obu",
-  "gst_av1_bit_writer_sequence_header_obu",
-  "gst_av1_bit_writer_temporal_delimiter_obu",
-  "gst_av1_dpb_add",
-  "gst_av1_dpb_clear",
-  "gst_av1_dpb_free",
-  "gst_av1_dpb_new",
-  "gst_av1_parser_free",
-  "gst_av1_parser_identify_one_obu",
-  "gst_av1_parser_new",
-  "gst_av1_parser_parse_frame_header_obu",
-  "gst_av1_parser_parse_frame_obu",
-  "gst_av1_parser_parse_metadata_obu",
-  "gst_av1_parser_parse_sequence_header_obu",
-  "gst_av1_parser_parse_temporal_delimiter_obu",
-  "gst_av1_parser_parse_tile_group_obu",
-  "gst_av1_parser_parse_tile_list_obu",
-  "gst_av1_parser_reference_frame_update",
-  "gst_av1_parser_reset",
-  "gst_av1_parser_reset_annex_b",
-  "gst_av1_parser_set_operating_point",
-  "gst_av1_picture_get_user_data",
-  "gst_av1_picture_new",
-  "gst_av1_picture_set_user_data",
-  "gst_base_camera_src_finish_capture",
-  "gst_base_camera_src_post_preview",
-  "gst_base_camera_src_set_mode",
-  "gst_base_camera_src_setup_preview",
-  "gst_base_camera_src_setup_zoom",
-  "gst_base_parse_add_index_entry",
-  "gst_base_parse_convert_default",
-  "gst_base_parse_drain",
-  "gst_base_parse_finish_frame",
-  "gst_base_parse_frame_copy",
-  "gst_base_parse_frame_free",
-  "gst_base_parse_frame_init",
-  "gst_base_parse_frame_new",
-  "gst_base_parse_merge_tags",
-  "gst_base_parse_push_frame",
-  "gst_base_parse_set_average_bitrate",
-  "gst_base_parse_set_duration",
-  "gst_base_parse_set_frame_rate",
-  "gst_base_parse_set_has_timing_info",
-  "gst_base_parse_set_infer_ts",
-  "gst_base_parse_set_latency",
-  "gst_base_parse_set_min_frame_size",
-  "gst_base_parse_set_passthrough",
-  "gst_base_parse_set_pts_interpolation",
-  "gst_base_parse_set_syncable",
-  "gst_base_parse_set_ts_at_offset",
-  "gst_base_sink_do_preroll",
-  "gst_base_sink_get_blocksize",
-  "gst_base_sink_get_drop_out_of_segment",
-  "gst_base_sink_get_last_sample",
-  "gst_base_sink_get_latency",
-  "gst_base_sink_get_max_bitrate",
-  "gst_base_sink_get_max_lateness",
-  "gst_base_sink_get_processing_deadline",
-  "gst_base_sink_get_render_delay",
-  "gst_base_sink_get_stats",
-  "gst_base_sink_get_sync",
-  "gst_base_sink_get_throttle_time",
-  "gst_base_sink_get_ts_offset",
-  "gst_base_sink_is_async_enabled",
-  "gst_base_sink_is_last_sample_enabled",
-  "gst_base_sink_is_qos_enabled",
-  "gst_base_sink_query_latency",
-  "gst_base_sink_set_async_enabled",
-  "gst_base_sink_set_blocksize",
-  "gst_base_sink_set_drop_out_of_segment",
-  "gst_base_sink_set_last_sample_enabled",
-  "gst_base_sink_set_max_bitrate",
-  "gst_base_sink_set_max_lateness",
-  "gst_base_sink_set_processing_deadline",
-  "gst_base_sink_set_qos_enabled",
-  "gst_base_sink_set_render_delay",
-  "gst_base_sink_set_sync",
-  "gst_base_sink_set_throttle_time",
-  "gst_base_sink_set_ts_offset",
-  "gst_base_sink_wait",
-  "gst_base_sink_wait_clock",
-  "gst_base_sink_wait_preroll",
-  "gst_base_src_get_allocator",
-  "gst_base_src_get_blocksize",
-  "gst_base_src_get_buffer_pool",
-  "gst_base_src_get_do_timestamp",
-  "gst_base_src_is_async",
-  "gst_base_src_is_live",
-  "gst_base_src_negotiate",
-  "gst_base_src_new_seamless_segment",
-  "gst_base_src_new_segment",
-  "gst_base_src_push_segment",
-  "gst_base_src_query_latency",
-  "gst_base_src_set_async",
-  "gst_base_src_set_automatic_eos",
-  "gst_base_src_set_blocksize",
-  "gst_base_src_set_caps",
-  "gst_base_src_set_do_timestamp",
-  "gst_base_src_set_dynamic_size",
-  "gst_base_src_set_format",
-  "gst_base_src_set_live",
-  "gst_base_src_start_complete",
-  "gst_base_src_start_wait",
-  "gst_base_src_submit_buffer_list",
-  "gst_base_src_wait_playing",
-  "gst_base_transform_get_allocator",
-  "gst_base_transform_get_buffer_pool",
-  "gst_base_transform_is_in_place",
-  "gst_base_transform_is_passthrough",
-  "gst_base_transform_is_qos_enabled",
-  "gst_base_transform_reconfigure",
-  "gst_base_transform_reconfigure_sink",
-  "gst_base_transform_reconfigure_src",
-  "gst_base_transform_set_gap_aware",
-  "gst_base_transform_set_in_place",
-  "gst_base_transform_set_passthrough",
-  "gst_base_transform_set_prefer_passthrough",
-  "gst_base_transform_set_qos_enabled",
-  "gst_base_transform_update_qos",
-  "gst_base_transform_update_src_caps",
-  "gst_bin_add",
-  "gst_bin_add_many",
-  "gst_bin_find_unlinked_pad",
-  "gst_bin_get_by_interface",
-  "gst_bin_get_by_name",
-  "gst_bin_get_by_name_recurse_up",
-  "gst_bin_get_suppressed_flags",
-  "gst_bin_iterate_all_by_element_factory_name",
-  "gst_bin_iterate_all_by_interface",
-  "gst_bin_iterate_elements",
-  "gst_bin_iterate_recurse",
-  "gst_bin_iterate_sinks",
-  "gst_bin_iterate_sorted",
-  "gst_bin_iterate_sources",
-  "gst_bin_new",
-  "gst_bin_recalculate_latency",
-  "gst_bin_remove",
-  "gst_bin_remove_many",
-  "gst_bin_set_suppressed_flags",
-  "gst_bin_sync_children_states",
-  "gst_bit_reader_free",
-  "gst_bit_reader_get_bits_uint16",
-  "gst_bit_reader_get_bits_uint32",
-  "gst_bit_reader_get_bits_uint64",
-  "gst_bit_reader_get_bits_uint8",
-  "gst_bit_reader_get_pos",
-  "gst_bit_reader_get_remaining",
-  "gst_bit_reader_get_size",
-  "gst_bit_reader_init",
-  "gst_bit_reader_new",
-  "gst_bit_reader_peek_bits_uint16",
-  "gst_bit_reader_peek_bits_uint32",
-  "gst_bit_reader_peek_bits_uint64",
-  "gst_bit_reader_peek_bits_uint8",
-  "gst_bit_reader_set_pos",
-  "gst_bit_reader_skip",
-  "gst_bit_reader_skip_to_byte",
-  "gst_bit_writer_align_bytes",
-  "gst_bit_writer_free",
-  "gst_bit_writer_free_and_get_buffer",
-  "gst_bit_writer_free_and_get_data",
-  "gst_bit_writer_get_data",
-  "gst_bit_writer_get_remaining",
-  "gst_bit_writer_get_size",
-  "gst_bit_writer_init",
-  "gst_bit_writer_init_with_data",
-  "gst_bit_writer_init_with_size",
-  "gst_bit_writer_new",
-  "gst_bit_writer_new_with_data",
-  "gst_bit_writer_new_with_size",
-  "gst_bit_writer_put_bits_uint16",
-  "gst_bit_writer_put_bits_uint32",
-  "gst_bit_writer_put_bits_uint64",
-  "gst_bit_writer_put_bits_uint8",
-  "gst_bit_writer_put_bytes",
-  "gst_bit_writer_reset",
-  "gst_bit_writer_reset_and_get_buffer",
-  "gst_bit_writer_reset_and_get_data",
-  "gst_bit_writer_set_pos",
-  "gst_buffer_add_analytics_relation_meta",
-  "gst_buffer_add_analytics_relation_meta_full",
-  "gst_buffer_add_ancillary_meta",
-  "gst_buffer_add_audio_clipping_meta",
-  "gst_buffer_add_audio_downmix_meta",
-  "gst_buffer_add_audio_level_meta",
-  "gst_buffer_add_audio_meta",
-  "gst_buffer_add_custom_meta",
-  "gst_buffer_add_dsd_plane_offset_meta",
-  "gst_buffer_add_gl_sync_meta",
-  "gst_buffer_add_gl_sync_meta_full",
-  "gst_buffer_add_meta",
-  "gst_buffer_add_mpeg_video_meta",
-  "gst_buffer_add_mpegts_pes_metadata_meta",
-  "gst_buffer_add_net_address_meta",
-  "gst_buffer_add_net_control_message_meta",
-  "gst_buffer_add_parent_buffer_meta",
-  "gst_buffer_add_protection_meta",
-  "gst_buffer_add_reference_timestamp_meta",
-  "gst_buffer_add_rtp_source_meta",
-  "gst_buffer_add_video_afd_meta",
-  "gst_buffer_add_video_affine_transformation_meta",
-  "gst_buffer_add_video_bar_meta",
-  "gst_buffer_add_video_caption_meta",
-  "gst_buffer_add_video_codec_alpha_meta",
-  "gst_buffer_add_video_crop_meta",
-  "gst_buffer_add_video_gl_texture_upload_meta",
-  "gst_buffer_add_video_meta",
-  "gst_buffer_add_video_meta_full",
-  "gst_buffer_add_video_overlay_composition_meta",
-  "gst_buffer_add_video_region_of_interest_meta",
-  "gst_buffer_add_video_region_of_interest_meta_id",
-  "gst_buffer_add_video_sei_user_data_unregistered_meta",
-  "gst_buffer_add_video_time_code_meta",
-  "gst_buffer_add_video_time_code_meta_full",
-  "gst_buffer_append",
-  "gst_buffer_append_memory",
-  "gst_buffer_append_region",
-  "gst_buffer_copy",
-  "gst_buffer_copy_deep",
-  "gst_buffer_copy_into",
-  "gst_buffer_copy_region",
-  "gst_buffer_extract",
-  "gst_buffer_extract_dup",
-  "gst_buffer_fill",
-  "gst_buffer_find_memory",
-  "gst_buffer_foreach_meta",
-  "gst_buffer_get_all_memory",
-  "gst_buffer_get_analytics_relation_meta",
-  "gst_buffer_get_ancillary_meta",
-  "gst_buffer_get_audio_clipping_meta",
-  "gst_buffer_get_audio_downmix_meta",
-  "gst_buffer_get_audio_downmix_meta_for_channels",
-  "gst_buffer_get_audio_level_meta",
-  "gst_buffer_get_audio_meta",
-  "gst_buffer_get_custom_meta",
-  "gst_buffer_get_dsd_plane_offset_meta",
-  "gst_buffer_get_flags",
-  "gst_buffer_get_gl_sync_meta",
-  "gst_buffer_get_max_memory",
-  "gst_buffer_get_memory",
-  "gst_buffer_get_memory_range",
-  "gst_buffer_get_meta",
-  "gst_buffer_get_n_meta",
-  "gst_buffer_get_net_address_meta",
-  "gst_buffer_get_net_control_message_meta",
-  "gst_buffer_get_parent_buffer_meta",
-  "gst_buffer_get_protection_meta",
-  "gst_buffer_get_reference_timestamp_meta",
-  "gst_buffer_get_rtp_source_meta",
-  "gst_buffer_get_size",
-  "gst_buffer_get_sizes",
-  "gst_buffer_get_sizes_range",
-  "gst_buffer_get_video_afd_meta",
-  "gst_buffer_get_video_affine_transformation_meta",
-  "gst_buffer_get_video_bar_meta",
-  "gst_buffer_get_video_caption_meta",
-  "gst_buffer_get_video_codec_alpha_meta",
-  "gst_buffer_get_video_crop_meta",
-  "gst_buffer_get_video_gl_texture_upload_meta",
-  "gst_buffer_get_video_meta",
-  "gst_buffer_get_video_meta_id",
-  "gst_buffer_get_video_multiview_meta",
-  "gst_buffer_get_video_overlay_composition_meta",
-  "gst_buffer_get_video_region_of_interest_meta",
-  "gst_buffer_get_video_region_of_interest_meta_id",
-  "gst_buffer_get_video_sei_user_data_unregistered_meta",
-  "gst_buffer_get_video_time_code_meta",
-  "gst_buffer_has_flags",
-  "gst_buffer_insert_memory",
-  "gst_buffer_is_all_memory_writable",
-  "gst_buffer_is_memory_range_writable",
-  "gst_buffer_is_writable",
-  "gst_buffer_iterate_ancillary_meta",
-  "gst_buffer_iterate_meta",
-  "gst_buffer_iterate_meta_filtered",
-  "gst_buffer_list_add",
-  "gst_buffer_list_calculate_size",
-  "gst_buffer_list_copy",
-  "gst_buffer_list_copy_deep",
-  "gst_buffer_list_foreach",
-  "gst_buffer_list_get",
-  "gst_buffer_list_get_writable",
-  "gst_buffer_list_insert",
-  "gst_buffer_list_is_writable",
-  "gst_buffer_list_length",
-  "gst_buffer_list_make_writable",
-  "gst_buffer_list_new",
-  "gst_buffer_list_new_sized",
-  "gst_buffer_list_ref",
-  "gst_buffer_list_remove",
-  "gst_buffer_list_replace",
-  "gst_buffer_list_take",
-  "gst_buffer_list_unref",
-  "gst_buffer_make_writable",
-  "gst_buffer_map",
-  "gst_buffer_map_range",
-  "gst_buffer_memcmp",
-  "gst_buffer_memset",
-  "gst_buffer_n_memory",
-  "gst_buffer_new",
-  "gst_buffer_new_allocate",
-  "gst_buffer_new_and_alloc",
-  "gst_buffer_new_memdup",
-  "gst_buffer_new_wrapped",
-  "gst_buffer_new_wrapped_bytes",
-  "gst_buffer_new_wrapped_full",
-  "gst_buffer_peek_memory",
-  "gst_buffer_pool_acquire_buffer",
-  "gst_buffer_pool_config_add_option",
-  "gst_buffer_pool_config_get_allocator",
-  "gst_buffer_pool_config_get_cuda_alloc_method",
-  "gst_buffer_pool_config_get_cuda_stream",
-  "gst_buffer_pool_config_get_gl_allocation_params",
-  "gst_buffer_pool_config_get_gl_min_free_queue_size",
-  "gst_buffer_pool_config_get_option",
-  "gst_buffer_pool_config_get_params",
-  "gst_buffer_pool_config_get_video_alignment",
-  "gst_buffer_pool_config_has_option",
-  "gst_buffer_pool_config_n_options",
-  "gst_buffer_pool_config_set_allocator",
-  "gst_buffer_pool_config_set_cuda_alloc_method",
-  "gst_buffer_pool_config_set_cuda_stream",
-  "gst_buffer_pool_config_set_gl_allocation_params",
-  "gst_buffer_pool_config_set_gl_min_free_queue_size",
-  "gst_buffer_pool_config_set_params",
-  "gst_buffer_pool_config_set_va_alignment",
-  "gst_buffer_pool_config_set_va_allocation_params",
-  "gst_buffer_pool_config_set_video_alignment",
-  "gst_buffer_pool_config_validate_params",
-  "gst_buffer_pool_get_config",
-  "gst_buffer_pool_get_options",
-  "gst_buffer_pool_has_option",
-  "gst_buffer_pool_is_active",
-  "gst_buffer_pool_new",
-  "gst_buffer_pool_release_buffer",
-  "gst_buffer_pool_set_active",
-  "gst_buffer_pool_set_config",
-  "gst_buffer_pool_set_flushing",
-  "gst_buffer_prepend_memory",
-  "gst_buffer_ref",
-  "gst_buffer_remove_all_memory",
-  "gst_buffer_remove_memory",
-  "gst_buffer_remove_memory_range",
-  "gst_buffer_remove_meta",
-  "gst_buffer_remove_video_overlay_composition_meta",
-  "gst_buffer_replace",
-  "gst_buffer_replace_all_memory",
-  "gst_buffer_replace_memory",
-  "gst_buffer_replace_memory_range",
-  "gst_buffer_resize",
-  "gst_buffer_resize_range",
-  "gst_buffer_set_flags",
-  "gst_buffer_set_size",
-  "gst_buffer_straw_get_buffer",
-  "gst_buffer_straw_start_pipeline",
-  "gst_buffer_straw_stop_pipeline",
-  "gst_buffer_unmap",
-  "gst_buffer_unref",
-  "gst_buffer_unset_flags",
-  "gst_bus_add_signal_watch",
-  "gst_bus_add_signal_watch_full",
-  "gst_bus_add_watch",
-  "gst_bus_add_watch_full",
-  "gst_bus_async_signal_func",
-  "gst_bus_create_watch",
-  "gst_bus_disable_sync_message_emission",
-  "gst_bus_enable_sync_message_emission",
-  "gst_bus_get_pollfd",
-  "gst_bus_have_pending",
-  "gst_bus_new",
-  "gst_bus_peek",
-  "gst_bus_poll",
-  "gst_bus_pop",
-  "gst_bus_pop_filtered",
-  "gst_bus_post",
-  "gst_bus_remove_signal_watch",
-  "gst_bus_remove_watch",
-  "gst_bus_set_flushing",
-  "gst_bus_set_sync_handler",
-  "gst_bus_sync_signal_handler",
-  "gst_bus_timed_pop",
-  "gst_bus_timed_pop_filtered",
-  "gst_byte_reader_dup_data",
-  "gst_byte_reader_dup_string",
-  "gst_byte_reader_dup_string_utf16",
-  "gst_byte_reader_dup_string_utf32",
-  "gst_byte_reader_dup_string_utf8",
-  "gst_byte_reader_free",
-  "gst_byte_reader_get_data",
-  "gst_byte_reader_get_float32_be",
-  "gst_byte_reader_get_float32_le",
-  "gst_byte_reader_get_float64_be",
-  "gst_byte_reader_get_float64_le",
-  "gst_byte_reader_get_int16_be",
-  "gst_byte_reader_get_int16_le",
-  "gst_byte_reader_get_int24_be",
-  "gst_byte_reader_get_int24_le",
-  "gst_byte_reader_get_int32_be",
-  "gst_byte_reader_get_int32_le",
-  "gst_byte_reader_get_int64_be",
-  "gst_byte_reader_get_int64_le",
-  "gst_byte_reader_get_int8",
-  "gst_byte_reader_get_pos",
-  "gst_byte_reader_get_remaining",
-  "gst_byte_reader_get_size",
-  "gst_byte_reader_get_string",
-  "gst_byte_reader_get_string_utf8",
-  "gst_byte_reader_get_sub_reader",
-  "gst_byte_reader_get_uint16_be",
-  "gst_byte_reader_get_uint16_le",
-  "gst_byte_reader_get_uint24_be",
-  "gst_byte_reader_get_uint24_le",
-  "gst_byte_reader_get_uint32_be",
-  "gst_byte_reader_get_uint32_le",
-  "gst_byte_reader_get_uint64_be",
-  "gst_byte_reader_get_uint64_le",
-  "gst_byte_reader_get_uint8",
-  "gst_byte_reader_init",
-  "gst_byte_reader_masked_scan_uint32",
-  "gst_byte_reader_masked_scan_uint32_peek",
-  "gst_byte_reader_new",
-  "gst_byte_reader_peek_data",
-  "gst_byte_reader_peek_float32_be",
-  "gst_byte_reader_peek_float32_le",
-  "gst_byte_reader_peek_float64_be",
-  "gst_byte_reader_peek_float64_le",
-  "gst_byte_reader_peek_int16_be",
-  "gst_byte_reader_peek_int16_le",
-  "gst_byte_reader_peek_int24_be",
-  "gst_byte_reader_peek_int24_le",
-  "gst_byte_reader_peek_int32_be",
-  "gst_byte_reader_peek_int32_le",
-  "gst_byte_reader_peek_int64_be",
-  "gst_byte_reader_peek_int64_le",
-  "gst_byte_reader_peek_int8",
-  "gst_byte_reader_peek_string",
-  "gst_byte_reader_peek_string_utf8",
-  "gst_byte_reader_peek_sub_reader",
-  "gst_byte_reader_peek_uint16_be",
-  "gst_byte_reader_peek_uint16_le",
-  "gst_byte_reader_peek_uint24_be",
-  "gst_byte_reader_peek_uint24_le",
-  "gst_byte_reader_peek_uint32_be",
-  "gst_byte_reader_peek_uint32_le",
-  "gst_byte_reader_peek_uint64_be",
-  "gst_byte_reader_peek_uint64_le",
-  "gst_byte_reader_peek_uint8",
-  "gst_byte_reader_set_pos",
-  "gst_byte_reader_skip",
-  "gst_byte_reader_skip_string",
-  "gst_byte_reader_skip_string_utf16",
-  "gst_byte_reader_skip_string_utf32",
-  "gst_byte_reader_skip_string_utf8",
-  "gst_byte_writer_ensure_free_space",
-  "gst_byte_writer_fill",
-  "gst_byte_writer_free",
-  "gst_byte_writer_free_and_get_buffer",
-  "gst_byte_writer_free_and_get_data",
-  "gst_byte_writer_get_remaining",
-  "gst_byte_writer_init",
-  "gst_byte_writer_init_with_data",
-  "gst_byte_writer_init_with_size",
-  "gst_byte_writer_new",
-  "gst_byte_writer_new_with_data",
-  "gst_byte_writer_new_with_size",
-  "gst_byte_writer_put_buffer",
-  "gst_byte_writer_put_data",
-  "gst_byte_writer_put_float32_be",
-  "gst_byte_writer_put_float32_le",
-  "gst_byte_writer_put_float64_be",
-  "gst_byte_writer_put_float64_le",
-  "gst_byte_writer_put_int16_be",
-  "gst_byte_writer_put_int16_le",
-  "gst_byte_writer_put_int24_be",
-  "gst_byte_writer_put_int24_le",
-  "gst_byte_writer_put_int32_be",
-  "gst_byte_writer_put_int32_le",
-  "gst_byte_writer_put_int64_be",
-  "gst_byte_writer_put_int64_le",
-  "gst_byte_writer_put_int8",
-  "gst_byte_writer_put_string",
-  "gst_byte_writer_put_string_utf16",
-  "gst_byte_writer_put_string_utf32",
-  "gst_byte_writer_put_string_utf8",
-  "gst_byte_writer_put_uint16_be",
-  "gst_byte_writer_put_uint16_le",
-  "gst_byte_writer_put_uint24_be",
-  "gst_byte_writer_put_uint24_le",
-  "gst_byte_writer_put_uint32_be",
-  "gst_byte_writer_put_uint32_le",
-  "gst_byte_writer_put_uint64_be",
-  "gst_byte_writer_put_uint64_le",
-  "gst_byte_writer_put_uint8",
-  "gst_byte_writer_reset",
-  "gst_byte_writer_reset_and_get_buffer",
-  "gst_byte_writer_reset_and_get_data",
-  "gst_calculate_linear_regression",
-  "gst_camerabin_create_preview_pipeline",
-  "gst_camerabin_destroy_preview_pipeline",
-  "gst_camerabin_preview_pipeline_post",
-  "gst_camerabin_preview_set_caps",
-  "gst_camerabin_preview_set_filter",
-  "gst_caps_append",
-  "gst_caps_append_structure",
-  "gst_caps_append_structure_full",
-  "gst_caps_can_intersect",
-  "gst_caps_copy",
-  "gst_caps_copy_nth",
-  "gst_caps_features_add",
-  "gst_caps_features_add_id",
-  "gst_caps_features_contains",
-  "gst_caps_features_contains_id",
-  "gst_caps_features_copy",
-  "gst_caps_features_free",
-  "gst_caps_features_from_string",
-  "gst_caps_features_get_nth",
-  "gst_caps_features_get_nth_id",
-  "gst_caps_features_get_size",
-  "gst_caps_features_is_any",
-  "gst_caps_features_is_equal",
-  "gst_caps_features_new",
-  "gst_caps_features_new_any",
-  "gst_caps_features_new_empty",
-  "gst_caps_features_new_id",
-  "gst_caps_features_new_id_valist",
-  "gst_caps_features_new_single",
-  "gst_caps_features_new_valist",
-  "gst_caps_features_remove",
-  "gst_caps_features_remove_id",
-  "gst_caps_features_set_parent_refcount",
-  "gst_caps_features_to_string",
-  "gst_caps_filter_and_map_in_place",
-  "gst_caps_fixate",
-  "gst_caps_foreach",
-  "gst_caps_from_string",
-  "gst_caps_get_features",
-  "gst_caps_get_size",
-  "gst_caps_get_structure",
-  "gst_caps_intersect",
-  "gst_caps_intersect_full",
-  "gst_caps_is_always_compatible",
-  "gst_caps_is_any",
-  "gst_caps_is_empty",
-  "gst_caps_is_equal",
-  "gst_caps_is_equal_fixed",
-  "gst_caps_is_fixed",
-  "gst_caps_is_strictly_equal",
-  "gst_caps_is_subset",
-  "gst_caps_is_subset_structure",
-  "gst_caps_is_subset_structure_full",
-  "gst_caps_is_writable",
-  "gst_caps_make_writable",
-  "gst_caps_map_in_place",
-  "gst_caps_merge",
-  "gst_caps_merge_structure",
-  "gst_caps_merge_structure_full",
-  "gst_caps_new_any",
-  "gst_caps_new_empty",
-  "gst_caps_new_empty_simple",
-  "gst_caps_new_full",
-  "gst_caps_new_full_valist",
-  "gst_caps_new_simple",
-  "gst_caps_normalize",
-  "gst_caps_ref",
-  "gst_caps_remove_structure",
-  "gst_caps_replace",
-  "gst_caps_serialize",
-  "gst_caps_set_features",
-  "gst_caps_set_features_simple",
-  "gst_caps_set_simple",
-  "gst_caps_set_simple_valist",
-  "gst_caps_set_value",
-  "gst_caps_simplify",
-  "gst_caps_steal_structure",
-  "gst_caps_subtract",
-  "gst_caps_take",
-  "gst_caps_to_string",
-  "gst_caps_truncate",
-  "gst_caps_unref",
-  "gst_check_abi_list",
-  "gst_check_add_log_filter",
-  "gst_check_buffer_data",
-  "gst_check_caps_equal",
-  "gst_check_chain_func",
-  "gst_check_clear_log_filter",
-  "gst_check_drop_buffers",
-  "gst_check_element_push_buffer",
-  "gst_check_element_push_buffer_list",
-  "gst_check_init",
-  "gst_check_message_error",
-  "gst_check_object_destroyed_on_unref",
-  "gst_check_objects_destroyed_on_unref",
-  "gst_check_remove_log_filter",
-  "gst_check_run_suite",
-  "gst_check_setup_element",
-  "gst_check_setup_events",
-  "gst_check_setup_events_with_stream_id",
-  "gst_check_setup_sink_pad",
-  "gst_check_setup_sink_pad_by_name",
-  "gst_check_setup_sink_pad_by_name_from_template",
-  "gst_check_setup_sink_pad_from_template",
-  "gst_check_setup_src_pad",
-  "gst_check_setup_src_pad_by_name",
-  "gst_check_setup_src_pad_by_name_from_template",
-  "gst_check_setup_src_pad_from_template",
-  "gst_check_teardown_element",
-  "gst_check_teardown_pad_by_name",
-  "gst_check_teardown_sink_pad",
-  "gst_check_teardown_src_pad",
-  "gst_child_proxy_child_added",
-  "gst_child_proxy_child_removed",
-  "gst_child_proxy_get",
-  "gst_child_proxy_get_child_by_index",
-  "gst_child_proxy_get_child_by_name",
-  "gst_child_proxy_get_child_by_name_recurse",
-  "gst_child_proxy_get_children_count",
-  "gst_child_proxy_get_property",
-  "gst_child_proxy_get_valist",
-  "gst_child_proxy_lookup",
-  "gst_child_proxy_set",
-  "gst_child_proxy_set_property",
-  "gst_child_proxy_set_valist",
-  "gst_clear_buffer",
-  "gst_clear_buffer_list",
-  "gst_clear_caps",
-  "gst_clear_context",
-  "gst_clear_cuda_stream",
-  "gst_clear_event",
-  "gst_clear_message",
-  "gst_clear_mini_object",
-  "gst_clear_object",
-  "gst_clear_promise",
-  "gst_clear_query",
-  "gst_clear_sample",
-  "gst_clear_structure",
-  "gst_clear_tag_list",
-  "gst_clear_uri",
-  "gst_clock_add_observation",
-  "gst_clock_add_observation_unapplied",
-  "gst_clock_adjust_unlocked",
-  "gst_clock_adjust_with_calibration",
-  "gst_clock_get_calibration",
-  "gst_clock_get_internal_time",
-  "gst_clock_get_master",
-  "gst_clock_get_resolution",
-  "gst_clock_get_time",
-  "gst_clock_get_timeout",
-  "gst_clock_id_compare_func",
-  "gst_clock_id_get_clock",
-  "gst_clock_id_get_time",
-  "gst_clock_id_ref",
-  "gst_clock_id_unref",
-  "gst_clock_id_unschedule",
-  "gst_clock_id_uses_clock",
-  "gst_clock_id_wait",
-  "gst_clock_id_wait_async",
-  "gst_clock_is_synced",
-  "gst_clock_new_periodic_id",
-  "gst_clock_new_single_shot_id",
-  "gst_clock_periodic_id_reinit",
-  "gst_clock_set_calibration",
-  "gst_clock_set_master",
-  "gst_clock_set_resolution",
-  "gst_clock_set_synced",
-  "gst_clock_set_timeout",
-  "gst_clock_single_shot_id_reinit",
-  "gst_clock_unadjust_unlocked",
-  "gst_clock_unadjust_with_calibration",
-  "gst_clock_wait_for_sync",
-  "gst_codec_picture_get_user_data",
-  "gst_codec_picture_set_discont_state",
-  "gst_codec_picture_set_user_data",
-  "gst_codec_utils_aac_caps_set_level_and_profile",
-  "gst_codec_utils_aac_get_channels",
-  "gst_codec_utils_aac_get_index_from_sample_rate",
-  "gst_codec_utils_aac_get_level",
-  "gst_codec_utils_aac_get_profile",
-  "gst_codec_utils_aac_get_sample_rate",
-  "gst_codec_utils_aac_get_sample_rate_from_index",
-  "gst_codec_utils_caps_from_mime_codec",
-  "gst_codec_utils_caps_get_mime_codec",
-  "gst_codec_utils_h264_caps_set_level_and_profile",
-  "gst_codec_utils_h264_get_level",
-  "gst_codec_utils_h264_get_level_idc",
-  "gst_codec_utils_h264_get_profile",
-  "gst_codec_utils_h264_get_profile_flags_level",
-  "gst_codec_utils_h265_caps_set_level_tier_and_profile",
-  "gst_codec_utils_h265_get_level",
-  "gst_codec_utils_h265_get_level_idc",
-  "gst_codec_utils_h265_get_profile",
-  "gst_codec_utils_h265_get_tier",
-  "gst_codec_utils_mpeg4video_caps_set_level_and_profile",
-  "gst_codec_utils_mpeg4video_get_level",
-  "gst_codec_utils_mpeg4video_get_profile",
-  "gst_codec_utils_opus_create_caps",
-  "gst_codec_utils_opus_create_caps_from_header",
-  "gst_codec_utils_opus_create_header",
-  "gst_codec_utils_opus_parse_caps",
-  "gst_codec_utils_opus_parse_header",
-  "gst_collect_pads_add_pad",
-  "gst_collect_pads_available",
-  "gst_collect_pads_clip_running_time",
-  "gst_collect_pads_event_default",
-  "gst_collect_pads_flush",
-  "gst_collect_pads_new",
-  "gst_collect_pads_peek",
-  "gst_collect_pads_pop",
-  "gst_collect_pads_query_default",
-  "gst_collect_pads_read_buffer",
-  "gst_collect_pads_remove_pad",
-  "gst_collect_pads_set_buffer_function",
-  "gst_collect_pads_set_clip_function",
-  "gst_collect_pads_set_compare_function",
-  "gst_collect_pads_set_event_function",
-  "gst_collect_pads_set_flush_function",
-  "gst_collect_pads_set_flushing",
-  "gst_collect_pads_set_function",
-  "gst_collect_pads_set_query_function",
-  "gst_collect_pads_set_waiting",
-  "gst_collect_pads_src_event_default",
-  "gst_collect_pads_start",
-  "gst_collect_pads_stop",
-  "gst_collect_pads_take_buffer",
-  "gst_color_balance_get_balance_type",
-  "gst_color_balance_get_value",
-  "gst_color_balance_list_channels",
-  "gst_color_balance_set_value",
-  "gst_color_balance_value_changed",
-  "gst_consistency_checker_add_pad",
-  "gst_consistency_checker_free",
-  "gst_consistency_checker_new",
-  "gst_consistency_checker_reset",
-  "gst_context_copy",
-  "gst_context_get_context_type",
-  "gst_context_get_gl_display",
-  "gst_context_get_structure",
-  "gst_context_get_va_display",
-  "gst_context_get_vulkan_device",
-  "gst_context_get_vulkan_display",
-  "gst_context_get_vulkan_instance",
-  "gst_context_get_vulkan_queue",
-  "gst_context_has_context_type",
-  "gst_context_is_persistent",
-  "gst_context_is_writable",
-  "gst_context_make_writable",
-  "gst_context_new",
-  "gst_context_new_cuda_context",
-  "gst_context_ref",
-  "gst_context_replace",
-  "gst_context_set_gl_display",
-  "gst_context_set_va_display",
-  "gst_context_set_vulkan_device",
-  "gst_context_set_vulkan_display",
-  "gst_context_set_vulkan_instance",
-  "gst_context_set_vulkan_queue",
-  "gst_context_unref",
-  "gst_context_writable_structure",
-  "gst_control_binding_get_g_value_array",
-  "gst_control_binding_get_value",
-  "gst_control_binding_get_value_array",
-  "gst_control_binding_is_disabled",
-  "gst_control_binding_set_disabled",
-  "gst_control_binding_sync_values",
-  "gst_control_point_copy",
-  "gst_control_point_free",
-  "gst_control_source_get_value",
-  "gst_control_source_get_value_array",
-  "gst_cuda_allocator_alloc",
-  "gst_cuda_allocator_alloc_wrapped",
-  "gst_cuda_allocator_set_active",
-  "gst_cuda_allocator_virtual_alloc",
-  "gst_cuda_buffer_copy",
-  "gst_cuda_buffer_copy_type_to_string",
-  "gst_cuda_buffer_pool_new",
-  "gst_cuda_context_can_access_peer",
-  "gst_cuda_context_get_handle",
-  "gst_cuda_context_get_texture_alignment",
-  "gst_cuda_context_new",
-  "gst_cuda_context_new_wrapped",
-  "gst_cuda_context_pop",
-  "gst_cuda_context_push",
-  "gst_cuda_create_user_token",
-  "gst_cuda_ensure_element_context",
-  "gst_cuda_graphics_resource_free",
-  "gst_cuda_graphics_resource_map",
-  "gst_cuda_graphics_resource_new",
-  "gst_cuda_graphics_resource_register_gl_buffer",
-  "gst_cuda_graphics_resource_unmap",
-  "gst_cuda_graphics_resource_unregister",
-  "gst_cuda_handle_context_query",
-  "gst_cuda_handle_set_context",
-  "gst_cuda_load_library",
-  "gst_cuda_memory_export",
-  "gst_cuda_memory_get_alloc_method",
-  "gst_cuda_memory_get_stream",
-  "gst_cuda_memory_get_texture",
-  "gst_cuda_memory_get_token_data",
-  "gst_cuda_memory_get_user_data",
-  "gst_cuda_memory_init_once",
-  "gst_cuda_memory_set_token_data",
-  "gst_cuda_memory_sync",
-  "gst_cuda_nvrtc_compile",
-  "gst_cuda_nvrtc_compile_cubin",
-  "gst_cuda_nvrtc_load_library",
-  "gst_cuda_pool_allocator_acquire_memory",
-  "gst_cuda_pool_allocator_new",
-  "gst_cuda_pool_allocator_new_for_virtual_memory",
-  "gst_cuda_quark_from_id",
-  "gst_cuda_result",
-  "gst_cuda_stream_get_handle",
-  "gst_cuda_stream_new",
-  "gst_cuda_stream_ref",
-  "gst_cuda_stream_unref",
-  "gst_custom_meta_get_structure",
-  "gst_custom_meta_has_name",
-  "gst_data_queue_drop_head",
-  "gst_data_queue_flush",
-  "gst_data_queue_get_level",
-  "gst_data_queue_is_empty",
-  "gst_data_queue_is_full",
-  "gst_data_queue_limits_changed",
-  "gst_data_queue_new",
-  "gst_data_queue_peek",
-  "gst_data_queue_pop",
-  "gst_data_queue_push",
-  "gst_data_queue_push_force",
-  "gst_data_queue_set_flushing",
-  "gst_date_time_get_day",
-  "gst_date_time_get_hour",
-  "gst_date_time_get_microsecond",
-  "gst_date_time_get_minute",
-  "gst_date_time_get_month",
-  "gst_date_time_get_second",
-  "gst_date_time_get_time_zone_offset",
-  "gst_date_time_get_year",
-  "gst_date_time_has_day",
-  "gst_date_time_has_month",
-  "gst_date_time_has_second",
-  "gst_date_time_has_time",
-  "gst_date_time_has_year",
-  "gst_date_time_new",
-  "gst_date_time_new_from_g_date_time",
-  "gst_date_time_new_from_iso8601_string",
-  "gst_date_time_new_from_unix_epoch_local_time",
-  "gst_date_time_new_from_unix_epoch_local_time_usecs",
-  "gst_date_time_new_from_unix_epoch_utc",
-  "gst_date_time_new_from_unix_epoch_utc_usecs",
-  "gst_date_time_new_local_time",
-  "gst_date_time_new_now_local_time",
-  "gst_date_time_new_now_utc",
-  "gst_date_time_new_y",
-  "gst_date_time_new_ym",
-  "gst_date_time_new_ymd",
-  "gst_date_time_ref",
-  "gst_date_time_to_g_date_time",
-  "gst_date_time_to_iso8601_string",
-  "gst_date_time_unref",
-  "gst_debug_add_log_function",
-  "gst_debug_add_ring_buffer_logger",
-  "gst_debug_bin_to_dot_data",
-  "gst_debug_bin_to_dot_file",
-  "gst_debug_bin_to_dot_file_with_ts",
-  "gst_debug_category_free",
-  "gst_debug_category_get_color",
-  "gst_debug_category_get_description",
-  "gst_debug_category_get_name",
-  "gst_debug_category_get_threshold",
-  "gst_debug_category_reset_threshold",
-  "gst_debug_category_set_threshold",
-  "gst_debug_construct_term_color",
-  "gst_debug_construct_win_color",
-  "gst_debug_get_all_categories",
-  "gst_debug_get_color_mode",
-  "gst_debug_get_default_threshold",
-  "gst_debug_get_stack_trace",
-  "gst_debug_is_active",
-  "gst_debug_is_colored",
-  "gst_debug_level_get_name",
-  "gst_debug_log",
-  "gst_debug_log_default",
-  "gst_debug_log_get_line",
-  "gst_debug_log_id",
-  "gst_debug_log_id_literal",
-  "gst_debug_log_id_valist",
-  "gst_debug_log_literal",
-  "gst_debug_log_valist",
-  "gst_debug_message_get",
-  "gst_debug_message_get_id",
-  "gst_debug_print_stack_trace",
-  "gst_debug_remove_log_function",
-  "gst_debug_remove_log_function_by_data",
-  "gst_debug_remove_ring_buffer_logger",
-  "gst_debug_ring_buffer_logger_get_logs",
-  "gst_debug_set_active",
-  "gst_debug_set_color_mode",
-  "gst_debug_set_color_mode_from_string",
-  "gst_debug_set_colored",
-  "gst_debug_set_default_threshold",
-  "gst_debug_set_threshold_for_name",
-  "gst_debug_set_threshold_from_string",
-  "gst_debug_unset_threshold_for_name",
-  "gst_deinit",
-  "gst_device_create_element",
-  "gst_device_get_caps",
-  "gst_device_get_device_class",
-  "gst_device_get_display_name",
-  "gst_device_get_properties",
-  "gst_device_has_classes",
-  "gst_device_has_classesv",
-  "gst_device_monitor_add_filter",
-  "gst_device_monitor_get_bus",
-  "gst_device_monitor_get_devices",
-  "gst_device_monitor_get_providers",
-  "gst_device_monitor_get_show_all_devices",
-  "gst_device_monitor_new",
-  "gst_device_monitor_remove_filter",
-  "gst_device_monitor_set_show_all_devices",
-  "gst_device_monitor_start",
-  "gst_device_monitor_stop",
-  "gst_device_provider_can_monitor",
-  "gst_device_provider_class_add_metadata",
-  "gst_device_provider_class_add_static_metadata",
-  "gst_device_provider_class_get_metadata",
-  "gst_device_provider_class_set_metadata",
-  "gst_device_provider_class_set_static_metadata",
-  "gst_device_provider_device_add",
-  "gst_device_provider_device_changed",
-  "gst_device_provider_device_remove",
-  "gst_device_provider_factory_find",
-  "gst_device_provider_factory_get",
-  "gst_device_provider_factory_get_by_name",
-  "gst_device_provider_factory_get_device_provider_type",
-  "gst_device_provider_factory_get_metadata",
-  "gst_device_provider_factory_get_metadata_keys",
-  "gst_device_provider_factory_has_classes",
-  "gst_device_provider_factory_has_classesv",
-  "gst_device_provider_factory_list_get_device_providers",
-  "gst_device_provider_get_bus",
-  "gst_device_provider_get_devices",
-  "gst_device_provider_get_factory",
-  "gst_device_provider_get_hidden_providers",
-  "gst_device_provider_get_metadata",
-  "gst_device_provider_hide_provider",
-  "gst_device_provider_is_started",
-  "gst_device_provider_register",
-  "gst_device_provider_start",
-  "gst_device_provider_stop",
-  "gst_device_provider_unhide_provider",
-  "gst_device_reconfigure_element",
-  "gst_direct_control_binding_new",
-  "gst_direct_control_binding_new_absolute",
-  "gst_discoverer_audio_info_get_bitrate",
-  "gst_discoverer_audio_info_get_channel_mask",
-  "gst_discoverer_audio_info_get_channels",
-  "gst_discoverer_audio_info_get_depth",
-  "gst_discoverer_audio_info_get_language",
-  "gst_discoverer_audio_info_get_max_bitrate",
-  "gst_discoverer_audio_info_get_sample_rate",
-  "gst_discoverer_container_info_get_streams",
-  "gst_discoverer_container_info_get_tags",
-  "gst_discoverer_discover_uri",
-  "gst_discoverer_discover_uri_async",
-  "gst_discoverer_info_copy",
-  "gst_discoverer_info_from_variant",
-  "gst_discoverer_info_get_audio_streams",
-  "gst_discoverer_info_get_container_streams",
-  "gst_discoverer_info_get_duration",
-  "gst_discoverer_info_get_live",
-  "gst_discoverer_info_get_misc",
-  "gst_discoverer_info_get_missing_elements_installer_details",
-  "gst_discoverer_info_get_result",
-  "gst_discoverer_info_get_seekable",
-  "gst_discoverer_info_get_stream_info",
-  "gst_discoverer_info_get_stream_list",
-  "gst_discoverer_info_get_streams",
-  "gst_discoverer_info_get_subtitle_streams",
-  "gst_discoverer_info_get_tags",
-  "gst_discoverer_info_get_toc",
-  "gst_discoverer_info_get_uri",
-  "gst_discoverer_info_get_video_streams",
-  "gst_discoverer_info_ref",
-  "gst_discoverer_info_to_variant",
-  "gst_discoverer_info_unref",
-  "gst_discoverer_new",
-  "gst_discoverer_start",
-  "gst_discoverer_stop",
-  "gst_discoverer_stream_info_get_caps",
-  "gst_discoverer_stream_info_get_misc",
-  "gst_discoverer_stream_info_get_next",
-  "gst_discoverer_stream_info_get_previous",
-  "gst_discoverer_stream_info_get_stream_id",
-  "gst_discoverer_stream_info_get_stream_number",
-  "gst_discoverer_stream_info_get_stream_type_nick",
-  "gst_discoverer_stream_info_get_tags",
-  "gst_discoverer_stream_info_get_toc",
-  "gst_discoverer_stream_info_list_free",
-  "gst_discoverer_stream_info_ref",
-  "gst_discoverer_stream_info_unref",
-  "gst_discoverer_subtitle_info_get_language",
-  "gst_discoverer_video_info_get_bitrate",
-  "gst_discoverer_video_info_get_depth",
-  "gst_discoverer_video_info_get_framerate_denom",
-  "gst_discoverer_video_info_get_framerate_num",
-  "gst_discoverer_video_info_get_height",
-  "gst_discoverer_video_info_get_max_bitrate",
-  "gst_discoverer_video_info_get_par_denom",
-  "gst_discoverer_video_info_get_par_num",
-  "gst_discoverer_video_info_get_width",
-  "gst_discoverer_video_info_is_image",
-  "gst_discoverer_video_info_is_interlaced",
-  "gst_dmabuf_allocator_alloc",
-  "gst_dmabuf_allocator_alloc_with_flags",
-  "gst_dmabuf_allocator_new",
-  "gst_dmabuf_memory_get_fd",
-  "gst_drm_dumb_allocator_alloc",
-  "gst_drm_dumb_allocator_has_prime_export",
-  "gst_drm_dumb_allocator_new_with_device_path",
-  "gst_drm_dumb_allocator_new_with_fd",
-  "gst_drm_dumb_memory_export_dmabuf",
-  "gst_drm_dumb_memory_get_handle",
-  "gst_dsd_convert",
-  "gst_dsd_format_from_string",
-  "gst_dsd_format_get_width",
-  "gst_dsd_format_to_string",
-  "gst_dsd_info_copy",
-  "gst_dsd_info_free",
-  "gst_dsd_info_from_caps",
-  "gst_dsd_info_init",
-  "gst_dsd_info_is_equal",
-  "gst_dsd_info_new",
-  "gst_dsd_info_new_from_caps",
-  "gst_dsd_info_set_format",
-  "gst_dsd_info_to_caps",
-  "gst_dsd_plane_offset_meta_api_get_type",
-  "gst_dsd_plane_offset_meta_get_info",
-  "gst_dxva_codec_to_string",
-  "gst_dxva_mpeg2_decoder_disable_postproc",
-  "gst_dynamic_type_factory_load",
-  "gst_dynamic_type_register",
-  "gst_egl_get_error_string",
-  "gst_egl_image_export_dmabuf",
-  "gst_egl_image_from_dmabuf",
-  "gst_egl_image_from_dmabuf_direct",
-  "gst_egl_image_from_dmabuf_direct_target",
-  "gst_egl_image_from_dmabuf_direct_target_with_dma_drm",
-  "gst_egl_image_from_texture",
-  "gst_egl_image_get_image",
-  "gst_egl_image_new_wrapped",
-  "gst_element_abort_state",
-  "gst_element_add_pad",
-  "gst_element_add_property_deep_notify_watch",
-  "gst_element_add_property_notify_watch",
-  "gst_element_call_async",
-  "gst_element_change_state",
-  "gst_element_class_add_metadata",
-  "gst_element_class_add_pad_template",
-  "gst_element_class_add_static_metadata",
-  "gst_element_class_add_static_pad_template",
-  "gst_element_class_add_static_pad_template_with_gtype",
-  "gst_element_class_get_metadata",
-  "gst_element_class_get_pad_template",
-  "gst_element_class_get_pad_template_list",
-  "gst_element_class_set_details_simple",
-  "gst_element_class_set_metadata",
-  "gst_element_class_set_static_metadata",
-  "gst_element_continue_state",
-  "gst_element_create_all_pads",
-  "gst_element_decorate_stream_id",
-  "gst_element_decorate_stream_id_printf",
-  "gst_element_decorate_stream_id_printf_valist",
-  "gst_element_factory_can_sink_all_caps",
-  "gst_element_factory_can_sink_any_caps",
-  "gst_element_factory_can_src_all_caps",
-  "gst_element_factory_can_src_any_caps",
-  "gst_element_factory_create",
-  "gst_element_factory_create_full",
-  "gst_element_factory_create_valist",
-  "gst_element_factory_create_with_properties",
-  "gst_element_factory_find",
-  "gst_element_factory_get_author",
-  "gst_element_factory_get_description",
-  "gst_element_factory_get_documentation_uri",
-  "gst_element_factory_get_element_type",
-  "gst_element_factory_get_icon_name",
-  "gst_element_factory_get_klass",
-  "gst_element_factory_get_longname",
-  "gst_element_factory_get_metadata",
-  "gst_element_factory_get_metadata_keys",
-  "gst_element_factory_get_num_pad_templates",
-  "gst_element_factory_get_skip_documentation",
-  "gst_element_factory_get_static_pad_templates",
-  "gst_element_factory_get_uri_protocols",
-  "gst_element_factory_get_uri_type",
-  "gst_element_factory_has_interface",
-  "gst_element_factory_list_filter",
-  "gst_element_factory_list_get_elements",
-  "gst_element_factory_list_is_type",
-  "gst_element_factory_make",
-  "gst_element_factory_make_full",
-  "gst_element_factory_make_valist",
-  "gst_element_factory_make_with_properties",
-  "gst_element_foreach_pad",
-  "gst_element_foreach_sink_pad",
-  "gst_element_foreach_src_pad",
-  "gst_element_get_base_time",
-  "gst_element_get_bus",
-  "gst_element_get_clock",
-  "gst_element_get_compatible_pad",
-  "gst_element_get_compatible_pad_template",
-  "gst_element_get_context",
-  "gst_element_get_context_unlocked",
-  "gst_element_get_contexts",
-  "gst_element_get_current_clock_time",
-  "gst_element_get_current_running_time",
-  "gst_element_get_factory",
-  "gst_element_get_metadata",
-  "gst_element_get_name",
-  "gst_element_get_pad_template",
-  "gst_element_get_pad_template_list",
-  "gst_element_get_parent",
-  "gst_element_get_request_pad",
-  "gst_element_get_start_time",
-  "gst_element_get_state",
-  "gst_element_get_static_pad",
-  "gst_element_is_locked_state",
-  "gst_element_iterate_pads",
-  "gst_element_iterate_sink_pads",
-  "gst_element_iterate_src_pads",
-  "gst_element_link",
-  "gst_element_link_filtered",
-  "gst_element_link_many",
-  "gst_element_link_pads",
-  "gst_element_link_pads_filtered",
-  "gst_element_link_pads_full",
-  "gst_element_lost_state",
-  "gst_element_make_from_uri",
-  "gst_element_message_full",
-  "gst_element_message_full_with_details",
-  "gst_element_no_more_pads",
-  "gst_element_post_message",
-  "gst_element_provide_clock",
-  "gst_element_query",
-  "gst_element_query_convert",
-  "gst_element_query_duration",
-  "gst_element_query_position",
-  "gst_element_register",
-  "gst_element_release_request_pad",
-  "gst_element_remove_pad",
-  "gst_element_remove_property_notify_watch",
-  "gst_element_request_pad",
-  "gst_element_request_pad_simple",
-  "gst_element_seek",
-  "gst_element_seek_simple",
-  "gst_element_send_event",
-  "gst_element_set_base_time",
-  "gst_element_set_bus",
-  "gst_element_set_clock",
-  "gst_element_set_context",
-  "gst_element_set_locked_state",
-  "gst_element_set_name",
-  "gst_element_set_parent",
-  "gst_element_set_start_time",
-  "gst_element_set_state",
-  "gst_element_state_change_return_get_name",
-  "gst_element_state_get_name",
-  "gst_element_sync_state_with_parent",
-  "gst_element_type_set_skip_documentation",
-  "gst_element_unlink",
-  "gst_element_unlink_many",
-  "gst_element_unlink_pads",
-  "gst_encoding_audio_profile_new",
-  "gst_encoding_container_profile_add_profile",
-  "gst_encoding_container_profile_contains_profile",
-  "gst_encoding_container_profile_get_profiles",
-  "gst_encoding_container_profile_new",
-  "gst_encoding_list_all_targets",
-  "gst_encoding_list_available_categories",
-  "gst_encoding_profile_copy",
-  "gst_encoding_profile_find",
-  "gst_encoding_profile_from_discoverer",
-  "gst_encoding_profile_get_allow_dynamic_output",
-  "gst_encoding_profile_get_description",
-  "gst_encoding_profile_get_element_properties",
-  "gst_encoding_profile_get_file_extension",
-  "gst_encoding_profile_get_format",
-  "gst_encoding_profile_get_input_caps",
-  "gst_encoding_profile_get_name",
-  "gst_encoding_profile_get_presence",
-  "gst_encoding_profile_get_preset",
-  "gst_encoding_profile_get_preset_name",
-  "gst_encoding_profile_get_restriction",
-  "gst_encoding_profile_get_single_segment",
-  "gst_encoding_profile_get_type_nick",
-  "gst_encoding_profile_is_enabled",
-  "gst_encoding_profile_is_equal",
-  "gst_encoding_profile_ref",
-  "gst_encoding_profile_set_allow_dynamic_output",
-  "gst_encoding_profile_set_description",
-  "gst_encoding_profile_set_element_properties",
-  "gst_encoding_profile_set_enabled",
-  "gst_encoding_profile_set_format",
-  "gst_encoding_profile_set_name",
-  "gst_encoding_profile_set_presence",
-  "gst_encoding_profile_set_preset",
-  "gst_encoding_profile_set_preset_name",
-  "gst_encoding_profile_set_restriction",
-  "gst_encoding_profile_set_single_segment",
-  "gst_encoding_profile_unref",
-  "gst_encoding_target_add_profile",
-  "gst_encoding_target_get_category",
-  "gst_encoding_target_get_description",
-  "gst_encoding_target_get_name",
-  "gst_encoding_target_get_path",
-  "gst_encoding_target_get_profile",
-  "gst_encoding_target_get_profiles",
-  "gst_encoding_target_load",
-  "gst_encoding_target_load_from_file",
-  "gst_encoding_target_new",
-  "gst_encoding_target_ref",
-  "gst_encoding_target_save",
-  "gst_encoding_target_save_to_file",
-  "gst_encoding_target_unref",
-  "gst_encoding_video_profile_get_pass",
-  "gst_encoding_video_profile_get_variableframerate",
-  "gst_encoding_video_profile_new",
-  "gst_encoding_video_profile_set_pass",
-  "gst_encoding_video_profile_set_variableframerate",
-  "gst_error_get_message",
-  "gst_event_copy",
-  "gst_event_copy_segment",
-  "gst_event_get_running_time_offset",
-  "gst_event_get_seqnum",
-  "gst_event_get_structure",
-  "gst_event_has_name",
-  "gst_event_has_name_id",
-  "gst_event_is_writable",
-  "gst_event_make_writable",
-  "gst_event_new_buffer_size",
-  "gst_event_new_caps",
-  "gst_event_new_custom",
-  "gst_event_new_eos",
-  "gst_event_new_flush_start",
-  "gst_event_new_flush_stop",
-  "gst_event_new_gap",
-  "gst_event_new_instant_rate_change",
-  "gst_event_new_instant_rate_sync_time",
-  "gst_event_new_latency",
-  "gst_event_new_mpegts_section",
-  "gst_event_new_navigation",
-  "gst_event_new_protection",
-  "gst_event_new_qos",
-  "gst_event_new_reconfigure",
-  "gst_event_new_seek",
-  "gst_event_new_segment",
-  "gst_event_new_segment_done",
-  "gst_event_new_select_streams",
-  "gst_event_new_sink_message",
-  "gst_event_new_step",
-  "gst_event_new_stream_collection",
-  "gst_event_new_stream_group_done",
-  "gst_event_new_stream_start",
-  "gst_event_new_tag",
-  "gst_event_new_toc",
-  "gst_event_new_toc_select",
-  "gst_event_parse_buffer_size",
-  "gst_event_parse_caps",
-  "gst_event_parse_flush_stop",
-  "gst_event_parse_gap",
-  "gst_event_parse_gap_flags",
-  "gst_event_parse_group_id",
-  "gst_event_parse_instant_rate_change",
-  "gst_event_parse_instant_rate_sync_time",
-  "gst_event_parse_latency",
-  "gst_event_parse_mpegts_section",
-  "gst_event_parse_protection",
-  "gst_event_parse_qos",
-  "gst_event_parse_seek",
-  "gst_event_parse_seek_trickmode_interval",
-  "gst_event_parse_segment",
-  "gst_event_parse_segment_done",
-  "gst_event_parse_select_streams",
-  "gst_event_parse_sink_message",
-  "gst_event_parse_step",
-  "gst_event_parse_stream",
-  "gst_event_parse_stream_collection",
-  "gst_event_parse_stream_flags",
-  "gst_event_parse_stream_group_done",
-  "gst_event_parse_stream_start",
-  "gst_event_parse_tag",
-  "gst_event_parse_toc",
-  "gst_event_parse_toc_select",
-  "gst_event_ref",
-  "gst_event_replace",
-  "gst_event_set_gap_flags",
-  "gst_event_set_group_id",
-  "gst_event_set_running_time_offset",
-  "gst_event_set_seek_trickmode_interval",
-  "gst_event_set_seqnum",
-  "gst_event_set_stream",
-  "gst_event_set_stream_flags",
-  "gst_event_steal",
-  "gst_event_take",
-  "gst_event_type_get_flags",
-  "gst_event_type_get_name",
-  "gst_event_type_to_quark",
-  "gst_event_type_to_sticky_ordering",
-  "gst_event_unref",
-  "gst_event_writable_structure",
-  "gst_fd_allocator_alloc",
-  "gst_fd_allocator_new",
-  "gst_fd_memory_get_fd",
-  "gst_filename_to_uri",
-  "gst_flagset_register",
-  "gst_flow_combiner_add_pad",
-  "gst_flow_combiner_clear",
-  "gst_flow_combiner_free",
-  "gst_flow_combiner_new",
-  "gst_flow_combiner_ref",
-  "gst_flow_combiner_remove_pad",
-  "gst_flow_combiner_reset",
-  "gst_flow_combiner_unref",
-  "gst_flow_combiner_update_flow",
-  "gst_flow_combiner_update_pad_flow",
-  "gst_flow_get_name",
-  "gst_flow_to_quark",
-  "gst_format_get_by_nick",
-  "gst_format_get_details",
-  "gst_format_get_name",
-  "gst_format_iterate_definitions",
-  "gst_format_register",
-  "gst_format_to_quark",
-  "gst_formats_contains",
-  "gst_gdouble_to_guint64",
-  "gst_get_main_executable_path",
-  "gst_ghost_pad_activate_mode_default",
-  "gst_ghost_pad_construct",
-  "gst_ghost_pad_get_target",
-  "gst_ghost_pad_internal_activate_mode_default",
-  "gst_ghost_pad_new",
-  "gst_ghost_pad_new_from_template",
-  "gst_ghost_pad_new_no_target",
-  "gst_ghost_pad_new_no_target_from_template",
-  "gst_ghost_pad_set_target",
-  "gst_gl_allocation_params_copy",
-  "gst_gl_allocation_params_copy_data",
-  "gst_gl_allocation_params_free",
-  "gst_gl_allocation_params_free_data",
-  "gst_gl_allocation_params_init",
-  "gst_gl_api_from_string",
-  "gst_gl_api_to_string",
-  "gst_gl_async_debug_free",
-  "gst_gl_async_debug_freeze",
-  "gst_gl_async_debug_init",
-  "gst_gl_async_debug_new",
-  "gst_gl_async_debug_output_log_msg",
-  "gst_gl_async_debug_store_log_msg",
-  "gst_gl_async_debug_store_log_msg_valist",
-  "gst_gl_async_debug_thaw",
-  "gst_gl_async_debug_unset",
-  "gst_gl_base_filter_find_gl_context",
-  "gst_gl_base_filter_get_gl_context",
-  "gst_gl_base_memory_alloc",
-  "gst_gl_base_memory_alloc_data",
-  "gst_gl_base_memory_error_quark",
-  "gst_gl_base_memory_init",
-  "gst_gl_base_memory_init_once",
-  "gst_gl_base_memory_memcpy",
-  "gst_gl_base_mixer_get_gl_context",
-  "gst_gl_buffer_allocation_params_new",
-  "gst_gl_buffer_init_once",
-  "gst_gl_buffer_pool_get_gl_allocation_params",
-  "gst_gl_buffer_pool_new",
-  "gst_gl_check_extension",
-  "gst_gl_color_convert_decide_allocation",
-  "gst_gl_color_convert_fixate_caps",
-  "gst_gl_color_convert_new",
-  "gst_gl_color_convert_perform",
-  "gst_gl_color_convert_set_caps",
-  "gst_gl_color_convert_swizzle_shader_string",
-  "gst_gl_color_convert_transform_caps",
-  "gst_gl_color_convert_yuv_to_rgb_shader_string",
-  "gst_gl_config_caveat_to_string",
-  "gst_gl_config_surface_type_to_string",
-  "gst_gl_context_activate",
-  "gst_gl_context_can_share",
-  "gst_gl_context_check_feature",
-  "gst_gl_context_check_framebuffer_status",
-  "gst_gl_context_check_gl_version",
-  "gst_gl_context_clear_framebuffer",
-  "gst_gl_context_clear_shader",
-  "gst_gl_context_create",
-  "gst_gl_context_default_get_proc_address",
-  "gst_gl_context_destroy",
-  "gst_gl_context_error_quark",
-  "gst_gl_context_fill_info",
-  "gst_gl_context_get_config",
-  "gst_gl_context_get_current",
-  "gst_gl_context_get_current_gl_api",
-  "gst_gl_context_get_current_gl_context",
-  "gst_gl_context_get_display",
-  "gst_gl_context_get_gl_api",
-  "gst_gl_context_get_gl_context",
-  "gst_gl_context_get_gl_platform",
-  "gst_gl_context_get_gl_platform_version",
-  "gst_gl_context_get_gl_version",
-  "gst_gl_context_get_proc_address",
-  "gst_gl_context_get_proc_address_with_platform",
-  "gst_gl_context_get_thread",
-  "gst_gl_context_get_window",
-  "gst_gl_context_is_shared",
-  "gst_gl_context_new",
-  "gst_gl_context_new_wrapped",
-  "gst_gl_context_request_config",
-  "gst_gl_context_set_shared_with",
-  "gst_gl_context_set_window",
-  "gst_gl_context_supports_glsl_profile_version",
-  "gst_gl_context_supports_precision",
-  "gst_gl_context_supports_precision_highp",
-  "gst_gl_context_swap_buffers",
-  "gst_gl_context_thread_add",
-  "gst_gl_display_add_context",
-  "gst_gl_display_create_context",
-  "gst_gl_display_create_window",
-  "gst_gl_display_egl_device_new",
-  "gst_gl_display_egl_device_new_with_egl_device",
-  "gst_gl_display_egl_from_gl_display",
-  "gst_gl_display_egl_get_from_native",
-  "gst_gl_display_egl_new",
-  "gst_gl_display_egl_new_surfaceless",
-  "gst_gl_display_egl_new_with_egl_display",
-  "gst_gl_display_ensure_context",
-  "gst_gl_display_filter_gl_api",
-  "gst_gl_display_find_window",
-  "gst_gl_display_get_foreign_display",
-  "gst_gl_display_get_gl_api",
-  "gst_gl_display_get_gl_api_unlocked",
-  "gst_gl_display_get_gl_context_for_thread",
-  "gst_gl_display_get_handle",
-  "gst_gl_display_get_handle_type",
-  "gst_gl_display_lock",
-  "gst_gl_display_new",
-  "gst_gl_display_new_with_type",
-  "gst_gl_display_remove_context",
-  "gst_gl_display_remove_window",
-  "gst_gl_display_retrieve_window",
-  "gst_gl_display_unlock",
-  "gst_gl_display_wayland_new",
-  "gst_gl_display_wayland_new_with_display",
-  "gst_gl_display_x11_new",
-  "gst_gl_display_x11_new_with_display",
-  "gst_gl_element_propagate_display_context",
-  "gst_gl_ensure_element_data",
-  "gst_gl_filter_add_rgba_pad_templates",
-  "gst_gl_filter_draw_fullscreen_quad",
-  "gst_gl_filter_filter_texture",
-  "gst_gl_filter_render_to_target",
-  "gst_gl_filter_render_to_target_with_shader",
-  "gst_gl_format_from_video_info",
-  "gst_gl_format_is_supported",
-  "gst_gl_format_n_components",
-  "gst_gl_format_type_from_sized_gl_format",
-  "gst_gl_format_type_n_bytes",
-  "gst_gl_framebuffer_attach",
-  "gst_gl_framebuffer_bind",
-  "gst_gl_framebuffer_draw_to_texture",
-  "gst_gl_framebuffer_get_effective_dimensions",
-  "gst_gl_framebuffer_get_id",
-  "gst_gl_framebuffer_new",
-  "gst_gl_framebuffer_new_with_default_depth",
-  "gst_gl_get_affine_transformation_meta_as_ndc",
-  "gst_gl_get_plane_data_size",
-  "gst_gl_get_plane_start",
-  "gst_gl_handle_context_query",
-  "gst_gl_handle_set_context",
-  "gst_gl_insert_debug_marker",
-  "gst_gl_memory_allocator_get_default",
-  "gst_gl_memory_copy_into",
-  "gst_gl_memory_copy_teximage",
-  "gst_gl_memory_egl_get_display",
-  "gst_gl_memory_egl_get_image",
-  "gst_gl_memory_egl_init_once",
-  "gst_gl_memory_get_texture_format",
-  "gst_gl_memory_get_texture_height",
-  "gst_gl_memory_get_texture_id",
-  "gst_gl_memory_get_texture_target",
-  "gst_gl_memory_get_texture_width",
-  "gst_gl_memory_init",
-  "gst_gl_memory_init_once",
-  "gst_gl_memory_pbo_copy_into_texture",
-  "gst_gl_memory_pbo_download_transfer",
-  "gst_gl_memory_pbo_init_once",
-  "gst_gl_memory_pbo_upload_transfer",
-  "gst_gl_memory_read_pixels",
-  "gst_gl_memory_setup_buffer",
-  "gst_gl_memory_texsubimage",
-  "gst_gl_mixer_class_add_rgba_pad_templates",
-  "gst_gl_mixer_get_framebuffer",
-  "gst_gl_mixer_process_textures",
-  "gst_gl_multiply_matrix4",
-  "gst_gl_overlay_compositor_add_caps",
-  "gst_gl_overlay_compositor_draw_overlays",
-  "gst_gl_overlay_compositor_free_overlays",
-  "gst_gl_overlay_compositor_new",
-  "gst_gl_overlay_compositor_upload_overlays",
-  "gst_gl_platform_from_string",
-  "gst_gl_platform_to_string",
-  "gst_gl_query_counter",
-  "gst_gl_query_counter_log",
-  "gst_gl_query_counter_log_valist",
-  "gst_gl_query_end",
-  "gst_gl_query_free",
-  "gst_gl_query_init",
-  "gst_gl_query_local_gl_context",
-  "gst_gl_query_new",
-  "gst_gl_query_result",
-  "gst_gl_query_start",
-  "gst_gl_query_start_log",
-  "gst_gl_query_start_log_valist",
-  "gst_gl_query_unset",
-  "gst_gl_renderbuffer_allocation_params_new",
-  "gst_gl_renderbuffer_allocation_params_new_wrapped",
-  "gst_gl_renderbuffer_get_format",
-  "gst_gl_renderbuffer_get_height",
-  "gst_gl_renderbuffer_get_id",
-  "gst_gl_renderbuffer_get_width",
-  "gst_gl_renderbuffer_init_once",
-  "gst_gl_set_affine_transformation_meta_from_ndc",
-  "gst_gl_shader_attach",
-  "gst_gl_shader_attach_unlocked",
-  "gst_gl_shader_bind_attribute_location",
-  "gst_gl_shader_bind_frag_data_location",
-  "gst_gl_shader_compile_attach_stage",
-  "gst_gl_shader_detach",
-  "gst_gl_shader_detach_unlocked",
-  "gst_gl_shader_get_attribute_location",
-  "gst_gl_shader_get_program_handle",
-  "gst_gl_shader_is_linked",
-  "gst_gl_shader_link",
-  "gst_gl_shader_new",
-  "gst_gl_shader_new_default",
-  "gst_gl_shader_new_link_with_stages",
-  "gst_gl_shader_new_with_stages",
-  "gst_gl_shader_release",
-  "gst_gl_shader_release_unlocked",
-  "gst_gl_shader_set_uniform_1f",
-  "gst_gl_shader_set_uniform_1fv",
-  "gst_gl_shader_set_uniform_1i",
-  "gst_gl_shader_set_uniform_1iv",
-  "gst_gl_shader_set_uniform_2f",
-  "gst_gl_shader_set_uniform_2fv",
-  "gst_gl_shader_set_uniform_2i",
-  "gst_gl_shader_set_uniform_2iv",
-  "gst_gl_shader_set_uniform_3f",
-  "gst_gl_shader_set_uniform_3fv",
-  "gst_gl_shader_set_uniform_3i",
-  "gst_gl_shader_set_uniform_3iv",
-  "gst_gl_shader_set_uniform_4f",
-  "gst_gl_shader_set_uniform_4fv",
-  "gst_gl_shader_set_uniform_4i",
-  "gst_gl_shader_set_uniform_4iv",
-  "gst_gl_shader_set_uniform_matrix_2fv",
-  "gst_gl_shader_set_uniform_matrix_2x3fv",
-  "gst_gl_shader_set_uniform_matrix_2x4fv",
-  "gst_gl_shader_set_uniform_matrix_3fv",
-  "gst_gl_shader_set_uniform_matrix_3x2fv",
-  "gst_gl_shader_set_uniform_matrix_3x4fv",
-  "gst_gl_shader_set_uniform_matrix_4fv",
-  "gst_gl_shader_set_uniform_matrix_4x2fv",
-  "gst_gl_shader_set_uniform_matrix_4x3fv",
-  "gst_gl_shader_string_fragment_external_oes_get_default",
-  "gst_gl_shader_string_fragment_get_default",
-  "gst_gl_shader_string_get_highest_precision",
-  "gst_gl_shader_use",
-  "gst_gl_sized_gl_format_from_gl_format_type",
-  "gst_gl_stereo_downmix_mode_get_type",
-  "gst_gl_swizzle_invert",
-  "gst_gl_sync_meta_api_get_type",
-  "gst_gl_sync_meta_get_info",
-  "gst_gl_sync_meta_set_sync_point",
-  "gst_gl_sync_meta_wait",
-  "gst_gl_sync_meta_wait_cpu",
-  "gst_gl_texture_target_from_gl",
-  "gst_gl_texture_target_from_string",
-  "gst_gl_texture_target_to_buffer_pool_option",
-  "gst_gl_texture_target_to_gl",
-  "gst_gl_texture_target_to_string",
-  "gst_gl_upload_fixate_caps",
-  "gst_gl_upload_get_caps",
-  "gst_gl_upload_get_input_template_caps",
-  "gst_gl_upload_new",
-  "gst_gl_upload_perform_with_buffer",
-  "gst_gl_upload_propose_allocation",
-  "gst_gl_upload_set_caps",
-  "gst_gl_upload_set_context",
-  "gst_gl_upload_transform_caps",
-  "gst_gl_value_get_texture_target_mask",
-  "gst_gl_value_set_texture_target",
-  "gst_gl_value_set_texture_target_from_mask",
-  "gst_gl_version_to_glsl_version",
-  "gst_gl_video_allocation_params_copy_data",
-  "gst_gl_video_allocation_params_free_data",
-  "gst_gl_video_allocation_params_init_full",
-  "gst_gl_video_allocation_params_new",
-  "gst_gl_video_allocation_params_new_wrapped_data",
-  "gst_gl_video_allocation_params_new_wrapped_gl_handle",
-  "gst_gl_video_allocation_params_new_wrapped_texture",
-  "gst_gl_video_format_swizzle",
-  "gst_gl_view_convert_fixate_caps",
-  "gst_gl_view_convert_get_output",
-  "gst_gl_view_convert_new",
-  "gst_gl_view_convert_perform",
-  "gst_gl_view_convert_reset",
-  "gst_gl_view_convert_set_caps",
-  "gst_gl_view_convert_set_context",
-  "gst_gl_view_convert_submit_input_buffer",
-  "gst_gl_view_convert_transform_caps",
-  "gst_gl_window_controls_viewport",
-  "gst_gl_window_draw",
-  "gst_gl_window_error_quark",
-  "gst_gl_window_get_context",
-  "gst_gl_window_get_display",
-  "gst_gl_window_get_surface_dimensions",
-  "gst_gl_window_get_window_handle",
-  "gst_gl_window_handle_events",
-  "gst_gl_window_has_output_surface",
-  "gst_gl_window_new",
-  "gst_gl_window_queue_resize",
-  "gst_gl_window_quit",
-  "gst_gl_window_resize",
-  "gst_gl_window_run",
-  "gst_gl_window_send_key_event",
-  "gst_gl_window_send_message",
-  "gst_gl_window_send_message_async",
-  "gst_gl_window_send_mouse_event",
-  "gst_gl_window_send_scroll_event",
-  "gst_gl_window_set_close_callback",
-  "gst_gl_window_set_draw_callback",
-  "gst_gl_window_set_preferred_size",
-  "gst_gl_window_set_render_rectangle",
-  "gst_gl_window_set_resize_callback",
-  "gst_gl_window_set_window_handle",
-  "gst_gl_window_show",
-  "gst_glsl_error_quark",
-  "gst_glsl_profile_from_string",
-  "gst_glsl_profile_to_string",
-  "gst_glsl_stage_compile",
-  "gst_glsl_stage_get_handle",
-  "gst_glsl_stage_get_profile",
-  "gst_glsl_stage_get_shader_type",
-  "gst_glsl_stage_get_version",
-  "gst_glsl_stage_new",
-  "gst_glsl_stage_new_default_fragment",
-  "gst_glsl_stage_new_default_vertex",
-  "gst_glsl_stage_new_with_string",
-  "gst_glsl_stage_new_with_strings",
-  "gst_glsl_stage_set_strings",
-  "gst_glsl_string_get_version_profile",
-  "gst_glsl_version_from_string",
-  "gst_glsl_version_profile_from_string",
-  "gst_glsl_version_profile_to_string",
-  "gst_glsl_version_to_string",
-  "gst_guint64_to_gdouble",
-  "gst_h263_parse",
-  "gst_h264_bit_writer_aud",
-  "gst_h264_bit_writer_convert_to_nal",
-  "gst_h264_bit_writer_pps",
-  "gst_h264_bit_writer_sei",
-  "gst_h264_bit_writer_slice_hdr",
-  "gst_h264_bit_writer_sps",
-  "gst_h264_create_sei_memory",
-  "gst_h264_create_sei_memory_avc",
-  "gst_h264_decoder_config_record_free",
-  "gst_h264_decoder_get_picture",
-  "gst_h264_decoder_set_process_ref_pic_lists",
-  "gst_h264_dpb_add",
-  "gst_h264_dpb_bump",
-  "gst_h264_dpb_clear",
-  "gst_h264_dpb_delete_by_poc",
-  "gst_h264_dpb_delete_outputed",
-  "gst_h264_dpb_delete_unused",
-  "gst_h264_dpb_free",
-  "gst_h264_dpb_get_interlaced",
-  "gst_h264_dpb_get_long_ref_by_long_term_pic_num",
-  "gst_h264_dpb_get_long_ref_by_pic_num",
-  "gst_h264_dpb_get_lowest_frame_num_short_ref",
-  "gst_h264_dpb_get_max_num_frames",
-  "gst_h264_dpb_get_max_num_pics",
-  "gst_h264_dpb_get_max_num_reorder_frames",
-  "gst_h264_dpb_get_picture",
-  "gst_h264_dpb_get_pictures_all",
-  "gst_h264_dpb_get_pictures_long_term_ref",
-  "gst_h264_dpb_get_pictures_not_outputted",
-  "gst_h264_dpb_get_pictures_short_term_ref",
-  "gst_h264_dpb_get_short_ref_by_pic_num",
-  "gst_h264_dpb_get_size",
-  "gst_h264_dpb_has_empty_frame_buffer",
-  "gst_h264_dpb_is_full",
-  "gst_h264_dpb_mark_all_non_ref",
-  "gst_h264_dpb_needs_bump",
-  "gst_h264_dpb_new",
-  "gst_h264_dpb_num_ref_frames",
-  "gst_h264_dpb_num_ref_pictures",
-  "gst_h264_dpb_perform_memory_management_control_operation",
-  "gst_h264_dpb_set_interlaced",
-  "gst_h264_dpb_set_last_output",
-  "gst_h264_dpb_set_max_num_frames",
-  "gst_h264_dpb_set_max_num_pics",
-  "gst_h264_dpb_set_max_num_reorder_frames",
-  "gst_h264_nal_parser_free",
-  "gst_h264_nal_parser_new",
-  "gst_h264_parse_pps",
-  "gst_h264_parse_sps",
-  "gst_h264_parse_subset_sps",
-  "gst_h264_parser_identify_and_split_nalu_avc",
-  "gst_h264_parser_identify_nalu",
-  "gst_h264_parser_identify_nalu_avc",
-  "gst_h264_parser_identify_nalu_unchecked",
-  "gst_h264_parser_insert_sei",
-  "gst_h264_parser_insert_sei_avc",
-  "gst_h264_parser_parse_decoder_config_record",
-  "gst_h264_parser_parse_nal",
-  "gst_h264_parser_parse_pps",
-  "gst_h264_parser_parse_sei",
-  "gst_h264_parser_parse_slice_hdr",
-  "gst_h264_parser_parse_sps",
-  "gst_h264_parser_parse_subset_sps",
-  "gst_h264_parser_update_pps",
-  "gst_h264_parser_update_sps",
-  "gst_h264_picture_get_user_data",
-  "gst_h264_picture_new",
-  "gst_h264_picture_set_reference",
-  "gst_h264_picture_set_user_data",
-  "gst_h264_pps_clear",
-  "gst_h264_profile_from_string",
-  "gst_h264_quant_matrix_4x4_get_raster_from_zigzag",
-  "gst_h264_quant_matrix_4x4_get_zigzag_from_raster",
-  "gst_h264_quant_matrix_8x8_get_raster_from_zigzag",
-  "gst_h264_quant_matrix_8x8_get_zigzag_from_raster",
-  "gst_h264_sei_clear",
-  "gst_h264_slice_type_to_string",
-  "gst_h264_sps_clear",
-  "gst_h264_video_calculate_framerate",
-  "gst_h265_bit_writer_aud",
-  "gst_h265_bit_writer_convert_to_nal",
-  "gst_h265_bit_writer_pps",
-  "gst_h265_bit_writer_sei",
-  "gst_h265_bit_writer_slice_hdr",
-  "gst_h265_bit_writer_sps",
-  "gst_h265_bit_writer_vps",
-  "gst_h265_create_sei_memory",
-  "gst_h265_create_sei_memory_hevc",
-  "gst_h265_decoder_config_record_free",
-  "gst_h265_decoder_get_picture",
-  "gst_h265_decoder_set_process_ref_pic_lists",
-  "gst_h265_dpb_add",
-  "gst_h265_dpb_bump",
-  "gst_h265_dpb_clear",
-  "gst_h265_dpb_delete_by_poc",
-  "gst_h265_dpb_delete_unused",
-  "gst_h265_dpb_free",
-  "gst_h265_dpb_get_long_ref_by_poc",
-  "gst_h265_dpb_get_max_num_pics",
-  "gst_h265_dpb_get_picture",
-  "gst_h265_dpb_get_pictures_all",
-  "gst_h265_dpb_get_pictures_not_outputted",
-  "gst_h265_dpb_get_ref_by_poc",
-  "gst_h265_dpb_get_ref_by_poc_lsb",
-  "gst_h265_dpb_get_short_ref_by_poc",
-  "gst_h265_dpb_get_size",
-  "gst_h265_dpb_is_full",
-  "gst_h265_dpb_mark_all_non_ref",
-  "gst_h265_dpb_needs_bump",
-  "gst_h265_dpb_new",
-  "gst_h265_dpb_num_ref_pictures",
-  "gst_h265_dpb_set_max_num_pics",
-  "gst_h265_get_profile_from_sps",
-  "gst_h265_parse_pps",
-  "gst_h265_parse_sps",
-  "gst_h265_parse_vps",
-  "gst_h265_parser_free",
-  "gst_h265_parser_identify_and_split_nalu_hevc",
-  "gst_h265_parser_identify_nalu",
-  "gst_h265_parser_identify_nalu_hevc",
-  "gst_h265_parser_identify_nalu_unchecked",
-  "gst_h265_parser_insert_sei",
-  "gst_h265_parser_insert_sei_hevc",
-  "gst_h265_parser_new",
-  "gst_h265_parser_parse_decoder_config_record",
-  "gst_h265_parser_parse_nal",
-  "gst_h265_parser_parse_pps",
-  "gst_h265_parser_parse_sei",
-  "gst_h265_parser_parse_slice_hdr",
-  "gst_h265_parser_parse_sps",
-  "gst_h265_parser_parse_vps",
-  "gst_h265_parser_update_pps",
-  "gst_h265_parser_update_sps",
-  "gst_h265_parser_update_vps",
-  "gst_h265_picture_get_user_data",
-  "gst_h265_picture_new",
-  "gst_h265_picture_set_user_data",
-  "gst_h265_profile_from_string",
-  "gst_h265_profile_tier_level_get_profile",
-  "gst_h265_profile_to_string",
-  "gst_h265_quant_matrix_4x4_get_raster_from_uprightdiagonal",
-  "gst_h265_quant_matrix_4x4_get_raster_from_zigzag",
-  "gst_h265_quant_matrix_4x4_get_uprightdiagonal_from_raster",
-  "gst_h265_quant_matrix_4x4_get_zigzag_from_raster",
-  "gst_h265_quant_matrix_8x8_get_raster_from_uprightdiagonal",
-  "gst_h265_quant_matrix_8x8_get_raster_from_zigzag",
-  "gst_h265_quant_matrix_8x8_get_uprightdiagonal_from_raster",
-  "gst_h265_quant_matrix_8x8_get_zigzag_from_raster",
-  "gst_h265_sei_copy",
-  "gst_h265_sei_free",
-  "gst_h265_slice_hdr_copy",
-  "gst_h265_slice_hdr_free",
-  "gst_h265_slice_type_to_string",
-  "gst_harness_add_element_full",
-  "gst_harness_add_element_sink_pad",
-  "gst_harness_add_element_src_pad",
-  "gst_harness_add_parse",
-  "gst_harness_add_probe",
-  "gst_harness_add_propose_allocation_meta",
-  "gst_harness_add_sink",
-  "gst_harness_add_sink_harness",
-  "gst_harness_add_sink_parse",
-  "gst_harness_add_src",
-  "gst_harness_add_src_harness",
-  "gst_harness_add_src_parse",
-  "gst_harness_buffers_in_queue",
-  "gst_harness_buffers_received",
-  "gst_harness_crank_multiple_clock_waits",
-  "gst_harness_crank_single_clock_wait",
-  "gst_harness_create_buffer",
-  "gst_harness_dump_to_file",
-  "gst_harness_events_in_queue",
-  "gst_harness_events_received",
-  "gst_harness_find_element",
-  "gst_harness_get",
-  "gst_harness_get_allocator",
-  "gst_harness_get_last_pushed_timestamp",
-  "gst_harness_get_testclock",
-  "gst_harness_new",
-  "gst_harness_new_empty",
-  "gst_harness_new_full",
-  "gst_harness_new_parse",
-  "gst_harness_new_with_element",
-  "gst_harness_new_with_padnames",
-  "gst_harness_new_with_templates",
-  "gst_harness_play",
-  "gst_harness_pull",
-  "gst_harness_pull_event",
-  "gst_harness_pull_until_eos",
-  "gst_harness_pull_upstream_event",
-  "gst_harness_push",
-  "gst_harness_push_and_pull",
-  "gst_harness_push_event",
-  "gst_harness_push_from_src",
-  "gst_harness_push_to_sink",
-  "gst_harness_push_upstream_event",
-  "gst_harness_query_latency",
-  "gst_harness_set",
-  "gst_harness_set_blocking_push_mode",
-  "gst_harness_set_caps",
-  "gst_harness_set_caps_str",
-  "gst_harness_set_drop_buffers",
-  "gst_harness_set_forwarding",
-  "gst_harness_set_live",
-  "gst_harness_set_propose_allocator",
-  "gst_harness_set_sink_caps",
-  "gst_harness_set_sink_caps_str",
-  "gst_harness_set_src_caps",
-  "gst_harness_set_src_caps_str",
-  "gst_harness_set_time",
-  "gst_harness_set_upstream_latency",
-  "gst_harness_sink_push_many",
-  "gst_harness_src_crank_and_push_many",
-  "gst_harness_src_push_event",
-  "gst_harness_stress_custom_start",
-  "gst_harness_stress_property_start",
-  "gst_harness_stress_property_start_full",
-  "gst_harness_stress_push_buffer_start",
-  "gst_harness_stress_push_buffer_start_full",
-  "gst_harness_stress_push_buffer_with_cb_start",
-  "gst_harness_stress_push_buffer_with_cb_start_full",
-  "gst_harness_stress_push_event_start",
-  "gst_harness_stress_push_event_start_full",
-  "gst_harness_stress_push_event_with_cb_start",
-  "gst_harness_stress_push_event_with_cb_start_full",
-  "gst_harness_stress_push_upstream_event_start_full",
-  "gst_harness_stress_push_upstream_event_with_cb_start_full",
-  "gst_harness_stress_requestpad_start",
-  "gst_harness_stress_requestpad_start_full",
-  "gst_harness_stress_send_upstream_event_start",
-  "gst_harness_stress_send_upstream_event_with_cb_start",
-  "gst_harness_stress_statechange_start",
-  "gst_harness_stress_statechange_start_full",
-  "gst_harness_stress_thread_stop",
-  "gst_harness_take_all_data",
-  "gst_harness_take_all_data_as_buffer",
-  "gst_harness_take_all_data_as_bytes",
-  "gst_harness_teardown",
-  "gst_harness_try_pull",
-  "gst_harness_try_pull_event",
-  "gst_harness_try_pull_upstream_event",
-  "gst_harness_upstream_events_in_queue",
-  "gst_harness_upstream_events_received",
-  "gst_harness_use_systemclock",
-  "gst_harness_use_testclock",
-  "gst_harness_wait_for_clock_id_waits",
-  "gst_info_strdup_printf",
-  "gst_info_strdup_vprintf",
-  "gst_info_vasprintf",
-  "gst_init",
-  "gst_init_check",
-  "gst_init_get_option_group",
-  "gst_insert_bin_append",
-  "gst_insert_bin_insert_after",
-  "gst_insert_bin_insert_before",
-  "gst_insert_bin_new",
-  "gst_insert_bin_prepend",
-  "gst_insert_bin_remove",
-  "gst_install_plugins_async",
-  "gst_install_plugins_context_copy",
-  "gst_install_plugins_context_free",
-  "gst_install_plugins_context_new",
-  "gst_install_plugins_context_set_confirm_search",
-  "gst_install_plugins_context_set_desktop_id",
-  "gst_install_plugins_context_set_startup_notification_id",
-  "gst_install_plugins_context_set_xid",
-  "gst_install_plugins_installation_in_progress",
-  "gst_install_plugins_return_get_name",
-  "gst_install_plugins_supported",
-  "gst_install_plugins_sync",
-  "gst_interpolation_control_source_new",
-  "gst_is_caps_features",
-  "gst_is_cuda_memory",
-  "gst_is_dmabuf_memory",
-  "gst_is_drm_dumb_memory",
-  "gst_is_fd_memory",
-  "gst_is_gl_base_memory",
-  "gst_is_gl_buffer",
-  "gst_is_gl_memory",
-  "gst_is_gl_memory_egl",
-  "gst_is_gl_memory_pbo",
-  "gst_is_gl_renderbuffer",
-  "gst_is_initialized",
-  "gst_is_missing_plugin_message",
-  "gst_is_phys_memory",
-  "gst_is_video_overlay_prepare_window_handle_message",
-  "gst_is_vulkan_buffer_memory",
-  "gst_is_vulkan_image_memory",
-  "gst_is_vulkan_memory",
-  "gst_iterator_copy",
-  "gst_iterator_filter",
-  "gst_iterator_find_custom",
-  "gst_iterator_fold",
-  "gst_iterator_foreach",
-  "gst_iterator_free",
-  "gst_iterator_new",
-  "gst_iterator_new_list",
-  "gst_iterator_new_single",
-  "gst_iterator_next",
-  "gst_iterator_push",
-  "gst_iterator_resync",
-  "gst_jpeg2000_colorspace_from_string",
-  "gst_jpeg2000_colorspace_to_string",
-  "gst_jpeg2000_sampling_from_string",
-  "gst_jpeg2000_sampling_is_mono",
-  "gst_jpeg2000_sampling_is_rgb",
-  "gst_jpeg2000_sampling_is_yuv",
-  "gst_jpeg2000_sampling_to_string",
-  "gst_jpeg_get_default_huffman_tables",
-  "gst_jpeg_get_default_quantization_tables",
-  "gst_jpeg_parse",
-  "gst_jpeg_segment_parse_frame_header",
-  "gst_jpeg_segment_parse_huffman_table",
-  "gst_jpeg_segment_parse_quantization_table",
-  "gst_jpeg_segment_parse_restart_interval",
-  "gst_jpeg_segment_parse_scan_header",
-  "gst_lfo_control_source_new",
-  "gst_make_element_message_details",
-  "gst_media_source_add_source_buffer",
-  "gst_media_source_attach",
-  "gst_media_source_clear_live_seekable_range",
-  "gst_media_source_detach",
-  "gst_media_source_end_of_stream",
-  "gst_media_source_error_quark",
-  "gst_media_source_get_active_source_buffers",
-  "gst_media_source_get_duration",
-  "gst_media_source_get_live_seekable_range",
-  "gst_media_source_get_position",
-  "gst_media_source_get_ready_state",
-  "gst_media_source_get_source_buffers",
-  "gst_media_source_is_type_supported",
-  "gst_media_source_new",
-  "gst_media_source_remove_source_buffer",
-  "gst_media_source_set_duration",
-  "gst_media_source_set_live_seekable_range",
-  "gst_memory_copy",
-  "gst_memory_get_sizes",
-  "gst_memory_init",
-  "gst_memory_is_span",
-  "gst_memory_is_type",
-  "gst_memory_is_writable",
-  "gst_memory_lock",
-  "gst_memory_make_mapped",
-  "gst_memory_make_writable",
-  "gst_memory_map",
-  "gst_memory_new_wrapped",
-  "gst_memory_ref",
-  "gst_memory_resize",
-  "gst_memory_share",
-  "gst_memory_unlock",
-  "gst_memory_unmap",
-  "gst_memory_unref",
-  "gst_message_add_redirect_entry",
-  "gst_message_copy",
-  "gst_message_get_num_redirect_entries",
-  "gst_message_get_seqnum",
-  "gst_message_get_stream_status_object",
-  "gst_message_get_structure",
-  "gst_message_has_name",
-  "gst_message_is_writable",
-  "gst_message_make_writable",
-  "gst_message_new_application",
-  "gst_message_new_async_done",
-  "gst_message_new_async_start",
-  "gst_message_new_buffering",
-  "gst_message_new_clock_lost",
-  "gst_message_new_clock_provide",
-  "gst_message_new_custom",
-  "gst_message_new_device_added",
-  "gst_message_new_device_changed",
-  "gst_message_new_device_removed",
-  "gst_message_new_duration",
-  "gst_message_new_duration_changed",
-  "gst_message_new_element",
-  "gst_message_new_eos",
-  "gst_message_new_error",
-  "gst_message_new_error_with_details",
-  "gst_message_new_have_context",
-  "gst_message_new_info",
-  "gst_message_new_info_with_details",
-  "gst_message_new_instant_rate_request",
-  "gst_message_new_latency",
-  "gst_message_new_mpegts_section",
-  "gst_message_new_need_context",
-  "gst_message_new_new_clock",
-  "gst_message_new_progress",
-  "gst_message_new_property_notify",
-  "gst_message_new_qos",
-  "gst_message_new_redirect",
-  "gst_message_new_request_state",
-  "gst_message_new_reset_time",
-  "gst_message_new_segment_done",
-  "gst_message_new_segment_start",
-  "gst_message_new_state_changed",
-  "gst_message_new_state_dirty",
-  "gst_message_new_step_done",
-  "gst_message_new_step_start",
-  "gst_message_new_stream_collection",
-  "gst_message_new_stream_start",
-  "gst_message_new_stream_status",
-  "gst_message_new_streams_selected",
-  "gst_message_new_structure_change",
-  "gst_message_new_tag",
-  "gst_message_new_toc",
-  "gst_message_new_warning",
-  "gst_message_new_warning_with_details",
-  "gst_message_parse_async_done",
-  "gst_message_parse_buffering",
-  "gst_message_parse_buffering_stats",
-  "gst_message_parse_clock_lost",
-  "gst_message_parse_clock_provide",
-  "gst_message_parse_context_type",
-  "gst_message_parse_device_added",
-  "gst_message_parse_device_changed",
-  "gst_message_parse_device_removed",
-  "gst_message_parse_duration",
-  "gst_message_parse_error",
-  "gst_message_parse_error_details",
-  "gst_message_parse_group_id",
-  "gst_message_parse_have_context",
-  "gst_message_parse_info",
-  "gst_message_parse_info_details",
-  "gst_message_parse_instant_rate_request",
-  "gst_message_parse_mpegts_section",
-  "gst_message_parse_new_clock",
-  "gst_message_parse_progress",
-  "gst_message_parse_property_notify",
-  "gst_message_parse_qos",
-  "gst_message_parse_qos_stats",
-  "gst_message_parse_qos_values",
-  "gst_message_parse_redirect_entry",
-  "gst_message_parse_request_state",
-  "gst_message_parse_reset_time",
-  "gst_message_parse_segment_done",
-  "gst_message_parse_segment_start",
-  "gst_message_parse_state_changed",
-  "gst_message_parse_step_done",
-  "gst_message_parse_step_start",
-  "gst_message_parse_stream_collection",
-  "gst_message_parse_stream_status",
-  "gst_message_parse_streams_selected",
-  "gst_message_parse_structure_change",
-  "gst_message_parse_tag",
-  "gst_message_parse_toc",
-  "gst_message_parse_warning",
-  "gst_message_parse_warning_details",
-  "gst_message_ref",
-  "gst_message_replace",
-  "gst_message_set_buffering_stats",
-  "gst_message_set_group_id",
-  "gst_message_set_qos_stats",
-  "gst_message_set_qos_values",
-  "gst_message_set_seqnum",
-  "gst_message_set_stream_status_object",
-  "gst_message_streams_selected_add",
-  "gst_message_streams_selected_get_size",
-  "gst_message_streams_selected_get_stream",
-  "gst_message_take",
-  "gst_message_type_get_name",
-  "gst_message_type_to_quark",
-  "gst_message_unref",
-  "gst_message_writable_structure",
-  "gst_meta_api_type_get_tags",
-  "gst_meta_api_type_has_tag",
-  "gst_meta_api_type_register",
-  "gst_meta_compare_seqnum",
-  "gst_meta_deserialize",
-  "gst_meta_get_info",
-  "gst_meta_get_seqnum",
-  "gst_meta_info_is_custom",
-  "gst_meta_info_new",
-  "gst_meta_info_register",
-  "gst_meta_register",
-  "gst_meta_register_custom",
-  "gst_meta_register_custom_simple",
-  "gst_meta_serialize",
-  "gst_meta_serialize_simple",
-  "gst_mikey_message_add_cs_srtp",
-  "gst_mikey_message_add_payload",
-  "gst_mikey_message_add_pke",
-  "gst_mikey_message_add_rand",
-  "gst_mikey_message_add_rand_len",
-  "gst_mikey_message_add_t",
-  "gst_mikey_message_add_t_now_ntp_utc",
-  "gst_mikey_message_base64_encode",
-  "gst_mikey_message_find_payload",
-  "gst_mikey_message_get_cs_srtp",
-  "gst_mikey_message_get_n_cs",
-  "gst_mikey_message_get_n_payloads",
-  "gst_mikey_message_get_payload",
-  "gst_mikey_message_insert_cs_srtp",
-  "gst_mikey_message_insert_payload",
-  "gst_mikey_message_new",
-  "gst_mikey_message_new_from_bytes",
-  "gst_mikey_message_new_from_caps",
-  "gst_mikey_message_new_from_data",
-  "gst_mikey_message_remove_cs_srtp",
-  "gst_mikey_message_remove_payload",
-  "gst_mikey_message_replace_cs_srtp",
-  "gst_mikey_message_replace_payload",
-  "gst_mikey_message_set_info",
-  "gst_mikey_message_to_bytes",
-  "gst_mikey_message_to_caps",
-  "gst_mikey_payload_kemac_add_sub",
-  "gst_mikey_payload_kemac_get_n_sub",
-  "gst_mikey_payload_kemac_get_sub",
-  "gst_mikey_payload_kemac_remove_sub",
-  "gst_mikey_payload_kemac_set",
-  "gst_mikey_payload_key_data_set_interval",
-  "gst_mikey_payload_key_data_set_key",
-  "gst_mikey_payload_key_data_set_salt",
-  "gst_mikey_payload_key_data_set_spi",
-  "gst_mikey_payload_new",
-  "gst_mikey_payload_pke_set",
-  "gst_mikey_payload_rand_set",
-  "gst_mikey_payload_sp_add_param",
-  "gst_mikey_payload_sp_get_n_params",
-  "gst_mikey_payload_sp_get_param",
-  "gst_mikey_payload_sp_remove_param",
-  "gst_mikey_payload_sp_set",
-  "gst_mikey_payload_t_set",
-  "gst_mini_object_add_parent",
-  "gst_mini_object_copy",
-  "gst_mini_object_get_qdata",
-  "gst_mini_object_init",
-  "gst_mini_object_is_writable",
-  "gst_mini_object_lock",
-  "gst_mini_object_make_writable",
-  "gst_mini_object_ref",
-  "gst_mini_object_remove_parent",
-  "gst_mini_object_replace",
-  "gst_mini_object_set_qdata",
-  "gst_mini_object_steal",
-  "gst_mini_object_steal_qdata",
-  "gst_mini_object_take",
-  "gst_mini_object_unlock",
-  "gst_mini_object_unref",
-  "gst_mini_object_weak_ref",
-  "gst_mini_object_weak_unref",
-  "gst_missing_decoder_installer_detail_new",
-  "gst_missing_decoder_message_new",
-  "gst_missing_element_installer_detail_new",
-  "gst_missing_element_message_new",
-  "gst_missing_encoder_installer_detail_new",
-  "gst_missing_encoder_message_new",
-  "gst_missing_plugin_message_get_description",
-  "gst_missing_plugin_message_get_installer_detail",
-  "gst_missing_uri_sink_installer_detail_new",
-  "gst_missing_uri_sink_message_new",
-  "gst_missing_uri_source_installer_detail_new",
-  "gst_missing_uri_source_message_new",
-  "gst_mpeg2_dpb_add",
-  "gst_mpeg2_dpb_bump",
-  "gst_mpeg2_dpb_clear",
-  "gst_mpeg2_dpb_free",
-  "gst_mpeg2_dpb_get_neighbours",
-  "gst_mpeg2_dpb_need_bump",
-  "gst_mpeg2_dpb_new",
-  "gst_mpeg2_picture_get_user_data",
-  "gst_mpeg2_picture_new",
-  "gst_mpeg2_picture_set_user_data",
-  "gst_mpeg4_parse",
-  "gst_mpeg4_parse_group_of_vop",
-  "gst_mpeg4_parse_video_object_layer",
-  "gst_mpeg4_parse_video_object_plane",
-  "gst_mpeg4_parse_video_packet_header",
-  "gst_mpeg4_parse_video_plane_short_header",
-  "gst_mpeg4_parse_visual_object",
-  "gst_mpeg4_parse_visual_object_sequence",
-  "gst_mpeg_video_finalise_mpeg2_sequence_header",
-  "gst_mpeg_video_meta_api_get_type",
-  "gst_mpeg_video_meta_get_info",
-  "gst_mpeg_video_packet_parse_gop",
-  "gst_mpeg_video_packet_parse_picture_extension",
-  "gst_mpeg_video_packet_parse_picture_header",
-  "gst_mpeg_video_packet_parse_quant_matrix_extension",
-  "gst_mpeg_video_packet_parse_sequence_display_extension",
-  "gst_mpeg_video_packet_parse_sequence_extension",
-  "gst_mpeg_video_packet_parse_sequence_header",
-  "gst_mpeg_video_packet_parse_sequence_scalable_extension",
-  "gst_mpeg_video_packet_parse_slice_header",
-  "gst_mpeg_video_parse",
-  "gst_mpeg_video_quant_matrix_get_raster_from_zigzag",
-  "gst_mpeg_video_quant_matrix_get_zigzag_from_raster",
-  "gst_mpegts_atsc_mgt_new",
-  "gst_mpegts_atsc_rrt_dimension_new",
-  "gst_mpegts_atsc_rrt_dimension_value_new",
-  "gst_mpegts_atsc_rrt_new",
-  "gst_mpegts_atsc_string_segment_get_string",
-  "gst_mpegts_atsc_string_segment_set_string",
-  "gst_mpegts_atsc_stt_get_datetime_utc",
-  "gst_mpegts_atsc_stt_new",
-  "gst_mpegts_descriptor_free",
-  "gst_mpegts_descriptor_from_custom",
-  "gst_mpegts_descriptor_from_custom_with_extension",
-  "gst_mpegts_descriptor_from_dvb_network_name",
-  "gst_mpegts_descriptor_from_dvb_service",
-  "gst_mpegts_descriptor_from_dvb_subtitling",
-  "gst_mpegts_descriptor_from_iso_639_language",
-  "gst_mpegts_descriptor_from_registration",
-  "gst_mpegts_descriptor_parse_audio_preselection_dump",
-  "gst_mpegts_descriptor_parse_audio_preselection_free",
-  "gst_mpegts_descriptor_parse_audio_preselection_list",
-  "gst_mpegts_descriptor_parse_ca",
-  "gst_mpegts_descriptor_parse_cable_delivery_system",
-  "gst_mpegts_descriptor_parse_dvb_bouquet_name",
-  "gst_mpegts_descriptor_parse_dvb_ca_identifier",
-  "gst_mpegts_descriptor_parse_dvb_component",
-  "gst_mpegts_descriptor_parse_dvb_content",
-  "gst_mpegts_descriptor_parse_dvb_data_broadcast",
-  "gst_mpegts_descriptor_parse_dvb_data_broadcast_id",
-  "gst_mpegts_descriptor_parse_dvb_extended_event",
-  "gst_mpegts_descriptor_parse_dvb_frequency_list",
-  "gst_mpegts_descriptor_parse_dvb_linkage",
-  "gst_mpegts_descriptor_parse_dvb_multilingual_bouquet_name",
-  "gst_mpegts_descriptor_parse_dvb_multilingual_component",
-  "gst_mpegts_descriptor_parse_dvb_multilingual_network_name",
-  "gst_mpegts_descriptor_parse_dvb_multilingual_service_name",
-  "gst_mpegts_descriptor_parse_dvb_network_name",
-  "gst_mpegts_descriptor_parse_dvb_parental_rating",
-  "gst_mpegts_descriptor_parse_dvb_private_data_specifier",
-  "gst_mpegts_descriptor_parse_dvb_scrambling",
-  "gst_mpegts_descriptor_parse_dvb_service",
-  "gst_mpegts_descriptor_parse_dvb_service_list",
-  "gst_mpegts_descriptor_parse_dvb_short_event",
-  "gst_mpegts_descriptor_parse_dvb_stream_identifier",
-  "gst_mpegts_descriptor_parse_dvb_stuffing",
-  "gst_mpegts_descriptor_parse_dvb_subtitling_idx",
-  "gst_mpegts_descriptor_parse_dvb_subtitling_nb",
-  "gst_mpegts_descriptor_parse_dvb_t2_delivery_system",
-  "gst_mpegts_descriptor_parse_dvb_teletext_idx",
-  "gst_mpegts_descriptor_parse_dvb_teletext_nb",
-  "gst_mpegts_descriptor_parse_iso_639_language",
-  "gst_mpegts_descriptor_parse_iso_639_language_idx",
-  "gst_mpegts_descriptor_parse_iso_639_language_nb",
-  "gst_mpegts_descriptor_parse_logical_channel",
-  "gst_mpegts_descriptor_parse_metadata",
-  "gst_mpegts_descriptor_parse_metadata_std",
-  "gst_mpegts_descriptor_parse_registration",
-  "gst_mpegts_descriptor_parse_satellite_delivery_system",
-  "gst_mpegts_descriptor_parse_terrestrial_delivery_system",
-  "gst_mpegts_dvb_cable_delivery_system_descriptor_free",
-  "gst_mpegts_dvb_component_descriptor_free",
-  "gst_mpegts_dvb_data_broadcast_descriptor_free",
-  "gst_mpegts_dvb_linkage_descriptor_free",
-  "gst_mpegts_dvb_linkage_descriptor_get_event",
-  "gst_mpegts_dvb_linkage_descriptor_get_extended_event",
-  "gst_mpegts_dvb_linkage_descriptor_get_mobile_hand_over",
-  "gst_mpegts_extended_event_descriptor_free",
-  "gst_mpegts_find_descriptor",
-  "gst_mpegts_find_descriptor_with_extension",
-  "gst_mpegts_initialize",
-  "gst_mpegts_iso_639_language_descriptor_free",
-  "gst_mpegts_nit_new",
-  "gst_mpegts_nit_stream_new",
-  "gst_mpegts_parse_descriptors",
-  "gst_mpegts_pat_new",
-  "gst_mpegts_pat_program_new",
-  "gst_mpegts_pes_metadata_meta_api_get_type",
-  "gst_mpegts_pes_metadata_meta_get_info",
-  "gst_mpegts_pmt_new",
-  "gst_mpegts_pmt_stream_new",
-  "gst_mpegts_scte_cancel_new",
-  "gst_mpegts_scte_null_new",
-  "gst_mpegts_scte_sit_new",
-  "gst_mpegts_scte_splice_component_new",
-  "gst_mpegts_scte_splice_event_new",
-  "gst_mpegts_scte_splice_in_new",
-  "gst_mpegts_scte_splice_out_new",
-  "gst_mpegts_sdt_new",
-  "gst_mpegts_sdt_service_new",
-  "gst_mpegts_section_from_atsc_mgt",
-  "gst_mpegts_section_from_atsc_rrt",
-  "gst_mpegts_section_from_atsc_stt",
-  "gst_mpegts_section_from_nit",
-  "gst_mpegts_section_from_pat",
-  "gst_mpegts_section_from_pmt",
-  "gst_mpegts_section_from_scte_sit",
-  "gst_mpegts_section_from_sdt",
-  "gst_mpegts_section_get_atsc_cvct",
-  "gst_mpegts_section_get_atsc_eit",
-  "gst_mpegts_section_get_atsc_ett",
-  "gst_mpegts_section_get_atsc_mgt",
-  "gst_mpegts_section_get_atsc_rrt",
-  "gst_mpegts_section_get_atsc_stt",
-  "gst_mpegts_section_get_atsc_tvct",
-  "gst_mpegts_section_get_bat",
-  "gst_mpegts_section_get_cat",
-  "gst_mpegts_section_get_data",
-  "gst_mpegts_section_get_eit",
-  "gst_mpegts_section_get_nit",
-  "gst_mpegts_section_get_pat",
-  "gst_mpegts_section_get_pmt",
-  "gst_mpegts_section_get_scte_sit",
-  "gst_mpegts_section_get_sdt",
-  "gst_mpegts_section_get_sit",
-  "gst_mpegts_section_get_tdt",
-  "gst_mpegts_section_get_tot",
-  "gst_mpegts_section_get_tsdt",
-  "gst_mpegts_section_new",
-  "gst_mpegts_section_packetize",
-  "gst_mpegts_section_ref",
-  "gst_mpegts_section_send_event",
-  "gst_mpegts_section_unref",
-  "gst_mpegts_t2_delivery_system_descriptor_free",
-  "gst_mse_src_get_duration",
-  "gst_mse_src_get_n_audio",
-  "gst_mse_src_get_n_text",
-  "gst_mse_src_get_n_video",
-  "gst_mse_src_get_position",
-  "gst_mse_src_get_ready_state",
-  "gst_navigation_event_get_coordinates",
-  "gst_navigation_event_get_type",
-  "gst_navigation_event_new_command",
-  "gst_navigation_event_new_key_press",
-  "gst_navigation_event_new_key_release",
-  "gst_navigation_event_new_mouse_button_press",
-  "gst_navigation_event_new_mouse_button_release",
-  "gst_navigation_event_new_mouse_move",
-  "gst_navigation_event_new_mouse_scroll",
-  "gst_navigation_event_new_touch_cancel",
-  "gst_navigation_event_new_touch_down",
-  "gst_navigation_event_new_touch_frame",
-  "gst_navigation_event_new_touch_motion",
-  "gst_navigation_event_new_touch_up",
-  "gst_navigation_event_parse_command",
-  "gst_navigation_event_parse_key_event",
-  "gst_navigation_event_parse_modifier_state",
-  "gst_navigation_event_parse_mouse_button_event",
-  "gst_navigation_event_parse_mouse_move_event",
-  "gst_navigation_event_parse_mouse_scroll_event",
-  "gst_navigation_event_parse_touch_event",
-  "gst_navigation_event_parse_touch_up_event",
-  "gst_navigation_event_set_coordinates",
-  "gst_navigation_message_get_type",
-  "gst_navigation_message_new_angles_changed",
-  "gst_navigation_message_new_commands_changed",
-  "gst_navigation_message_new_event",
-  "gst_navigation_message_new_mouse_over",
-  "gst_navigation_message_parse_angles_changed",
-  "gst_navigation_message_parse_event",
-  "gst_navigation_message_parse_mouse_over",
-  "gst_navigation_query_get_type",
-  "gst_navigation_query_new_angles",
-  "gst_navigation_query_new_commands",
-  "gst_navigation_query_parse_angles",
-  "gst_navigation_query_parse_commands_length",
-  "gst_navigation_query_parse_commands_nth",
-  "gst_navigation_query_set_angles",
-  "gst_navigation_query_set_commands",
-  "gst_navigation_query_set_commandsv",
-  "gst_navigation_send_command",
-  "gst_navigation_send_event",
-  "gst_navigation_send_event_simple",
-  "gst_navigation_send_key_event",
-  "gst_navigation_send_mouse_event",
-  "gst_navigation_send_mouse_scroll_event",
-  "gst_net_address_meta_api_get_type",
-  "gst_net_address_meta_get_info",
-  "gst_net_client_clock_new",
-  "gst_net_control_message_meta_api_get_type",
-  "gst_net_control_message_meta_get_info",
-  "gst_net_time_packet_copy",
-  "gst_net_time_packet_free",
-  "gst_net_time_packet_new",
-  "gst_net_time_packet_receive",
-  "gst_net_time_packet_send",
-  "gst_net_time_packet_serialize",
-  "gst_net_time_provider_new",
-  "gst_net_utils_set_socket_tos",
-  "gst_nonstream_audio_decoder_allocate_output_buffer",
-  "gst_nonstream_audio_decoder_get_downstream_info",
-  "gst_nonstream_audio_decoder_handle_loop",
-  "gst_nonstream_audio_decoder_set_output_format",
-  "gst_nonstream_audio_decoder_set_output_format_simple",
-  "gst_ntp_clock_new",
-  "gst_object_add_control_binding",
-  "gst_object_check_uniqueness",
-  "gst_object_default_deep_notify",
-  "gst_object_default_error",
-  "gst_object_get_control_binding",
-  "gst_object_get_control_rate",
-  "gst_object_get_g_value_array",
-  "gst_object_get_name",
-  "gst_object_get_parent",
-  "gst_object_get_path_string",
-  "gst_object_get_value",
-  "gst_object_get_value_array",
-  "gst_object_has_active_control_bindings",
-  "gst_object_has_ancestor",
-  "gst_object_has_as_ancestor",
-  "gst_object_has_as_parent",
-  "gst_object_ref",
-  "gst_object_ref_sink",
-  "gst_object_remove_control_binding",
-  "gst_object_replace",
-  "gst_object_set_control_binding_disabled",
-  "gst_object_set_control_bindings_disabled",
-  "gst_object_set_control_rate",
-  "gst_object_set_name",
-  "gst_object_set_parent",
-  "gst_object_suggest_next_sync",
-  "gst_object_sync_values",
-  "gst_object_unparent",
-  "gst_object_unref",
-  "gst_opencv_caps_from_cv_image_type",
-  "gst_opencv_cv_image_type_from_video_format",
-  "gst_opencv_cv_mat_params_from_video_info",
-  "gst_opencv_parse_cv_mat_params_from_caps",
-  "gst_opencv_video_filter_get_type",
-  "gst_opencv_video_filter_set_in_place",
-  "gst_pad_activate_mode",
-  "gst_pad_add_probe",
-  "gst_pad_can_link",
-  "gst_pad_chain",
-  "gst_pad_chain_list",
-  "gst_pad_check_reconfigure",
-  "gst_pad_create_stream_id",
-  "gst_pad_create_stream_id_printf",
-  "gst_pad_create_stream_id_printf_valist",
-  "gst_pad_event_default",
-  "gst_pad_forward",
-  "gst_pad_get_allowed_caps",
-  "gst_pad_get_caps_reffed",
-  "gst_pad_get_current_caps",
-  "gst_pad_get_direction",
-  "gst_pad_get_element_private",
-  "gst_pad_get_last_flow_return",
-  "gst_pad_get_name",
-  "gst_pad_get_offset",
-  "gst_pad_get_pad_template",
-  "gst_pad_get_pad_template_caps",
-  "gst_pad_get_parent",
-  "gst_pad_get_parent_element",
-  "gst_pad_get_peer",
-  "gst_pad_get_range",
-  "gst_pad_get_single_internal_link",
-  "gst_pad_get_sticky_event",
-  "gst_pad_get_stream",
-  "gst_pad_get_stream_id",
-  "gst_pad_get_task_state",
-  "gst_pad_has_current_caps",
-  "gst_pad_is_active",
-  "gst_pad_is_blocked",
-  "gst_pad_is_blocking",
-  "gst_pad_is_linked",
-  "gst_pad_iterate_internal_links",
-  "gst_pad_iterate_internal_links_default",
-  "gst_pad_link",
-  "gst_pad_link_full",
-  "gst_pad_link_get_name",
-  "gst_pad_link_maybe_ghosting",
-  "gst_pad_link_maybe_ghosting_full",
-  "gst_pad_mark_reconfigure",
-  "gst_pad_mode_get_name",
-  "gst_pad_needs_reconfigure",
-  "gst_pad_new",
-  "gst_pad_new_from_static_template",
-  "gst_pad_new_from_template",
-  "gst_pad_pause_task",
-  "gst_pad_peer_get_caps_reffed",
-  "gst_pad_peer_query",
-  "gst_pad_peer_query_accept_caps",
-  "gst_pad_peer_query_caps",
-  "gst_pad_peer_query_convert",
-  "gst_pad_peer_query_duration",
-  "gst_pad_peer_query_position",
-  "gst_pad_probe_info_get_buffer",
-  "gst_pad_probe_info_get_buffer_list",
-  "gst_pad_probe_info_get_event",
-  "gst_pad_probe_info_get_query",
-  "gst_pad_proxy_query_accept_caps",
-  "gst_pad_proxy_query_caps",
-  "gst_pad_pull_range",
-  "gst_pad_push",
-  "gst_pad_push_event",
-  "gst_pad_push_list",
-  "gst_pad_query",
-  "gst_pad_query_accept_caps",
-  "gst_pad_query_caps",
-  "gst_pad_query_convert",
-  "gst_pad_query_default",
-  "gst_pad_query_duration",
-  "gst_pad_query_position",
-  "gst_pad_remove_probe",
-  "gst_pad_send_event",
-  "gst_pad_set_activate_function",
-  "gst_pad_set_activate_function_full",
-  "gst_pad_set_activatemode_function",
-  "gst_pad_set_activatemode_function_full",
-  "gst_pad_set_active",
-  "gst_pad_set_chain_function",
-  "gst_pad_set_chain_function_full",
-  "gst_pad_set_chain_list_function",
-  "gst_pad_set_chain_list_function_full",
-  "gst_pad_set_element_private",
-  "gst_pad_set_event_full_function",
-  "gst_pad_set_event_full_function_full",
-  "gst_pad_set_event_function",
-  "gst_pad_set_event_function_full",
-  "gst_pad_set_getrange_function",
-  "gst_pad_set_getrange_function_full",
-  "gst_pad_set_iterate_internal_links_function",
-  "gst_pad_set_iterate_internal_links_function_full",
-  "gst_pad_set_link_function",
-  "gst_pad_set_link_function_full",
-  "gst_pad_set_offset",
-  "gst_pad_set_query_function",
-  "gst_pad_set_query_function_full",
-  "gst_pad_set_unlink_function",
-  "gst_pad_set_unlink_function_full",
-  "gst_pad_start_task",
-  "gst_pad_sticky_events_foreach",
-  "gst_pad_stop_task",
-  "gst_pad_store_sticky_event",
-  "gst_pad_template_get_caps",
-  "gst_pad_template_get_documentation_caps",
-  "gst_pad_template_new",
-  "gst_pad_template_new_from_static_pad_template_with_gtype",
-  "gst_pad_template_new_with_gtype",
-  "gst_pad_template_pad_created",
-  "gst_pad_template_set_documentation_caps",
-  "gst_pad_unlink",
-  "gst_pad_use_fixed_caps",
-  "gst_param_spec_array",
-  "gst_param_spec_fraction",
-  "gst_parent_buffer_meta_get_info",
-  "gst_parse_bin_from_description",
-  "gst_parse_bin_from_description_full",
-  "gst_parse_context_copy",
-  "gst_parse_context_free",
-  "gst_parse_context_get_missing_elements",
-  "gst_parse_context_new",
-  "gst_parse_error_quark",
-  "gst_parse_launch",
-  "gst_parse_launch_full",
-  "gst_parse_launchv",
-  "gst_parse_launchv_full",
-  "gst_pb_utils_add_codec_description_to_tag_list",
-  "gst_pb_utils_get_caps_description_flags",
-  "gst_pb_utils_get_codec_description",
-  "gst_pb_utils_get_decoder_description",
-  "gst_pb_utils_get_element_description",
-  "gst_pb_utils_get_encoder_description",
-  "gst_pb_utils_get_file_extension_from_caps",
-  "gst_pb_utils_get_sink_description",
-  "gst_pb_utils_get_source_description",
-  "gst_pb_utils_init",
-  "gst_phys_memory_get_phys_addr",
-  "gst_pipeline_auto_clock",
-  "gst_pipeline_get_auto_flush_bus",
-  "gst_pipeline_get_bus",
-  "gst_pipeline_get_clock",
-  "gst_pipeline_get_configured_latency",
-  "gst_pipeline_get_delay",
-  "gst_pipeline_get_latency",
-  "gst_pipeline_get_pipeline_clock",
-  "gst_pipeline_is_live",
-  "gst_pipeline_new",
-  "gst_pipeline_set_auto_flush_bus",
-  "gst_pipeline_set_clock",
-  "gst_pipeline_set_delay",
-  "gst_pipeline_set_latency",
-  "gst_pipeline_use_clock",
-  "gst_planar_audio_adapter_available",
-  "gst_planar_audio_adapter_clear",
-  "gst_planar_audio_adapter_configure",
-  "gst_planar_audio_adapter_distance_from_discont",
-  "gst_planar_audio_adapter_dts_at_discont",
-  "gst_planar_audio_adapter_flush",
-  "gst_planar_audio_adapter_get_buffer",
-  "gst_planar_audio_adapter_new",
-  "gst_planar_audio_adapter_offset_at_discont",
-  "gst_planar_audio_adapter_prev_dts",
-  "gst_planar_audio_adapter_prev_offset",
-  "gst_planar_audio_adapter_prev_pts",
-  "gst_planar_audio_adapter_pts_at_discont",
-  "gst_planar_audio_adapter_push",
-  "gst_planar_audio_adapter_take_buffer",
-  "gst_play_audio_info_get_bitrate",
-  "gst_play_audio_info_get_channels",
-  "gst_play_audio_info_get_language",
-  "gst_play_audio_info_get_max_bitrate",
-  "gst_play_audio_info_get_sample_rate",
-  "gst_play_color_balance_type_get_name",
-  "gst_play_config_get_pipeline_dump_in_error_details",
-  "gst_play_config_get_position_update_interval",
-  "gst_play_config_get_seek_accurate",
-  "gst_play_config_get_user_agent",
-  "gst_play_config_set_pipeline_dump_in_error_details",
-  "gst_play_config_set_position_update_interval",
-  "gst_play_config_set_seek_accurate",
-  "gst_play_config_set_user_agent",
-  "gst_play_error_get_name",
-  "gst_play_error_quark",
-  "gst_play_get_audio_streams",
-  "gst_play_get_audio_video_offset",
-  "gst_play_get_color_balance",
-  "gst_play_get_config",
-  "gst_play_get_current_audio_track",
-  "gst_play_get_current_subtitle_track",
-  "gst_play_get_current_video_track",
-  "gst_play_get_current_visualization",
-  "gst_play_get_duration",
-  "gst_play_get_media_info",
-  "gst_play_get_message_bus",
-  "gst_play_get_multiview_flags",
-  "gst_play_get_multiview_mode",
-  "gst_play_get_mute",
-  "gst_play_get_pipeline",
-  "gst_play_get_position",
-  "gst_play_get_rate",
-  "gst_play_get_subtitle_streams",
-  "gst_play_get_subtitle_uri",
-  "gst_play_get_subtitle_video_offset",
-  "gst_play_get_uri",
-  "gst_play_get_video_snapshot",
-  "gst_play_get_video_streams",
-  "gst_play_get_volume",
-  "gst_play_has_color_balance",
-  "gst_play_is_play_message",
-  "gst_play_media_info_get_audio_streams",
-  "gst_play_media_info_get_container_format",
-  "gst_play_media_info_get_duration",
-  "gst_play_media_info_get_image_sample",
-  "gst_play_media_info_get_number_of_audio_streams",
-  "gst_play_media_info_get_number_of_streams",
-  "gst_play_media_info_get_number_of_subtitle_streams",
-  "gst_play_media_info_get_number_of_video_streams",
-  "gst_play_media_info_get_stream_list",
-  "gst_play_media_info_get_subtitle_streams",
-  "gst_play_media_info_get_tags",
-  "gst_play_media_info_get_title",
-  "gst_play_media_info_get_uri",
-  "gst_play_media_info_get_video_streams",
-  "gst_play_media_info_is_live",
-  "gst_play_media_info_is_seekable",
-  "gst_play_message_get_name",
-  "gst_play_message_parse_buffering_percent",
-  "gst_play_message_parse_duration_updated",
-  "gst_play_message_parse_error",
-  "gst_play_message_parse_media_info_updated",
-  "gst_play_message_parse_muted_changed",
-  "gst_play_message_parse_position_updated",
-  "gst_play_message_parse_state_changed",
-  "gst_play_message_parse_type",
-  "gst_play_message_parse_video_dimensions_changed",
-  "gst_play_message_parse_volume_changed",
-  "gst_play_message_parse_warning",
-  "gst_play_new",
-  "gst_play_pause",
-  "gst_play_play",
-  "gst_play_seek",
-  "gst_play_set_audio_track",
-  "gst_play_set_audio_track_enabled",
-  "gst_play_set_audio_video_offset",
-  "gst_play_set_color_balance",
-  "gst_play_set_config",
-  "gst_play_set_multiview_flags",
-  "gst_play_set_multiview_mode",
-  "gst_play_set_mute",
-  "gst_play_set_rate",
-  "gst_play_set_subtitle_track",
-  "gst_play_set_subtitle_track_enabled",
-  "gst_play_set_subtitle_uri",
-  "gst_play_set_subtitle_video_offset",
-  "gst_play_set_uri",
-  "gst_play_set_video_track",
-  "gst_play_set_video_track_enabled",
-  "gst_play_set_visualization",
-  "gst_play_set_visualization_enabled",
-  "gst_play_set_volume",
-  "gst_play_signal_adapter_get_play",
-  "gst_play_signal_adapter_new",
-  "gst_play_signal_adapter_new_sync_emit",
-  "gst_play_signal_adapter_new_with_main_context",
-  "gst_play_state_get_name",
-  "gst_play_stop",
-  "gst_play_stream_info_get_caps",
-  "gst_play_stream_info_get_codec",
-  "gst_play_stream_info_get_index",
-  "gst_play_stream_info_get_stream_type",
-  "gst_play_stream_info_get_tags",
-  "gst_play_subtitle_info_get_language",
-  "gst_play_video_info_get_bitrate",
-  "gst_play_video_info_get_framerate",
-  "gst_play_video_info_get_height",
-  "gst_play_video_info_get_max_bitrate",
-  "gst_play_video_info_get_pixel_aspect_ratio",
-  "gst_play_video_info_get_width",
-  "gst_play_video_overlay_video_renderer_expose",
-  "gst_play_video_overlay_video_renderer_get_render_rectangle",
-  "gst_play_video_overlay_video_renderer_get_window_handle",
-  "gst_play_video_overlay_video_renderer_new",
-  "gst_play_video_overlay_video_renderer_new_with_sink",
-  "gst_play_video_overlay_video_renderer_set_render_rectangle",
-  "gst_play_video_overlay_video_renderer_set_window_handle",
-  "gst_play_visualization_copy",
-  "gst_play_visualization_free",
-  "gst_play_visualizations_free",
-  "gst_play_visualizations_get",
-  "gst_player_audio_info_get_bitrate",
-  "gst_player_audio_info_get_channels",
-  "gst_player_audio_info_get_language",
-  "gst_player_audio_info_get_max_bitrate",
-  "gst_player_audio_info_get_sample_rate",
-  "gst_player_color_balance_type_get_name",
-  "gst_player_config_get_position_update_interval",
-  "gst_player_config_get_seek_accurate",
-  "gst_player_config_get_user_agent",
-  "gst_player_config_set_position_update_interval",
-  "gst_player_config_set_seek_accurate",
-  "gst_player_config_set_user_agent",
-  "gst_player_error_get_name",
-  "gst_player_error_quark",
-  "gst_player_g_main_context_signal_dispatcher_new",
-  "gst_player_get_audio_streams",
-  "gst_player_get_audio_video_offset",
-  "gst_player_get_color_balance",
-  "gst_player_get_config",
-  "gst_player_get_current_audio_track",
-  "gst_player_get_current_subtitle_track",
-  "gst_player_get_current_video_track",
-  "gst_player_get_current_visualization",
-  "gst_player_get_duration",
-  "gst_player_get_media_info",
-  "gst_player_get_multiview_flags",
-  "gst_player_get_multiview_mode",
-  "gst_player_get_mute",
-  "gst_player_get_pipeline",
-  "gst_player_get_position",
-  "gst_player_get_rate",
-  "gst_player_get_subtitle_streams",
-  "gst_player_get_subtitle_uri",
-  "gst_player_get_subtitle_video_offset",
-  "gst_player_get_uri",
-  "gst_player_get_video_snapshot",
-  "gst_player_get_video_streams",
-  "gst_player_get_volume",
-  "gst_player_has_color_balance",
-  "gst_player_media_info_get_audio_streams",
-  "gst_player_media_info_get_container_format",
-  "gst_player_media_info_get_duration",
-  "gst_player_media_info_get_image_sample",
-  "gst_player_media_info_get_number_of_audio_streams",
-  "gst_player_media_info_get_number_of_streams",
-  "gst_player_media_info_get_number_of_subtitle_streams",
-  "gst_player_media_info_get_number_of_video_streams",
-  "gst_player_media_info_get_stream_list",
-  "gst_player_media_info_get_subtitle_streams",
-  "gst_player_media_info_get_tags",
-  "gst_player_media_info_get_title",
-  "gst_player_media_info_get_uri",
-  "gst_player_media_info_get_video_streams",
-  "gst_player_media_info_is_live",
-  "gst_player_media_info_is_seekable",
-  "gst_player_new",
-  "gst_player_pause",
-  "gst_player_play",
-  "gst_player_seek",
-  "gst_player_set_audio_track",
-  "gst_player_set_audio_track_enabled",
-  "gst_player_set_audio_video_offset",
-  "gst_player_set_color_balance",
-  "gst_player_set_config",
-  "gst_player_set_multiview_flags",
-  "gst_player_set_multiview_mode",
-  "gst_player_set_mute",
-  "gst_player_set_rate",
-  "gst_player_set_subtitle_track",
-  "gst_player_set_subtitle_track_enabled",
-  "gst_player_set_subtitle_uri",
-  "gst_player_set_subtitle_video_offset",
-  "gst_player_set_uri",
-  "gst_player_set_video_track",
-  "gst_player_set_video_track_enabled",
-  "gst_player_set_visualization",
-  "gst_player_set_visualization_enabled",
-  "gst_player_set_volume",
-  "gst_player_state_get_name",
-  "gst_player_stop",
-  "gst_player_stream_info_get_caps",
-  "gst_player_stream_info_get_codec",
-  "gst_player_stream_info_get_index",
-  "gst_player_stream_info_get_stream_type",
-  "gst_player_stream_info_get_tags",
-  "gst_player_subtitle_info_get_language",
-  "gst_player_video_info_get_bitrate",
-  "gst_player_video_info_get_framerate",
-  "gst_player_video_info_get_height",
-  "gst_player_video_info_get_max_bitrate",
-  "gst_player_video_info_get_pixel_aspect_ratio",
-  "gst_player_video_info_get_width",
-  "gst_player_video_overlay_video_renderer_expose",
-  "gst_player_video_overlay_video_renderer_get_render_rectangle",
-  "gst_player_video_overlay_video_renderer_get_window_handle",
-  "gst_player_video_overlay_video_renderer_new",
-  "gst_player_video_overlay_video_renderer_new_with_sink",
-  "gst_player_video_overlay_video_renderer_set_render_rectangle",
-  "gst_player_video_overlay_video_renderer_set_window_handle",
-  "gst_player_visualization_copy",
-  "gst_player_visualization_free",
-  "gst_player_visualizations_free",
-  "gst_player_visualizations_get",
-  "gst_plugin_add_dependency",
-  "gst_plugin_add_dependency_simple",
-  "gst_plugin_add_status_error",
-  "gst_plugin_add_status_info",
-  "gst_plugin_add_status_warning",
-  "gst_plugin_error_quark",
-  "gst_plugin_feature_check_version",
-  "gst_plugin_feature_get_name",
-  "gst_plugin_feature_get_plugin",
-  "gst_plugin_feature_get_plugin_name",
-  "gst_plugin_feature_get_rank",
-  "gst_plugin_feature_list_copy",
-  "gst_plugin_feature_list_debug",
-  "gst_plugin_feature_list_free",
-  "gst_plugin_feature_load",
-  "gst_plugin_feature_rank_compare_func",
-  "gst_plugin_feature_set_name",
-  "gst_plugin_feature_set_rank",
-  "gst_plugin_get_cache_data",
-  "gst_plugin_get_description",
-  "gst_plugin_get_filename",
-  "gst_plugin_get_license",
-  "gst_plugin_get_name",
-  "gst_plugin_get_origin",
-  "gst_plugin_get_package",
-  "gst_plugin_get_release_date_string",
-  "gst_plugin_get_source",
-  "gst_plugin_get_status_errors",
-  "gst_plugin_get_status_infos",
-  "gst_plugin_get_status_warnings",
-  "gst_plugin_get_version",
-  "gst_plugin_is_loaded",
-  "gst_plugin_list_free",
-  "gst_plugin_load",
-  "gst_plugin_load_by_name",
-  "gst_plugin_load_file",
-  "gst_plugin_register_static",
-  "gst_plugin_register_static_full",
-  "gst_plugin_set_cache_data",
-  "gst_plugins_base_version",
-  "gst_plugins_base_version_string",
-  "gst_poll_add_fd",
-  "gst_poll_fd_can_read",
-  "gst_poll_fd_can_write",
-  "gst_poll_fd_ctl_pri",
-  "gst_poll_fd_ctl_read",
-  "gst_poll_fd_ctl_write",
-  "gst_poll_fd_has_closed",
-  "gst_poll_fd_has_error",
-  "gst_poll_fd_has_pri",
-  "gst_poll_fd_ignored",
-  "gst_poll_fd_init",
-  "gst_poll_free",
-  "gst_poll_get_read_gpollfd",
-  "gst_poll_new",
-  "gst_poll_new_timer",
-  "gst_poll_read_control",
-  "gst_poll_remove_fd",
-  "gst_poll_restart",
-  "gst_poll_set_controllable",
-  "gst_poll_set_flushing",
-  "gst_poll_wait",
-  "gst_poll_write_control",
-  "gst_preset_delete_preset",
-  "gst_preset_get_app_dir",
-  "gst_preset_get_meta",
-  "gst_preset_get_preset_names",
-  "gst_preset_get_property_names",
-  "gst_preset_is_editable",
-  "gst_preset_load_preset",
-  "gst_preset_rename_preset",
-  "gst_preset_save_preset",
-  "gst_preset_set_app_dir",
-  "gst_preset_set_meta",
-  "gst_print",
-  "gst_printerr",
-  "gst_printerrln",
-  "gst_println",
-  "gst_promise_expire",
-  "gst_promise_get_reply",
-  "gst_promise_interrupt",
-  "gst_promise_new",
-  "gst_promise_new_with_change_func",
-  "gst_promise_ref",
-  "gst_promise_reply",
-  "gst_promise_unref",
-  "gst_promise_wait",
-  "gst_protection_filter_systems_by_available_decryptors",
-  "gst_protection_meta_get_info",
-  "gst_protection_select_system",
-  "gst_proxy_control_binding_new",
-  "gst_proxy_pad_chain_default",
-  "gst_proxy_pad_chain_list_default",
-  "gst_proxy_pad_get_internal",
-  "gst_proxy_pad_getrange_default",
-  "gst_proxy_pad_iterate_internal_links_default",
-  "gst_ptp_clock_new",
-  "gst_ptp_deinit",
-  "gst_ptp_init",
-  "gst_ptp_init_full",
-  "gst_ptp_is_initialized",
-  "gst_ptp_is_supported",
-  "gst_ptp_statistics_callback_add",
-  "gst_ptp_statistics_callback_remove",
-  "gst_query_add_allocation_meta",
-  "gst_query_add_allocation_param",
-  "gst_query_add_allocation_pool",
-  "gst_query_add_buffering_range",
-  "gst_query_add_scheduling_mode",
-  "gst_query_copy",
-  "gst_query_find_allocation_meta",
-  "gst_query_get_n_allocation_metas",
-  "gst_query_get_n_allocation_params",
-  "gst_query_get_n_allocation_pools",
-  "gst_query_get_n_buffering_ranges",
-  "gst_query_get_n_scheduling_modes",
-  "gst_query_get_structure",
-  "gst_query_has_scheduling_mode",
-  "gst_query_has_scheduling_mode_with_flags",
-  "gst_query_is_writable",
-  "gst_query_make_writable",
-  "gst_query_new_accept_caps",
-  "gst_query_new_allocation",
-  "gst_query_new_bitrate",
-  "gst_query_new_buffering",
-  "gst_query_new_caps",
-  "gst_query_new_context",
-  "gst_query_new_convert",
-  "gst_query_new_custom",
-  "gst_query_new_drain",
-  "gst_query_new_duration",
-  "gst_query_new_formats",
-  "gst_query_new_latency",
-  "gst_query_new_position",
-  "gst_query_new_scheduling",
-  "gst_query_new_seeking",
-  "gst_query_new_segment",
-  "gst_query_new_selectable",
-  "gst_query_new_uri",
-  "gst_query_parse_accept_caps",
-  "gst_query_parse_accept_caps_result",
-  "gst_query_parse_allocation",
-  "gst_query_parse_bitrate",
-  "gst_query_parse_buffering_percent",
-  "gst_query_parse_buffering_range",
-  "gst_query_parse_buffering_stats",
-  "gst_query_parse_caps",
-  "gst_query_parse_caps_result",
-  "gst_query_parse_context",
-  "gst_query_parse_context_type",
-  "gst_query_parse_convert",
-  "gst_query_parse_duration",
-  "gst_query_parse_latency",
-  "gst_query_parse_n_formats",
-  "gst_query_parse_nth_allocation_meta",
-  "gst_query_parse_nth_allocation_param",
-  "gst_query_parse_nth_allocation_pool",
-  "gst_query_parse_nth_buffering_range",
-  "gst_query_parse_nth_format",
-  "gst_query_parse_nth_scheduling_mode",
-  "gst_query_parse_position",
-  "gst_query_parse_scheduling",
-  "gst_query_parse_seeking",
-  "gst_query_parse_segment",
-  "gst_query_parse_selectable",
-  "gst_query_parse_uri",
-  "gst_query_parse_uri_redirection",
-  "gst_query_parse_uri_redirection_permanent",
-  "gst_query_ref",
-  "gst_query_remove_nth_allocation_meta",
-  "gst_query_remove_nth_allocation_param",
-  "gst_query_remove_nth_allocation_pool",
-  "gst_query_replace",
-  "gst_query_set_accept_caps_result",
-  "gst_query_set_bitrate",
-  "gst_query_set_buffering_percent",
-  "gst_query_set_buffering_range",
-  "gst_query_set_buffering_stats",
-  "gst_query_set_caps_result",
-  "gst_query_set_context",
-  "gst_query_set_convert",
-  "gst_query_set_duration",
-  "gst_query_set_formats",
-  "gst_query_set_formatsv",
-  "gst_query_set_latency",
-  "gst_query_set_nth_allocation_param",
-  "gst_query_set_nth_allocation_pool",
-  "gst_query_set_position",
-  "gst_query_set_scheduling",
-  "gst_query_set_seeking",
-  "gst_query_set_segment",
-  "gst_query_set_selectable",
-  "gst_query_set_uri",
-  "gst_query_set_uri_redirection",
-  "gst_query_set_uri_redirection_permanent",
-  "gst_query_take",
-  "gst_query_type_get_flags",
-  "gst_query_type_get_name",
-  "gst_query_type_to_quark",
-  "gst_query_unref",
-  "gst_query_writable_structure",
-  "gst_queue_array_clear",
-  "gst_queue_array_drop_element",
-  "gst_queue_array_drop_struct",
-  "gst_queue_array_find",
-  "gst_queue_array_free",
-  "gst_queue_array_get_length",
-  "gst_queue_array_is_empty",
-  "gst_queue_array_new",
-  "gst_queue_array_new_for_struct",
-  "gst_queue_array_peek_head",
-  "gst_queue_array_peek_head_struct",
-  "gst_queue_array_peek_nth",
-  "gst_queue_array_peek_nth_struct",
-  "gst_queue_array_peek_tail",
-  "gst_queue_array_peek_tail_struct",
-  "gst_queue_array_pop_head",
-  "gst_queue_array_pop_head_struct",
-  "gst_queue_array_pop_tail",
-  "gst_queue_array_pop_tail_struct",
-  "gst_queue_array_push_sorted",
-  "gst_queue_array_push_sorted_struct",
-  "gst_queue_array_push_tail",
-  "gst_queue_array_push_tail_struct",
-  "gst_queue_array_set_clear_func",
-  "gst_queue_array_sort",
-  "gst_reference_timestamp_meta_get_info",
-  "gst_registry_add_feature",
-  "gst_registry_add_plugin",
-  "gst_registry_check_feature_version",
-  "gst_registry_feature_filter",
-  "gst_registry_find_feature",
-  "gst_registry_find_plugin",
-  "gst_registry_fork_is_enabled",
-  "gst_registry_fork_set_enabled",
-  "gst_registry_get",
-  "gst_registry_get_feature_list",
-  "gst_registry_get_feature_list_by_plugin",
-  "gst_registry_get_feature_list_cookie",
-  "gst_registry_get_plugin_list",
-  "gst_registry_lookup",
-  "gst_registry_lookup_feature",
-  "gst_registry_plugin_filter",
-  "gst_registry_remove_feature",
-  "gst_registry_remove_plugin",
-  "gst_registry_scan_path",
-  "gst_riff_acid",
-  "gst_riff_create_audio_caps",
-  "gst_riff_create_audio_template_caps",
-  "gst_riff_create_iavs_caps",
-  "gst_riff_create_iavs_template_caps",
-  "gst_riff_create_video_caps",
-  "gst_riff_create_video_template_caps",
-  "gst_riff_dmlh",
-  "gst_riff_index_entry",
-  "gst_riff_init",
-  "gst_riff_parse_chunk",
-  "gst_riff_parse_file_header",
-  "gst_riff_parse_info",
-  "gst_riff_parse_strf_auds",
-  "gst_riff_parse_strf_iavs",
-  "gst_riff_parse_strf_vids",
-  "gst_riff_parse_strh",
-  "gst_riff_read_chunk",
-  "gst_riff_strf_auds",
-  "gst_riff_strf_iavs",
-  "gst_riff_strf_vids",
-  "gst_riff_strh",
-  "gst_rtcp_buffer_add_packet",
-  "gst_rtcp_buffer_get_first_packet",
-  "gst_rtcp_buffer_get_packet_count",
-  "gst_rtcp_buffer_map",
-  "gst_rtcp_buffer_new",
-  "gst_rtcp_buffer_new_copy_data",
-  "gst_rtcp_buffer_new_take_data",
-  "gst_rtcp_buffer_unmap",
-  "gst_rtcp_buffer_validate",
-  "gst_rtcp_buffer_validate_data",
-  "gst_rtcp_buffer_validate_data_reduced",
-  "gst_rtcp_buffer_validate_reduced",
-  "gst_rtcp_ntp_to_unix",
-  "gst_rtcp_packet_add_profile_specific_ext",
-  "gst_rtcp_packet_add_rb",
-  "gst_rtcp_packet_app_get_data",
-  "gst_rtcp_packet_app_get_data_length",
-  "gst_rtcp_packet_app_get_name",
-  "gst_rtcp_packet_app_get_ssrc",
-  "gst_rtcp_packet_app_get_subtype",
-  "gst_rtcp_packet_app_set_data_length",
-  "gst_rtcp_packet_app_set_name",
-  "gst_rtcp_packet_app_set_ssrc",
-  "gst_rtcp_packet_app_set_subtype",
-  "gst_rtcp_packet_bye_add_ssrc",
-  "gst_rtcp_packet_bye_add_ssrcs",
-  "gst_rtcp_packet_bye_get_nth_ssrc",
-  "gst_rtcp_packet_bye_get_reason",
-  "gst_rtcp_packet_bye_get_reason_len",
-  "gst_rtcp_packet_bye_get_ssrc_count",
-  "gst_rtcp_packet_bye_set_reason",
-  "gst_rtcp_packet_copy_profile_specific_ext",
-  "gst_rtcp_packet_fb_get_fci",
-  "gst_rtcp_packet_fb_get_fci_length",
-  "gst_rtcp_packet_fb_get_media_ssrc",
-  "gst_rtcp_packet_fb_get_sender_ssrc",
-  "gst_rtcp_packet_fb_get_type",
-  "gst_rtcp_packet_fb_set_fci_length",
-  "gst_rtcp_packet_fb_set_media_ssrc",
-  "gst_rtcp_packet_fb_set_sender_ssrc",
-  "gst_rtcp_packet_fb_set_type",
-  "gst_rtcp_packet_get_count",
-  "gst_rtcp_packet_get_length",
-  "gst_rtcp_packet_get_padding",
-  "gst_rtcp_packet_get_profile_specific_ext",
-  "gst_rtcp_packet_get_profile_specific_ext_length",
-  "gst_rtcp_packet_get_rb",
-  "gst_rtcp_packet_get_rb_count",
-  "gst_rtcp_packet_get_type",
-  "gst_rtcp_packet_move_to_next",
-  "gst_rtcp_packet_remove",
-  "gst_rtcp_packet_rr_get_ssrc",
-  "gst_rtcp_packet_rr_set_ssrc",
-  "gst_rtcp_packet_sdes_add_entry",
-  "gst_rtcp_packet_sdes_add_item",
-  "gst_rtcp_packet_sdes_copy_entry",
-  "gst_rtcp_packet_sdes_first_entry",
-  "gst_rtcp_packet_sdes_first_item",
-  "gst_rtcp_packet_sdes_get_entry",
-  "gst_rtcp_packet_sdes_get_item_count",
-  "gst_rtcp_packet_sdes_get_ssrc",
-  "gst_rtcp_packet_sdes_next_entry",
-  "gst_rtcp_packet_sdes_next_item",
-  "gst_rtcp_packet_set_rb",
-  "gst_rtcp_packet_sr_get_sender_info",
-  "gst_rtcp_packet_sr_set_sender_info",
-  "gst_rtcp_packet_xr_first_rb",
-  "gst_rtcp_packet_xr_get_block_length",
-  "gst_rtcp_packet_xr_get_block_type",
-  "gst_rtcp_packet_xr_get_dlrr_block",
-  "gst_rtcp_packet_xr_get_prt_by_seq",
-  "gst_rtcp_packet_xr_get_prt_info",
-  "gst_rtcp_packet_xr_get_rle_info",
-  "gst_rtcp_packet_xr_get_rle_nth_chunk",
-  "gst_rtcp_packet_xr_get_rrt",
-  "gst_rtcp_packet_xr_get_ssrc",
-  "gst_rtcp_packet_xr_get_summary_info",
-  "gst_rtcp_packet_xr_get_summary_jitter",
-  "gst_rtcp_packet_xr_get_summary_pkt",
-  "gst_rtcp_packet_xr_get_summary_ttl",
-  "gst_rtcp_packet_xr_get_voip_burst_metrics",
-  "gst_rtcp_packet_xr_get_voip_configuration_params",
-  "gst_rtcp_packet_xr_get_voip_delay_metrics",
-  "gst_rtcp_packet_xr_get_voip_jitter_buffer_params",
-  "gst_rtcp_packet_xr_get_voip_metrics_ssrc",
-  "gst_rtcp_packet_xr_get_voip_packet_metrics",
-  "gst_rtcp_packet_xr_get_voip_quality_metrics",
-  "gst_rtcp_packet_xr_get_voip_signal_metrics",
-  "gst_rtcp_packet_xr_next_rb",
-  "gst_rtcp_sdes_name_to_type",
-  "gst_rtcp_sdes_type_to_name",
-  "gst_rtcp_unix_to_ntp",
-  "gst_rtp_base_audio_payload_flush",
-  "gst_rtp_base_audio_payload_get_adapter",
-  "gst_rtp_base_audio_payload_push",
-  "gst_rtp_base_audio_payload_set_frame_based",
-  "gst_rtp_base_audio_payload_set_frame_options",
-  "gst_rtp_base_audio_payload_set_sample_based",
-  "gst_rtp_base_audio_payload_set_sample_options",
-  "gst_rtp_base_audio_payload_set_samplebits_options",
-  "gst_rtp_base_depayload_delayed",
-  "gst_rtp_base_depayload_dropped",
-  "gst_rtp_base_depayload_flush",
-  "gst_rtp_base_depayload_is_aggregate_hdrext_enabled",
-  "gst_rtp_base_depayload_is_source_info_enabled",
-  "gst_rtp_base_depayload_push",
-  "gst_rtp_base_depayload_push_list",
-  "gst_rtp_base_depayload_set_aggregate_hdrext_enabled",
-  "gst_rtp_base_depayload_set_source_info_enabled",
-  "gst_rtp_base_payload_allocate_output_buffer",
-  "gst_rtp_base_payload_get_source_count",
-  "gst_rtp_base_payload_is_filled",
-  "gst_rtp_base_payload_is_source_info_enabled",
-  "gst_rtp_base_payload_push",
-  "gst_rtp_base_payload_push_list",
-  "gst_rtp_base_payload_set_options",
-  "gst_rtp_base_payload_set_outcaps",
-  "gst_rtp_base_payload_set_outcaps_structure",
-  "gst_rtp_base_payload_set_source_info_enabled",
-  "gst_rtp_buffer_add_extension_onebyte_header",
-  "gst_rtp_buffer_add_extension_twobytes_header",
-  "gst_rtp_buffer_allocate_data",
-  "gst_rtp_buffer_calc_header_len",
-  "gst_rtp_buffer_calc_packet_len",
-  "gst_rtp_buffer_calc_payload_len",
-  "gst_rtp_buffer_compare_seqnum",
-  "gst_rtp_buffer_default_clock_rate",
-  "gst_rtp_buffer_ext_timestamp",
-  "gst_rtp_buffer_get_csrc",
-  "gst_rtp_buffer_get_csrc_count",
-  "gst_rtp_buffer_get_extension",
-  "gst_rtp_buffer_get_extension_bytes",
-  "gst_rtp_buffer_get_extension_data",
-  "gst_rtp_buffer_get_extension_onebyte_header",
-  "gst_rtp_buffer_get_extension_onebyte_header_from_bytes",
-  "gst_rtp_buffer_get_extension_twobytes_header",
-  "gst_rtp_buffer_get_header_len",
-  "gst_rtp_buffer_get_marker",
-  "gst_rtp_buffer_get_packet_len",
-  "gst_rtp_buffer_get_padding",
-  "gst_rtp_buffer_get_payload",
-  "gst_rtp_buffer_get_payload_buffer",
-  "gst_rtp_buffer_get_payload_bytes",
-  "gst_rtp_buffer_get_payload_len",
-  "gst_rtp_buffer_get_payload_subbuffer",
-  "gst_rtp_buffer_get_payload_type",
-  "gst_rtp_buffer_get_seq",
-  "gst_rtp_buffer_get_ssrc",
-  "gst_rtp_buffer_get_timestamp",
-  "gst_rtp_buffer_get_version",
-  "gst_rtp_buffer_map",
-  "gst_rtp_buffer_new_allocate",
-  "gst_rtp_buffer_new_allocate_len",
-  "gst_rtp_buffer_new_copy_data",
-  "gst_rtp_buffer_new_take_data",
-  "gst_rtp_buffer_pad_to",
-  "gst_rtp_buffer_remove_extension_data",
-  "gst_rtp_buffer_set_csrc",
-  "gst_rtp_buffer_set_extension",
-  "gst_rtp_buffer_set_extension_data",
-  "gst_rtp_buffer_set_marker",
-  "gst_rtp_buffer_set_packet_len",
-  "gst_rtp_buffer_set_padding",
-  "gst_rtp_buffer_set_payload_type",
-  "gst_rtp_buffer_set_seq",
-  "gst_rtp_buffer_set_ssrc",
-  "gst_rtp_buffer_set_timestamp",
-  "gst_rtp_buffer_set_version",
-  "gst_rtp_buffer_unmap",
-  "gst_rtp_get_header_extension_list",
-  "gst_rtp_hdrext_get_ntp_56",
-  "gst_rtp_hdrext_get_ntp_64",
-  "gst_rtp_hdrext_set_ntp_56",
-  "gst_rtp_hdrext_set_ntp_64",
-  "gst_rtp_header_extension_class_set_uri",
-  "gst_rtp_header_extension_create_from_uri",
-  "gst_rtp_header_extension_get_direction",
-  "gst_rtp_header_extension_get_id",
-  "gst_rtp_header_extension_get_max_size",
-  "gst_rtp_header_extension_get_sdp_caps_field_name",
-  "gst_rtp_header_extension_get_supported_flags",
-  "gst_rtp_header_extension_get_uri",
-  "gst_rtp_header_extension_read",
-  "gst_rtp_header_extension_set_attributes_from_caps",
-  "gst_rtp_header_extension_set_attributes_from_caps_simple_sdp",
-  "gst_rtp_header_extension_set_caps_from_attributes",
-  "gst_rtp_header_extension_set_caps_from_attributes_helper",
-  "gst_rtp_header_extension_set_caps_from_attributes_simple_sdp",
-  "gst_rtp_header_extension_set_direction",
-  "gst_rtp_header_extension_set_id",
-  "gst_rtp_header_extension_set_non_rtp_sink_caps",
-  "gst_rtp_header_extension_set_wants_update_non_rtp_src_caps",
-  "gst_rtp_header_extension_update_non_rtp_src_caps",
-  "gst_rtp_header_extension_wants_update_non_rtp_src_caps",
-  "gst_rtp_header_extension_write",
-  "gst_rtp_payload_info_for_name",
-  "gst_rtp_payload_info_for_pt",
-  "gst_rtp_source_meta_api_get_type",
-  "gst_rtp_source_meta_append_csrc",
-  "gst_rtp_source_meta_get_info",
-  "gst_rtp_source_meta_get_source_count",
-  "gst_rtp_source_meta_set_ssrc",
-  "gst_rtsp_address_copy",
-  "gst_rtsp_address_free",
-  "gst_rtsp_address_pool_acquire_address",
-  "gst_rtsp_address_pool_add_range",
-  "gst_rtsp_address_pool_clear",
-  "gst_rtsp_address_pool_dump",
-  "gst_rtsp_address_pool_has_unicast_addresses",
-  "gst_rtsp_address_pool_new",
-  "gst_rtsp_address_pool_reserve_address",
-  "gst_rtsp_auth_add_basic",
-  "gst_rtsp_auth_add_digest",
-  "gst_rtsp_auth_check",
-  "gst_rtsp_auth_credentials_free",
-  "gst_rtsp_auth_get_default_token",
-  "gst_rtsp_auth_get_realm",
-  "gst_rtsp_auth_get_supported_methods",
-  "gst_rtsp_auth_get_tls_authentication_mode",
-  "gst_rtsp_auth_get_tls_certificate",
-  "gst_rtsp_auth_get_tls_database",
-  "gst_rtsp_auth_make_basic",
-  "gst_rtsp_auth_new",
-  "gst_rtsp_auth_param_copy",
-  "gst_rtsp_auth_param_free",
-  "gst_rtsp_auth_parse_htdigest",
-  "gst_rtsp_auth_remove_basic",
-  "gst_rtsp_auth_remove_digest",
-  "gst_rtsp_auth_set_default_token",
-  "gst_rtsp_auth_set_realm",
-  "gst_rtsp_auth_set_supported_methods",
-  "gst_rtsp_auth_set_tls_authentication_mode",
-  "gst_rtsp_auth_set_tls_certificate",
-  "gst_rtsp_auth_set_tls_database",
-  "gst_rtsp_client_attach",
-  "gst_rtsp_client_close",
-  "gst_rtsp_client_get_auth",
-  "gst_rtsp_client_get_connection",
-  "gst_rtsp_client_get_content_length_limit",
-  "gst_rtsp_client_get_mount_points",
-  "gst_rtsp_client_get_session_pool",
-  "gst_rtsp_client_get_stream_transport",
-  "gst_rtsp_client_get_thread_pool",
-  "gst_rtsp_client_handle_message",
-  "gst_rtsp_client_new",
-  "gst_rtsp_client_send_message",
-  "gst_rtsp_client_session_filter",
-  "gst_rtsp_client_set_auth",
-  "gst_rtsp_client_set_connection",
-  "gst_rtsp_client_set_content_length_limit",
-  "gst_rtsp_client_set_mount_points",
-  "gst_rtsp_client_set_send_func",
-  "gst_rtsp_client_set_send_messages_func",
-  "gst_rtsp_client_set_session_pool",
-  "gst_rtsp_client_set_thread_pool",
-  "gst_rtsp_connection_accept",
-  "gst_rtsp_connection_add_extra_http_request_header",
-  "gst_rtsp_connection_clear_auth_params",
-  "gst_rtsp_connection_close",
-  "gst_rtsp_connection_connect",
-  "gst_rtsp_connection_connect_usec",
-  "gst_rtsp_connection_connect_with_response",
-  "gst_rtsp_connection_connect_with_response_usec",
-  "gst_rtsp_connection_create",
-  "gst_rtsp_connection_create_from_socket",
-  "gst_rtsp_connection_do_tunnel",
-  "gst_rtsp_connection_flush",
-  "gst_rtsp_connection_free",
-  "gst_rtsp_connection_get_ignore_x_server_reply",
-  "gst_rtsp_connection_get_ip",
-  "gst_rtsp_connection_get_read_socket",
-  "gst_rtsp_connection_get_remember_session_id",
-  "gst_rtsp_connection_get_tls",
-  "gst_rtsp_connection_get_tls_database",
-  "gst_rtsp_connection_get_tls_interaction",
-  "gst_rtsp_connection_get_tls_validation_flags",
-  "gst_rtsp_connection_get_tunnelid",
-  "gst_rtsp_connection_get_url",
-  "gst_rtsp_connection_get_write_socket",
-  "gst_rtsp_connection_is_tunneled",
-  "gst_rtsp_connection_next_timeout",
-  "gst_rtsp_connection_next_timeout_usec",
-  "gst_rtsp_connection_poll",
-  "gst_rtsp_connection_poll_usec",
-  "gst_rtsp_connection_read",
-  "gst_rtsp_connection_read_usec",
-  "gst_rtsp_connection_receive",
-  "gst_rtsp_connection_receive_usec",
-  "gst_rtsp_connection_reset_timeout",
-  "gst_rtsp_connection_send",
-  "gst_rtsp_connection_send_messages",
-  "gst_rtsp_connection_send_messages_usec",
-  "gst_rtsp_connection_send_usec",
-  "gst_rtsp_connection_set_accept_certificate_func",
-  "gst_rtsp_connection_set_auth",
-  "gst_rtsp_connection_set_auth_param",
-  "gst_rtsp_connection_set_content_length_limit",
-  "gst_rtsp_connection_set_http_mode",
-  "gst_rtsp_connection_set_ignore_x_server_reply",
-  "gst_rtsp_connection_set_ip",
-  "gst_rtsp_connection_set_proxy",
-  "gst_rtsp_connection_set_qos_dscp",
-  "gst_rtsp_connection_set_remember_session_id",
-  "gst_rtsp_connection_set_tls_database",
-  "gst_rtsp_connection_set_tls_interaction",
-  "gst_rtsp_connection_set_tls_validation_flags",
-  "gst_rtsp_connection_set_tunneled",
-  "gst_rtsp_connection_write",
-  "gst_rtsp_connection_write_usec",
-  "gst_rtsp_context_get_current",
-  "gst_rtsp_context_get_type",
-  "gst_rtsp_context_pop_current",
-  "gst_rtsp_context_push_current",
-  "gst_rtsp_context_set_token",
-  "gst_rtsp_extension_after_send",
-  "gst_rtsp_extension_before_send",
-  "gst_rtsp_extension_configure_stream",
-  "gst_rtsp_extension_detect_server",
-  "gst_rtsp_extension_get_transports",
-  "gst_rtsp_extension_parse_sdp",
-  "gst_rtsp_extension_receive_request",
-  "gst_rtsp_extension_send",
-  "gst_rtsp_extension_setup_media",
-  "gst_rtsp_extension_stream_select",
-  "gst_rtsp_find_header_field",
-  "gst_rtsp_find_method",
-  "gst_rtsp_generate_digest_auth_response",
-  "gst_rtsp_generate_digest_auth_response_from_md5",
-  "gst_rtsp_header_allow_multiple",
-  "gst_rtsp_header_as_text",
-  "gst_rtsp_media_can_be_shared",
-  "gst_rtsp_media_collect_streams",
-  "gst_rtsp_media_complete_pipeline",
-  "gst_rtsp_media_create_stream",
-  "gst_rtsp_media_factory_add_role",
-  "gst_rtsp_media_factory_add_role_from_structure",
-  "gst_rtsp_media_factory_construct",
-  "gst_rtsp_media_factory_create_element",
-  "gst_rtsp_media_factory_get_address_pool",
-  "gst_rtsp_media_factory_get_buffer_size",
-  "gst_rtsp_media_factory_get_clock",
-  "gst_rtsp_media_factory_get_do_retransmission",
-  "gst_rtsp_media_factory_get_dscp_qos",
-  "gst_rtsp_media_factory_get_ensure_keyunit_on_start",
-  "gst_rtsp_media_factory_get_ensure_keyunit_on_start_timeout",
-  "gst_rtsp_media_factory_get_latency",
-  "gst_rtsp_media_factory_get_launch",
-  "gst_rtsp_media_factory_get_max_mcast_ttl",
-  "gst_rtsp_media_factory_get_media_gtype",
-  "gst_rtsp_media_factory_get_multicast_iface",
-  "gst_rtsp_media_factory_get_permissions",
-  "gst_rtsp_media_factory_get_profiles",
-  "gst_rtsp_media_factory_get_protocols",
-  "gst_rtsp_media_factory_get_publish_clock_mode",
-  "gst_rtsp_media_factory_get_retransmission_time",
-  "gst_rtsp_media_factory_get_suspend_mode",
-  "gst_rtsp_media_factory_get_transport_mode",
-  "gst_rtsp_media_factory_is_bind_mcast_address",
-  "gst_rtsp_media_factory_is_enable_rtcp",
-  "gst_rtsp_media_factory_is_eos_shutdown",
-  "gst_rtsp_media_factory_is_shared",
-  "gst_rtsp_media_factory_is_stop_on_disonnect",
-  "gst_rtsp_media_factory_new",
-  "gst_rtsp_media_factory_set_address_pool",
-  "gst_rtsp_media_factory_set_bind_mcast_address",
-  "gst_rtsp_media_factory_set_buffer_size",
-  "gst_rtsp_media_factory_set_clock",
-  "gst_rtsp_media_factory_set_do_retransmission",
-  "gst_rtsp_media_factory_set_dscp_qos",
-  "gst_rtsp_media_factory_set_enable_rtcp",
-  "gst_rtsp_media_factory_set_ensure_keyunit_on_start",
-  "gst_rtsp_media_factory_set_ensure_keyunit_on_start_timeout",
-  "gst_rtsp_media_factory_set_eos_shutdown",
-  "gst_rtsp_media_factory_set_latency",
-  "gst_rtsp_media_factory_set_launch",
-  "gst_rtsp_media_factory_set_max_mcast_ttl",
-  "gst_rtsp_media_factory_set_media_gtype",
-  "gst_rtsp_media_factory_set_multicast_iface",
-  "gst_rtsp_media_factory_set_permissions",
-  "gst_rtsp_media_factory_set_profiles",
-  "gst_rtsp_media_factory_set_protocols",
-  "gst_rtsp_media_factory_set_publish_clock_mode",
-  "gst_rtsp_media_factory_set_retransmission_time",
-  "gst_rtsp_media_factory_set_shared",
-  "gst_rtsp_media_factory_set_stop_on_disconnect",
-  "gst_rtsp_media_factory_set_suspend_mode",
-  "gst_rtsp_media_factory_set_transport_mode",
-  "gst_rtsp_media_factory_uri_get_uri",
-  "gst_rtsp_media_factory_uri_new",
-  "gst_rtsp_media_factory_uri_set_uri",
-  "gst_rtsp_media_find_stream",
-  "gst_rtsp_media_get_address_pool",
-  "gst_rtsp_media_get_base_time",
-  "gst_rtsp_media_get_buffer_size",
-  "gst_rtsp_media_get_clock",
-  "gst_rtsp_media_get_do_retransmission",
-  "gst_rtsp_media_get_dscp_qos",
-  "gst_rtsp_media_get_element",
-  "gst_rtsp_media_get_ensure_keyunit_on_start",
-  "gst_rtsp_media_get_ensure_keyunit_on_start_timeout",
-  "gst_rtsp_media_get_latency",
-  "gst_rtsp_media_get_max_mcast_ttl",
-  "gst_rtsp_media_get_multicast_iface",
-  "gst_rtsp_media_get_permissions",
-  "gst_rtsp_media_get_profiles",
-  "gst_rtsp_media_get_protocols",
-  "gst_rtsp_media_get_publish_clock_mode",
-  "gst_rtsp_media_get_range_string",
-  "gst_rtsp_media_get_rate_control",
-  "gst_rtsp_media_get_rates",
-  "gst_rtsp_media_get_retransmission_time",
-  "gst_rtsp_media_get_status",
-  "gst_rtsp_media_get_stream",
-  "gst_rtsp_media_get_suspend_mode",
-  "gst_rtsp_media_get_time_provider",
-  "gst_rtsp_media_get_transport_mode",
-  "gst_rtsp_media_handle_sdp",
-  "gst_rtsp_media_has_completed_sender",
-  "gst_rtsp_media_is_bind_mcast_address",
-  "gst_rtsp_media_is_eos_shutdown",
-  "gst_rtsp_media_is_receive_only",
-  "gst_rtsp_media_is_reusable",
-  "gst_rtsp_media_is_shared",
-  "gst_rtsp_media_is_stop_on_disconnect",
-  "gst_rtsp_media_is_time_provider",
-  "gst_rtsp_media_lock",
-  "gst_rtsp_media_n_streams",
-  "gst_rtsp_media_new",
-  "gst_rtsp_media_prepare",
-  "gst_rtsp_media_seek",
-  "gst_rtsp_media_seek_full",
-  "gst_rtsp_media_seek_trickmode",
-  "gst_rtsp_media_seekable",
-  "gst_rtsp_media_set_address_pool",
-  "gst_rtsp_media_set_bind_mcast_address",
-  "gst_rtsp_media_set_buffer_size",
-  "gst_rtsp_media_set_clock",
-  "gst_rtsp_media_set_do_retransmission",
-  "gst_rtsp_media_set_dscp_qos",
-  "gst_rtsp_media_set_ensure_keyunit_on_start",
-  "gst_rtsp_media_set_ensure_keyunit_on_start_timeout",
-  "gst_rtsp_media_set_eos_shutdown",
-  "gst_rtsp_media_set_latency",
-  "gst_rtsp_media_set_max_mcast_ttl",
-  "gst_rtsp_media_set_multicast_iface",
-  "gst_rtsp_media_set_permissions",
-  "gst_rtsp_media_set_pipeline_state",
-  "gst_rtsp_media_set_profiles",
-  "gst_rtsp_media_set_protocols",
-  "gst_rtsp_media_set_publish_clock_mode",
-  "gst_rtsp_media_set_rate_control",
-  "gst_rtsp_media_set_retransmission_time",
-  "gst_rtsp_media_set_reusable",
-  "gst_rtsp_media_set_shared",
-  "gst_rtsp_media_set_state",
-  "gst_rtsp_media_set_stop_on_disconnect",
-  "gst_rtsp_media_set_suspend_mode",
-  "gst_rtsp_media_set_transport_mode",
-  "gst_rtsp_media_setup_sdp",
-  "gst_rtsp_media_suspend",
-  "gst_rtsp_media_take_pipeline",
-  "gst_rtsp_media_unlock",
-  "gst_rtsp_media_unprepare",
-  "gst_rtsp_media_unsuspend",
-  "gst_rtsp_media_use_time_provider",
-  "gst_rtsp_message_add_header",
-  "gst_rtsp_message_add_header_by_name",
-  "gst_rtsp_message_append_headers",
-  "gst_rtsp_message_copy",
-  "gst_rtsp_message_dump",
-  "gst_rtsp_message_free",
-  "gst_rtsp_message_get_body",
-  "gst_rtsp_message_get_body_buffer",
-  "gst_rtsp_message_get_header",
-  "gst_rtsp_message_get_header_by_name",
-  "gst_rtsp_message_get_type",
-  "gst_rtsp_message_has_body_buffer",
-  "gst_rtsp_message_init",
-  "gst_rtsp_message_init_data",
-  "gst_rtsp_message_init_request",
-  "gst_rtsp_message_init_response",
-  "gst_rtsp_message_new",
-  "gst_rtsp_message_new_data",
-  "gst_rtsp_message_new_request",
-  "gst_rtsp_message_new_response",
-  "gst_rtsp_message_parse_auth_credentials",
-  "gst_rtsp_message_parse_data",
-  "gst_rtsp_message_parse_request",
-  "gst_rtsp_message_parse_response",
-  "gst_rtsp_message_remove_header",
-  "gst_rtsp_message_remove_header_by_name",
-  "gst_rtsp_message_set_body",
-  "gst_rtsp_message_set_body_buffer",
-  "gst_rtsp_message_steal_body",
-  "gst_rtsp_message_steal_body_buffer",
-  "gst_rtsp_message_take_body",
-  "gst_rtsp_message_take_body_buffer",
-  "gst_rtsp_message_take_header",
-  "gst_rtsp_message_take_header_by_name",
-  "gst_rtsp_message_unset",
-  "gst_rtsp_method_as_text",
-  "gst_rtsp_mount_points_add_factory",
-  "gst_rtsp_mount_points_make_path",
-  "gst_rtsp_mount_points_match",
-  "gst_rtsp_mount_points_new",
-  "gst_rtsp_mount_points_remove_factory",
-  "gst_rtsp_onvif_client_new",
-  "gst_rtsp_onvif_media_collect_backchannel",
-  "gst_rtsp_onvif_media_factory_get_backchannel_bandwidth",
-  "gst_rtsp_onvif_media_factory_get_backchannel_launch",
-  "gst_rtsp_onvif_media_factory_has_backchannel_support",
-  "gst_rtsp_onvif_media_factory_has_replay_support",
-  "gst_rtsp_onvif_media_factory_new",
-  "gst_rtsp_onvif_media_factory_requires_backchannel",
-  "gst_rtsp_onvif_media_factory_set_backchannel_bandwidth",
-  "gst_rtsp_onvif_media_factory_set_backchannel_launch",
-  "gst_rtsp_onvif_media_factory_set_replay_support",
-  "gst_rtsp_onvif_media_get_backchannel_bandwidth",
-  "gst_rtsp_onvif_media_set_backchannel_bandwidth",
-  "gst_rtsp_onvif_server_new",
-  "gst_rtsp_options_as_text",
-  "gst_rtsp_options_from_text",
-  "gst_rtsp_params_get",
-  "gst_rtsp_params_set",
-  "gst_rtsp_permissions_add_permission_for_role",
-  "gst_rtsp_permissions_add_role",
-  "gst_rtsp_permissions_add_role_empty",
-  "gst_rtsp_permissions_add_role_from_structure",
-  "gst_rtsp_permissions_add_role_valist",
-  "gst_rtsp_permissions_get_role",
-  "gst_rtsp_permissions_is_allowed",
-  "gst_rtsp_permissions_new",
-  "gst_rtsp_permissions_remove_role",
-  "gst_rtsp_range_convert_units",
-  "gst_rtsp_range_free",
-  "gst_rtsp_range_get_times",
-  "gst_rtsp_range_parse",
-  "gst_rtsp_range_to_string",
-  "gst_rtsp_sdp_from_media",
-  "gst_rtsp_sdp_from_stream",
-  "gst_rtsp_sdp_make_media",
-  "gst_rtsp_server_attach",
-  "gst_rtsp_server_client_filter",
-  "gst_rtsp_server_create_socket",
-  "gst_rtsp_server_create_source",
-  "gst_rtsp_server_get_address",
-  "gst_rtsp_server_get_auth",
-  "gst_rtsp_server_get_backlog",
-  "gst_rtsp_server_get_bound_port",
-  "gst_rtsp_server_get_content_length_limit",
-  "gst_rtsp_server_get_mount_points",
-  "gst_rtsp_server_get_service",
-  "gst_rtsp_server_get_session_pool",
-  "gst_rtsp_server_get_thread_pool",
-  "gst_rtsp_server_io_func",
-  "gst_rtsp_server_new",
-  "gst_rtsp_server_set_address",
-  "gst_rtsp_server_set_auth",
-  "gst_rtsp_server_set_backlog",
-  "gst_rtsp_server_set_content_length_limit",
-  "gst_rtsp_server_set_mount_points",
-  "gst_rtsp_server_set_service",
-  "gst_rtsp_server_set_session_pool",
-  "gst_rtsp_server_set_thread_pool",
-  "gst_rtsp_server_transfer_connection",
-  "gst_rtsp_session_allow_expire",
-  "gst_rtsp_session_dup_media",
-  "gst_rtsp_session_filter",
-  "gst_rtsp_session_get_header",
-  "gst_rtsp_session_get_media",
-  "gst_rtsp_session_get_sessionid",
-  "gst_rtsp_session_get_timeout",
-  "gst_rtsp_session_is_expired",
-  "gst_rtsp_session_is_expired_usec",
-  "gst_rtsp_session_manage_media",
-  "gst_rtsp_session_media_alloc_channels",
-  "gst_rtsp_session_media_get_base_time",
-  "gst_rtsp_session_media_get_media",
-  "gst_rtsp_session_media_get_rtpinfo",
-  "gst_rtsp_session_media_get_rtsp_state",
-  "gst_rtsp_session_media_get_transport",
-  "gst_rtsp_session_media_get_transports",
-  "gst_rtsp_session_media_matches",
-  "gst_rtsp_session_media_new",
-  "gst_rtsp_session_media_set_rtsp_state",
-  "gst_rtsp_session_media_set_state",
-  "gst_rtsp_session_media_set_transport",
-  "gst_rtsp_session_new",
-  "gst_rtsp_session_next_timeout",
-  "gst_rtsp_session_next_timeout_usec",
-  "gst_rtsp_session_pool_cleanup",
-  "gst_rtsp_session_pool_create",
-  "gst_rtsp_session_pool_create_watch",
-  "gst_rtsp_session_pool_filter",
-  "gst_rtsp_session_pool_find",
-  "gst_rtsp_session_pool_get_max_sessions",
-  "gst_rtsp_session_pool_get_n_sessions",
-  "gst_rtsp_session_pool_new",
-  "gst_rtsp_session_pool_remove",
-  "gst_rtsp_session_pool_set_max_sessions",
-  "gst_rtsp_session_prevent_expire",
-  "gst_rtsp_session_release_media",
-  "gst_rtsp_session_set_timeout",
-  "gst_rtsp_session_touch",
-  "gst_rtsp_status_as_text",
-  "gst_rtsp_stream_add_multicast_client_address",
-  "gst_rtsp_stream_add_transport",
-  "gst_rtsp_stream_allocate_udp_sockets",
-  "gst_rtsp_stream_complete_stream",
-  "gst_rtsp_stream_get_address_pool",
-  "gst_rtsp_stream_get_buffer_size",
-  "gst_rtsp_stream_get_caps",
-  "gst_rtsp_stream_get_control",
-  "gst_rtsp_stream_get_current_seqnum",
-  "gst_rtsp_stream_get_dscp_qos",
-  "gst_rtsp_stream_get_index",
-  "gst_rtsp_stream_get_joined_bin",
-  "gst_rtsp_stream_get_max_mcast_ttl",
-  "gst_rtsp_stream_get_mtu",
-  "gst_rtsp_stream_get_multicast_address",
-  "gst_rtsp_stream_get_multicast_client_addresses",
-  "gst_rtsp_stream_get_multicast_iface",
-  "gst_rtsp_stream_get_profiles",
-  "gst_rtsp_stream_get_protocols",
-  "gst_rtsp_stream_get_pt",
-  "gst_rtsp_stream_get_publish_clock_mode",
-  "gst_rtsp_stream_get_rate_control",
-  "gst_rtsp_stream_get_rates",
-  "gst_rtsp_stream_get_retransmission_pt",
-  "gst_rtsp_stream_get_retransmission_time",
-  "gst_rtsp_stream_get_rtcp_multicast_socket",
-  "gst_rtsp_stream_get_rtcp_socket",
-  "gst_rtsp_stream_get_rtp_multicast_socket",
-  "gst_rtsp_stream_get_rtp_socket",
-  "gst_rtsp_stream_get_rtpinfo",
-  "gst_rtsp_stream_get_rtpsession",
-  "gst_rtsp_stream_get_server_port",
-  "gst_rtsp_stream_get_sinkpad",
-  "gst_rtsp_stream_get_srcpad",
-  "gst_rtsp_stream_get_srtp_encoder",
-  "gst_rtsp_stream_get_ssrc",
-  "gst_rtsp_stream_get_ulpfec_enabled",
-  "gst_rtsp_stream_get_ulpfec_percentage",
-  "gst_rtsp_stream_get_ulpfec_pt",
-  "gst_rtsp_stream_handle_keymgmt",
-  "gst_rtsp_stream_has_control",
-  "gst_rtsp_stream_is_bind_mcast_address",
-  "gst_rtsp_stream_is_blocking",
-  "gst_rtsp_stream_is_client_side",
-  "gst_rtsp_stream_is_complete",
-  "gst_rtsp_stream_is_receiver",
-  "gst_rtsp_stream_is_sender",
-  "gst_rtsp_stream_is_transport_supported",
-  "gst_rtsp_stream_join_bin",
-  "gst_rtsp_stream_leave_bin",
-  "gst_rtsp_stream_new",
-  "gst_rtsp_stream_query_position",
-  "gst_rtsp_stream_query_stop",
-  "gst_rtsp_stream_recv_rtcp",
-  "gst_rtsp_stream_recv_rtp",
-  "gst_rtsp_stream_remove_transport",
-  "gst_rtsp_stream_request_aux_receiver",
-  "gst_rtsp_stream_request_aux_sender",
-  "gst_rtsp_stream_request_ulpfec_decoder",
-  "gst_rtsp_stream_request_ulpfec_encoder",
-  "gst_rtsp_stream_reserve_address",
-  "gst_rtsp_stream_seekable",
-  "gst_rtsp_stream_set_address_pool",
-  "gst_rtsp_stream_set_bind_mcast_address",
-  "gst_rtsp_stream_set_blocked",
-  "gst_rtsp_stream_set_buffer_size",
-  "gst_rtsp_stream_set_client_side",
-  "gst_rtsp_stream_set_control",
-  "gst_rtsp_stream_set_dscp_qos",
-  "gst_rtsp_stream_set_max_mcast_ttl",
-  "gst_rtsp_stream_set_mtu",
-  "gst_rtsp_stream_set_multicast_iface",
-  "gst_rtsp_stream_set_profiles",
-  "gst_rtsp_stream_set_protocols",
-  "gst_rtsp_stream_set_pt_map",
-  "gst_rtsp_stream_set_publish_clock_mode",
-  "gst_rtsp_stream_set_rate_control",
-  "gst_rtsp_stream_set_retransmission_pt",
-  "gst_rtsp_stream_set_retransmission_time",
-  "gst_rtsp_stream_set_seqnum_offset",
-  "gst_rtsp_stream_set_ulpfec_percentage",
-  "gst_rtsp_stream_set_ulpfec_pt",
-  "gst_rtsp_stream_transport_filter",
-  "gst_rtsp_stream_transport_get_rtpinfo",
-  "gst_rtsp_stream_transport_get_stream",
-  "gst_rtsp_stream_transport_get_transport",
-  "gst_rtsp_stream_transport_get_url",
-  "gst_rtsp_stream_transport_is_timed_out",
-  "gst_rtsp_stream_transport_keep_alive",
-  "gst_rtsp_stream_transport_message_sent",
-  "gst_rtsp_stream_transport_new",
-  "gst_rtsp_stream_transport_recv_data",
-  "gst_rtsp_stream_transport_send_rtcp",
-  "gst_rtsp_stream_transport_send_rtcp_list",
-  "gst_rtsp_stream_transport_send_rtp",
-  "gst_rtsp_stream_transport_send_rtp_list",
-  "gst_rtsp_stream_transport_set_active",
-  "gst_rtsp_stream_transport_set_callbacks",
-  "gst_rtsp_stream_transport_set_keepalive",
-  "gst_rtsp_stream_transport_set_list_callbacks",
-  "gst_rtsp_stream_transport_set_message_sent",
-  "gst_rtsp_stream_transport_set_message_sent_full",
-  "gst_rtsp_stream_transport_set_timed_out",
-  "gst_rtsp_stream_transport_set_transport",
-  "gst_rtsp_stream_transport_set_url",
-  "gst_rtsp_stream_unblock_linked",
-  "gst_rtsp_stream_unblock_rtcp",
-  "gst_rtsp_stream_update_crypto",
-  "gst_rtsp_stream_verify_mcast_ttl",
-  "gst_rtsp_strresult",
-  "gst_rtsp_thread_new",
-  "gst_rtsp_thread_pool_cleanup",
-  "gst_rtsp_thread_pool_get_max_threads",
-  "gst_rtsp_thread_pool_get_thread",
-  "gst_rtsp_thread_pool_new",
-  "gst_rtsp_thread_pool_set_max_threads",
-  "gst_rtsp_thread_reuse",
-  "gst_rtsp_thread_stop",
-  "gst_rtsp_token_get_string",
-  "gst_rtsp_token_get_structure",
-  "gst_rtsp_token_is_allowed",
-  "gst_rtsp_token_new",
-  "gst_rtsp_token_new_empty",
-  "gst_rtsp_token_new_valist",
-  "gst_rtsp_token_set_bool",
-  "gst_rtsp_token_set_string",
-  "gst_rtsp_token_writable_structure",
-  "gst_rtsp_transport_as_text",
-  "gst_rtsp_transport_free",
-  "gst_rtsp_transport_get_manager",
-  "gst_rtsp_transport_get_media_type",
-  "gst_rtsp_transport_get_mime",
-  "gst_rtsp_transport_init",
-  "gst_rtsp_transport_new",
-  "gst_rtsp_transport_parse",
-  "gst_rtsp_url_copy",
-  "gst_rtsp_url_decode_path_components",
-  "gst_rtsp_url_free",
-  "gst_rtsp_url_get_port",
-  "gst_rtsp_url_get_request_uri",
-  "gst_rtsp_url_get_request_uri_with_control",
-  "gst_rtsp_url_parse",
-  "gst_rtsp_url_set_port",
-  "gst_rtsp_version_as_text",
-  "gst_rtsp_watch_attach",
-  "gst_rtsp_watch_get_send_backlog",
-  "gst_rtsp_watch_new",
-  "gst_rtsp_watch_reset",
-  "gst_rtsp_watch_send_message",
-  "gst_rtsp_watch_send_messages",
-  "gst_rtsp_watch_set_flushing",
-  "gst_rtsp_watch_set_send_backlog",
-  "gst_rtsp_watch_unref",
-  "gst_rtsp_watch_wait_backlog",
-  "gst_rtsp_watch_wait_backlog_usec",
-  "gst_rtsp_watch_write_data",
-  "gst_sample_copy",
-  "gst_sample_get_buffer",
-  "gst_sample_get_buffer_list",
-  "gst_sample_get_caps",
-  "gst_sample_get_info",
-  "gst_sample_get_segment",
-  "gst_sample_is_writable",
-  "gst_sample_make_writable",
-  "gst_sample_new",
-  "gst_sample_ref",
-  "gst_sample_set_buffer",
-  "gst_sample_set_buffer_list",
-  "gst_sample_set_caps",
-  "gst_sample_set_info",
-  "gst_sample_set_segment",
-  "gst_sample_unref",
-  "gst_sdp_address_is_multicast",
-  "gst_sdp_attribute_clear",
-  "gst_sdp_attribute_set",
-  "gst_sdp_bandwidth_clear",
-  "gst_sdp_bandwidth_set",
-  "gst_sdp_connection_clear",
-  "gst_sdp_connection_set",
-  "gst_sdp_make_keymgmt",
-  "gst_sdp_media_add_attribute",
-  "gst_sdp_media_add_bandwidth",
-  "gst_sdp_media_add_connection",
-  "gst_sdp_media_add_format",
-  "gst_sdp_media_as_text",
-  "gst_sdp_media_attributes_len",
-  "gst_sdp_media_attributes_to_caps",
-  "gst_sdp_media_bandwidths_len",
-  "gst_sdp_media_connections_len",
-  "gst_sdp_media_copy",
-  "gst_sdp_media_formats_len",
-  "gst_sdp_media_free",
-  "gst_sdp_media_get_attribute",
-  "gst_sdp_media_get_attribute_val",
-  "gst_sdp_media_get_attribute_val_n",
-  "gst_sdp_media_get_bandwidth",
-  "gst_sdp_media_get_caps_from_media",
-  "gst_sdp_media_get_connection",
-  "gst_sdp_media_get_format",
-  "gst_sdp_media_get_information",
-  "gst_sdp_media_get_key",
-  "gst_sdp_media_get_media",
-  "gst_sdp_media_get_num_ports",
-  "gst_sdp_media_get_port",
-  "gst_sdp_media_get_proto",
-  "gst_sdp_media_init",
-  "gst_sdp_media_insert_attribute",
-  "gst_sdp_media_insert_bandwidth",
-  "gst_sdp_media_insert_connection",
-  "gst_sdp_media_insert_format",
-  "gst_sdp_media_new",
-  "gst_sdp_media_parse_keymgmt",
-  "gst_sdp_media_remove_attribute",
-  "gst_sdp_media_remove_bandwidth",
-  "gst_sdp_media_remove_connection",
-  "gst_sdp_media_remove_format",
-  "gst_sdp_media_replace_attribute",
-  "gst_sdp_media_replace_bandwidth",
-  "gst_sdp_media_replace_connection",
-  "gst_sdp_media_replace_format",
-  "gst_sdp_media_set_information",
-  "gst_sdp_media_set_key",
-  "gst_sdp_media_set_media",
-  "gst_sdp_media_set_media_from_caps",
-  "gst_sdp_media_set_port_info",
-  "gst_sdp_media_set_proto",
-  "gst_sdp_media_uninit",
-  "gst_sdp_message_add_attribute",
-  "gst_sdp_message_add_bandwidth",
-  "gst_sdp_message_add_email",
-  "gst_sdp_message_add_media",
-  "gst_sdp_message_add_phone",
-  "gst_sdp_message_add_time",
-  "gst_sdp_message_add_zone",
-  "gst_sdp_message_as_text",
-  "gst_sdp_message_as_uri",
-  "gst_sdp_message_attributes_len",
-  "gst_sdp_message_attributes_to_caps",
-  "gst_sdp_message_bandwidths_len",
-  "gst_sdp_message_copy",
-  "gst_sdp_message_dump",
-  "gst_sdp_message_emails_len",
-  "gst_sdp_message_free",
-  "gst_sdp_message_get_attribute",
-  "gst_sdp_message_get_attribute_val",
-  "gst_sdp_message_get_attribute_val_n",
-  "gst_sdp_message_get_bandwidth",
-  "gst_sdp_message_get_connection",
-  "gst_sdp_message_get_email",
-  "gst_sdp_message_get_information",
-  "gst_sdp_message_get_key",
-  "gst_sdp_message_get_media",
-  "gst_sdp_message_get_origin",
-  "gst_sdp_message_get_phone",
-  "gst_sdp_message_get_session_name",
-  "gst_sdp_message_get_time",
-  "gst_sdp_message_get_uri",
-  "gst_sdp_message_get_version",
-  "gst_sdp_message_get_zone",
-  "gst_sdp_message_init",
-  "gst_sdp_message_insert_attribute",
-  "gst_sdp_message_insert_bandwidth",
-  "gst_sdp_message_insert_email",
-  "gst_sdp_message_insert_phone",
-  "gst_sdp_message_insert_time",
-  "gst_sdp_message_insert_zone",
-  "gst_sdp_message_medias_len",
-  "gst_sdp_message_new",
-  "gst_sdp_message_new_from_text",
-  "gst_sdp_message_parse_buffer",
-  "gst_sdp_message_parse_keymgmt",
-  "gst_sdp_message_parse_uri",
-  "gst_sdp_message_phones_len",
-  "gst_sdp_message_remove_attribute",
-  "gst_sdp_message_remove_bandwidth",
-  "gst_sdp_message_remove_email",
-  "gst_sdp_message_remove_media",
-  "gst_sdp_message_remove_phone",
-  "gst_sdp_message_remove_time",
-  "gst_sdp_message_remove_zone",
-  "gst_sdp_message_replace_attribute",
-  "gst_sdp_message_replace_bandwidth",
-  "gst_sdp_message_replace_email",
-  "gst_sdp_message_replace_phone",
-  "gst_sdp_message_replace_time",
-  "gst_sdp_message_replace_zone",
-  "gst_sdp_message_set_connection",
-  "gst_sdp_message_set_information",
-  "gst_sdp_message_set_key",
-  "gst_sdp_message_set_origin",
-  "gst_sdp_message_set_session_name",
-  "gst_sdp_message_set_uri",
-  "gst_sdp_message_set_version",
-  "gst_sdp_message_times_len",
-  "gst_sdp_message_uninit",
-  "gst_sdp_message_zones_len",
-  "gst_sdp_time_clear",
-  "gst_sdp_time_set",
-  "gst_sdp_zone_clear",
-  "gst_sdp_zone_set",
-  "gst_segment_clip",
-  "gst_segment_copy",
-  "gst_segment_copy_into",
-  "gst_segment_do_seek",
-  "gst_segment_free",
-  "gst_segment_init",
-  "gst_segment_is_equal",
-  "gst_segment_new",
-  "gst_segment_offset_running_time",
-  "gst_segment_position_from_running_time",
-  "gst_segment_position_from_running_time_full",
-  "gst_segment_position_from_stream_time",
-  "gst_segment_position_from_stream_time_full",
-  "gst_segment_set_running_time",
-  "gst_segment_to_position",
-  "gst_segment_to_running_time",
-  "gst_segment_to_running_time_full",
-  "gst_segment_to_stream_time",
-  "gst_segment_to_stream_time_full",
-  "gst_segtrap_is_enabled",
-  "gst_segtrap_set_enabled",
-  "gst_shared_task_pool_get_max_threads",
-  "gst_shared_task_pool_new",
-  "gst_shared_task_pool_set_max_threads",
-  "gst_shm_allocator_get",
-  "gst_shm_allocator_init_once",
-  "gst_source_buffer_abort",
-  "gst_source_buffer_append_buffer",
-  "gst_source_buffer_change_content_type",
-  "gst_source_buffer_get_append_mode",
-  "gst_source_buffer_get_append_window_end",
-  "gst_source_buffer_get_append_window_start",
-  "gst_source_buffer_get_buffered",
-  "gst_source_buffer_get_content_type",
-  "gst_source_buffer_get_timestamp_offset",
-  "gst_source_buffer_get_updating",
-  "gst_source_buffer_list_get_length",
-  "gst_source_buffer_list_index",
-  "gst_source_buffer_remove",
-  "gst_source_buffer_set_append_mode",
-  "gst_source_buffer_set_append_window_end",
-  "gst_source_buffer_set_append_window_start",
-  "gst_source_buffer_set_timestamp_offset",
-  "gst_state_change_get_name",
-  "gst_static_caps_cleanup",
-  "gst_static_caps_get",
-  "gst_static_pad_template_get",
-  "gst_static_pad_template_get_caps",
-  "gst_stream_collection_add_stream",
-  "gst_stream_collection_get_size",
-  "gst_stream_collection_get_stream",
-  "gst_stream_collection_get_upstream_id",
-  "gst_stream_collection_new",
-  "gst_stream_get_caps",
-  "gst_stream_get_stream_flags",
-  "gst_stream_get_stream_id",
-  "gst_stream_get_stream_type",
-  "gst_stream_get_tags",
-  "gst_stream_new",
-  "gst_stream_set_caps",
-  "gst_stream_set_stream_flags",
-  "gst_stream_set_stream_type",
-  "gst_stream_set_tags",
-  "gst_stream_type_get_name",
-  "gst_stream_volume_convert_volume",
-  "gst_stream_volume_get_mute",
-  "gst_stream_volume_get_volume",
-  "gst_stream_volume_set_mute",
-  "gst_stream_volume_set_volume",
-  "gst_structure_can_intersect",
-  "gst_structure_copy",
-  "gst_structure_filter_and_map_in_place",
-  "gst_structure_fixate",
-  "gst_structure_fixate_field",
-  "gst_structure_fixate_field_boolean",
-  "gst_structure_fixate_field_nearest_double",
-  "gst_structure_fixate_field_nearest_fraction",
-  "gst_structure_fixate_field_nearest_int",
-  "gst_structure_fixate_field_string",
-  "gst_structure_foreach",
-  "gst_structure_free",
-  "gst_structure_from_string",
-  "gst_structure_get",
-  "gst_structure_get_array",
-  "gst_structure_get_boolean",
-  "gst_structure_get_clock_time",
-  "gst_structure_get_date",
-  "gst_structure_get_date_time",
-  "gst_structure_get_double",
-  "gst_structure_get_enum",
-  "gst_structure_get_field_type",
-  "gst_structure_get_flags",
-  "gst_structure_get_flagset",
-  "gst_structure_get_fraction",
-  "gst_structure_get_int",
-  "gst_structure_get_int64",
-  "gst_structure_get_list",
-  "gst_structure_get_name",
-  "gst_structure_get_name_id",
-  "gst_structure_get_string",
-  "gst_structure_get_uint",
-  "gst_structure_get_uint64",
-  "gst_structure_get_valist",
-  "gst_structure_get_value",
-  "gst_structure_has_field",
-  "gst_structure_has_field_typed",
-  "gst_structure_has_name",
-  "gst_structure_id_get",
-  "gst_structure_id_get_valist",
-  "gst_structure_id_get_value",
-  "gst_structure_id_has_field",
-  "gst_structure_id_has_field_typed",
-  "gst_structure_id_set",
-  "gst_structure_id_set_valist",
-  "gst_structure_id_set_value",
-  "gst_structure_id_take_value",
-  "gst_structure_intersect",
-  "gst_structure_is_equal",
-  "gst_structure_is_subset",
-  "gst_structure_map_in_place",
-  "gst_structure_n_fields",
-  "gst_structure_new",
-  "gst_structure_new_empty",
-  "gst_structure_new_from_string",
-  "gst_structure_new_id",
-  "gst_structure_new_id_empty",
-  "gst_structure_new_valist",
-  "gst_structure_nth_field_name",
-  "gst_structure_remove_all_fields",
-  "gst_structure_remove_field",
-  "gst_structure_remove_fields",
-  "gst_structure_remove_fields_valist",
-  "gst_structure_serialize",
-  "gst_structure_serialize_full",
-  "gst_structure_set",
-  "gst_structure_set_array",
-  "gst_structure_set_list",
-  "gst_structure_set_name",
-  "gst_structure_set_parent_refcount",
-  "gst_structure_set_valist",
-  "gst_structure_set_value",
-  "gst_structure_take",
-  "gst_structure_take_value",
-  "gst_structure_to_string",
-  "gst_system_clock_obtain",
-  "gst_system_clock_set_default",
-  "gst_tag_check_language_code",
-  "gst_tag_exists",
-  "gst_tag_freeform_string_to_utf8",
-  "gst_tag_from_id3_tag",
-  "gst_tag_from_id3_user_tag",
-  "gst_tag_from_vorbis_tag",
-  "gst_tag_get_description",
-  "gst_tag_get_flag",
-  "gst_tag_get_id3v2_tag_size",
-  "gst_tag_get_language_code",
-  "gst_tag_get_language_code_iso_639_1",
-  "gst_tag_get_language_code_iso_639_2B",
-  "gst_tag_get_language_code_iso_639_2T",
-  "gst_tag_get_language_codes",
-  "gst_tag_get_language_name",
-  "gst_tag_get_license_description",
-  "gst_tag_get_license_flags",
-  "gst_tag_get_license_jurisdiction",
-  "gst_tag_get_license_nick",
-  "gst_tag_get_license_title",
-  "gst_tag_get_license_version",
-  "gst_tag_get_licenses",
-  "gst_tag_get_nick",
-  "gst_tag_get_type",
-  "gst_tag_id3_genre_count",
-  "gst_tag_id3_genre_get",
-  "gst_tag_image_data_to_image_sample",
-  "gst_tag_is_fixed",
-  "gst_tag_list_add",
-  "gst_tag_list_add_id3_image",
-  "gst_tag_list_add_valist",
-  "gst_tag_list_add_valist_values",
-  "gst_tag_list_add_value",
-  "gst_tag_list_add_values",
-  "gst_tag_list_copy",
-  "gst_tag_list_copy_value",
-  "gst_tag_list_foreach",
-  "gst_tag_list_free",
-  "gst_tag_list_from_exif_buffer",
-  "gst_tag_list_from_exif_buffer_with_tiff_header",
-  "gst_tag_list_from_id3v2_tag",
-  "gst_tag_list_from_vorbiscomment",
-  "gst_tag_list_from_vorbiscomment_buffer",
-  "gst_tag_list_from_xmp_buffer",
-  "gst_tag_list_get_boolean",
-  "gst_tag_list_get_boolean_index",
-  "gst_tag_list_get_date",
-  "gst_tag_list_get_date_index",
-  "gst_tag_list_get_date_time",
-  "gst_tag_list_get_date_time_index",
-  "gst_tag_list_get_double",
-  "gst_tag_list_get_double_index",
-  "gst_tag_list_get_float",
-  "gst_tag_list_get_float_index",
-  "gst_tag_list_get_int",
-  "gst_tag_list_get_int64",
-  "gst_tag_list_get_int64_index",
-  "gst_tag_list_get_int_index",
-  "gst_tag_list_get_pointer",
-  "gst_tag_list_get_pointer_index",
-  "gst_tag_list_get_sample",
-  "gst_tag_list_get_sample_index",
-  "gst_tag_list_get_scope",
-  "gst_tag_list_get_string",
-  "gst_tag_list_get_string_index",
-  "gst_tag_list_get_tag_size",
-  "gst_tag_list_get_uint",
-  "gst_tag_list_get_uint64",
-  "gst_tag_list_get_uint64_index",
-  "gst_tag_list_get_uint_index",
-  "gst_tag_list_get_value_index",
-  "gst_tag_list_insert",
-  "gst_tag_list_is_empty",
-  "gst_tag_list_is_equal",
-  "gst_tag_list_is_writable",
-  "gst_tag_list_make_writable",
-  "gst_tag_list_merge",
-  "gst_tag_list_n_tags",
-  "gst_tag_list_new",
-  "gst_tag_list_new_empty",
-  "gst_tag_list_new_from_id3v1",
-  "gst_tag_list_new_from_string",
-  "gst_tag_list_new_valist",
-  "gst_tag_list_nth_tag_name",
-  "gst_tag_list_peek_string_index",
-  "gst_tag_list_ref",
-  "gst_tag_list_remove_tag",
-  "gst_tag_list_replace",
-  "gst_tag_list_set_scope",
-  "gst_tag_list_take",
-  "gst_tag_list_to_exif_buffer",
-  "gst_tag_list_to_exif_buffer_with_tiff_header",
-  "gst_tag_list_to_string",
-  "gst_tag_list_to_vorbiscomment_buffer",
-  "gst_tag_list_to_xmp_buffer",
-  "gst_tag_list_unref",
-  "gst_tag_merge_strings_with_comma",
-  "gst_tag_merge_use_first",
-  "gst_tag_parse_extended_comment",
-  "gst_tag_register",
-  "gst_tag_register_musicbrainz_tags",
-  "gst_tag_register_static",
-  "gst_tag_setter_add_tag_valist",
-  "gst_tag_setter_add_tag_valist_values",
-  "gst_tag_setter_add_tag_value",
-  "gst_tag_setter_add_tag_values",
-  "gst_tag_setter_add_tags",
-  "gst_tag_setter_get_tag_list",
-  "gst_tag_setter_get_tag_merge_mode",
-  "gst_tag_setter_merge_tags",
-  "gst_tag_setter_reset_tags",
-  "gst_tag_setter_set_tag_merge_mode",
-  "gst_tag_to_id3_tag",
-  "gst_tag_to_vorbis_comments",
-  "gst_tag_to_vorbis_tag",
-  "gst_tag_xmp_list_schemas",
-  "gst_tag_xmp_writer_add_all_schemas",
-  "gst_tag_xmp_writer_add_schema",
-  "gst_tag_xmp_writer_has_schema",
-  "gst_tag_xmp_writer_remove_all_schemas",
-  "gst_tag_xmp_writer_remove_schema",
-  "gst_tag_xmp_writer_tag_list_to_xmp_buffer",
-  "gst_task_cleanup_all",
-  "gst_task_get_pool",
-  "gst_task_get_state",
-  "gst_task_join",
-  "gst_task_new",
-  "gst_task_pause",
-  "gst_task_pool_cleanup",
-  "gst_task_pool_dispose_handle",
-  "gst_task_pool_join",
-  "gst_task_pool_new",
-  "gst_task_pool_prepare",
-  "gst_task_pool_push",
-  "gst_task_resume",
-  "gst_task_set_enter_callback",
-  "gst_task_set_leave_callback",
-  "gst_task_set_lock",
-  "gst_task_set_pool",
-  "gst_task_set_state",
-  "gst_task_start",
-  "gst_task_stop",
-  "gst_test_clock_advance_time",
-  "gst_test_clock_crank",
-  "gst_test_clock_get_next_entry_time",
-  "gst_test_clock_has_id",
-  "gst_test_clock_id_list_get_latest_time",
-  "gst_test_clock_new",
-  "gst_test_clock_new_with_start_time",
-  "gst_test_clock_peek_id_count",
-  "gst_test_clock_peek_next_pending_id",
-  "gst_test_clock_process_id",
-  "gst_test_clock_process_id_list",
-  "gst_test_clock_process_next_clock_id",
-  "gst_test_clock_set_time",
-  "gst_test_clock_timed_wait_for_multiple_pending_ids",
-  "gst_test_clock_wait_for_multiple_pending_ids",
-  "gst_test_clock_wait_for_next_pending_id",
-  "gst_test_clock_wait_for_pending_id_count",
-  "gst_timed_value_control_invalidate_cache",
-  "gst_timed_value_control_source_find_control_point_iter",
-  "gst_timed_value_control_source_get_all",
-  "gst_timed_value_control_source_get_count",
-  "gst_timed_value_control_source_set",
-  "gst_timed_value_control_source_set_from_list",
-  "gst_timed_value_control_source_unset",
-  "gst_timed_value_control_source_unset_all",
-  "gst_toc_append_entry",
-  "gst_toc_copy",
-  "gst_toc_dump",
-  "gst_toc_entry_append_sub_entry",
-  "gst_toc_entry_copy",
-  "gst_toc_entry_get_entry_type",
-  "gst_toc_entry_get_loop",
-  "gst_toc_entry_get_parent",
-  "gst_toc_entry_get_start_stop_times",
-  "gst_toc_entry_get_sub_entries",
-  "gst_toc_entry_get_tags",
-  "gst_toc_entry_get_toc",
-  "gst_toc_entry_get_uid",
-  "gst_toc_entry_is_alternative",
-  "gst_toc_entry_is_sequence",
-  "gst_toc_entry_make_writable",
-  "gst_toc_entry_merge_tags",
-  "gst_toc_entry_new",
-  "gst_toc_entry_ref",
-  "gst_toc_entry_set_loop",
-  "gst_toc_entry_set_start_stop_times",
-  "gst_toc_entry_set_tags",
-  "gst_toc_entry_type_get_nick",
-  "gst_toc_entry_unref",
-  "gst_toc_find_entry",
-  "gst_toc_get_entries",
-  "gst_toc_get_scope",
-  "gst_toc_get_tags",
-  "gst_toc_make_writable",
-  "gst_toc_merge_tags",
-  "gst_toc_new",
-  "gst_toc_ref",
-  "gst_toc_set_tags",
-  "gst_toc_setter_get_toc",
-  "gst_toc_setter_reset",
-  "gst_toc_setter_set_toc",
-  "gst_toc_unref",
-  "gst_tracer_factory_get_list",
-  "gst_tracer_factory_get_tracer_type",
-  "gst_tracer_record_log",
-  "gst_tracer_record_new",
-  "gst_tracer_register",
-  "gst_tracing_get_active_tracers",
-  "gst_tracing_register_hook",
-  "gst_transcoder_error_get_name",
-  "gst_transcoder_error_quark",
-  "gst_transcoder_g_main_context_signal_dispatcher_new",
-  "gst_transcoder_get_avoid_reencoding",
-  "gst_transcoder_get_dest_uri",
-  "gst_transcoder_get_duration",
-  "gst_transcoder_get_message_bus",
-  "gst_transcoder_get_pipeline",
-  "gst_transcoder_get_position",
-  "gst_transcoder_get_position_update_interval",
-  "gst_transcoder_get_signal_adapter",
-  "gst_transcoder_get_source_uri",
-  "gst_transcoder_get_sync_signal_adapter",
-  "gst_transcoder_is_transcoder_message",
-  "gst_transcoder_message_get_name",
-  "gst_transcoder_message_parse_duration",
-  "gst_transcoder_message_parse_error",
-  "gst_transcoder_message_parse_position",
-  "gst_transcoder_message_parse_state",
-  "gst_transcoder_message_parse_warning",
-  "gst_transcoder_new",
-  "gst_transcoder_new_full",
-  "gst_transcoder_run",
-  "gst_transcoder_run_async",
-  "gst_transcoder_set_avoid_reencoding",
-  "gst_transcoder_set_cpu_usage",
-  "gst_transcoder_set_position_update_interval",
-  "gst_transcoder_signal_adapter_get_transcoder",
-  "gst_transcoder_state_get_name",
-  "gst_trigger_control_source_new",
-  "gst_type_find_data_free",
-  "gst_type_find_data_get_caps",
-  "gst_type_find_data_get_probability",
-  "gst_type_find_data_get_typefind",
-  "gst_type_find_data_new",
-  "gst_type_find_factory_call_function",
-  "gst_type_find_factory_get_caps",
-  "gst_type_find_factory_get_extensions",
-  "gst_type_find_factory_get_list",
-  "gst_type_find_factory_has_function",
-  "gst_type_find_get_length",
-  "gst_type_find_helper",
-  "gst_type_find_helper_for_buffer",
-  "gst_type_find_helper_for_buffer_with_caps",
-  "gst_type_find_helper_for_buffer_with_extension",
-  "gst_type_find_helper_for_data",
-  "gst_type_find_helper_for_data_with_caps",
-  "gst_type_find_helper_for_data_with_extension",
-  "gst_type_find_helper_for_extension",
-  "gst_type_find_helper_get_range",
-  "gst_type_find_helper_get_range_full",
-  "gst_type_find_list_factories_for_caps",
-  "gst_type_find_peek",
-  "gst_type_find_register",
-  "gst_type_find_suggest",
-  "gst_type_find_suggest_empty_simple",
-  "gst_type_find_suggest_simple",
-  "gst_type_is_plugin_api",
-  "gst_type_mark_as_plugin_api",
-  "gst_update_registry",
-  "gst_uri_append_path",
-  "gst_uri_append_path_segment",
-  "gst_uri_construct",
-  "gst_uri_copy",
-  "gst_uri_equal",
-  "gst_uri_from_string",
-  "gst_uri_from_string_escaped",
-  "gst_uri_from_string_with_base",
-  "gst_uri_get_fragment",
-  "gst_uri_get_host",
-  "gst_uri_get_location",
-  "gst_uri_get_media_fragment_table",
-  "gst_uri_get_path",
-  "gst_uri_get_path_segments",
-  "gst_uri_get_path_string",
-  "gst_uri_get_port",
-  "gst_uri_get_protocol",
-  "gst_uri_get_query_keys",
-  "gst_uri_get_query_string",
-  "gst_uri_get_query_string_ordered",
-  "gst_uri_get_query_table",
-  "gst_uri_get_query_value",
-  "gst_uri_get_scheme",
-  "gst_uri_get_userinfo",
-  "gst_uri_handler_get_protocols",
-  "gst_uri_handler_get_uri",
-  "gst_uri_handler_get_uri_type",
-  "gst_uri_handler_set_uri",
-  "gst_uri_has_protocol",
-  "gst_uri_is_normalized",
-  "gst_uri_is_valid",
-  "gst_uri_is_writable",
-  "gst_uri_join",
-  "gst_uri_join_strings",
-  "gst_uri_make_writable",
-  "gst_uri_new",
-  "gst_uri_new_with_base",
-  "gst_uri_normalize",
-  "gst_uri_protocol_is_supported",
-  "gst_uri_protocol_is_valid",
-  "gst_uri_query_has_key",
-  "gst_uri_ref",
-  "gst_uri_remove_query_key",
-  "gst_uri_set_fragment",
-  "gst_uri_set_host",
-  "gst_uri_set_path",
-  "gst_uri_set_path_segments",
-  "gst_uri_set_path_string",
-  "gst_uri_set_port",
-  "gst_uri_set_query_string",
-  "gst_uri_set_query_table",
-  "gst_uri_set_query_value",
-  "gst_uri_set_scheme",
-  "gst_uri_set_userinfo",
-  "gst_uri_to_string",
-  "gst_uri_to_string_with_keys",
-  "gst_uri_unref",
-  "gst_util_array_binary_search",
-  "gst_util_ceil_log2",
-  "gst_util_double_to_fraction",
-  "gst_util_dump_buffer",
-  "gst_util_dump_mem",
-  "gst_util_filename_compare",
-  "gst_util_fraction_add",
-  "gst_util_fraction_compare",
-  "gst_util_fraction_multiply",
-  "gst_util_fraction_to_double",
-  "gst_util_gdouble_to_guint64",
-  "gst_util_get_object_array",
-  "gst_util_get_timestamp",
-  "gst_util_greatest_common_divisor",
-  "gst_util_greatest_common_divisor_int64",
-  "gst_util_group_id_next",
-  "gst_util_guint64_to_gdouble",
-  "gst_util_seqnum_compare",
-  "gst_util_seqnum_next",
-  "gst_util_set_object_arg",
-  "gst_util_set_object_array",
-  "gst_util_set_value_from_string",
-  "gst_util_simplify_fraction",
-  "gst_util_uint64_scale",
-  "gst_util_uint64_scale_ceil",
-  "gst_util_uint64_scale_int",
-  "gst_util_uint64_scale_int_ceil",
-  "gst_util_uint64_scale_int_round",
-  "gst_util_uint64_scale_round",
-  "gst_va_allocator_alloc",
-  "gst_va_allocator_flush",
-  "gst_va_allocator_get_format",
-  "gst_va_allocator_new",
-  "gst_va_allocator_peek_display",
-  "gst_va_allocator_prepare_buffer",
-  "gst_va_allocator_set_format",
-  "gst_va_allocator_set_hacks",
-  "gst_va_allocator_setup_buffer",
-  "gst_va_buffer_create_aux_surface",
-  "gst_va_buffer_get_aux_surface",
-  "gst_va_buffer_get_surface",
-  "gst_va_buffer_peek_display",
-  "gst_va_context_query",
-  "gst_va_display_check_version",
-  "gst_va_display_drm_new_from_path",
-  "gst_va_display_get_implementation",
-  "gst_va_display_get_va_dpy",
-  "gst_va_display_initialize",
-  "gst_va_display_wrapped_new",
-  "gst_va_dmabuf_allocator_flush",
-  "gst_va_dmabuf_allocator_get_format",
-  "gst_va_dmabuf_allocator_new",
-  "gst_va_dmabuf_allocator_prepare_buffer",
-  "gst_va_dmabuf_allocator_set_format",
-  "gst_va_dmabuf_allocator_setup_buffer",
-  "gst_va_dmabuf_get_modifier_for_format",
-  "gst_va_dmabuf_memories_setup",
-  "gst_va_element_propagate_display_context",
-  "gst_va_ensure_element_data",
-  "gst_va_handle_context_query",
-  "gst_va_handle_set_context",
-  "gst_va_memory_get_surface",
-  "gst_va_memory_peek_display",
-  "gst_va_pool_get_buffer_size",
-  "gst_va_pool_new",
-  "gst_va_pool_new_with_config",
-  "gst_va_pool_requires_video_meta",
-  "gst_validate_abort",
-  "gst_validate_action_get_clocktime",
-  "gst_validate_action_get_scenario",
-  "gst_validate_action_new",
-  "gst_validate_action_ref",
-  "gst_validate_action_return_get_name",
-  "gst_validate_action_set_done",
-  "gst_validate_action_unref",
-  "gst_validate_bin_monitor_get_scenario",
-  "gst_validate_bin_monitor_new",
-  "gst_validate_deinit",
-  "gst_validate_element_has_klass",
-  "gst_validate_element_matches_target",
-  "gst_validate_element_monitor_new",
-  "gst_validate_error_structure",
-  "gst_validate_execute_action",
-  "gst_validate_fail_on_missing_plugin",
-  "gst_validate_filenode_free",
-  "gst_validate_get_action_type",
-  "gst_validate_has_colored_output",
-  "gst_validate_init",
-  "gst_validate_init_debug",
-  "gst_validate_is_initialized",
-  "gst_validate_issue_from_id",
-  "gst_validate_issue_get_id",
-  "gst_validate_issue_new",
-  "gst_validate_issue_new_full",
-  "gst_validate_issue_register",
-  "gst_validate_issue_set_default_level",
-  "gst_validate_list_scenarios",
-  "gst_validate_media_descriptor_detects_frames",
-  "gst_validate_media_descriptor_get_buffers",
-  "gst_validate_media_descriptor_get_duration",
-  "gst_validate_media_descriptor_get_pads",
-  "gst_validate_media_descriptor_get_seekable",
-  "gst_validate_media_descriptor_has_frame_info",
-  "gst_validate_media_descriptor_parser_add_stream",
-  "gst_validate_media_descriptor_parser_add_taglist",
-  "gst_validate_media_descriptor_parser_all_stream_found",
-  "gst_validate_media_descriptor_parser_all_tags_found",
-  "gst_validate_media_descriptor_parser_get_xml_path",
-  "gst_validate_media_descriptor_parser_new",
-  "gst_validate_media_descriptor_parser_new_from_xml",
-  "gst_validate_media_descriptor_writer_add_frame",
-  "gst_validate_media_descriptor_writer_add_pad",
-  "gst_validate_media_descriptor_writer_add_taglist",
-  "gst_validate_media_descriptor_writer_add_tags",
-  "gst_validate_media_descriptor_writer_detects_frames",
-  "gst_validate_media_descriptor_writer_get_duration",
-  "gst_validate_media_descriptor_writer_get_seekable",
-  "gst_validate_media_descriptor_writer_get_xml_path",
-  "gst_validate_media_descriptor_writer_new",
-  "gst_validate_media_descriptor_writer_new_discover",
-  "gst_validate_media_descriptor_writer_serialize",
-  "gst_validate_media_descriptor_writer_write",
-  "gst_validate_media_descriptors_compare",
-  "gst_validate_media_info_clear",
-  "gst_validate_media_info_compare",
-  "gst_validate_media_info_free",
-  "gst_validate_media_info_init",
-  "gst_validate_media_info_inspect_uri",
-  "gst_validate_media_info_load",
-  "gst_validate_media_info_save",
-  "gst_validate_media_info_to_string",
-  "gst_validate_monitor_attach_override",
-  "gst_validate_monitor_factory_create",
-  "gst_validate_monitor_get_element",
-  "gst_validate_monitor_get_element_name",
-  "gst_validate_monitor_get_pipeline",
-  "gst_validate_monitor_get_target",
-  "gst_validate_monitor_set_media_descriptor",
-  "gst_validate_object_set_property",
-  "gst_validate_object_set_property_full",
-  "gst_validate_override_attached",
-  "gst_validate_override_buffer_handler",
-  "gst_validate_override_buffer_probe_handler",
-  "gst_validate_override_can_attach",
-  "gst_validate_override_change_severity",
-  "gst_validate_override_element_added_handler",
-  "gst_validate_override_event_handler",
-  "gst_validate_override_free",
-  "gst_validate_override_get_severity",
-  "gst_validate_override_getcaps_handler",
-  "gst_validate_override_new",
-  "gst_validate_override_query_handler",
-  "gst_validate_override_register_by_klass",
-  "gst_validate_override_register_by_name",
-  "gst_validate_override_register_by_type",
-  "gst_validate_override_registry_attach_overrides",
-  "gst_validate_override_registry_get",
-  "gst_validate_override_registry_get_override_for_names",
-  "gst_validate_override_registry_get_override_list",
-  "gst_validate_override_registry_preload",
-  "gst_validate_override_set_buffer_handler",
-  "gst_validate_override_set_buffer_probe_handler",
-  "gst_validate_override_set_element_added_handler",
-  "gst_validate_override_set_event_handler",
-  "gst_validate_override_set_getcaps_handler",
-  "gst_validate_override_set_query_handler",
-  "gst_validate_override_set_setcaps_handler",
-  "gst_validate_override_setcaps_handler",
-  "gst_validate_pad_monitor_new",
-  "gst_validate_pipeline_monitor_new",
-  "gst_validate_plugin_get_config",
-  "gst_validate_print_action",
-  "gst_validate_print_action_types",
-  "gst_validate_print_issues",
-  "gst_validate_print_position",
-  "gst_validate_printf",
-  "gst_validate_printf_valist",
-  "gst_validate_register_action_type",
-  "gst_validate_register_action_type_dynamic",
-  "gst_validate_replace_variables_in_string",
-  "gst_validate_report",
-  "gst_validate_report_action",
-  "gst_validate_report_add_message",
-  "gst_validate_report_add_repeated_report",
-  "gst_validate_report_check_abort",
-  "gst_validate_report_get_dotfile_name",
-  "gst_validate_report_get_issue",
-  "gst_validate_report_get_issue_id",
-  "gst_validate_report_get_level",
-  "gst_validate_report_get_message",
-  "gst_validate_report_get_reporter",
-  "gst_validate_report_get_reporter_name",
-  "gst_validate_report_get_reporting_level",
-  "gst_validate_report_get_timestamp",
-  "gst_validate_report_get_trace",
-  "gst_validate_report_init",
-  "gst_validate_report_level_from_name",
-  "gst_validate_report_level_get_name",
-  "gst_validate_report_new",
-  "gst_validate_report_print_description",
-  "gst_validate_report_print_details",
-  "gst_validate_report_print_detected_on",
-  "gst_validate_report_print_level",
-  "gst_validate_report_printf",
-  "gst_validate_report_ref",
-  "gst_validate_report_set_master_report",
-  "gst_validate_report_set_reporting_level",
-  "gst_validate_report_should_print",
-  "gst_validate_report_unref",
-  "gst_validate_report_valist",
-  "gst_validate_reporter_get_name",
-  "gst_validate_reporter_get_pipeline",
-  "gst_validate_reporter_get_report",
-  "gst_validate_reporter_get_reporting_level",
-  "gst_validate_reporter_get_reports",
-  "gst_validate_reporter_get_reports_count",
-  "gst_validate_reporter_get_runner",
-  "gst_validate_reporter_init",
-  "gst_validate_reporter_purge_reports",
-  "gst_validate_reporter_report_simple",
-  "gst_validate_reporter_set_handle_g_logs",
-  "gst_validate_reporter_set_name",
-  "gst_validate_reporter_set_runner",
-  "gst_validate_runner_add_report",
-  "gst_validate_runner_exit",
-  "gst_validate_runner_get_default_reporting_level",
-  "gst_validate_runner_get_reporting_level_for_name",
-  "gst_validate_runner_get_reports",
-  "gst_validate_runner_get_reports_count",
-  "gst_validate_runner_new",
-  "gst_validate_runner_printf",
-  "gst_validate_scenario_deinit",
-  "gst_validate_scenario_execute_seek",
-  "gst_validate_scenario_factory_create",
-  "gst_validate_scenario_get_actions",
-  "gst_validate_scenario_get_pipeline",
-  "gst_validate_scenario_get_target_state",
-  "gst_validate_set_globals",
-  "gst_validate_setup_test_file",
-  "gst_validate_skip_test",
-  "gst_validate_spin_on_fault_signals",
-  "gst_validate_structs_parse_from_gfile",
-  "gst_validate_structure_resolve_variables",
-  "gst_validate_structure_set_variables_from_struct_file",
-  "gst_validate_tag_node_compare",
-  "gst_validate_utils_enum_from_str",
-  "gst_validate_utils_flags_from_str",
-  "gst_validate_utils_get_clocktime",
-  "gst_validate_utils_get_strv",
-  "gst_validate_utils_parse_expression",
-  "gst_validate_utils_structs_parse_from_filename",
-  "gst_validate_utils_test_file_get_meta",
-  "gst_value_array_append_and_take_value",
-  "gst_value_array_append_value",
-  "gst_value_array_get_size",
-  "gst_value_array_get_value",
-  "gst_value_array_init",
-  "gst_value_array_prepend_value",
-  "gst_value_can_compare",
-  "gst_value_can_intersect",
-  "gst_value_can_subtract",
-  "gst_value_can_union",
-  "gst_value_compare",
-  "gst_value_deserialize",
-  "gst_value_deserialize_with_pspec",
-  "gst_value_fixate",
-  "gst_value_fraction_multiply",
-  "gst_value_fraction_subtract",
-  "gst_value_get_bitmask",
-  "gst_value_get_buffer",
-  "gst_value_get_caps",
-  "gst_value_get_caps_features",
-  "gst_value_get_double_range_max",
-  "gst_value_get_double_range_min",
-  "gst_value_get_flagset_flags",
-  "gst_value_get_flagset_mask",
-  "gst_value_get_fraction_denominator",
-  "gst_value_get_fraction_numerator",
-  "gst_value_get_fraction_range_max",
-  "gst_value_get_fraction_range_min",
-  "gst_value_get_int64_range_max",
-  "gst_value_get_int64_range_min",
-  "gst_value_get_int64_range_step",
-  "gst_value_get_int_range_max",
-  "gst_value_get_int_range_min",
-  "gst_value_get_int_range_step",
-  "gst_value_get_sample",
-  "gst_value_get_structure",
-  "gst_value_init_and_copy",
-  "gst_value_intersect",
-  "gst_value_is_fixed",
-  "gst_value_is_subset",
-  "gst_value_list_append_and_take_value",
-  "gst_value_list_append_value",
-  "gst_value_list_concat",
-  "gst_value_list_get_size",
-  "gst_value_list_get_value",
-  "gst_value_list_init",
-  "gst_value_list_merge",
-  "gst_value_list_prepend_value",
-  "gst_value_register",
-  "gst_value_serialize",
-  "gst_value_set_bitmask",
-  "gst_value_set_buffer",
-  "gst_value_set_caps",
-  "gst_value_set_caps_features",
-  "gst_value_set_double_range",
-  "gst_value_set_flagset",
-  "gst_value_set_fraction",
-  "gst_value_set_fraction_range",
-  "gst_value_set_fraction_range_full",
-  "gst_value_set_int64_range",
-  "gst_value_set_int64_range_step",
-  "gst_value_set_int_range",
-  "gst_value_set_int_range_step",
-  "gst_value_set_sample",
-  "gst_value_set_structure",
-  "gst_value_subtract",
-  "gst_value_take_buffer",
-  "gst_value_take_sample",
-  "gst_value_union",
-  "gst_vc1_bitplanes_ensure_size",
-  "gst_vc1_bitplanes_free",
-  "gst_vc1_bitplanes_free_1",
-  "gst_vc1_bitplanes_new",
-  "gst_vc1_identify_next_bdu",
-  "gst_vc1_parse_entry_point_header",
-  "gst_vc1_parse_field_header",
-  "gst_vc1_parse_frame_header",
-  "gst_vc1_parse_frame_layer",
-  "gst_vc1_parse_sequence_header",
-  "gst_vc1_parse_sequence_header_struct_a",
-  "gst_vc1_parse_sequence_header_struct_b",
-  "gst_vc1_parse_sequence_header_struct_c",
-  "gst_vc1_parse_sequence_layer",
-  "gst_vc1_parse_slice_header",
-  "gst_version",
-  "gst_version_string",
-  "gst_video_afd_meta_api_get_type",
-  "gst_video_afd_meta_get_info",
-  "gst_video_affine_transformation_meta_api_get_type",
-  "gst_video_affine_transformation_meta_apply_matrix",
-  "gst_video_affine_transformation_meta_get_info",
-  "gst_video_aggregator_convert_pad_update_conversion_info",
-  "gst_video_aggregator_get_execution_task_pool",
-  "gst_video_aggregator_pad_get_current_buffer",
-  "gst_video_aggregator_pad_get_prepared_frame",
-  "gst_video_aggregator_pad_has_current_buffer",
-  "gst_video_aggregator_pad_set_needs_alpha",
-  "gst_video_alignment_reset",
-  "gst_video_bar_meta_api_get_type",
-  "gst_video_bar_meta_get_info",
-  "gst_video_blend",
-  "gst_video_blend_scale_linear_RGBA",
-  "gst_video_buffer_pool_new",
-  "gst_video_calculate_display_ratio",
-  "gst_video_caption_meta_api_get_type",
-  "gst_video_caption_meta_get_info",
-  "gst_video_caption_type_from_caps",
-  "gst_video_caption_type_to_caps",
-  "gst_video_center_rect",
-  "gst_video_chroma_from_string",
-  "gst_video_chroma_resample",
-  "gst_video_chroma_resample_free",
-  "gst_video_chroma_resample_get_info",
-  "gst_video_chroma_resample_new",
-  "gst_video_chroma_site_from_string",
-  "gst_video_chroma_site_to_string",
-  "gst_video_chroma_to_string",
-  "gst_video_codec_alpha_meta_api_get_type",
-  "gst_video_codec_alpha_meta_get_info",
-  "gst_video_codec_frame_get_user_data",
-  "gst_video_codec_frame_ref",
-  "gst_video_codec_frame_set_user_data",
-  "gst_video_codec_frame_unref",
-  "gst_video_codec_state_ref",
-  "gst_video_codec_state_unref",
-  "gst_video_color_matrix_from_iso",
-  "gst_video_color_matrix_get_Kr_Kb",
-  "gst_video_color_matrix_to_iso",
-  "gst_video_color_primaries_from_iso",
-  "gst_video_color_primaries_get_info",
-  "gst_video_color_primaries_is_equivalent",
-  "gst_video_color_primaries_to_iso",
-  "gst_video_color_range_offsets",
-  "gst_video_color_transfer_decode",
-  "gst_video_color_transfer_encode",
-  "gst_video_color_transfer_from_iso",
-  "gst_video_color_transfer_to_iso",
-  "gst_video_colorimetry_from_string",
-  "gst_video_colorimetry_is_equal",
-  "gst_video_colorimetry_is_equivalent",
-  "gst_video_colorimetry_matches",
-  "gst_video_colorimetry_to_string",
-  "gst_video_content_light_level_add_to_caps",
-  "gst_video_content_light_level_from_caps",
-  "gst_video_content_light_level_from_string",
-  "gst_video_content_light_level_init",
-  "gst_video_content_light_level_is_equal",
-  "gst_video_content_light_level_to_string",
-  "gst_video_convert_sample",
-  "gst_video_convert_sample_async",
-  "gst_video_converter_frame",
-  "gst_video_converter_frame_finish",
-  "gst_video_converter_free",
-  "gst_video_converter_get_config",
-  "gst_video_converter_get_in_info",
-  "gst_video_converter_get_out_info",
-  "gst_video_converter_new",
-  "gst_video_converter_new_with_pool",
-  "gst_video_converter_set_config",
-  "gst_video_crop_meta_api_get_type",
-  "gst_video_crop_meta_get_info",
-  "gst_video_decoder_add_to_frame",
-  "gst_video_decoder_allocate_output_buffer",
-  "gst_video_decoder_allocate_output_frame",
-  "gst_video_decoder_allocate_output_frame_with_params",
-  "gst_video_decoder_drop_frame",
-  "gst_video_decoder_drop_subframe",
-  "gst_video_decoder_finish_frame",
-  "gst_video_decoder_finish_subframe",
-  "gst_video_decoder_get_allocator",
-  "gst_video_decoder_get_buffer_pool",
-  "gst_video_decoder_get_estimate_rate",
-  "gst_video_decoder_get_frame",
-  "gst_video_decoder_get_frames",
-  "gst_video_decoder_get_input_subframe_index",
-  "gst_video_decoder_get_latency",
-  "gst_video_decoder_get_max_decode_time",
-  "gst_video_decoder_get_max_errors",
-  "gst_video_decoder_get_needs_format",
-  "gst_video_decoder_get_needs_sync_point",
-  "gst_video_decoder_get_oldest_frame",
-  "gst_video_decoder_get_output_state",
-  "gst_video_decoder_get_packetized",
-  "gst_video_decoder_get_pending_frame_size",
-  "gst_video_decoder_get_processed_subframe_index",
-  "gst_video_decoder_get_qos_proportion",
-  "gst_video_decoder_get_subframe_mode",
-  "gst_video_decoder_have_frame",
-  "gst_video_decoder_have_last_subframe",
-  "gst_video_decoder_merge_tags",
-  "gst_video_decoder_negotiate",
-  "gst_video_decoder_proxy_getcaps",
-  "gst_video_decoder_release_frame",
-  "gst_video_decoder_request_sync_point",
-  "gst_video_decoder_set_estimate_rate",
-  "gst_video_decoder_set_interlaced_output_state",
-  "gst_video_decoder_set_latency",
-  "gst_video_decoder_set_max_errors",
-  "gst_video_decoder_set_needs_format",
-  "gst_video_decoder_set_needs_sync_point",
-  "gst_video_decoder_set_output_state",
-  "gst_video_decoder_set_packetized",
-  "gst_video_decoder_set_subframe_mode",
-  "gst_video_decoder_set_use_default_pad_acceptcaps",
-  "gst_video_dither_free",
-  "gst_video_dither_line",
-  "gst_video_dither_new",
-  "gst_video_dma_drm_fourcc_from_format",
-  "gst_video_dma_drm_fourcc_from_string",
-  "gst_video_dma_drm_fourcc_to_format",
-  "gst_video_dma_drm_fourcc_to_string",
-  "gst_video_encoder_allocate_output_buffer",
-  "gst_video_encoder_allocate_output_frame",
-  "gst_video_encoder_finish_frame",
-  "gst_video_encoder_finish_subframe",
-  "gst_video_encoder_get_allocator",
-  "gst_video_encoder_get_frame",
-  "gst_video_encoder_get_frames",
-  "gst_video_encoder_get_latency",
-  "gst_video_encoder_get_max_encode_time",
-  "gst_video_encoder_get_min_force_key_unit_interval",
-  "gst_video_encoder_get_oldest_frame",
-  "gst_video_encoder_get_output_state",
-  "gst_video_encoder_is_qos_enabled",
-  "gst_video_encoder_merge_tags",
-  "gst_video_encoder_negotiate",
-  "gst_video_encoder_proxy_getcaps",
-  "gst_video_encoder_set_headers",
-  "gst_video_encoder_set_latency",
-  "gst_video_encoder_set_min_force_key_unit_interval",
-  "gst_video_encoder_set_min_pts",
-  "gst_video_encoder_set_output_state",
-  "gst_video_encoder_set_qos_enabled",
-  "gst_video_event_is_force_key_unit",
-  "gst_video_event_new_downstream_force_key_unit",
-  "gst_video_event_new_still_frame",
-  "gst_video_event_new_upstream_force_key_unit",
-  "gst_video_event_parse_downstream_force_key_unit",
-  "gst_video_event_parse_still_frame",
-  "gst_video_event_parse_upstream_force_key_unit",
-  "gst_video_field_order_from_string",
-  "gst_video_field_order_to_string",
-  "gst_video_format_from_fourcc",
-  "gst_video_format_from_masks",
-  "gst_video_format_from_string",
-  "gst_video_format_get_info",
-  "gst_video_format_get_palette",
-  "gst_video_format_info_component",
-  "gst_video_format_info_extrapolate_stride",
-  "gst_video_format_to_fourcc",
-  "gst_video_format_to_string",
-  "gst_video_formats_any",
-  "gst_video_formats_raw",
-  "gst_video_frame_copy",
-  "gst_video_frame_copy_plane",
-  "gst_video_frame_map",
-  "gst_video_frame_map_id",
-  "gst_video_frame_unmap",
-  "gst_video_gl_texture_upload_meta_api_get_type",
-  "gst_video_gl_texture_upload_meta_get_info",
-  "gst_video_gl_texture_upload_meta_upload",
-  "gst_video_guess_framerate",
-  "gst_video_info_align",
-  "gst_video_info_align_full",
-  "gst_video_info_convert",
-  "gst_video_info_copy",
-  "gst_video_info_dma_drm_free",
-  "gst_video_info_dma_drm_from_caps",
-  "gst_video_info_dma_drm_from_video_info",
-  "gst_video_info_dma_drm_init",
-  "gst_video_info_dma_drm_new",
-  "gst_video_info_dma_drm_new_from_caps",
-  "gst_video_info_dma_drm_to_caps",
-  "gst_video_info_dma_drm_to_video_info",
-  "gst_video_info_free",
-  "gst_video_info_from_caps",
-  "gst_video_info_init",
-  "gst_video_info_is_equal",
-  "gst_video_info_new",
-  "gst_video_info_new_from_caps",
-  "gst_video_info_set_format",
-  "gst_video_info_set_interlaced_format",
-  "gst_video_info_to_caps",
-  "gst_video_interlace_mode_from_string",
-  "gst_video_interlace_mode_to_string",
-  "gst_video_is_common_aspect_ratio",
-  "gst_video_is_dma_drm_caps",
-  "gst_video_make_raw_caps",
-  "gst_video_make_raw_caps_with_features",
-  "gst_video_mastering_display_info_add_to_caps",
-  "gst_video_mastering_display_info_from_caps",
-  "gst_video_mastering_display_info_from_string",
-  "gst_video_mastering_display_info_init",
-  "gst_video_mastering_display_info_is_equal",
-  "gst_video_mastering_display_info_to_string",
-  "gst_video_meta_api_get_type",
-  "gst_video_meta_get_info",
-  "gst_video_meta_get_plane_height",
-  "gst_video_meta_get_plane_size",
-  "gst_video_meta_map",
-  "gst_video_meta_set_alignment",
-  "gst_video_meta_transform_scale_get_quark",
-  "gst_video_meta_unmap",
-  "gst_video_multiview_get_doubled_height_modes",
-  "gst_video_multiview_get_doubled_size_modes",
-  "gst_video_multiview_get_doubled_width_modes",
-  "gst_video_multiview_get_mono_modes",
-  "gst_video_multiview_get_unpacked_modes",
-  "gst_video_multiview_guess_half_aspect",
-  "gst_video_multiview_mode_from_caps_string",
-  "gst_video_multiview_mode_to_caps_string",
-  "gst_video_multiview_video_info_change_mode",
-  "gst_video_orientation_from_tag",
-  "gst_video_orientation_get_hcenter",
-  "gst_video_orientation_get_hflip",
-  "gst_video_orientation_get_vcenter",
-  "gst_video_orientation_get_vflip",
-  "gst_video_orientation_set_hcenter",
-  "gst_video_orientation_set_hflip",
-  "gst_video_orientation_set_vcenter",
-  "gst_video_orientation_set_vflip",
-  "gst_video_overlay_composition_add_rectangle",
-  "gst_video_overlay_composition_blend",
-  "gst_video_overlay_composition_copy",
-  "gst_video_overlay_composition_get_rectangle",
-  "gst_video_overlay_composition_get_seqnum",
-  "gst_video_overlay_composition_make_writable",
-  "gst_video_overlay_composition_meta_api_get_type",
-  "gst_video_overlay_composition_meta_get_info",
-  "gst_video_overlay_composition_n_rectangles",
-  "gst_video_overlay_composition_new",
-  "gst_video_overlay_expose",
-  "gst_video_overlay_got_window_handle",
-  "gst_video_overlay_handle_events",
-  "gst_video_overlay_install_properties",
-  "gst_video_overlay_prepare_window_handle",
-  "gst_video_overlay_rectangle_copy",
-  "gst_video_overlay_rectangle_get_flags",
-  "gst_video_overlay_rectangle_get_global_alpha",
-  "gst_video_overlay_rectangle_get_pixels_argb",
-  "gst_video_overlay_rectangle_get_pixels_ayuv",
-  "gst_video_overlay_rectangle_get_pixels_raw",
-  "gst_video_overlay_rectangle_get_pixels_unscaled_argb",
-  "gst_video_overlay_rectangle_get_pixels_unscaled_ayuv",
-  "gst_video_overlay_rectangle_get_pixels_unscaled_raw",
-  "gst_video_overlay_rectangle_get_render_rectangle",
-  "gst_video_overlay_rectangle_get_seqnum",
-  "gst_video_overlay_rectangle_new_raw",
-  "gst_video_overlay_rectangle_set_global_alpha",
-  "gst_video_overlay_rectangle_set_render_rectangle",
-  "gst_video_overlay_set_property",
-  "gst_video_overlay_set_render_rectangle",
-  "gst_video_overlay_set_window_handle",
-  "gst_video_region_of_interest_meta_add_param",
-  "gst_video_region_of_interest_meta_api_get_type",
-  "gst_video_region_of_interest_meta_get_info",
-  "gst_video_region_of_interest_meta_get_param",
-  "gst_video_resampler_clear",
-  "gst_video_resampler_init",
-  "gst_video_scaler_2d",
-  "gst_video_scaler_combine_packed_YUV",
-  "gst_video_scaler_free",
-  "gst_video_scaler_get_coeff",
-  "gst_video_scaler_get_max_taps",
-  "gst_video_scaler_horizontal",
-  "gst_video_scaler_new",
-  "gst_video_scaler_vertical",
-  "gst_video_sei_user_data_unregistered_meta_api_get_type",
-  "gst_video_sei_user_data_unregistered_meta_get_info",
-  "gst_video_sei_user_data_unregistered_parse_precision_time_stamp",
-  "gst_video_sink_center_rect",
-  "gst_video_tile_get_index",
-  "gst_video_time_code_add_frames",
-  "gst_video_time_code_add_interval",
-  "gst_video_time_code_clear",
-  "gst_video_time_code_compare",
-  "gst_video_time_code_copy",
-  "gst_video_time_code_frames_since_daily_jam",
-  "gst_video_time_code_free",
-  "gst_video_time_code_increment_frame",
-  "gst_video_time_code_init",
-  "gst_video_time_code_init_from_date_time",
-  "gst_video_time_code_init_from_date_time_full",
-  "gst_video_time_code_interval_clear",
-  "gst_video_time_code_interval_copy",
-  "gst_video_time_code_interval_free",
-  "gst_video_time_code_interval_init",
-  "gst_video_time_code_interval_new",
-  "gst_video_time_code_interval_new_from_string",
-  "gst_video_time_code_is_valid",
-  "gst_video_time_code_meta_api_get_type",
-  "gst_video_time_code_meta_get_info",
-  "gst_video_time_code_new",
-  "gst_video_time_code_new_empty",
-  "gst_video_time_code_new_from_date_time",
-  "gst_video_time_code_new_from_date_time_full",
-  "gst_video_time_code_new_from_string",
-  "gst_video_time_code_nsec_since_daily_jam",
-  "gst_video_time_code_to_date_time",
-  "gst_video_time_code_to_string",
-  "gst_video_transfer_function_decode",
-  "gst_video_transfer_function_encode",
-  "gst_video_transfer_function_from_iso",
-  "gst_video_transfer_function_is_equivalent",
-  "gst_video_transfer_function_to_iso",
-  "gst_video_vbi_encoder_add_ancillary",
-  "gst_video_vbi_encoder_copy",
-  "gst_video_vbi_encoder_free",
-  "gst_video_vbi_encoder_new",
-  "gst_video_vbi_encoder_write_line",
-  "gst_video_vbi_parser_add_line",
-  "gst_video_vbi_parser_copy",
-  "gst_video_vbi_parser_free",
-  "gst_video_vbi_parser_get_ancillary",
-  "gst_video_vbi_parser_new",
-  "gst_vorbis_tag_add",
-  "gst_vp8_mode_probs_init_defaults",
-  "gst_vp8_mv_probs_init_defaults",
-  "gst_vp8_mv_update_probs_init",
-  "gst_vp8_parser_init",
-  "gst_vp8_parser_parse_frame_header",
-  "gst_vp8_picture_get_user_data",
-  "gst_vp8_picture_new",
-  "gst_vp8_picture_set_user_data",
-  "gst_vp8_range_decoder_get_pos",
-  "gst_vp8_range_decoder_get_state",
-  "gst_vp8_range_decoder_init",
-  "gst_vp8_range_decoder_read",
-  "gst_vp8_range_decoder_read_literal",
-  "gst_vp8_token_probs_init_defaults",
-  "gst_vp8_token_update_probs_init",
-  "gst_vp9_ac_quant",
-  "gst_vp9_dc_quant",
-  "gst_vp9_decoder_set_non_keyframe_format_change_support",
-  "gst_vp9_dpb_add",
-  "gst_vp9_dpb_clear",
-  "gst_vp9_dpb_free",
-  "gst_vp9_dpb_new",
-  "gst_vp9_get_ac_quant",
-  "gst_vp9_get_dc_quant",
-  "gst_vp9_get_qindex",
-  "gst_vp9_parser_free",
-  "gst_vp9_parser_new",
-  "gst_vp9_parser_parse_frame_header",
-  "gst_vp9_parser_parse_superframe_info",
-  "gst_vp9_picture_get_user_data",
-  "gst_vp9_picture_new",
-  "gst_vp9_picture_set_user_data",
-  "gst_vp9_seg_feature_active",
-  "gst_vp9_stateful_parser_free",
-  "gst_vp9_stateful_parser_new",
-  "gst_vp9_stateful_parser_parse_compressed_frame_header",
-  "gst_vp9_stateful_parser_parse_frame_header",
-  "gst_vp9_stateful_parser_parse_uncompressed_frame_header",
-  "gst_vulkan_buffer_memory_alloc",
-  "gst_vulkan_buffer_memory_alloc_with_buffer_info",
-  "gst_vulkan_buffer_memory_init_once",
-  "gst_vulkan_buffer_memory_wrapped",
-  "gst_vulkan_buffer_pool_config_set_allocation_params",
-  "gst_vulkan_buffer_pool_new",
-  "gst_vulkan_command_buffer_lock",
-  "gst_vulkan_command_buffer_new_wrapped",
-  "gst_vulkan_command_buffer_ref",
-  "gst_vulkan_command_buffer_unlock",
-  "gst_vulkan_command_buffer_unref",
-  "gst_vulkan_command_pool_create",
-  "gst_vulkan_command_pool_get_queue",
-  "gst_vulkan_command_pool_lock",
-  "gst_vulkan_command_pool_unlock",
-  "gst_vulkan_create_shader",
-  "gst_vulkan_decoder_append_slice",
-  "gst_vulkan_decoder_caps",
-  "gst_vulkan_decoder_create_dpb_pool",
-  "gst_vulkan_decoder_decode",
-  "gst_vulkan_decoder_flush",
-  "gst_vulkan_decoder_is_started",
-  "gst_vulkan_decoder_out_format",
-  "gst_vulkan_decoder_picture_create_view",
-  "gst_vulkan_decoder_picture_init",
-  "gst_vulkan_decoder_picture_release",
-  "gst_vulkan_decoder_profile_caps",
-  "gst_vulkan_decoder_start",
-  "gst_vulkan_decoder_stop",
-  "gst_vulkan_decoder_update_video_session_parameters",
-  "gst_vulkan_decoder_update_ycbcr_sampler",
-  "gst_vulkan_decoder_wait",
-  "gst_vulkan_descriptor_cache_acquire",
-  "gst_vulkan_descriptor_cache_new",
-  "gst_vulkan_descriptor_pool_create",
-  "gst_vulkan_descriptor_pool_get_device",
-  "gst_vulkan_descriptor_pool_get_max_sets",
-  "gst_vulkan_descriptor_pool_new_wrapped",
-  "gst_vulkan_descriptor_set_new_wrapped",
-  "gst_vulkan_descriptor_set_ref",
-  "gst_vulkan_descriptor_set_unref",
-  "gst_vulkan_device_create_fence",
-  "gst_vulkan_device_disable_extension",
-  "gst_vulkan_device_enable_extension",
-  "gst_vulkan_device_enable_layer",
-  "gst_vulkan_device_foreach_queue",
-  "gst_vulkan_device_get_instance",
-  "gst_vulkan_device_get_physical_device",
-  "gst_vulkan_device_get_proc_address",
-  "gst_vulkan_device_get_queue",
-  "gst_vulkan_device_handle_context_query",
-  "gst_vulkan_device_is_extension_enabled",
-  "gst_vulkan_device_is_layer_enabled",
-  "gst_vulkan_device_new",
-  "gst_vulkan_device_new_with_index",
-  "gst_vulkan_device_open",
-  "gst_vulkan_device_queue_family_indices",
-  "gst_vulkan_device_run_context_query",
-  "gst_vulkan_device_select_queue",
-  "gst_vulkan_display_choose_type",
-  "gst_vulkan_display_create_window",
-  "gst_vulkan_display_find_window",
-  "gst_vulkan_display_get_handle",
-  "gst_vulkan_display_get_handle_type",
-  "gst_vulkan_display_handle_context_query",
-  "gst_vulkan_display_new",
-  "gst_vulkan_display_new_with_type",
-  "gst_vulkan_display_remove_window",
-  "gst_vulkan_display_run_context_query",
-  "gst_vulkan_display_type_to_extension_string",
-  "gst_vulkan_display_wayland_new",
-  "gst_vulkan_display_wayland_new_with_display",
-  "gst_vulkan_display_xcb_new",
-  "gst_vulkan_ensure_element_data",
-  "gst_vulkan_error_quark",
-  "gst_vulkan_error_to_g_error",
-  "gst_vulkan_fence_cache_acquire",
-  "gst_vulkan_fence_cache_new",
-  "gst_vulkan_fence_is_signaled",
-  "gst_vulkan_fence_new",
-  "gst_vulkan_fence_new_always_signalled",
-  "gst_vulkan_fence_reset",
-  "gst_vulkan_format_from_video_info",
-  "gst_vulkan_format_from_video_info_2",
-  "gst_vulkan_format_get_aspect",
-  "gst_vulkan_format_get_info",
-  "gst_vulkan_format_to_video_format",
-  "gst_vulkan_full_screen_quad_draw",
-  "gst_vulkan_full_screen_quad_enable_blend",
-  "gst_vulkan_full_screen_quad_enable_clear",
-  "gst_vulkan_full_screen_quad_fill_command_buffer",
-  "gst_vulkan_full_screen_quad_get_last_fence",
-  "gst_vulkan_full_screen_quad_new",
-  "gst_vulkan_full_screen_quad_prepare_draw",
-  "gst_vulkan_full_screen_quad_set_blend_factors",
-  "gst_vulkan_full_screen_quad_set_blend_operation",
-  "gst_vulkan_full_screen_quad_set_index_buffer",
-  "gst_vulkan_full_screen_quad_set_info",
-  "gst_vulkan_full_screen_quad_set_input_buffer",
-  "gst_vulkan_full_screen_quad_set_output_buffer",
-  "gst_vulkan_full_screen_quad_set_shaders",
-  "gst_vulkan_full_screen_quad_set_uniform_buffer",
-  "gst_vulkan_full_screen_quad_set_vertex_buffer",
-  "gst_vulkan_full_screen_quad_submit",
-  "gst_vulkan_get_or_create_image_view",
-  "gst_vulkan_get_or_create_image_view_with_info",
-  "gst_vulkan_global_context_query",
-  "gst_vulkan_handle_context_query",
-  "gst_vulkan_handle_free_descriptor_set_layout",
-  "gst_vulkan_handle_free_framebuffer",
-  "gst_vulkan_handle_free_pipeline",
-  "gst_vulkan_handle_free_pipeline_layout",
-  "gst_vulkan_handle_free_render_pass",
-  "gst_vulkan_handle_free_sampler",
-  "gst_vulkan_handle_free_shader",
-  "gst_vulkan_handle_new_wrapped",
-  "gst_vulkan_handle_pool_acquire",
-  "gst_vulkan_handle_pool_alloc",
-  "gst_vulkan_handle_pool_release",
-  "gst_vulkan_handle_ref",
-  "gst_vulkan_handle_set_context",
-  "gst_vulkan_handle_unref",
-  "gst_vulkan_image_buffer_pool_config_set_allocation_params",
-  "gst_vulkan_image_buffer_pool_config_set_decode_caps",
-  "gst_vulkan_image_buffer_pool_new",
-  "gst_vulkan_image_memory_add_view",
-  "gst_vulkan_image_memory_alloc",
-  "gst_vulkan_image_memory_alloc_with_image_info",
-  "gst_vulkan_image_memory_find_view",
-  "gst_vulkan_image_memory_get_height",
-  "gst_vulkan_image_memory_get_width",
-  "gst_vulkan_image_memory_init",
-  "gst_vulkan_image_memory_init_once",
-  "gst_vulkan_image_memory_wrapped",
-  "gst_vulkan_image_view_new",
-  "gst_vulkan_image_view_ref",
-  "gst_vulkan_image_view_unref",
-  "gst_vulkan_instance_check_version",
-  "gst_vulkan_instance_create_device",
-  "gst_vulkan_instance_disable_extension",
-  "gst_vulkan_instance_enable_extension",
-  "gst_vulkan_instance_enable_layer",
-  "gst_vulkan_instance_fill_info",
-  "gst_vulkan_instance_get_extension_info",
-  "gst_vulkan_instance_get_layer_info",
-  "gst_vulkan_instance_get_proc_address",
-  "gst_vulkan_instance_get_version",
-  "gst_vulkan_instance_handle_context_query",
-  "gst_vulkan_instance_is_extension_enabled",
-  "gst_vulkan_instance_is_layer_enabled",
-  "gst_vulkan_instance_new",
-  "gst_vulkan_instance_open",
-  "gst_vulkan_instance_run_context_query",
-  "gst_vulkan_local_context_query",
-  "gst_vulkan_memory_alloc",
-  "gst_vulkan_memory_find_memory_type_index_with_requirements",
-  "gst_vulkan_memory_find_memory_type_index_with_type_properties",
-  "gst_vulkan_memory_heap_flags_to_string",
-  "gst_vulkan_memory_init_once",
-  "gst_vulkan_memory_property_flags_to_string",
-  "gst_vulkan_operation_add_dependency_frame",
-  "gst_vulkan_operation_add_extra_image_barriers",
-  "gst_vulkan_operation_add_frame_barrier",
-  "gst_vulkan_operation_begin",
-  "gst_vulkan_operation_begin_query",
-  "gst_vulkan_operation_discard_dependencies",
-  "gst_vulkan_operation_enable_query",
-  "gst_vulkan_operation_end",
-  "gst_vulkan_operation_end_query",
-  "gst_vulkan_operation_get_query",
-  "gst_vulkan_operation_new",
-  "gst_vulkan_operation_new_extra_image_barriers",
-  "gst_vulkan_operation_pipeline_barrier2",
-  "gst_vulkan_operation_reset",
-  "gst_vulkan_operation_retrieve_image_barriers",
-  "gst_vulkan_operation_update_frame",
-  "gst_vulkan_operation_use_sync2",
-  "gst_vulkan_operation_wait",
-  "gst_vulkan_physical_device_get_extension_info",
-  "gst_vulkan_physical_device_get_handle",
-  "gst_vulkan_physical_device_get_instance",
-  "gst_vulkan_physical_device_get_layer_info",
-  "gst_vulkan_physical_device_new",
-  "gst_vulkan_physical_device_type_to_string",
-  "gst_vulkan_present_mode_to_string",
-  "gst_vulkan_queue_create_command_pool",
-  "gst_vulkan_queue_create_decoder",
-  "gst_vulkan_queue_flags_to_string",
-  "gst_vulkan_queue_get_device",
-  "gst_vulkan_queue_handle_context_query",
-  "gst_vulkan_queue_run_context_query",
-  "gst_vulkan_queue_submit_lock",
-  "gst_vulkan_queue_submit_unlock",
-  "gst_vulkan_result_to_string",
-  "gst_vulkan_run_query",
-  "gst_vulkan_sample_count_flags_to_string",
-  "gst_vulkan_swapper_choose_queue",
-  "gst_vulkan_swapper_get_supported_caps",
-  "gst_vulkan_swapper_get_surface_rectangles",
-  "gst_vulkan_swapper_new",
-  "gst_vulkan_swapper_render_buffer",
-  "gst_vulkan_swapper_set_caps",
-  "gst_vulkan_trash_fence_list_new",
-  "gst_vulkan_trash_list_acquire",
-  "gst_vulkan_trash_list_add",
-  "gst_vulkan_trash_list_gc",
-  "gst_vulkan_trash_list_wait",
-  "gst_vulkan_trash_mini_object_unref",
-  "gst_vulkan_trash_new",
-  "gst_vulkan_trash_new_free_semaphore",
-  "gst_vulkan_trash_object_unref",
-  "gst_vulkan_trash_ref",
-  "gst_vulkan_trash_unref",
-  "gst_vulkan_video_profile_from_caps",
-  "gst_vulkan_video_profile_is_equal",
-  "gst_vulkan_video_profile_is_valid",
-  "gst_vulkan_video_profile_to_caps",
-  "gst_vulkan_window_close",
-  "gst_vulkan_window_error_quark",
-  "gst_vulkan_window_get_display",
-  "gst_vulkan_window_get_presentation_support",
-  "gst_vulkan_window_get_surface",
-  "gst_vulkan_window_get_surface_dimensions",
-  "gst_vulkan_window_handle_events",
-  "gst_vulkan_window_new",
-  "gst_vulkan_window_open",
-  "gst_vulkan_window_redraw",
-  "gst_vulkan_window_resize",
-  "gst_vulkan_window_send_key_event",
-  "gst_vulkan_window_send_mouse_event",
-  "gst_vulkan_window_set_window_handle",
-  "gst_webrtc_data_channel_close",
-  "gst_webrtc_data_channel_on_buffered_amount_low",
-  "gst_webrtc_data_channel_on_close",
-  "gst_webrtc_data_channel_on_error",
-  "gst_webrtc_data_channel_on_message_data",
-  "gst_webrtc_data_channel_on_message_string",
-  "gst_webrtc_data_channel_on_open",
-  "gst_webrtc_data_channel_send_data",
-  "gst_webrtc_data_channel_send_data_full",
-  "gst_webrtc_data_channel_send_string",
-  "gst_webrtc_data_channel_send_string_full",
-  "gst_webrtc_dtls_transport_new",
-  "gst_webrtc_dtls_transport_set_transport",
-  "gst_webrtc_error_quark",
-  "gst_webrtc_ice_add_candidate",
-  "gst_webrtc_ice_add_stream",
-  "gst_webrtc_ice_add_turn_server",
-  "gst_webrtc_ice_candidate_stats_copy",
-  "gst_webrtc_ice_candidate_stats_free",
-  "gst_webrtc_ice_find_transport",
-  "gst_webrtc_ice_gather_candidates",
-  "gst_webrtc_ice_get_http_proxy",
-  "gst_webrtc_ice_get_is_controller",
-  "gst_webrtc_ice_get_local_candidates",
-  "gst_webrtc_ice_get_remote_candidates",
-  "gst_webrtc_ice_get_selected_pair",
-  "gst_webrtc_ice_get_stun_server",
-  "gst_webrtc_ice_get_turn_server",
-  "gst_webrtc_ice_set_force_relay",
-  "gst_webrtc_ice_set_http_proxy",
-  "gst_webrtc_ice_set_is_controller",
-  "gst_webrtc_ice_set_local_credentials",
-  "gst_webrtc_ice_set_on_ice_candidate",
-  "gst_webrtc_ice_set_remote_credentials",
-  "gst_webrtc_ice_set_stun_server",
-  "gst_webrtc_ice_set_tos",
-  "gst_webrtc_ice_set_turn_server",
-  "gst_webrtc_ice_stream_find_transport",
-  "gst_webrtc_ice_stream_gather_candidates",
-  "gst_webrtc_ice_transport_connection_state_change",
-  "gst_webrtc_ice_transport_gathering_state_change",
-  "gst_webrtc_ice_transport_new_candidate",
-  "gst_webrtc_ice_transport_selected_pair_change",
-  "gst_webrtc_rtp_receiver_new",
-  "gst_webrtc_rtp_receiver_set_rtcp_transport",
-  "gst_webrtc_rtp_receiver_set_transport",
-  "gst_webrtc_rtp_sender_new",
-  "gst_webrtc_rtp_sender_set_priority",
-  "gst_webrtc_rtp_sender_set_rtcp_transport",
-  "gst_webrtc_rtp_sender_set_transport",
-  "gst_webrtc_sdp_type_to_string",
-  "gst_webrtc_session_description_copy",
-  "gst_webrtc_session_description_free",
-  "gst_webrtc_session_description_new",
-  "gtkglsink",
-  "gtkglsink:rotate-method",
-  "gtksink",
-  "gtkwaylandsink",
-  "gtkwaylandsink:drm-device",
-  "gtkwaylandsink:rotate-method",
-  "gtkwaylandsink:widget",
-  "h-263-encoder-cmp-func",
-  "h-263-encoder-cmp-func::bit",
-  "h-263-encoder-cmp-func::chroma",
-  "h-263-encoder-cmp-func::dct",
-  "h-263-encoder-cmp-func::dct264",
-  "h-263-encoder-cmp-func::dctmax",
-  "h-263-encoder-cmp-func::msad",
-  "h-263-encoder-cmp-func::nsse",
-  "h-263-encoder-cmp-func::psnr",
-  "h-263-encoder-cmp-func::rd",
-  "h-263-encoder-cmp-func::sad",
-  "h-263-encoder-cmp-func::satd",
-  "h-263-encoder-cmp-func::sse",
-  "h-263-encoder-cmp-func::vsad",
-  "h-263-encoder-cmp-func::vsse",
-  "h-263-encoder-cmp-func::zero",
-  "h-263-encoder-motion-est",
-  "h-263-encoder-motion-est::epzs",
-  "h-263-encoder-motion-est::xone",
-  "h-263-encoder-motion-est::zero",
-  "h-263-encoder-mpv-flags",
-  "h-263-encoder-mpv-flags::cbp_rd",
-  "h-263-encoder-mpv-flags::mv0",
-  "h-263-encoder-mpv-flags::naq",
-  "h-263-encoder-mpv-flags::qp_rd",
-  "h-263-encoder-mpv-flags::skip_rd",
-  "h-263-encoder-mpv-flags::strict_gop",
-  "h-263-encoder-rc-strategy",
-  "h-263-encoder-rc-strategy::ffmpeg",
-  "h-263p-encoder-cmp-func",
-  "h-263p-encoder-cmp-func::bit",
-  "h-263p-encoder-cmp-func::chroma",
-  "h-263p-encoder-cmp-func::dct",
-  "h-263p-encoder-cmp-func::dct264",
-  "h-263p-encoder-cmp-func::dctmax",
-  "h-263p-encoder-cmp-func::msad",
-  "h-263p-encoder-cmp-func::nsse",
-  "h-263p-encoder-cmp-func::psnr",
-  "h-263p-encoder-cmp-func::rd",
-  "h-263p-encoder-cmp-func::sad",
-  "h-263p-encoder-cmp-func::satd",
-  "h-263p-encoder-cmp-func::sse",
-  "h-263p-encoder-cmp-func::vsad",
-  "h-263p-encoder-cmp-func::vsse",
-  "h-263p-encoder-cmp-func::zero",
-  "h-263p-encoder-motion-est",
-  "h-263p-encoder-motion-est::epzs",
-  "h-263p-encoder-motion-est::xone",
-  "h-263p-encoder-motion-est::zero",
-  "h-263p-encoder-mpv-flags",
-  "h-263p-encoder-mpv-flags::cbp_rd",
-  "h-263p-encoder-mpv-flags::mv0",
-  "h-263p-encoder-mpv-flags::naq",
-  "h-263p-encoder-mpv-flags::qp_rd",
-  "h-263p-encoder-mpv-flags::skip_rd",
-  "h-263p-encoder-mpv-flags::strict_gop",
-  "h-263p-encoder-rc-strategy",
-  "h-263p-encoder-rc-strategy::ffmpeg",
-  "h261-encoder-cmp-func",
-  "h261-encoder-cmp-func::bit",
-  "h261-encoder-cmp-func::chroma",
-  "h261-encoder-cmp-func::dct",
-  "h261-encoder-cmp-func::dct264",
-  "h261-encoder-cmp-func::dctmax",
-  "h261-encoder-cmp-func::msad",
-  "h261-encoder-cmp-func::nsse",
-  "h261-encoder-cmp-func::psnr",
-  "h261-encoder-cmp-func::rd",
-  "h261-encoder-cmp-func::sad",
-  "h261-encoder-cmp-func::satd",
-  "h261-encoder-cmp-func::sse",
-  "h261-encoder-cmp-func::vsad",
-  "h261-encoder-cmp-func::vsse",
-  "h261-encoder-cmp-func::zero",
-  "h261-encoder-motion-est",
-  "h261-encoder-motion-est::epzs",
-  "h261-encoder-motion-est::xone",
-  "h261-encoder-motion-est::zero",
-  "h261-encoder-mpv-flags",
-  "h261-encoder-mpv-flags::cbp_rd",
-  "h261-encoder-mpv-flags::mv0",
-  "h261-encoder-mpv-flags::naq",
-  "h261-encoder-mpv-flags::qp_rd",
-  "h261-encoder-mpv-flags::skip_rd",
-  "h261-encoder-mpv-flags::strict_gop",
-  "h261-encoder-rc-strategy",
-  "h261-encoder-rc-strategy::ffmpeg",
-  "h263parse",
-  "h264-omx-profile",
-  "h264-omx-profile::baseline",
-  "h264-omx-profile::high",
-  "h264-omx-profile::main",
-  "h264-omx-profile::unknown",
-  "h2642json",
-  "h264parse",
-  "h264parse:config-interval",
-  "h264parse:update-timecode",
-  "h264timestamper",
-  "h2652json",
-  "h265parse",
-  "h265parse:config-interval",
-  "h265timestamper",
-  "handdetect",
-  "handdetect:ROI-HEIGHT",
-  "handdetect:ROI-WIDTH",
-  "handdetect:ROI-X",
-  "handdetect:ROI-Y",
-  "handdetect:display",
-  "handdetect:profile-fist",
-  "handdetect:profile-palm",
-  "hap-encoder-compressor",
-  "hap-encoder-compressor::none",
-  "hap-encoder-compressor::snappy",
-  "hap-encoder-format",
-  "hap-encoder-format::hap",
-  "hap-encoder-format::hap_alpha",
-  "hap-encoder-format::hap_q",
-  "hdv1394src",
-  "hdv1394src:channel",
-  "hdv1394src:device-name",
-  "hdv1394src:guid",
-  "hdv1394src:port",
-  "hdv1394src:use-avc",
-  "hlsdemux",
-  "hlsdemux2",
-  "hlsdemux2:start-bitrate",
-  "hlssink",
-  "hlssink2",
-  "hlssink2::delete-fragment",
-  "hlssink2::get-fragment-stream",
-  "hlssink2::get-playlist-stream",
-  "hlssink2:location",
-  "hlssink2:max-files",
-  "hlssink2:playlist-length",
-  "hlssink2:playlist-location",
-  "hlssink2:playlist-root",
-  "hlssink2:send-keyframe-requests",
-  "hlssink2:target-duration",
-  "hlssink:location",
-  "hlssink:max-files",
-  "hlssink:playlist-length",
-  "hlssink:playlist-location",
-  "hlssink:playlist-root",
-  "hlssink:target-duration",
-  "huffyuv-pred",
-  "huffyuv-pred::left",
-  "huffyuv-pred::median",
-  "huffyuv-pred::plane",
-  "iLBCMode",
-  "iLBCMode::20ms",
-  "iLBCMode::30ms",
-  "icydemux",
-  "id3demux",
-  "id3demux:prefer-v1",
-  "id3mux",
-  "id3mux:v2-version",
-  "id3mux:write-v1",
-  "id3mux:write-v2",
-  "id3v2mux",
-  "identity",
-  "identity::handoff",
-  "identity:check-imperfect-offset",
-  "identity:check-imperfect-timestamp",
-  "identity:datarate",
-  "identity:drop-allocation",
-  "identity:drop-buffer-flags",
-  "identity:drop-probability",
-  "identity:dump",
-  "identity:eos-after",
-  "identity:error-after",
-  "identity:last-message",
-  "identity:signal-handoffs",
-  "identity:silent",
-  "identity:single-segment",
-  "identity:sleep-time",
-  "identity:stats",
-  "identity:sync",
-  "identity:ts-offset",
-  "imagefreeze",
-  "imagefreeze:allow-replace",
-  "imagefreeze:is-live",
-  "imagefreeze:num-buffers",
-  "imagesequencesrc",
-  "imagesequencesrc:framerate",
-  "imagesequencesrc:location",
-  "imagesequencesrc:start-index",
-  "imagesequencesrc:stop-index",
-  "inline",
-  "input-selector",
-  "input-selector:active-pad",
-  "input-selector:cache-buffers",
-  "input-selector:drop-backwards",
-  "input-selector:n-pads",
-  "input-selector:sync-mode",
-  "input-selector:sync-streams",
-  "insertbin",
-  "insertbin::append",
-  "insertbin::insert-after",
-  "insertbin::insert-before",
-  "insertbin::prepend",
-  "insertbin::remove",
-  "interaudiosink",
-  "interaudiosink:channel",
-  "interaudiosrc",
-  "interaudiosrc:buffer-time",
-  "interaudiosrc:channel",
-  "interaudiosrc:latency-time",
-  "interaudiosrc:period-time",
-  "interlace",
-  "interlace:allow-rff",
-  "interlace:field-pattern",
-  "interlace:pattern-offset",
-  "interlace:top-field-first",
-  "interleave",
-  "interleave:channel-positions",
-  "interleave:channel-positions-from-input",
-  "intersubsink",
-  "intersubsink:channel",
-  "intersubsrc",
-  "intersubsrc:channel",
-  "intervideosink",
-  "intervideosink:channel",
-  "intervideosrc",
-  "intervideosrc:channel",
-  "intervideosrc:timeout",
-  "ipcpipelinesink",
-  "ipcpipelinesink::disconnect",
-  "ipcpipelinesink:ack-time",
-  "ipcpipelinesink:fdin",
-  "ipcpipelinesink:fdout",
-  "ipcpipelinesink:read-chunk-size",
-  "ipcpipelinesrc",
-  "ipcpipelinesrc::disconnect",
-  "ipcpipelinesrc::forward-message",
-  "ipcpipelinesrc:ack-time",
-  "ipcpipelinesrc:fdin",
-  "ipcpipelinesrc:fdout",
-  "ipcpipelinesrc:read-chunk-size",
-  "ipcslavepipeline",
-  "iqa",
-  "iqa:do-dssim",
-  "iqa:dssim-error-threshold",
-  "iqa:mode",
-  "irtspparse",
-  "irtspparse:channel-id",
-  "ismlmux",
-  "ismlmux:streamable",
-  "ivfparse",
-  "ivtc",
-  "jackaudiosink",
-  "jackaudiosink:client",
-  "jackaudiosink:client-name",
-  "jackaudiosink:connect",
-  "jackaudiosink:low-latency",
-  "jackaudiosink:port-names",
-  "jackaudiosink:port-pattern",
-  "jackaudiosink:server",
-  "jackaudiosink:transport",
-  "jackaudiosrc",
-  "jackaudiosrc:client",
-  "jackaudiosrc:client-name",
-  "jackaudiosrc:connect",
-  "jackaudiosrc:low-latency",
-  "jackaudiosrc:port-names",
-  "jackaudiosrc:port-pattern",
-  "jackaudiosrc:server",
-  "jackaudiosrc:transport",
-  "jifmux",
-  "jp2kdecimator",
-  "jp2kdecimator:max-decomposition-levels",
-  "jp2kdecimator:max-layers",
-  "jpeg-2000-encoder-format",
-  "jpeg-2000-encoder-format::j2k",
-  "jpeg-2000-encoder-format::jp2",
-  "jpeg-2000-encoder-pred",
-  "jpeg-2000-encoder-pred::dwt97int",
-  "jpeg-2000-encoder-prog",
-  "jpeg-2000-encoder-prog::cprl",
-  "jpeg-2000-encoder-prog::lrcp",
-  "jpeg-2000-encoder-prog::pcrl",
-  "jpeg-2000-encoder-prog::rlcp",
-  "jpeg-2000-encoder-prog::rpcl",
-  "jpeg2000parse",
-  "jpegdec",
-  "jpegdec:idct-method",
-  "jpegdec:max-errors",
-  "jpegenc",
-  "jpegenc:idct-method",
-  "jpegenc:quality",
-  "jpegenc:snapshot",
-  "jpegls-pred",
-  "jpegls-pred::left",
-  "jpegls-pred::median",
-  "jpegls-pred::plane",
-  "jpegparse",
-  "kaleidoscope",
-  "kaleidoscope:angle",
-  "kaleidoscope:angle2",
-  "kaleidoscope:sides",
-  "katedec",
-  "katedec:category",
-  "katedec:language",
-  "katedec:original-canvas-height",
-  "katedec:original-canvas-width",
-  "katedec:remove-markup",
-  "kateenc",
-  "kateenc:category",
-  "kateenc:default-spu-duration",
-  "kateenc:granule-rate-denominator",
-  "kateenc:granule-rate-numerator",
-  "kateenc:granule-shift",
-  "kateenc:keepalive-min-time",
-  "kateenc:language",
-  "kateenc:original-canvas-height",
-  "kateenc:original-canvas-width",
-  "kateparse",
-  "katetag",
-  "katetag:category",
-  "katetag:language",
-  "katetag:original-canvas-height",
-  "katetag:original-canvas-width",
-  "kmssink",
-  "kmssink:bus-id",
-  "kmssink:can-scale",
-  "kmssink:connector-id",
-  "kmssink:connector-properties",
-  "kmssink:display-height",
-  "kmssink:display-width",
-  "kmssink:driver-name",
-  "kmssink:fd",
-  "kmssink:force-modesetting",
-  "kmssink:plane-id",
-  "kmssink:plane-properties",
-  "kmssink:render-rectangle",
-  "kmssink:restore-crtc",
-  "kmssink:skip-vsync",
-  "ksvideosrc",
-  "ksvideosrc:device-index",
-  "ksvideosrc:device-name",
-  "ksvideosrc:device-path",
-  "ksvideosrc:do-stats",
-  "ksvideosrc:enable-quirks",
-  "ksvideosrc:fps",
-  "ladspa-amp-so-amp-mono",
-  "ladspa-amp-so-amp-mono!sink",
-  "ladspa-amp-so-amp-mono!src",
-  "ladspa-amp-so-amp-mono:gain",
-  "ladspa-amp-so-amp-stereo",
-  "ladspa-amp-so-amp-stereo!sink",
-  "ladspa-amp-so-amp-stereo!src",
-  "ladspa-amp-so-amp-stereo:gain",
-  "ladspa-delay-so-delay-5s",
-  "ladspa-delay-so-delay-5s!sink",
-  "ladspa-delay-so-delay-5s!src",
-  "ladspa-delay-so-delay-5s:delay",
-  "ladspa-delay-so-delay-5s:dry-wet-balance",
-  "ladspa-filter-so-hpf",
-  "ladspa-filter-so-hpf!sink",
-  "ladspa-filter-so-hpf!src",
-  "ladspa-filter-so-hpf:cutoff-frequency",
-  "ladspa-filter-so-lpf",
-  "ladspa-filter-so-lpf!sink",
-  "ladspa-filter-so-lpf!src",
-  "ladspa-filter-so-lpf:cutoff-frequency",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono!sink",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono!src",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:cents",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:crispness",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:formant-preserving",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:latency",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:octaves",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:semitones",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-mono:wet-dry-mix",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo!sink",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo!src",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:cents",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:crispness",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:formant-preserving",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:latency",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:octaves",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:semitones",
-  "ladspa-ladspa-rubberband-so-rubberband-pitchshifter-stereo:wet-dry-mix",
-  "ladspa-sine-so-sine-faaa",
-  "ladspa-sine-so-sine-faaa!sink",
-  "ladspa-sine-so-sine-faaa!src",
-  "ladspa-sine-so-sine-faac",
-  "ladspa-sine-so-sine-faac!sink",
-  "ladspa-sine-so-sine-faac!src",
-  "ladspa-sine-so-sine-faac:amplitude",
-  "ladspa-sine-so-sine-fcaa",
-  "ladspa-sine-so-sine-fcaa!sink",
-  "ladspa-sine-so-sine-fcaa!src",
-  "ladspa-sine-so-sine-fcaa:frequency",
-  "ladspasrc-noise-so-noise-white",
-  "ladspasrc-noise-so-noise-white!src",
-  "ladspasrc-noise-so-noise-white:amplitude",
-  "ladspasrc-noise-so-noise-white:can-activate-pull",
-  "ladspasrc-noise-so-noise-white:can-activate-push",
-  "ladspasrc-noise-so-noise-white:is-live",
-  "ladspasrc-noise-so-noise-white:samplesperbuffer",
-  "ladspasrc-noise-so-noise-white:timestamp-offset",
-  "ladspasrc-sine-so-sine-fcac",
-  "ladspasrc-sine-so-sine-fcac!src",
-  "ladspasrc-sine-so-sine-fcac:amplitude",
-  "ladspasrc-sine-so-sine-fcac:can-activate-pull",
-  "ladspasrc-sine-so-sine-fcac:can-activate-push",
-  "ladspasrc-sine-so-sine-fcac:frequency",
-  "ladspasrc-sine-so-sine-fcac:is-live",
-  "ladspasrc-sine-so-sine-fcac:samplesperbuffer",
-  "ladspasrc-sine-so-sine-fcac:timestamp-offset",
-  "lamemp3enc",
-  "lamemp3enc:bitrate",
-  "lamemp3enc:cbr",
-  "lamemp3enc:encoding-engine-quality",
-  "lamemp3enc:mono",
-  "lamemp3enc:quality",
-  "lamemp3enc:target",
-  "lc3dec",
-  "lc3enc",
-  "lcms",
-  "lcms:dest-profile",
-  "lcms:embedded-profile",
-  "lcms:input-profile",
-  "lcms:intent",
-  "lcms:lookup",
-  "lcms:preserve-black",
-  "level",
-  "level:audio-level-meta",
-  "level:interval",
-  "level:message",
-  "level:peak-falloff",
-  "level:peak-ttl",
-  "level:post-messages",
-  "libde265dec",
-  "libde265dec:max-threads",
-  "libvisual_bumpscope",
-  "libvisual_bumpscope:shade-amount",
-  "libvisual_bumpscope:shader",
-  "libvisual_corona",
-  "libvisual_corona:shade-amount",
-  "libvisual_corona:shader",
-  "libvisual_infinite",
-  "libvisual_infinite:shade-amount",
-  "libvisual_infinite:shader",
-  "libvisual_jakdaw",
-  "libvisual_jakdaw:shade-amount",
-  "libvisual_jakdaw:shader",
-  "libvisual_jess",
-  "libvisual_jess:shade-amount",
-  "libvisual_jess:shader",
-  "libvisual_lv_analyzer",
-  "libvisual_lv_analyzer:shade-amount",
-  "libvisual_lv_analyzer:shader",
-  "libvisual_lv_scope",
-  "libvisual_lv_scope:shade-amount",
-  "libvisual_lv_scope:shader",
-  "libvisual_oinksie",
-  "libvisual_oinksie:shade-amount",
-  "libvisual_oinksie:shader",
-  "line21decoder",
-  "line21decoder:mode",
-  "line21decoder:ntsc-only",
-  "line21encoder",
-  "line21encoder:remove-caption-meta",
-  "link_to_multiplexer",
-  "liveadder",
-  "liveadder:latency",
-  "ljpeg-pred",
-  "ljpeg-pred::left",
-  "ljpeg-pred::median",
-  "ljpeg-pred::plane",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono!sink",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono!src",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:bypass",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:cm",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:d-d",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:d-s",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:d-t",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:dry",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:g-out",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:m",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:mode",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:ramp",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:samp",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:t",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:time",
-  "lsp-plug-in-plugins-lv2-comp-delay-mono:wet",
-  "lsp-plug-in-plugins-lv2-comp-delay-monomode",
-  "lsp-plug-in-plugins-lv2-comp-delay-monomode::Distance",
-  "lsp-plug-in-plugins-lv2-comp-delay-monomode::Samples",
-  "lsp-plug-in-plugins-lv2-comp-delay-monomode::Time",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo!sink",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo!src",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:cm",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:d-d",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:d-s",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:d-t",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:dry",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:m",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:mode",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:ramp",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:samp",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:t",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:time",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereo:wet",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereomode",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereomode::Distance",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereomode::Samples",
-  "lsp-plug-in-plugins-lv2-comp-delay-stereomode::Time",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo!sink",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo!src",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:cm-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:cm-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-d-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-d-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-s-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-s-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-t-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:d-t-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:dry-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:dry-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:m-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:m-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:mode-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:mode-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:ramp-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:ramp-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:samp-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:samp-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:t-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:t-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:time-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:time-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:wet-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereo:wet-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l::Distance",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l::Samples",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-l::Time",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r::Distance",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r::Samples",
-  "lsp-plug-in-plugins-lv2-comp-delay-x2-stereomode-r::Time",
-  "lsp-plug-in-plugins-lv2-compressor-lr",
-  "lsp-plug-in-plugins-lv2-compressor-lr!sink",
-  "lsp-plug-in-plugins-lv2-compressor-lr!src",
-  "lsp-plug-in-plugins-lv2-compressor-lr:al-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:al-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:at-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:at-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:bypass",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cdr-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cdr-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:clear",
-  "lsp-plug-in-plugins-lv2-compressor-lr:clm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:clm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cr-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cr-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cwt-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:cwt-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:elm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:elm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:elv-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:elv-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:g-in",
-  "lsp-plug-in-plugins-lv2-compressor-lr:g-out",
-  "lsp-plug-in-plugins-lv2-compressor-lr:grv-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:grv-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:ilm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:ilm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:ilv-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:ilv-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:kn-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:kn-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:mk-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:mk-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:olm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:olm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:olv-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:olv-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-compressor-lr:pause",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rl-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rl-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rlm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rlm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rrl-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rrl-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rt-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:rt-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scl-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scl-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scp-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scp-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scr-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scr-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scs-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:scs-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:sct-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:sct-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:sla-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:sla-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:slm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:slm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lr:slv-l",
-  "lsp-plug-in-plugins-lv2-compressor-lr:slv-r",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-l::Down",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-l::Up",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-r::Down",
-  "lsp-plug-in-plugins-lv2-compressor-lrcm-r::Up",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-l",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-l::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-l::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-l::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-l::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-r",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-r::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-r::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-r::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-lrscm-r::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-l",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-l::Left",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-l::Middle",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-l::Right",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-l::Side",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-r",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-r::Left",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-r::Middle",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-r::Right",
-  "lsp-plug-in-plugins-lv2-compressor-lrscs-r::Side",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-l",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-l::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-l::Feed-forward",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-r",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-r::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-lrsct-r::Feed-forward",
-  "lsp-plug-in-plugins-lv2-compressor-mono",
-  "lsp-plug-in-plugins-lv2-compressor-mono!sink",
-  "lsp-plug-in-plugins-lv2-compressor-mono!src",
-  "lsp-plug-in-plugins-lv2-compressor-mono:al",
-  "lsp-plug-in-plugins-lv2-compressor-mono:at",
-  "lsp-plug-in-plugins-lv2-compressor-mono:bypass",
-  "lsp-plug-in-plugins-lv2-compressor-mono:cdr",
-  "lsp-plug-in-plugins-lv2-compressor-mono:clear",
-  "lsp-plug-in-plugins-lv2-compressor-mono:clm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:cm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:cr",
-  "lsp-plug-in-plugins-lv2-compressor-mono:cwt",
-  "lsp-plug-in-plugins-lv2-compressor-mono:elm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:elv",
-  "lsp-plug-in-plugins-lv2-compressor-mono:g-in",
-  "lsp-plug-in-plugins-lv2-compressor-mono:g-out",
-  "lsp-plug-in-plugins-lv2-compressor-mono:grv",
-  "lsp-plug-in-plugins-lv2-compressor-mono:ilm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:ilv",
-  "lsp-plug-in-plugins-lv2-compressor-mono:kn",
-  "lsp-plug-in-plugins-lv2-compressor-mono:mk",
-  "lsp-plug-in-plugins-lv2-compressor-mono:olm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:olv",
-  "lsp-plug-in-plugins-lv2-compressor-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-compressor-mono:pause",
-  "lsp-plug-in-plugins-lv2-compressor-mono:rl",
-  "lsp-plug-in-plugins-lv2-compressor-mono:rlm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:rrl",
-  "lsp-plug-in-plugins-lv2-compressor-mono:rt",
-  "lsp-plug-in-plugins-lv2-compressor-mono:scl",
-  "lsp-plug-in-plugins-lv2-compressor-mono:scm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:scp",
-  "lsp-plug-in-plugins-lv2-compressor-mono:scr",
-  "lsp-plug-in-plugins-lv2-compressor-mono:sct",
-  "lsp-plug-in-plugins-lv2-compressor-mono:sla",
-  "lsp-plug-in-plugins-lv2-compressor-mono:slm",
-  "lsp-plug-in-plugins-lv2-compressor-mono:slv",
-  "lsp-plug-in-plugins-lv2-compressor-monocm",
-  "lsp-plug-in-plugins-lv2-compressor-monocm::Downward",
-  "lsp-plug-in-plugins-lv2-compressor-monocm::Upward",
-  "lsp-plug-in-plugins-lv2-compressor-monoscm",
-  "lsp-plug-in-plugins-lv2-compressor-monoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-monoscm::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-monoscm::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-monoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-monosct",
-  "lsp-plug-in-plugins-lv2-compressor-monosct::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-monosct::Feed-forward",
-  "lsp-plug-in-plugins-lv2-compressor-ms",
-  "lsp-plug-in-plugins-lv2-compressor-ms!sink",
-  "lsp-plug-in-plugins-lv2-compressor-ms!src",
-  "lsp-plug-in-plugins-lv2-compressor-ms:al-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:al-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:at-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:at-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:bypass",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cdr-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cdr-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:clear",
-  "lsp-plug-in-plugins-lv2-compressor-ms:clm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:clm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cr-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cr-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cwt-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:cwt-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:elm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:elm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:elv-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:elv-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:g-in",
-  "lsp-plug-in-plugins-lv2-compressor-ms:g-out",
-  "lsp-plug-in-plugins-lv2-compressor-ms:grv-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:grv-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:ilm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:ilm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:ilv-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:ilv-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:kn-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:kn-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:mk-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:mk-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:msl",
-  "lsp-plug-in-plugins-lv2-compressor-ms:olm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:olm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:olv-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:olv-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-compressor-ms:pause",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rl-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rl-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rlm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rlm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rrl-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rrl-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rt-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:rt-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scl-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scl-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scp-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scp-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scr-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scr-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scs-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:scs-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:sct-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:sct-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:sla-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:sla-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:slm-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:slm-s",
-  "lsp-plug-in-plugins-lv2-compressor-ms:slv-m",
-  "lsp-plug-in-plugins-lv2-compressor-ms:slv-s",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-m",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-m::Down",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-m::Up",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-s",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-s::Down",
-  "lsp-plug-in-plugins-lv2-compressor-mscm-s::Up",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-m",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-m::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-m::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-m::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-m::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-s",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-s::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-s::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-s::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-msscm-s::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-m",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-m::Left",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-m::Middle",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-m::Right",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-m::Side",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-s",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-s::Left",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-s::Middle",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-s::Right",
-  "lsp-plug-in-plugins-lv2-compressor-msscs-s::Side",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-m",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-m::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-m::Feed-forward",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-s",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-s::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-mssct-s::Feed-forward",
-  "lsp-plug-in-plugins-lv2-compressor-stereo",
-  "lsp-plug-in-plugins-lv2-compressor-stereo!sink",
-  "lsp-plug-in-plugins-lv2-compressor-stereo!src",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:al",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:at",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:cdr",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:clear",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:clm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:cm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:cr",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:cwt",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:elm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:elv",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:grv",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:ilv-l",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:ilv-r",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:kn",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:mk",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:olv-l",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:olv-r",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:pause",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:rl",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:rlm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:rrl",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:rt",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:scl",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:scm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:scp",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:scr",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:scs",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:sct",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:sla",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:slm",
-  "lsp-plug-in-plugins-lv2-compressor-stereo:slv",
-  "lsp-plug-in-plugins-lv2-compressor-stereocm",
-  "lsp-plug-in-plugins-lv2-compressor-stereocm::Downward",
-  "lsp-plug-in-plugins-lv2-compressor-stereocm::Upward",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscm",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscm::Peak",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscm::RMS",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscs",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscs::Left",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscs::Middle",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscs::Right",
-  "lsp-plug-in-plugins-lv2-compressor-stereoscs::Side",
-  "lsp-plug-in-plugins-lv2-compressor-stereosct",
-  "lsp-plug-in-plugins-lv2-compressor-stereosct::Feed-back",
-  "lsp-plug-in-plugins-lv2-compressor-stereosct::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr!sink",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr!src",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ae3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:al3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:at3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:atd-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:atd-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:bypass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cdr-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cdr-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:clear",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:clm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:clm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cmv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cmv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cwt-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:cwt-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:elm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:elm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:elv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:elv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:g-in",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:g-out",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:gl3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:grv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:grv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:hlr-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:hlr-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ilm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ilm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ilv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:ilv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:kn3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:llr-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:llr-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:olm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:olm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:olv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:olv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:omk-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:omk-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pause",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:pe3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:psel",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:re3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rl3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rlm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rlm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rt3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rtd-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:rtd-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scl-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scl-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scp-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scp-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scr-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scr-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scs-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:scs-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:sct-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:sct-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:sla-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:sla-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:slm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:slm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:slv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:slv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl0-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl0-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl1-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl1-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl2-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl2-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl3-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lr:tl3-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrpsel",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrpsel::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrpsel::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-l::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscm-r::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-l::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrscs-r::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-l::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-l::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-r::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-lrsct-r::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono!sink",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono!src",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ae0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ae1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ae2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ae3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:al0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:al1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:al2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:al3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:at0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:at1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:at2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:at3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:atd",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:bypass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:cdr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:clear",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:clm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:cmv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:cwt",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:elm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:elv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:g-in",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:g-out",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:gl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:gl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:gl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:gl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:grv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:hlr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ilm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:ilv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:kn0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:kn1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:kn2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:kn3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:llr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:olm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:olv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:omk",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:pause",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:pe0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:pe1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:pe2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:pe3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:re0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:re1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:re2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:re3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rlm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rt0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rt1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rt2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rt3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:rtd",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:scl",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:scm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:scp",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:scr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:sct",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:sla",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:slm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:slv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:tl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:tl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:tl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mono:tl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monoscm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monoscm::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monoscm::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monosct",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monosct::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-monosct::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms!sink",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms!src",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ae3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:al3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:at3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:atd-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:atd-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:bypass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cdr-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cdr-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:clear",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:clm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:clm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cmv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cmv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cwt-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:cwt-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:elm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:elm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:elv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:elv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:g-in",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:g-out",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:gl3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:grv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:grv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:hlr-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:hlr-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ilm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ilm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ilv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:ilv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:kn3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:llr-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:llr-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:msl",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:olm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:olm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:olv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:olv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:omk-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:omk-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pause",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:pe3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:psel",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:re3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rl3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rlm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rlm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rt3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rtd-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:rtd-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scl-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scl-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scp-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scp-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scr-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scr-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scs-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:scs-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:sct-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:sct-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:sla-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:sla-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:slm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:slm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:slv-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:slv-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl0-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl0-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl1-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl1-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl2-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl2-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl3-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-ms:tl3-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mspsel",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mspsel::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mspsel::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-m::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscm-s::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-m::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-msscs-s::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-m",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-m::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-m::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-s",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-s::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-mssct-s::Feed-forward",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo!sink",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo!src",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ae0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ae1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ae2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ae3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:al0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:al1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:al2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:al3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:at0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:at1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:at2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:at3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:atd",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:cdr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:clear",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:clm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:cmv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:cwt",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:elm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:elv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:gl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:gl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:gl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:gl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:grv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:hlr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ilv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:ilv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:kn0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:kn1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:kn2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:kn3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:llr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:olv-l",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:olv-r",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:omk",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:pause",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:pe0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:pe1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:pe2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:pe3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:re0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:re1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:re2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:re3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rlm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rt0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rt1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rt2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rt3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:rtd",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:scl",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:scm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:scp",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:scr",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:scs",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:sct",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:sla",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:slm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:slv",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:tl0",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:tl1",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:tl2",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereo:tl3",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm::Peak",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm::RMS",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs::Left",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs::Middle",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs::Right",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereoscs::Side",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereosct",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereosct::Feed-back",
-  "lsp-plug-in-plugins-lv2-dyna-processor-stereosct::Feed-forward",
-  "lsp-plug-in-plugins-lv2-expander-lr",
-  "lsp-plug-in-plugins-lv2-expander-lr!sink",
-  "lsp-plug-in-plugins-lv2-expander-lr!src",
-  "lsp-plug-in-plugins-lv2-expander-lr:al-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:al-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:at-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:at-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:bypass",
-  "lsp-plug-in-plugins-lv2-expander-lr:cdr-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:cdr-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:clear",
-  "lsp-plug-in-plugins-lv2-expander-lr:clm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:clm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:cr-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:cr-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:cwt-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:cwt-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:elm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:elm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:elv-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:elv-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:em-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:em-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:g-in",
-  "lsp-plug-in-plugins-lv2-expander-lr:g-out",
-  "lsp-plug-in-plugins-lv2-expander-lr:grv-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:grv-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:ilm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:ilm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:ilv-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:ilv-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:kn-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:kn-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:mk-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:mk-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:olm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:olm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:olv-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:olv-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-expander-lr:pause",
-  "lsp-plug-in-plugins-lv2-expander-lr:rl-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:rl-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:rlm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:rlm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:rrl-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:rrl-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:rt-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:rt-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:scl-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:scl-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:scm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:scm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:scp-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:scp-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:scr-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:scr-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:scs-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:scs-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:sla-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:sla-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:slm-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:slm-r",
-  "lsp-plug-in-plugins-lv2-expander-lr:slv-l",
-  "lsp-plug-in-plugins-lv2-expander-lr:slv-r",
-  "lsp-plug-in-plugins-lv2-expander-lrem-l",
-  "lsp-plug-in-plugins-lv2-expander-lrem-l::Down",
-  "lsp-plug-in-plugins-lv2-expander-lrem-l::Up",
-  "lsp-plug-in-plugins-lv2-expander-lrem-r",
-  "lsp-plug-in-plugins-lv2-expander-lrem-r::Down",
-  "lsp-plug-in-plugins-lv2-expander-lrem-r::Up",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-l",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-l::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-l::Peak",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-l::RMS",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-l::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-r",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-r::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-r::Peak",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-r::RMS",
-  "lsp-plug-in-plugins-lv2-expander-lrscm-r::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-l",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-l::Left",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-l::Middle",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-l::Right",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-l::Side",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-r",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-r::Left",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-r::Middle",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-r::Right",
-  "lsp-plug-in-plugins-lv2-expander-lrscs-r::Side",
-  "lsp-plug-in-plugins-lv2-expander-mono",
-  "lsp-plug-in-plugins-lv2-expander-mono!sink",
-  "lsp-plug-in-plugins-lv2-expander-mono!src",
-  "lsp-plug-in-plugins-lv2-expander-mono:al",
-  "lsp-plug-in-plugins-lv2-expander-mono:at",
-  "lsp-plug-in-plugins-lv2-expander-mono:bypass",
-  "lsp-plug-in-plugins-lv2-expander-mono:cdr",
-  "lsp-plug-in-plugins-lv2-expander-mono:clear",
-  "lsp-plug-in-plugins-lv2-expander-mono:clm",
-  "lsp-plug-in-plugins-lv2-expander-mono:cr",
-  "lsp-plug-in-plugins-lv2-expander-mono:cwt",
-  "lsp-plug-in-plugins-lv2-expander-mono:elm",
-  "lsp-plug-in-plugins-lv2-expander-mono:elv",
-  "lsp-plug-in-plugins-lv2-expander-mono:em",
-  "lsp-plug-in-plugins-lv2-expander-mono:g-in",
-  "lsp-plug-in-plugins-lv2-expander-mono:g-out",
-  "lsp-plug-in-plugins-lv2-expander-mono:grv",
-  "lsp-plug-in-plugins-lv2-expander-mono:ilm",
-  "lsp-plug-in-plugins-lv2-expander-mono:ilv",
-  "lsp-plug-in-plugins-lv2-expander-mono:kn",
-  "lsp-plug-in-plugins-lv2-expander-mono:mk",
-  "lsp-plug-in-plugins-lv2-expander-mono:olm",
-  "lsp-plug-in-plugins-lv2-expander-mono:olv",
-  "lsp-plug-in-plugins-lv2-expander-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-expander-mono:pause",
-  "lsp-plug-in-plugins-lv2-expander-mono:rl",
-  "lsp-plug-in-plugins-lv2-expander-mono:rlm",
-  "lsp-plug-in-plugins-lv2-expander-mono:rrl",
-  "lsp-plug-in-plugins-lv2-expander-mono:rt",
-  "lsp-plug-in-plugins-lv2-expander-mono:scl",
-  "lsp-plug-in-plugins-lv2-expander-mono:scm",
-  "lsp-plug-in-plugins-lv2-expander-mono:scp",
-  "lsp-plug-in-plugins-lv2-expander-mono:scr",
-  "lsp-plug-in-plugins-lv2-expander-mono:sla",
-  "lsp-plug-in-plugins-lv2-expander-mono:slm",
-  "lsp-plug-in-plugins-lv2-expander-mono:slv",
-  "lsp-plug-in-plugins-lv2-expander-monoem",
-  "lsp-plug-in-plugins-lv2-expander-monoem::Down",
-  "lsp-plug-in-plugins-lv2-expander-monoem::Up",
-  "lsp-plug-in-plugins-lv2-expander-monoscm",
-  "lsp-plug-in-plugins-lv2-expander-monoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-monoscm::Peak",
-  "lsp-plug-in-plugins-lv2-expander-monoscm::RMS",
-  "lsp-plug-in-plugins-lv2-expander-monoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-ms",
-  "lsp-plug-in-plugins-lv2-expander-ms!sink",
-  "lsp-plug-in-plugins-lv2-expander-ms!src",
-  "lsp-plug-in-plugins-lv2-expander-ms:al-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:al-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:at-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:at-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:bypass",
-  "lsp-plug-in-plugins-lv2-expander-ms:cdr-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:cdr-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:clear",
-  "lsp-plug-in-plugins-lv2-expander-ms:clm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:clm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:cr-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:cr-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:cwt-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:cwt-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:elm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:elm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:elv-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:elv-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:em-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:em-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:g-in",
-  "lsp-plug-in-plugins-lv2-expander-ms:g-out",
-  "lsp-plug-in-plugins-lv2-expander-ms:grv-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:grv-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:ilm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:ilm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:ilv-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:ilv-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:kn-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:kn-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:mk-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:mk-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:msl",
-  "lsp-plug-in-plugins-lv2-expander-ms:olm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:olm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:olv-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:olv-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-expander-ms:pause",
-  "lsp-plug-in-plugins-lv2-expander-ms:rl-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:rl-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:rlm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:rlm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:rrl-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:rrl-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:rt-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:rt-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:scl-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:scl-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:scm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:scm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:scp-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:scp-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:scr-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:scr-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:scs-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:scs-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:sla-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:sla-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:slm-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:slm-s",
-  "lsp-plug-in-plugins-lv2-expander-ms:slv-m",
-  "lsp-plug-in-plugins-lv2-expander-ms:slv-s",
-  "lsp-plug-in-plugins-lv2-expander-msem-m",
-  "lsp-plug-in-plugins-lv2-expander-msem-m::Down",
-  "lsp-plug-in-plugins-lv2-expander-msem-m::Up",
-  "lsp-plug-in-plugins-lv2-expander-msem-s",
-  "lsp-plug-in-plugins-lv2-expander-msem-s::Down",
-  "lsp-plug-in-plugins-lv2-expander-msem-s::Up",
-  "lsp-plug-in-plugins-lv2-expander-msscm-m",
-  "lsp-plug-in-plugins-lv2-expander-msscm-m::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-msscm-m::Peak",
-  "lsp-plug-in-plugins-lv2-expander-msscm-m::RMS",
-  "lsp-plug-in-plugins-lv2-expander-msscm-m::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-msscm-s",
-  "lsp-plug-in-plugins-lv2-expander-msscm-s::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-msscm-s::Peak",
-  "lsp-plug-in-plugins-lv2-expander-msscm-s::RMS",
-  "lsp-plug-in-plugins-lv2-expander-msscm-s::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-msscs-m",
-  "lsp-plug-in-plugins-lv2-expander-msscs-m::Left",
-  "lsp-plug-in-plugins-lv2-expander-msscs-m::Middle",
-  "lsp-plug-in-plugins-lv2-expander-msscs-m::Right",
-  "lsp-plug-in-plugins-lv2-expander-msscs-m::Side",
-  "lsp-plug-in-plugins-lv2-expander-msscs-s",
-  "lsp-plug-in-plugins-lv2-expander-msscs-s::Left",
-  "lsp-plug-in-plugins-lv2-expander-msscs-s::Middle",
-  "lsp-plug-in-plugins-lv2-expander-msscs-s::Right",
-  "lsp-plug-in-plugins-lv2-expander-msscs-s::Side",
-  "lsp-plug-in-plugins-lv2-expander-stereo",
-  "lsp-plug-in-plugins-lv2-expander-stereo!sink",
-  "lsp-plug-in-plugins-lv2-expander-stereo!src",
-  "lsp-plug-in-plugins-lv2-expander-stereo:al",
-  "lsp-plug-in-plugins-lv2-expander-stereo:at",
-  "lsp-plug-in-plugins-lv2-expander-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-expander-stereo:cdr",
-  "lsp-plug-in-plugins-lv2-expander-stereo:clear",
-  "lsp-plug-in-plugins-lv2-expander-stereo:clm",
-  "lsp-plug-in-plugins-lv2-expander-stereo:cr",
-  "lsp-plug-in-plugins-lv2-expander-stereo:cwt",
-  "lsp-plug-in-plugins-lv2-expander-stereo:elm",
-  "lsp-plug-in-plugins-lv2-expander-stereo:elv",
-  "lsp-plug-in-plugins-lv2-expander-stereo:em",
-  "lsp-plug-in-plugins-lv2-expander-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-expander-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-expander-stereo:grv",
-  "lsp-plug-in-plugins-lv2-expander-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-expander-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-expander-stereo:ilv-l",
-  "lsp-plug-in-plugins-lv2-expander-stereo:ilv-r",
-  "lsp-plug-in-plugins-lv2-expander-stereo:kn",
-  "lsp-plug-in-plugins-lv2-expander-stereo:mk",
-  "lsp-plug-in-plugins-lv2-expander-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-expander-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-expander-stereo:olv-l",
-  "lsp-plug-in-plugins-lv2-expander-stereo:olv-r",
-  "lsp-plug-in-plugins-lv2-expander-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-expander-stereo:pause",
-  "lsp-plug-in-plugins-lv2-expander-stereo:rl",
-  "lsp-plug-in-plugins-lv2-expander-stereo:rlm",
-  "lsp-plug-in-plugins-lv2-expander-stereo:rrl",
-  "lsp-plug-in-plugins-lv2-expander-stereo:rt",
-  "lsp-plug-in-plugins-lv2-expander-stereo:scl",
-  "lsp-plug-in-plugins-lv2-expander-stereo:scm",
-  "lsp-plug-in-plugins-lv2-expander-stereo:scp",
-  "lsp-plug-in-plugins-lv2-expander-stereo:scr",
-  "lsp-plug-in-plugins-lv2-expander-stereo:scs",
-  "lsp-plug-in-plugins-lv2-expander-stereo:sla",
-  "lsp-plug-in-plugins-lv2-expander-stereo:slm",
-  "lsp-plug-in-plugins-lv2-expander-stereo:slv",
-  "lsp-plug-in-plugins-lv2-expander-stereoem",
-  "lsp-plug-in-plugins-lv2-expander-stereoem::Down",
-  "lsp-plug-in-plugins-lv2-expander-stereoem::Up",
-  "lsp-plug-in-plugins-lv2-expander-stereoscm",
-  "lsp-plug-in-plugins-lv2-expander-stereoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-expander-stereoscm::Peak",
-  "lsp-plug-in-plugins-lv2-expander-stereoscm::RMS",
-  "lsp-plug-in-plugins-lv2-expander-stereoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-expander-stereoscs",
-  "lsp-plug-in-plugins-lv2-expander-stereoscs::Left",
-  "lsp-plug-in-plugins-lv2-expander-stereoscs::Middle",
-  "lsp-plug-in-plugins-lv2-expander-stereoscs::Right",
-  "lsp-plug-in-plugins-lv2-expander-stereoscs::Side",
-  "lsp-plug-in-plugins-lv2-gate-lr",
-  "lsp-plug-in-plugins-lv2-gate-lr!sink",
-  "lsp-plug-in-plugins-lv2-gate-lr!src",
-  "lsp-plug-in-plugins-lv2-gate-lr:at-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:at-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:bypass",
-  "lsp-plug-in-plugins-lv2-gate-lr:cdr-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:cdr-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:clear",
-  "lsp-plug-in-plugins-lv2-gate-lr:clm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:clm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:cwt-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:cwt-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:elm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:elm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:elv-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:elv-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:g-in",
-  "lsp-plug-in-plugins-lv2-gate-lr:g-out",
-  "lsp-plug-in-plugins-lv2-gate-lr:gh-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:gh-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:gr-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:gr-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:grv-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:grv-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:gt-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:gt-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:gz-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:gz-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:gzs-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:gzs-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:ht-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:ht-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:hts-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:hts-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:hz-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:hz-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:hzs-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:hzs-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:ilm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:ilm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:ilv-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:ilv-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:mk-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:mk-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:olm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:olm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:olv-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:olv-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-gate-lr:pause",
-  "lsp-plug-in-plugins-lv2-gate-lr:rlm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:rlm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:rt-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:rt-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:scl-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:scl-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:scm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:scm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:scp-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:scp-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:scr-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:scr-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:scs-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:scs-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:sla-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:sla-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:slm-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:slm-r",
-  "lsp-plug-in-plugins-lv2-gate-lr:slv-l",
-  "lsp-plug-in-plugins-lv2-gate-lr:slv-r",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-l",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-l::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-l::Peak",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-l::RMS",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-l::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-r",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-r::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-r::Peak",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-r::RMS",
-  "lsp-plug-in-plugins-lv2-gate-lrscm-r::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-l",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-l::Left",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-l::Middle",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-l::Right",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-l::Side",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-r",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-r::Left",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-r::Middle",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-r::Right",
-  "lsp-plug-in-plugins-lv2-gate-lrscs-r::Side",
-  "lsp-plug-in-plugins-lv2-gate-mono",
-  "lsp-plug-in-plugins-lv2-gate-mono!sink",
-  "lsp-plug-in-plugins-lv2-gate-mono!src",
-  "lsp-plug-in-plugins-lv2-gate-mono:at",
-  "lsp-plug-in-plugins-lv2-gate-mono:bypass",
-  "lsp-plug-in-plugins-lv2-gate-mono:cdr",
-  "lsp-plug-in-plugins-lv2-gate-mono:clear",
-  "lsp-plug-in-plugins-lv2-gate-mono:clm",
-  "lsp-plug-in-plugins-lv2-gate-mono:cwt",
-  "lsp-plug-in-plugins-lv2-gate-mono:elm",
-  "lsp-plug-in-plugins-lv2-gate-mono:elv",
-  "lsp-plug-in-plugins-lv2-gate-mono:g-in",
-  "lsp-plug-in-plugins-lv2-gate-mono:g-out",
-  "lsp-plug-in-plugins-lv2-gate-mono:gh",
-  "lsp-plug-in-plugins-lv2-gate-mono:gr",
-  "lsp-plug-in-plugins-lv2-gate-mono:grv",
-  "lsp-plug-in-plugins-lv2-gate-mono:gt",
-  "lsp-plug-in-plugins-lv2-gate-mono:gz",
-  "lsp-plug-in-plugins-lv2-gate-mono:gzs",
-  "lsp-plug-in-plugins-lv2-gate-mono:ht",
-  "lsp-plug-in-plugins-lv2-gate-mono:hts",
-  "lsp-plug-in-plugins-lv2-gate-mono:hz",
-  "lsp-plug-in-plugins-lv2-gate-mono:hzs",
-  "lsp-plug-in-plugins-lv2-gate-mono:ilm",
-  "lsp-plug-in-plugins-lv2-gate-mono:ilv",
-  "lsp-plug-in-plugins-lv2-gate-mono:mk",
-  "lsp-plug-in-plugins-lv2-gate-mono:olm",
-  "lsp-plug-in-plugins-lv2-gate-mono:olv",
-  "lsp-plug-in-plugins-lv2-gate-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-gate-mono:pause",
-  "lsp-plug-in-plugins-lv2-gate-mono:rlm",
-  "lsp-plug-in-plugins-lv2-gate-mono:rt",
-  "lsp-plug-in-plugins-lv2-gate-mono:scl",
-  "lsp-plug-in-plugins-lv2-gate-mono:scm",
-  "lsp-plug-in-plugins-lv2-gate-mono:scp",
-  "lsp-plug-in-plugins-lv2-gate-mono:scr",
-  "lsp-plug-in-plugins-lv2-gate-mono:sla",
-  "lsp-plug-in-plugins-lv2-gate-mono:slm",
-  "lsp-plug-in-plugins-lv2-gate-mono:slv",
-  "lsp-plug-in-plugins-lv2-gate-monoscm",
-  "lsp-plug-in-plugins-lv2-gate-monoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-monoscm::Peak",
-  "lsp-plug-in-plugins-lv2-gate-monoscm::RMS",
-  "lsp-plug-in-plugins-lv2-gate-monoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-ms",
-  "lsp-plug-in-plugins-lv2-gate-ms!sink",
-  "lsp-plug-in-plugins-lv2-gate-ms!src",
-  "lsp-plug-in-plugins-lv2-gate-ms:at-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:at-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:bypass",
-  "lsp-plug-in-plugins-lv2-gate-ms:cdr-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:cdr-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:clear",
-  "lsp-plug-in-plugins-lv2-gate-ms:clm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:clm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:cwt-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:cwt-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:elm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:elm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:elv-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:elv-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:g-in",
-  "lsp-plug-in-plugins-lv2-gate-ms:g-out",
-  "lsp-plug-in-plugins-lv2-gate-ms:gh-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:gh-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:gr-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:gr-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:grv-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:grv-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:gt-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:gt-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:gz-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:gz-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:gzs-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:gzs-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:ht-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:ht-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:hts-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:hts-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:hz-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:hz-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:hzs-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:hzs-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:ilm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:ilm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:ilv-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:ilv-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:mk-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:mk-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:msl",
-  "lsp-plug-in-plugins-lv2-gate-ms:olm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:olm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:olv-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:olv-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-gate-ms:pause",
-  "lsp-plug-in-plugins-lv2-gate-ms:rlm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:rlm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:rt-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:rt-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:scl-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:scl-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:scm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:scm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:scp-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:scp-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:scr-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:scr-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:scs-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:scs-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:sla-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:sla-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:slm-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:slm-s",
-  "lsp-plug-in-plugins-lv2-gate-ms:slv-m",
-  "lsp-plug-in-plugins-lv2-gate-ms:slv-s",
-  "lsp-plug-in-plugins-lv2-gate-msscm-m",
-  "lsp-plug-in-plugins-lv2-gate-msscm-m::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-msscm-m::Peak",
-  "lsp-plug-in-plugins-lv2-gate-msscm-m::RMS",
-  "lsp-plug-in-plugins-lv2-gate-msscm-m::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-msscm-s",
-  "lsp-plug-in-plugins-lv2-gate-msscm-s::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-msscm-s::Peak",
-  "lsp-plug-in-plugins-lv2-gate-msscm-s::RMS",
-  "lsp-plug-in-plugins-lv2-gate-msscm-s::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-msscs-m",
-  "lsp-plug-in-plugins-lv2-gate-msscs-m::Left",
-  "lsp-plug-in-plugins-lv2-gate-msscs-m::Middle",
-  "lsp-plug-in-plugins-lv2-gate-msscs-m::Right",
-  "lsp-plug-in-plugins-lv2-gate-msscs-m::Side",
-  "lsp-plug-in-plugins-lv2-gate-msscs-s",
-  "lsp-plug-in-plugins-lv2-gate-msscs-s::Left",
-  "lsp-plug-in-plugins-lv2-gate-msscs-s::Middle",
-  "lsp-plug-in-plugins-lv2-gate-msscs-s::Right",
-  "lsp-plug-in-plugins-lv2-gate-msscs-s::Side",
-  "lsp-plug-in-plugins-lv2-gate-stereo",
-  "lsp-plug-in-plugins-lv2-gate-stereo!sink",
-  "lsp-plug-in-plugins-lv2-gate-stereo!src",
-  "lsp-plug-in-plugins-lv2-gate-stereo:at",
-  "lsp-plug-in-plugins-lv2-gate-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-gate-stereo:cdr",
-  "lsp-plug-in-plugins-lv2-gate-stereo:clear",
-  "lsp-plug-in-plugins-lv2-gate-stereo:clm",
-  "lsp-plug-in-plugins-lv2-gate-stereo:cwt",
-  "lsp-plug-in-plugins-lv2-gate-stereo:elm",
-  "lsp-plug-in-plugins-lv2-gate-stereo:elv",
-  "lsp-plug-in-plugins-lv2-gate-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-gate-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-gate-stereo:gh",
-  "lsp-plug-in-plugins-lv2-gate-stereo:gr",
-  "lsp-plug-in-plugins-lv2-gate-stereo:grv",
-  "lsp-plug-in-plugins-lv2-gate-stereo:gt",
-  "lsp-plug-in-plugins-lv2-gate-stereo:gz",
-  "lsp-plug-in-plugins-lv2-gate-stereo:gzs",
-  "lsp-plug-in-plugins-lv2-gate-stereo:ht",
-  "lsp-plug-in-plugins-lv2-gate-stereo:hts",
-  "lsp-plug-in-plugins-lv2-gate-stereo:hz",
-  "lsp-plug-in-plugins-lv2-gate-stereo:hzs",
-  "lsp-plug-in-plugins-lv2-gate-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-gate-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-gate-stereo:ilv-l",
-  "lsp-plug-in-plugins-lv2-gate-stereo:ilv-r",
-  "lsp-plug-in-plugins-lv2-gate-stereo:mk",
-  "lsp-plug-in-plugins-lv2-gate-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-gate-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-gate-stereo:olv-l",
-  "lsp-plug-in-plugins-lv2-gate-stereo:olv-r",
-  "lsp-plug-in-plugins-lv2-gate-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-gate-stereo:pause",
-  "lsp-plug-in-plugins-lv2-gate-stereo:rlm",
-  "lsp-plug-in-plugins-lv2-gate-stereo:rt",
-  "lsp-plug-in-plugins-lv2-gate-stereo:scl",
-  "lsp-plug-in-plugins-lv2-gate-stereo:scm",
-  "lsp-plug-in-plugins-lv2-gate-stereo:scp",
-  "lsp-plug-in-plugins-lv2-gate-stereo:scr",
-  "lsp-plug-in-plugins-lv2-gate-stereo:scs",
-  "lsp-plug-in-plugins-lv2-gate-stereo:sla",
-  "lsp-plug-in-plugins-lv2-gate-stereo:slm",
-  "lsp-plug-in-plugins-lv2-gate-stereo:slv",
-  "lsp-plug-in-plugins-lv2-gate-stereoscm",
-  "lsp-plug-in-plugins-lv2-gate-stereoscm::Low-Pass",
-  "lsp-plug-in-plugins-lv2-gate-stereoscm::Peak",
-  "lsp-plug-in-plugins-lv2-gate-stereoscm::RMS",
-  "lsp-plug-in-plugins-lv2-gate-stereoscm::Uniform",
-  "lsp-plug-in-plugins-lv2-gate-stereoscs",
-  "lsp-plug-in-plugins-lv2-gate-stereoscs::Left",
-  "lsp-plug-in-plugins-lv2-gate-stereoscs::Middle",
-  "lsp-plug-in-plugins-lv2-gate-stereoscs::Right",
-  "lsp-plug-in-plugins-lv2-gate-stereoscs::Side",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fftv-l",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fftv-r",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:fvr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:gr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xel-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xer-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xml-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xmr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:xsr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lr:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfsel::Bands Left",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrfsel::Bands Right",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrmode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-lrslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:fv-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:im",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:sm",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xe-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:xs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-mono:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monomode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-monoslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fftv-m",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fftv-s",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:fvs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gain-m",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gain-s",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:gs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:lstn",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xem-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xes-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xmm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xms-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xsm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:xss-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-ms:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfsel::Bands Middle",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msfsel::Bands Side",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msmode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-msslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fftv-l",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fftv-r",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:fv-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xe-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:xs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereo:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereomode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x16-stereoslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fftv-l",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fftv-r",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:fvr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:gr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xel-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xer-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xml-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xmr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsl-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:xsr-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lr:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel::Bands Left 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel::Bands Left 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel::Bands Right 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrfsel::Bands Right 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrmode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-lrslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:fv-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:im",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:sm",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xe-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:xs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-mono:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofsel::Bands 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monofsel::Bands 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monomode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-monoslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fftv-m",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fftv-s",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:fvs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gain-m",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gain-s",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:gs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:lstn",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xem-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xes-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xmm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xms-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xsm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:xss-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-ms:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel::Bands Middle 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel::Bands Middle 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel::Bands Side 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msfsel::Bands Side 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msmode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-msslope::MT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo!sink",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo!src",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:bal",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fftv-l",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fftv-r",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:fv-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:iml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:imr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:mode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:react",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:shift",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:slope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:sml",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:smr",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xe-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xm-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-0",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-1",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-10",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-11",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-12",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-13",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-14",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-16",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-17",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-18",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-19",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-2",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-20",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-21",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-22",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-23",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-24",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-25",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-26",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-27",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-28",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-29",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-3",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-30",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-4",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-5",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-6",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-7",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-8",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:xs-9",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereo:zoom",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft::Off",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofsel",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofsel::Bands 0-15",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereofsel::Bands 16-31",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode::FFT",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode::FIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereomode::IIR",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::BT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::BT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::BT96",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::MT48",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::MT72",
-  "lsp-plug-in-plugins-lv2-graph-equalizer-x32-stereoslope::MT96",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono!sink",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono!src",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:bypass",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ca",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:cs",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:dry",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-2",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-3",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-4",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-5",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-6",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:eq-7",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:fft",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:g-out",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:hcf",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:hcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ifi",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ifl",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ifo",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ifs",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ihc",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:ils",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:itc",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:lcf",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:lcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:mk",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:pd",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:wet",
-  "lsp-plug-in-plugins-lv2-impulse-responses-mono:wpp",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monocs",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monocs::Left",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monocs::None",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monocs::Right",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::1024",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::16384",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::2048",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::32767",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::4096",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::512",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::65536",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monofft::8192",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monohcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monohcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monolcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-monolcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo!sink",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo!src",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ca-l",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ca-r",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:cs-l",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:cs-r",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:dry",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-2",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-3",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-4",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-5",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-6",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:eq-7",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:fft",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:fsel",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:hcf",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:hcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifi0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifi1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifl0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifl1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifo0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifo1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifs0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ifs1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ihc0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ihc1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ils0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:ils1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:itc0",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:itc1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:lcf",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:lcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:mk-l",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:mk-r",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:pd-l",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:pd-r",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:wet",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereo:wpp",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l::File 1 Left",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l::File 1 Right",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l::File 2 Left",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l::File 2 Right",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-l::None",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r::File 1 Left",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r::File 1 Right",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r::File 2 Left",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r::File 2 Right",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereocs-r::None",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::1024",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::16384",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::2048",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::32767",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::4096",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::512",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::65536",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofft::8192",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofsel",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofsel::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereofsel::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereohcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-responses-stereolcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono!sink",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono!src",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:bypass",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ca0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ca1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ca2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ca3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cam0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cam1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cam2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cam3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:com0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:com1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:com2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:com3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:csf0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:csf1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:csf2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:csf3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cst0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cst1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cst2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:cst3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:dry",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:eq-7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:fft",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:fsel",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:g-out",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:hcf",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:hcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifi0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifi1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifi2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifi3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifl0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifl1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifl2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifl3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifo0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifo1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifo2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifo3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifs0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifs1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifs2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ifs3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ihc0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ihc1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ihc2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ihc3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ils0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ils1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ils2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:ils3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:irv0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:irv1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:irv2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:irv3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:itc0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:itc1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:itc2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:itc3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:lcf",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:lcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:mk0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:mk1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:mk2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:mk3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:p",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:pd",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:pd0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:pd1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:pd2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:pd3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:wet",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-mono:wpp",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf0::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf1::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf2::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocsf3::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst0::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst1::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst2::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monocst3::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::1024",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::16384",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::2048",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::32767",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::4096",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::512",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::65536",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofft::8192",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monofsel::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monohcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-monolcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo!sink",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo!src",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ca0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ca1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ca2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ca3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cam0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cam1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cam2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cam3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cim0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cim1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cim2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cim3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:com0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:com1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:com2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:com3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:csf0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:csf1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:csf2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:csf3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cst0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cst1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cst2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:cst3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:dry",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:eq-7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:fft",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:fsel",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:hcf",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:hcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifi0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifi1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifi2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifi3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifl0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifl1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifl2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifl3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifo0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifo1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifo2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifo3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifs0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifs1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifs2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ifs3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ihc0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ihc1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ihc2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ihc3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ils0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ils1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ils2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:ils3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:irv0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:irv1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:irv2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:irv3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:itc0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:itc1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:itc2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:itc3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:lcf",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:lcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:mk0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:mk1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:mk2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:mk3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pd",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pd0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pd1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pd2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pd3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pl",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:pr",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:wet",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereo:wpp",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf0::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf1::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf2::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocsf3::None",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst0::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst1::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst2::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 5",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 6",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 7",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereocst3::Track 8",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::1024",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::16384",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::2048",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::32767",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::4096",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::512",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::65536",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofft::8192",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel::File 1",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel::File 2",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel::File 3",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereofsel::File 4",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereohcm::off",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-impulse-reverb-stereolcm::off",
-  "lsp-plug-in-plugins-lv2-latency-meter",
-  "lsp-plug-in-plugins-lv2-latency-meter!sink",
-  "lsp-plug-in-plugins-lv2-latency-meter!src",
-  "lsp-plug-in-plugins-lv2-latency-meter:athr",
-  "lsp-plug-in-plugins-lv2-latency-meter:bypass",
-  "lsp-plug-in-plugins-lv2-latency-meter:fback",
-  "lsp-plug-in-plugins-lv2-latency-meter:gin",
-  "lsp-plug-in-plugins-lv2-latency-meter:gout",
-  "lsp-plug-in-plugins-lv2-latency-meter:ilvl",
-  "lsp-plug-in-plugins-lv2-latency-meter:l-v",
-  "lsp-plug-in-plugins-lv2-latency-meter:mlat",
-  "lsp-plug-in-plugins-lv2-latency-meter:out-latency",
-  "lsp-plug-in-plugins-lv2-latency-meter:pthr",
-  "lsp-plug-in-plugins-lv2-latency-meter:ttrig",
-  "lsp-plug-in-plugins-lv2-limiter-mono",
-  "lsp-plug-in-plugins-lv2-limiter-mono!sink",
-  "lsp-plug-in-plugins-lv2-limiter-mono!src",
-  "lsp-plug-in-plugins-lv2-limiter-mono:at",
-  "lsp-plug-in-plugins-lv2-limiter-mono:boost",
-  "lsp-plug-in-plugins-lv2-limiter-mono:bypass",
-  "lsp-plug-in-plugins-lv2-limiter-mono:clear",
-  "lsp-plug-in-plugins-lv2-limiter-mono:dith",
-  "lsp-plug-in-plugins-lv2-limiter-mono:g-in",
-  "lsp-plug-in-plugins-lv2-limiter-mono:g-out",
-  "lsp-plug-in-plugins-lv2-limiter-mono:grgv",
-  "lsp-plug-in-plugins-lv2-limiter-mono:grlm",
-  "lsp-plug-in-plugins-lv2-limiter-mono:igv",
-  "lsp-plug-in-plugins-lv2-limiter-mono:ilm",
-  "lsp-plug-in-plugins-lv2-limiter-mono:knee",
-  "lsp-plug-in-plugins-lv2-limiter-mono:lk",
-  "lsp-plug-in-plugins-lv2-limiter-mono:mode",
-  "lsp-plug-in-plugins-lv2-limiter-mono:ogv",
-  "lsp-plug-in-plugins-lv2-limiter-mono:olm",
-  "lsp-plug-in-plugins-lv2-limiter-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-limiter-mono:ovs",
-  "lsp-plug-in-plugins-lv2-limiter-mono:pause",
-  "lsp-plug-in-plugins-lv2-limiter-mono:rt",
-  "lsp-plug-in-plugins-lv2-limiter-mono:scgv",
-  "lsp-plug-in-plugins-lv2-limiter-mono:sclm",
-  "lsp-plug-in-plugins-lv2-limiter-mono:scp",
-  "lsp-plug-in-plugins-lv2-limiter-mono:th",
-  "lsp-plug-in-plugins-lv2-limiter-monodith",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::11bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::12bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::15bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::16bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::23bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::24bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::7bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::8bit",
-  "lsp-plug-in-plugins-lv2-limiter-monodith::None",
-  "lsp-plug-in-plugins-lv2-limiter-monomode",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Classic",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Exp Duck",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Exp Tail",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Exp Thin",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Exp Wide",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Herm Duck",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Herm Tail",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Herm Thin",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Herm Wide",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Line Duck",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Line Tail",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Line Thin",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Line Wide",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Mixed Exp",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Mixed Herm",
-  "lsp-plug-in-plugins-lv2-limiter-monomode::Mixed Line",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x2(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x2(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x3(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x3(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x4(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x4(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x6(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x6(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x8(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Full x8(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x2(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x2(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x3(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x3(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x4(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x4(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x6(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x6(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x8(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::Half x8(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-monoovs::None",
-  "lsp-plug-in-plugins-lv2-limiter-stereo",
-  "lsp-plug-in-plugins-lv2-limiter-stereo!sink",
-  "lsp-plug-in-plugins-lv2-limiter-stereo!src",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:at",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:boost",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:clear",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:dith",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:grgv-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:grgv-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:grlm-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:grlm-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:igv-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:igv-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:knee",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:lk",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:mode",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:ogv-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:ogv-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:ovs",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:pause",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:rt",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:scgv-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:scgv-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:sclm-l",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:sclm-r",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:scp",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:slink",
-  "lsp-plug-in-plugins-lv2-limiter-stereo:th",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::11bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::12bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::15bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::16bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::23bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::24bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::7bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::8bit",
-  "lsp-plug-in-plugins-lv2-limiter-stereodith::None",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Classic",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Exp Duck",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Exp Tail",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Exp Thin",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Exp Wide",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Herm Duck",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Herm Tail",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Herm Thin",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Herm Wide",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Line Duck",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Line Tail",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Line Thin",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Line Wide",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Mixed Exp",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Mixed Herm",
-  "lsp-plug-in-plugins-lv2-limiter-stereomode::Mixed Line",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x2(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x2(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x3(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x3(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x4(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x4(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x6(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x6(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x8(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Full x8(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x2(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x2(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x3(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x3(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x4(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x4(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x6(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x6(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x8(2L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::Half x8(3L)",
-  "lsp-plug-in-plugins-lv2-limiter-stereoovs::None",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr!sink",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr!src",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:al-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:at-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bs-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:bypass",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cbe-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ce-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:clm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:cr-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:elm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:envb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:flt-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:flt-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:fre-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:g-dry",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:g-in",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:g-out",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:g-wet",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:hue-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ife-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ife-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ilm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ilm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:kn-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mk-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:mode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ofe-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:ofe-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:olm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:olm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:react",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rl-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rlm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rrl-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:rt-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schc-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:schf-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclc-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sclf-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scp-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scr-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:scs-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sf-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:shift",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:sla-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lr:zoom",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Band 7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Split Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrbsel::Split Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-0r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-1r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-2r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-3r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-4r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-5r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-6r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7l::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7l::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7r::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrcm-7r::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb::Brown BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb::Brown MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb::None",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb::Pink BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrenvb::Pink MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrmode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrmode::Classic",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrmode::Modern",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-0r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-1r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-2r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-3r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-4r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-5r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-6r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7l::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscm-7r::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-0r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-1r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-2r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-3r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-4r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-5r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-6r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7l::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-lrscs-7r::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono!sink",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono!src",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:al-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:at-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bs-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:bypass",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cbe-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ce-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:clm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:cr-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:elm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:envb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:flt",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:fre-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:g-dry",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:g-in",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:g-out",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:g-wet",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:hue-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ife",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ilm",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:kn-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mk-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:mode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:ofe",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:olm",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:react",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rl-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rlm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rrl-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:rt-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schc-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:schf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclc-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sclf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scp-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:scr-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:shift",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:sla-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mono:zoom",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Band 7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monobsel::Split",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-0::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-0::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-1::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-1::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-2::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-2::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-3::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-3::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-4::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-4::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-5::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-5::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-6::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-6::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-7::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monocm-7::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb::Brown BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb::Brown MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb::None",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb::Pink BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoenvb::Pink MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monomode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monomode::Classic",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monomode::Modern",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-0::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-1::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-2::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-3::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-4::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-5::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-6::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-monoscm-7::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms!sink",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms!src",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:al-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:at-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bs-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:bypass",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cbe-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ce-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:clm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:cr-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:elm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:envb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:flt-m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:flt-s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:fre-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:g-dry",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:g-in",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:g-out",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:g-wet",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:hue-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ife-m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ife-s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ilm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ilm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:kn-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mk-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:mode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ofe-m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:ofe-s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:olm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:olm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:react",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rl-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rlm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rrl-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:rt-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schc-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:schf-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclc-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sclf-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scp-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scr-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:scs-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sf-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:shift",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:sla-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-ms:zoom",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Band 7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Split Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msbsel::Split Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-0s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-1s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-2s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-3s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-4s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-5s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-6s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7m::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7m::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7s::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-mscm-7s::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb::Brown BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb::Brown MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb::None",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb::Pink BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msenvb::Pink MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msmode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msmode::Classic",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msmode::Modern",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-0s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-1s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-2s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-3s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-4s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-5s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-6s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7m::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscm-7s::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-0s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-1s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-2s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-3s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-4s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-5s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-6s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7m::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-msscs-7s::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo!sink",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo!src",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:al-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:at-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bs-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cbe-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ce-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:clm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:cr-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:elm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:envb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:flt",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:fre-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:g-dry",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:g-wet",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:hue-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ife-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ife-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ilm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ilm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:kn-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mk-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:mode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ofe-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:ofe-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:olm-l",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:olm-r",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:react",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rl-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rlm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rrl-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:rt-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schc-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:schf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclc-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sclf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scp-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scr-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:scs-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sf-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:shift",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:sla-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereo:zoom",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Band 7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereobsel::Split",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-0::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-0::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-1::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-1::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-2::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-2::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-3::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-3::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-4::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-4::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-5::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-5::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-6::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-6::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-7::Down",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereocm-7::Up",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb::Brown BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb::Brown MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb::None",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb::Pink BT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoenvb::Pink MT",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereomode",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereomode::Classic",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereomode::Modern",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-0::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-1::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-2::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-3::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-4::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-5::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-6::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7::LPF",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7::Peak",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7::RMS",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscm-7::Uniform",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-0::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-1::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-2::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-3::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-4::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-5::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-6::Side",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7::Left",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7::Mid",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7::Right",
-  "lsp-plug-in-plugins-lv2-mb-compressor-stereoscs-7::Side",
-  "lsp-plug-in-plugins-lv2-multisampler-x12",
-  "lsp-plug-in-plugins-lv2-multisampler-x12!sink",
-  "lsp-plug-in-plugins-lv2-multisampler-x12!src",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:bypass",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:dry",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:fout",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:g-out",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:iact-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:imix-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:ion-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:mute",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:muting",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:noff",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:out-latency",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panl-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:panr-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x12:wet",
-  "lsp-plug-in-plugins-lv2-multisampler-x12msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x12msel::Instruments",
-  "lsp-plug-in-plugins-lv2-multisampler-x12msel::Mixer",
-  "lsp-plug-in-plugins-lv2-multisampler-x24",
-  "lsp-plug-in-plugins-lv2-multisampler-x24!sink",
-  "lsp-plug-in-plugins-lv2-multisampler-x24!src",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:bypass",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:dry",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:fout",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:g-out",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:iact-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:imix-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:ion-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:mute",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:muting",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:noff",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:out-latency",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panl-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:panr-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x24:wet",
-  "lsp-plug-in-plugins-lv2-multisampler-x24msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x24msel::Instruments",
-  "lsp-plug-in-plugins-lv2-multisampler-x24msel::Mixer 0-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x24msel::Mixer 12-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48",
-  "lsp-plug-in-plugins-lv2-multisampler-x48!sink",
-  "lsp-plug-in-plugins-lv2-multisampler-x48!src",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:bypass",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:dry",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:fout",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:g-out",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-24",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-25",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-26",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-27",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-28",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-29",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-30",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-31",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-32",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-33",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-34",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-36",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-37",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-38",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-39",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-40",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-41",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-42",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-43",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-44",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-45",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-46",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-47",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:iact-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-24",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-25",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-26",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-27",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-28",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-29",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-30",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-31",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-32",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-33",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-34",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-36",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-37",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-38",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-39",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-40",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-41",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-42",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-43",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-44",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-45",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-46",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-47",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:imix-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-24",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-25",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-26",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-27",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-28",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-29",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-30",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-31",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-32",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-33",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-34",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-36",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-37",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-38",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-39",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-40",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-41",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-42",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-43",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-44",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-45",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-46",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-47",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:ion-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:mute",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:muting",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:noff",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:out-latency",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-24",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-25",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-26",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-27",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-28",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-29",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-30",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-31",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-32",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-33",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-34",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-36",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-37",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-38",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-39",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-40",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-41",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-42",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-43",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-44",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-45",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-46",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-47",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panl-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-0",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-1",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-10",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-12",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-13",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-14",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-15",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-16",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-17",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-18",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-19",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-2",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-20",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-21",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-22",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-24",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-25",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-26",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-27",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-28",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-29",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-3",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-30",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-31",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-32",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-33",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-34",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-36",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-37",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-38",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-39",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-4",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-40",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-41",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-42",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-43",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-44",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-45",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-46",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-47",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-5",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-6",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-7",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-8",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:panr-9",
-  "lsp-plug-in-plugins-lv2-multisampler-x48:wet",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel::Instruments",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel::Mixer 0-11",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel::Mixer 12-23",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel::Mixer 24-35",
-  "lsp-plug-in-plugins-lv2-multisampler-x48msel::Mixer 36-47",
-  "lsp-plug-in-plugins-lv2-oscillator-mono",
-  "lsp-plug-in-plugins-lv2-oscillator-mono!sink",
-  "lsp-plug-in-plugins-lv2-oscillator-mono!src",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:bypass",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:dcoff",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:freq",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:gain",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:iniph",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:invps",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:invss",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:pwdth",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:rdtrt",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:scf",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:scm",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:scom",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:scr",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:swdth",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:tflrt",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:tnwrt",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:tpwrt",
-  "lsp-plug-in-plugins-lv2-oscillator-mono:trsrt",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Band Limited Parabolic",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Band Limited Pulsetrain",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Band Limited Rectangular",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Band Limited Sawtooth",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Band Limited Trapezoid",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Cosine",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Parabolic",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Pulsetrain",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Rectangular",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Sawtooth",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Sine",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Squared Cosine",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Squared Sine",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscf::Trapezoid",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscm",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscm::Add",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscm::Multiply",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscm::Replace",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::None",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::x2",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::x3",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::x4",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::x6",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscom::x8",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscr",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscr::Wave DC",
-  "lsp-plug-in-plugins-lv2-oscillator-monoscr::Zero DC",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fftv-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fftv-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:frqs-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:frqs-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ftr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:fvr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:gr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huel-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:huer-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:ql-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:qr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:sr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:xsr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lr:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfml-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfmr-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel::Filters Left 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel::Filters Left 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel::Filters Right 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrfsel::Filters Right 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftl-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrftr-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrmode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsl-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-lrsr-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:f-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:frqs",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:ft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:fv-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:hue-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:im",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:q-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:s-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:sm",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:xs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mono:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofsel::Filters 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monofsel::Filters 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monoft-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monomode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-monos-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fftv-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fftv-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:frqs-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:frqs-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ftm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fts-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:fvs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gain-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gain-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:gs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:huem-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:hues-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:lstn",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:qs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:ss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xsm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:xss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-ms:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfmm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfms-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel::Filters Middle 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel::Filters Middle 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel::Filters Side 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfsel::Filters Side 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msftm-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msfts-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msmode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-mssm-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-msss-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:f-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fftv-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fftv-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:frqs",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:ft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:fv-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:hue-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:q-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:s-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:xs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereo:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofsel::Filters 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereofsel::Filters 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereoft-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereomode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x16-stereos-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fftv-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fftv-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:frqs-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:frqs-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ftr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:fvr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:gr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huel-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:huer-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:ql-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:qr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:sr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:xsr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lr:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfml-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfmr-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Left 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Left 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Left 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Left 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Right 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Right 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Right 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrfsel::Filters Right 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftl-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrftr-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrmode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsl-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-lrsr-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:f-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:frqs",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:ft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:fv-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:hue-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:im",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:q-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:s-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:sm",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:xs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mono:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel::Filters 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel::Filters 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel::Filters 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monofsel::Filters 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monoft-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monomode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-monos-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fftv-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fftv-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:frqs-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:frqs-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ftm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fts-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:fvs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gain-m",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gain-s",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:gs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:huem-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:hues-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:lstn",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:qs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:ss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xsm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:xss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-ms:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfmm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfms-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Mid 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Mid 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Mid 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Mid 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Side 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Side 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Side 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfsel::Filters Side 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msftm-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msfts-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msmode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-mssm-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-msss-9::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo!sink",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo!src",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:bal",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:f-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fftv-l",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fftv-r",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:frqs",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:ft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:fv-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-in",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:hue-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:iml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:imr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:mode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:q-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:react",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:s-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:shift",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:sml",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:smr",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:xs-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereo:zoom",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft::Post-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofft::Pre-eq",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-0::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-10::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-11::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-12::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-13::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-14::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-15::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-16::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-17::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-18::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-19::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-1::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-20::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-21::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-22::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-23::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-24::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-25::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-26::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-27::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-28::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-29::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-2::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-30::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-31::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-3::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-4::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-5::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-6::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-7::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-8::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::APO (DR)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::BWC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::BWC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::LRX (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::LRX (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::RLC (BT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofm-9::RLC (MT)",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel::Filters 0-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel::Filters 16-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel::Filters 24-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereofsel::Filters 8-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-0::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-10::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-11::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-12::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-13::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-14::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-15::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-16::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-17::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-18::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-19::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-1::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-20::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-21::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-22::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-23::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-24::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-25::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-26::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-27::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-28::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-29::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-2::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-30::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-31::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-3::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-4::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-5::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-6::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-7::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-8::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Allpass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Bell",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Hi-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Hi-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Lo-pass",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Lo-shelf",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Notch",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Off",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereoft-9::Resonance",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode::FFT",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode::FIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereomode::IIR",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-0::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-10::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-11::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-12::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-13::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-14::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-15::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-16::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-17::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-18::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-19::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-1::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-20::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-21::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-22::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-23::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-24::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-25::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-26::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-27::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-28::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-29::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-2::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-30::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-31::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-3::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-4::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-5::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-6::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-7::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-8::x4",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9::x1",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9::x2",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9::x3",
-  "lsp-plug-in-plugins-lv2-para-equalizer-x32-stereos-9::x4",
-  "lsp-plug-in-plugins-lv2-profiler-mono",
-  "lsp-plug-in-plugins-lv2-profiler-mono!sink",
-  "lsp-plug-in-plugins-lv2-profiler-mono!src",
-  "lsp-plug-in-plugins-lv2-profiler-mono:bypass",
-  "lsp-plug-in-plugins-lv2-profiler-mono:cala",
-  "lsp-plug-in-plugins-lv2-profiler-mono:calf",
-  "lsp-plug-in-plugins-lv2-profiler-mono:cals",
-  "lsp-plug-in-plugins-lv2-profiler-mono:fbck",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ili",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ilv",
-  "lsp-plug-in-plugins-lv2-profiler-mono:irfc",
-  "lsp-plug-in-plugins-lv2-profiler-mono:irfp",
-  "lsp-plug-in-plugins-lv2-profiler-mono:irfs",
-  "lsp-plug-in-plugins-lv2-profiler-mono:latt",
-  "lsp-plug-in-plugins-lv2-profiler-mono:lint",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ltda",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ltdm",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ltdp",
-  "lsp-plug-in-plugins-lv2-profiler-mono:ltena",
-  "lsp-plug-in-plugins-lv2-profiler-mono:lti",
-  "lsp-plug-in-plugins-lv2-profiler-mono:offc",
-  "lsp-plug-in-plugins-lv2-profiler-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-profiler-mono:post",
-  "lsp-plug-in-plugins-lv2-profiler-mono:rci",
-  "lsp-plug-in-plugins-lv2-profiler-mono:rta",
-  "lsp-plug-in-plugins-lv2-profiler-mono:rti",
-  "lsp-plug-in-plugins-lv2-profiler-mono:scra",
-  "lsp-plug-in-plugins-lv2-profiler-mono:scsv",
-  "lsp-plug-in-plugins-lv2-profiler-mono:stld",
-  "lsp-plug-in-plugins-lv2-profiler-mono:tind",
-  "lsp-plug-in-plugins-lv2-profiler-mono:tsgl",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra::EDT0",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra::EDT1",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra::RT10",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra::RT20",
-  "lsp-plug-in-plugins-lv2-profiler-monoscra::RT30",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv::All Info (*.lspc)",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv::LTI All (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv::LTI Auto (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv::LTI Coarse (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-monoscsv::LTI RT (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-monostld",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Calibration",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Convolving",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Idle",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Latency Detection",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Postprocessing",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Preprocessing",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Recording",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Saving",
-  "lsp-plug-in-plugins-lv2-profiler-monostld::Waiting",
-  "lsp-plug-in-plugins-lv2-profiler-stereo",
-  "lsp-plug-in-plugins-lv2-profiler-stereo!sink",
-  "lsp-plug-in-plugins-lv2-profiler-stereo!src",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:cala",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:calf",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:cals",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:fbck",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ili-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ili-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ilv-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ilv-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:irfc",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:irfp",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:irfs",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:latt",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:lint",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ltda",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ltdm",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ltdp",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:ltena",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:lti-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:lti-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:offc",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:post",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rci-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rci-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rta-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rta-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rti-l",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:rti-r",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:scra",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:scsv",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:stld",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:tind",
-  "lsp-plug-in-plugins-lv2-profiler-stereo:tsgl",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra::EDT0",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra::EDT1",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra::RT10",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra::RT20",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscra::RT30",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv::All Info (*.lspc)",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv::LTI All (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv::LTI Auto (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv::LTI Coarse (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-stereoscsv::LTI RT (*.wav)",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Calibration",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Convolving",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Idle",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Latency Detection",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Postprocessing",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Preprocessing",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Recording",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Saving",
-  "lsp-plug-in-plugins-lv2-profiler-stereostld::Waiting",
-  "lsp-plug-in-plugins-lv2-room-builder-mono",
-  "lsp-plug-in-plugins-lv2-room-builder-mono!sink",
-  "lsp-plug-in-plugins-lv2-room-builder-mono!src",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:bypass",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ca0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ca1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ca2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ca3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cam0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cam1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cam2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cam3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:com0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:com1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:com2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:com3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cpitch",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cposx",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cposy",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cposz",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:csel",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:csf0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:csf1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:csf2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:csf3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cst0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cst1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cst2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cst3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:cyaw",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:dry",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:editor",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:eq-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:fft",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:g-out",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:hcf",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:hcm",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifi-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifo-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifp",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ifs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ihc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ils-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:imkp-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:irv-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:itc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:lcf",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:lcm",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:mk0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:mk1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:mk2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:mk3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:normal",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofp-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ofs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:p",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:pd",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:pd0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:pd1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:pd2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:pd3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:prog",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:quality",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:render",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sca-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scab-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scap-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scar-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scay-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sccs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sce-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sch-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scmd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpx-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpy-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scpz-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:scsd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sdur-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:shh-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:signal",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:smdur-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssa-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssap-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssar-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssay-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sscv-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sse-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssel",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssh-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:ssph-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspx-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspy-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sspz-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-0",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-1",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-2",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-3",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-4",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-5",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-6",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:sss-7",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:status",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:threads",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:view",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:wet",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:wpp",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:xscale",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:yscale",
-  "lsp-plug-in-plugins-lv2-room-builder-mono:zscale",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsel::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::None",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf0::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::None",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf1::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::None",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf2::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::None",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-monocsf3::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst0",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst0::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst0::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst1",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst1::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst1::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst2",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst2::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst2::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst3",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst3::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-monocst3::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-monoeditor",
-  "lsp-plug-in-plugins-lv2-room-builder-monoeditor::Capture editor",
-  "lsp-plug-in-plugins-lv2-room-builder-monoeditor::Material editor",
-  "lsp-plug-in-plugins-lv2-room-builder-monoeditor::Object editor",
-  "lsp-plug-in-plugins-lv2-room-builder-monoeditor::Source editor",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::1024",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::16384",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::2048",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::32767",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::4096",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::512",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::65536",
-  "lsp-plug-in-plugins-lv2-room-builder-monofft::8192",
-  "lsp-plug-in-plugins-lv2-room-builder-monohcm",
-  "lsp-plug-in-plugins-lv2-room-builder-monohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monohcm::off",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+X forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+X forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+X forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+X forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Y forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Y forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Y forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Y forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Z forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Z forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Z forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::+Z forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-X forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-X forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-X forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-X forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Y forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Y forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Y forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Y forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Z forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Z forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Z forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-monoifo::-Z forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-monolcm",
-  "lsp-plug-in-plugins-lv2-room-builder-monolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-monolcm::off",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-0::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-1::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-2::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-3::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-4::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-5::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-6::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-monosccf-7::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-0::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-1::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-2::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-3::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-4::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-5::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-6::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscf-7::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-0::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-1::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-2::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-3::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-4::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-5::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-6::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::10",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::11",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::12",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::13",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::14",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::15",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::8",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::9",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscl-7::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-0::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-1::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-2::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-3::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-4::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-5::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-6::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscmd-7::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-0::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-0::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-1::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-1::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-2::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-2::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-3::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-3::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-4::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-4::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-5::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-5::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-6::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-6::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-7::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-monoscsd-7::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-monosignal",
-  "lsp-plug-in-plugins-lv2-room-builder-monosignal::Convolvers",
-  "lsp-plug-in-plugins-lv2-room-builder-monosignal::IR Equalizer",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-0::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-1::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-2::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-3::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-4::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-5::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-6::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-monosscf-7::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::0",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::1",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::2",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::3",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::4",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::5",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::6",
-  "lsp-plug-in-plugins-lv2-room-builder-monossel::7",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Room browser",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-monoview::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo!sink",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo!src",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ca0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ca1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ca2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ca3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cam0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cam1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cam2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cam3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cim0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cim1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cim2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cim3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:com0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:com1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:com2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:com3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cpitch",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cposx",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cposy",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cposz",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:csel",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:csf0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:csf1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:csf2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:csf3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cst0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cst1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cst2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cst3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:cyaw",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:dry",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:editor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:eq-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:fft",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:hcf",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:hcm",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifi-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifo-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifp",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ifs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ihc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ils-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:imkp-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:irv-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:itc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:lcf",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:lcm",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:mk0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:mk1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:mk2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:mk3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:normal",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofc-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofp-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ofs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pd",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pd0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pd1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pd2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pd3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pl",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:pr",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:prog",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:quality",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:render",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sca-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scab-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scap-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scar-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scay-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sccs-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sce-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sch-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scmd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpx-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpy-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scpz-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:scsd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sdur-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:shh-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:signal",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:smdur-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssa-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssap-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssar-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssay-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sscv-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sse-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssel",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssh-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:ssph-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspx-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspy-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sspz-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:sss-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:status",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:threads",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:view",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:wet",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:wpp",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:xscale",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:yscale",
-  "lsp-plug-in-plugins-lv2-room-builder-stereo:zscale",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsel::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::None",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf0::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::None",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf1::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::None",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf2::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::None",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocsf3::Sample 7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst0::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst0::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst1::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst1::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst2::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst2::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst3::Left",
-  "lsp-plug-in-plugins-lv2-room-builder-stereocst3::Right",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoeditor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoeditor::Capture editor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoeditor::Material editor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoeditor::Object editor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoeditor::Source editor",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::1024",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::16384",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::2048",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::32767",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::4096",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::512",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::65536",
-  "lsp-plug-in-plugins-lv2-room-builder-stereofft::8192",
-  "lsp-plug-in-plugins-lv2-room-builder-stereohcm",
-  "lsp-plug-in-plugins-lv2-room-builder-stereohcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereohcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereohcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereohcm::off",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+X forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+X forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+X forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+X forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Y forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Y forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Y forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Y forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Z forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Z forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Z forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::+Z forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-X forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-X forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-X forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-X forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Y forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Y forward, +Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Y forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Y forward, -Z up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Z forward, +X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Z forward, +Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Z forward, -X up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoifo::-Z forward, -Y up",
-  "lsp-plug-in-plugins-lv2-room-builder-stereolcm",
-  "lsp-plug-in-plugins-lv2-room-builder-stereolcm::12 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereolcm::18 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereolcm::6 dB/oct",
-  "lsp-plug-in-plugins-lv2-room-builder-stereolcm::off",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-0::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-1::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-2::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-3::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-4::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-5::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-6::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7::AB",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7::MS",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7::Mono",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7::ORTF",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosccf-7::XY",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-0::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-1::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-2::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-3::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-4::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-5::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-6::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscf-7::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-0::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-1::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-2::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-3::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-4::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-5::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-6::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::10",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::11",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::12",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::13",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::14",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::15",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::8",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::9",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscl-7::Any",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-0::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-1::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-2::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-3::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-4::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-5::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-6::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::Cardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::Hypercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::Omnidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscmd-7::Supercardioid",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-0::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-0::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-1::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-1::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-2::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-2::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-3::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-3::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-4::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-4::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-5::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-5::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-6::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-6::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-7::8-directional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoscsd-7::Bidirectional",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosignal",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosignal::Convolvers",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosignal::IR Equalizer",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-0::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-1::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-2::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-3::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-4::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-5::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-6::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Box",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Cone",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Cylinder",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Cylindrical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Flat spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Icosahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Icosphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Octahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Octasphere",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Spherical spot",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Tetrahedron",
-  "lsp-plug-in-plugins-lv2-room-builder-stereosscf-7::Triangle",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereossel::7",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Room browser",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 0",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 1",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 2",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 3",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 4",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 5",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 6",
-  "lsp-plug-in-plugins-lv2-room-builder-stereoview::Sample 7",
-  "lsp-plug-in-plugins-lv2-sampler-mono",
-  "lsp-plug-in-plugins-lv2-sampler-mono!sink",
-  "lsp-plug-in-plugins-lv2-sampler-mono!src",
-  "lsp-plug-in-plugins-lv2-sampler-mono:bypass",
-  "lsp-plug-in-plugins-lv2-sampler-mono:chan",
-  "lsp-plug-in-plugins-lv2-sampler-mono:drft",
-  "lsp-plug-in-plugins-lv2-sampler-mono:dry",
-  "lsp-plug-in-plugins-lv2-sampler-mono:dyna",
-  "lsp-plug-in-plugins-lv2-sampler-mono:fout",
-  "lsp-plug-in-plugins-lv2-sampler-mono:g-out",
-  "lsp-plug-in-plugins-lv2-sampler-mono:mn",
-  "lsp-plug-in-plugins-lv2-sampler-mono:mute",
-  "lsp-plug-in-plugins-lv2-sampler-mono:muting",
-  "lsp-plug-in-plugins-lv2-sampler-mono:noff",
-  "lsp-plug-in-plugins-lv2-sampler-mono:note",
-  "lsp-plug-in-plugins-lv2-sampler-mono:oct",
-  "lsp-plug-in-plugins-lv2-sampler-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-sampler-mono:trg",
-  "lsp-plug-in-plugins-lv2-sampler-mono:wet",
-  "lsp-plug-in-plugins-lv2-sampler-monochan",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::01",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::02",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::03",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::04",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::05",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::06",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::07",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::08",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::09",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::10",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::11",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::12",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::13",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::14",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::15",
-  "lsp-plug-in-plugins-lv2-sampler-monochan::16",
-  "lsp-plug-in-plugins-lv2-sampler-mononote",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::A",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::A#",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::B",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::C",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::C#",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::D",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::D#",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::E",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::F",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::F#",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::G",
-  "lsp-plug-in-plugins-lv2-sampler-mononote::G#",
-  "lsp-plug-in-plugins-lv2-sampler-monooct",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::-1",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::-2",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::0",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::1",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::2",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::3",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::4",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::5",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::6",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::7",
-  "lsp-plug-in-plugins-lv2-sampler-monooct::8",
-  "lsp-plug-in-plugins-lv2-sampler-stereo",
-  "lsp-plug-in-plugins-lv2-sampler-stereo!sink",
-  "lsp-plug-in-plugins-lv2-sampler-stereo!src",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:chan",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:drft",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:dry",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:dyna",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:fout",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:mn",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:mute",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:muting",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:noff",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:note",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:oct",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:trg",
-  "lsp-plug-in-plugins-lv2-sampler-stereo:wet",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::01",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::02",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::03",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::04",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::05",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::06",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::07",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::08",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::09",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::10",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::11",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::12",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::13",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::14",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::15",
-  "lsp-plug-in-plugins-lv2-sampler-stereochan::16",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::A",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::A#",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::B",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::C",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::C#",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::D",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::D#",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::E",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::F",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::F#",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::G",
-  "lsp-plug-in-plugins-lv2-sampler-stereonote::G#",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::-1",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::-2",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::0",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::1",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::2",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::3",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::4",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::5",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::6",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::7",
-  "lsp-plug-in-plugins-lv2-sampler-stereooct::8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono!sink",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono!src",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:bypass",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dd9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:df9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dg9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dry",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ds9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:dt9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:eq9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbb9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbp9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbs9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fbt9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:fhc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:flc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:g-out",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:hfc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lfc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:lsel",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:m9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:mono",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p-in",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:p9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ph9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:pred",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:ramp",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s0",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s1",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s10",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s11",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s12",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s13",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s14",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s15",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s2",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s3",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s4",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s5",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s6",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s7",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s8",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:s9",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:strch",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:sync",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:temp",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:tempo",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:wet",
-  "lsp-plug-in-plugins-lv2-slap-delay-mono:wm",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm0::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm0::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm0::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm0::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm10::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm10::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm10::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm10::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm11::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm11::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm11::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm11::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm12::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm12::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm12::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm12::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm13::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm13::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm13::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm13::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm14::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm14::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm14::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm14::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm15::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm15::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm15::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm15::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm1::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm1::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm1::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm1::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm2::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm2::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm2::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm2::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm3::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm3::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm3::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm3::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm4::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm4::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm4::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm4::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm5::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm5::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm5::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm5::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm6::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm6::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm6::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm6::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm7::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm7::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm7::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm7::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm8::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm8::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm8::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm8::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm9::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm9::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm9::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-monodm9::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-monolsel",
-  "lsp-plug-in-plugins-lv2-slap-delay-monolsel::0-4",
-  "lsp-plug-in-plugins-lv2-slap-delay-monolsel::12-15",
-  "lsp-plug-in-plugins-lv2-slap-delay-monolsel::5-7",
-  "lsp-plug-in-plugins-lv2-slap-delay-monolsel::8-11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo!sink",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo!src",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dd9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:df9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dg9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dry",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ds9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:dt9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:eq9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbb9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbp9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbs9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fbt9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:fhc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:flc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:hfc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lfc9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:lsel",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:m9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:mono",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ph9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl-in",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pl9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr-in",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pr9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:pred",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:ramp",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:s9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:strch",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:sync",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:temp",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:tempo",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:wet",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereo:wm",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm0",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm0::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm0::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm0::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm0::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm1",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm10",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm10::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm10::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm10::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm10::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm11",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm11::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm11::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm11::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm11::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm12",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm12::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm12::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm12::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm12::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm13",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm13::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm13::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm13::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm13::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm14",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm14::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm14::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm14::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm14::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm15::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm15::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm15::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm15::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm1::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm1::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm1::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm1::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm2",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm2::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm2::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm2::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm2::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm3",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm3::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm3::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm3::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm3::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm4::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm4::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm4::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm4::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm5",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm5::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm5::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm5::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm5::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm6",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm6::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm6::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm6::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm6::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm7::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm7::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm7::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm7::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm8",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm8::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm8::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm8::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm8::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm9",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm9::Distance",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm9::Notes",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm9::Off",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereodm9::Time",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereolsel",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereolsel::0-4",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereolsel::12-15",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereolsel::5-7",
-  "lsp-plug-in-plugins-lv2-slap-delay-stereolsel::8-11",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1!sink",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1!src",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:bypass",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:chn",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:env",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:freeze",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:freq",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:frz-0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:hue-0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:lvl",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:mode",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:on-0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:out-latency",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:pamp",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:react",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:sel",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:sh-0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:solo-0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:splog",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:spm",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:tol",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:wnd",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1:zoom",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1chn",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1chn::0",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env::Blue noise",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env::Brown noise",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env::Pink noise",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env::Purple noise",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1env::White noise",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode::Analyzer",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode::Mastering",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1mode::Spectralizer",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm::Color",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm::Fog",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm::Lightness",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm::Lightning",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1spm::Rainbow",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol::1024",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol::16384",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol::2048",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol::4096",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1tol::8192",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Bartlett-Fejer",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Bartlett-Hann",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Blackman",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Blackman-Harris",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Blackman-Nuttall",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Cosine",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Flat top",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Gaussian",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Hamming",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Hann",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Hann-Poisson",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Lanczos",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Nuttall",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Parzen",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Poisson",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Rectangular",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Triangular",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Tukey",
-  "lsp-plug-in-plugins-lv2-spectrum-analyzer-x1wnd::Welch",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono!sink",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono!src",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:asel",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:bypass",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:chan",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:clear",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dry",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dt",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dtr1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dtr2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:dyna",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:g-out",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:ism",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:isv",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:lstn",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:mn",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:mode",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:note",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:oct",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:pause",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:preamp",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:react",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:rl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:rrl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:rt",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:tfm",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:tfv",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:tla",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:tlm",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:tlv",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mono:wet",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monoasel",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monoasel::Instrument",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monoasel::Trigger",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::01",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::02",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::03",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::04",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::05",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::06",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::07",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::08",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::09",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::10",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::11",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::12",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::13",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::14",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::15",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monochan::16",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monomode",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monomode::Low-Pass",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monomode::Peak",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monomode::RMS",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monomode::Uniform",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::A",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::A#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::B",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::C",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::C#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::D",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::D#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::E",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::F",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::F#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::G",
-  "lsp-plug-in-plugins-lv2-trigger-midi-mononote::G#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::-1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::-2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::0",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::3",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::4",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::5",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::6",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::7",
-  "lsp-plug-in-plugins-lv2-trigger-midi-monooct::8",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo!sink",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo!src",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:asel",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:chan",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:clear",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dry",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dt",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dtr1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dtr2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:dyna",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:isml",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:ismr",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:isvl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:isvr",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:lstn",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:mn",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:mode",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:note",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:oct",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:pause",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:preamp",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:react",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:rl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:rrl",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:rt",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:ssrc",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:tfm",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:tfv",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:tla",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:tlm",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:tlv",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereo:wet",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereoasel",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereoasel::Instrument",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereoasel::Trigger",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::01",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::02",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::03",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::04",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::05",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::06",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::07",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::08",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::09",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::10",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::11",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::12",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::13",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::14",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::15",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereochan::16",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereomode",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereomode::Low-Pass",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereomode::Peak",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereomode::RMS",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereomode::Uniform",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::A",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::A#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::B",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::C",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::C#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::D",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::D#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::E",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::F",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::F#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::G",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereonote::G#",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::-1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::-2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::0",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::1",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::2",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::3",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::4",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::5",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::6",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::7",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereooct::8",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc::Left",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc::Middle",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc::Right",
-  "lsp-plug-in-plugins-lv2-trigger-midi-stereossrc::Side",
-  "lsp-plug-in-plugins-lv2-trigger-mono",
-  "lsp-plug-in-plugins-lv2-trigger-mono!sink",
-  "lsp-plug-in-plugins-lv2-trigger-mono!src",
-  "lsp-plug-in-plugins-lv2-trigger-mono:asel",
-  "lsp-plug-in-plugins-lv2-trigger-mono:bypass",
-  "lsp-plug-in-plugins-lv2-trigger-mono:clear",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dl",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dry",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dt",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dtr1",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dtr2",
-  "lsp-plug-in-plugins-lv2-trigger-mono:dyna",
-  "lsp-plug-in-plugins-lv2-trigger-mono:g-out",
-  "lsp-plug-in-plugins-lv2-trigger-mono:ism",
-  "lsp-plug-in-plugins-lv2-trigger-mono:isv",
-  "lsp-plug-in-plugins-lv2-trigger-mono:lstn",
-  "lsp-plug-in-plugins-lv2-trigger-mono:mode",
-  "lsp-plug-in-plugins-lv2-trigger-mono:out-latency",
-  "lsp-plug-in-plugins-lv2-trigger-mono:pause",
-  "lsp-plug-in-plugins-lv2-trigger-mono:preamp",
-  "lsp-plug-in-plugins-lv2-trigger-mono:react",
-  "lsp-plug-in-plugins-lv2-trigger-mono:rl",
-  "lsp-plug-in-plugins-lv2-trigger-mono:rrl",
-  "lsp-plug-in-plugins-lv2-trigger-mono:rt",
-  "lsp-plug-in-plugins-lv2-trigger-mono:tfm",
-  "lsp-plug-in-plugins-lv2-trigger-mono:tfv",
-  "lsp-plug-in-plugins-lv2-trigger-mono:tla",
-  "lsp-plug-in-plugins-lv2-trigger-mono:tlm",
-  "lsp-plug-in-plugins-lv2-trigger-mono:tlv",
-  "lsp-plug-in-plugins-lv2-trigger-mono:wet",
-  "lsp-plug-in-plugins-lv2-trigger-monoasel",
-  "lsp-plug-in-plugins-lv2-trigger-monoasel::Instrument",
-  "lsp-plug-in-plugins-lv2-trigger-monoasel::Trigger",
-  "lsp-plug-in-plugins-lv2-trigger-monomode",
-  "lsp-plug-in-plugins-lv2-trigger-monomode::Low-Pass",
-  "lsp-plug-in-plugins-lv2-trigger-monomode::Peak",
-  "lsp-plug-in-plugins-lv2-trigger-monomode::RMS",
-  "lsp-plug-in-plugins-lv2-trigger-monomode::Uniform",
-  "lsp-plug-in-plugins-lv2-trigger-stereo",
-  "lsp-plug-in-plugins-lv2-trigger-stereo!sink",
-  "lsp-plug-in-plugins-lv2-trigger-stereo!src",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:asel",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:bypass",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:clear",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dl",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dry",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dt",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dtr1",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dtr2",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:dyna",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:g-out",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:isml",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:ismr",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:isvl",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:isvr",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:lstn",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:mode",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:out-latency",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:pause",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:preamp",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:react",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:rl",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:rrl",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:rt",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:ssrc",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:tfm",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:tfv",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:tla",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:tlm",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:tlv",
-  "lsp-plug-in-plugins-lv2-trigger-stereo:wet",
-  "lsp-plug-in-plugins-lv2-trigger-stereoasel",
-  "lsp-plug-in-plugins-lv2-trigger-stereoasel::Instrument",
-  "lsp-plug-in-plugins-lv2-trigger-stereoasel::Trigger",
-  "lsp-plug-in-plugins-lv2-trigger-stereomode",
-  "lsp-plug-in-plugins-lv2-trigger-stereomode::Low-Pass",
-  "lsp-plug-in-plugins-lv2-trigger-stereomode::Peak",
-  "lsp-plug-in-plugins-lv2-trigger-stereomode::RMS",
-  "lsp-plug-in-plugins-lv2-trigger-stereomode::Uniform",
-  "lsp-plug-in-plugins-lv2-trigger-stereossrc",
-  "lsp-plug-in-plugins-lv2-trigger-stereossrc::Left",
-  "lsp-plug-in-plugins-lv2-trigger-stereossrc::Middle",
-  "lsp-plug-in-plugins-lv2-trigger-stereossrc::Right",
-  "lsp-plug-in-plugins-lv2-trigger-stereossrc::Side",
-  "magicyuv-pred",
-  "magicyuv-pred::gradient",
-  "magicyuv-pred::left",
-  "magicyuv-pred::median",
-  "marble",
-  "marble:amount",
-  "marble:turbulence",
-  "marble:x-scale",
-  "marble:y-scale",
-  "matroskademux",
-  "matroskademux:max-backtrack-distance",
-  "matroskademux:max-gap-time",
-  "matroskamux",
-  "matroskamux:cluster-timestamp-offset",
-  "matroskamux:creation-time",
-  "matroskamux:max-cluster-duration",
-  "matroskamux:min-cluster-duration",
-  "matroskamux:min-index-interval",
-  "matroskamux:offset-to-zero",
-  "matroskamux:streamable",
-  "matroskamux:timecodescale",
-  "matroskamux:version",
-  "matroskamux:writing-app",
-  "matroskaparse",
-  "mfaacdec",
-  "mfaacenc",
-  "mfaacenc:bitrate",
-  "mfh264enc",
-  "mfh264enc:adapter-luid",
-  "mfh264enc:adaptive-mode",
-  "mfh264enc:bframes",
-  "mfh264enc:bitrate",
-  "mfh264enc:cabac",
-  "mfh264enc:d3d11-aware",
-  "mfh264enc:gop-size",
-  "mfh264enc:low-latency",
-  "mfh264enc:max-bitrate",
-  "mfh264enc:max-qp",
-  "mfh264enc:min-qp",
-  "mfh264enc:qp",
-  "mfh264enc:qp-b",
-  "mfh264enc:qp-i",
-  "mfh264enc:qp-p",
-  "mfh264enc:quality-vs-speed",
-  "mfh264enc:rc-mode",
-  "mfh264enc:ref",
-  "mfh264enc:vbv-buffer-size",
-  "mfh265enc",
-  "mfh265enc:adapter-luid",
-  "mfh265enc:bframes",
-  "mfh265enc:bitrate",
-  "mfh265enc:d3d11-aware",
-  "mfh265enc:gop-size",
-  "mfh265enc:low-latency",
-  "mfh265enc:max-bitrate",
-  "mfh265enc:max-qp",
-  "mfh265enc:min-qp",
-  "mfh265enc:qp",
-  "mfh265enc:qp-b",
-  "mfh265enc:qp-i",
-  "mfh265enc:qp-p",
-  "mfh265enc:quality-vs-speed",
-  "mfh265enc:rc-mode",
-  "mfh265enc:ref",
-  "mfh265enc:vbv-buffer-size",
-  "mfmp3dec",
-  "mfmp3enc",
-  "mfmp3enc:bitrate",
-  "mfvideosrc",
-  "mfvideosrc:device-index",
-  "mfvideosrc:device-name",
-  "mfvideosrc:device-path",
-  "mfvideosrc:dispatcher",
-  "mfvp9enc",
-  "mfvp9enc:adapter-luid",
-  "mfvp9enc:bitrate",
-  "mfvp9enc:d3d11-aware",
-  "mfvp9enc:gop-size",
-  "mfvp9enc:low-latency",
-  "mfvp9enc:max-bitrate",
-  "mfvp9enc:rc-mode",
-  "midiparse",
-  "mirror",
-  "mirror:mode",
-  "mj2mux",
-  "mj2mux:streamable",
-  "mjpeg-encoder-cmp-func",
-  "mjpeg-encoder-cmp-func::bit",
-  "mjpeg-encoder-cmp-func::chroma",
-  "mjpeg-encoder-cmp-func::dct",
-  "mjpeg-encoder-cmp-func::dct264",
-  "mjpeg-encoder-cmp-func::dctmax",
-  "mjpeg-encoder-cmp-func::msad",
-  "mjpeg-encoder-cmp-func::nsse",
-  "mjpeg-encoder-cmp-func::psnr",
-  "mjpeg-encoder-cmp-func::rd",
-  "mjpeg-encoder-cmp-func::sad",
-  "mjpeg-encoder-cmp-func::satd",
-  "mjpeg-encoder-cmp-func::sse",
-  "mjpeg-encoder-cmp-func::vsad",
-  "mjpeg-encoder-cmp-func::vsse",
-  "mjpeg-encoder-cmp-func::zero",
-  "mjpeg-encoder-huffman",
-  "mjpeg-encoder-huffman::default",
-  "mjpeg-encoder-huffman::optimal",
-  "mjpeg-encoder-motion-est",
-  "mjpeg-encoder-motion-est::epzs",
-  "mjpeg-encoder-motion-est::xone",
-  "mjpeg-encoder-motion-est::zero",
-  "mjpeg-encoder-mpv-flags",
-  "mjpeg-encoder-mpv-flags::cbp_rd",
-  "mjpeg-encoder-mpv-flags::mv0",
-  "mjpeg-encoder-mpv-flags::naq",
-  "mjpeg-encoder-mpv-flags::qp_rd",
-  "mjpeg-encoder-mpv-flags::skip_rd",
-  "mjpeg-encoder-mpv-flags::strict_gop",
-  "mjpeg-encoder-pred",
-  "mjpeg-encoder-pred::left",
-  "mjpeg-encoder-pred::median",
-  "mjpeg-encoder-pred::plane",
-  "mjpeg-encoder-rc-strategy",
-  "mjpeg-encoder-rc-strategy::ffmpeg",
-  "modplug",
-  "modplug:megabass",
-  "modplug:megabass-amount",
-  "modplug:megabass-range",
-  "modplug:noise-reduction",
-  "modplug:oversamp",
-  "modplug:reverb",
-  "modplug:reverb-delay",
-  "modplug:reverb-depth",
-  "modplug:songname",
-  "modplug:surround",
-  "modplug:surround-delay",
-  "modplug:surround-depth",
-  "monoscope",
-  "motioncells",
-  "motioncells:calculatemotion",
-  "motioncells:cellscolor",
-  "motioncells:datafile",
-  "motioncells:datafileextension",
-  "motioncells:display",
-  "motioncells:gap",
-  "motioncells:gridx",
-  "motioncells:gridy",
-  "motioncells:minimummotionframes",
-  "motioncells:motioncellsidx",
-  "motioncells:motioncellthickness",
-  "motioncells:motionmaskcellspos",
-  "motioncells:motionmaskcoords",
-  "motioncells:postallmotion",
-  "motioncells:postnomotion",
-  "motioncells:sensitivity",
-  "motioncells:threshold",
-  "motioncells:usealpha",
-  "mp4mux",
-  "mp4mux:streamable",
-  "mpeg1video-encoder-cmp-func",
-  "mpeg1video-encoder-cmp-func::bit",
-  "mpeg1video-encoder-cmp-func::chroma",
-  "mpeg1video-encoder-cmp-func::dct",
-  "mpeg1video-encoder-cmp-func::dct264",
-  "mpeg1video-encoder-cmp-func::dctmax",
-  "mpeg1video-encoder-cmp-func::msad",
-  "mpeg1video-encoder-cmp-func::nsse",
-  "mpeg1video-encoder-cmp-func::psnr",
-  "mpeg1video-encoder-cmp-func::rd",
-  "mpeg1video-encoder-cmp-func::sad",
-  "mpeg1video-encoder-cmp-func::satd",
-  "mpeg1video-encoder-cmp-func::sse",
-  "mpeg1video-encoder-cmp-func::vsad",
-  "mpeg1video-encoder-cmp-func::vsse",
-  "mpeg1video-encoder-cmp-func::zero",
-  "mpeg1video-encoder-motion-est",
-  "mpeg1video-encoder-motion-est::epzs",
-  "mpeg1video-encoder-motion-est::xone",
-  "mpeg1video-encoder-motion-est::zero",
-  "mpeg1video-encoder-mpv-flags",
-  "mpeg1video-encoder-mpv-flags::cbp_rd",
-  "mpeg1video-encoder-mpv-flags::mv0",
-  "mpeg1video-encoder-mpv-flags::naq",
-  "mpeg1video-encoder-mpv-flags::qp_rd",
-  "mpeg1video-encoder-mpv-flags::skip_rd",
-  "mpeg1video-encoder-mpv-flags::strict_gop",
-  "mpeg1video-encoder-rc-strategy",
-  "mpeg1video-encoder-rc-strategy::ffmpeg",
-  "mpeg2dec",
-  "mpeg2enc",
-  "mpeg2enc:altscan-mpeg2",
-  "mpeg2enc:aspect",
-  "mpeg2enc:b-per-refframe",
-  "mpeg2enc:bitrate",
-  "mpeg2enc:bufsize",
-  "mpeg2enc:closed-gop",
-  "mpeg2enc:constraints",
-  "mpeg2enc:correct-svcd-hds",
-  "mpeg2enc:disable-encode-retries",
-  "mpeg2enc:dualprime",
-  "mpeg2enc:dummy-svcd-sof",
-  "mpeg2enc:force-b-b-p",
-  "mpeg2enc:format",
-  "mpeg2enc:framerate",
-  "mpeg2enc:interlace-mode",
-  "mpeg2enc:intra-dc-prec",
-  "mpeg2enc:keep-hf",
-  "mpeg2enc:max-gop-size",
-  "mpeg2enc:min-gop-size",
-  "mpeg2enc:motion-search-radius",
-  "mpeg2enc:non-video-bitrate",
-  "mpeg2enc:norm",
-  "mpeg2enc:playback-field-order",
-  "mpeg2enc:pulldown-3-2",
-  "mpeg2enc:quant-matrix",
-  "mpeg2enc:quant-reduction-max-var",
-  "mpeg2enc:quantisation",
-  "mpeg2enc:quantisation-reduction",
-  "mpeg2enc:reduce-hf",
-  "mpeg2enc:reduction-2x2",
-  "mpeg2enc:reduction-4x4",
-  "mpeg2enc:sequence-header-every-gop",
-  "mpeg2enc:sequence-length",
-  "mpeg2enc:unit-coeff-elim",
-  "mpeg2enc:vcd-still-size",
-  "mpeg2video-encoder-cmp-func",
-  "mpeg2video-encoder-cmp-func::bit",
-  "mpeg2video-encoder-cmp-func::chroma",
-  "mpeg2video-encoder-cmp-func::dct",
-  "mpeg2video-encoder-cmp-func::dct264",
-  "mpeg2video-encoder-cmp-func::dctmax",
-  "mpeg2video-encoder-cmp-func::msad",
-  "mpeg2video-encoder-cmp-func::nsse",
-  "mpeg2video-encoder-cmp-func::psnr",
-  "mpeg2video-encoder-cmp-func::rd",
-  "mpeg2video-encoder-cmp-func::sad",
-  "mpeg2video-encoder-cmp-func::satd",
-  "mpeg2video-encoder-cmp-func::sse",
-  "mpeg2video-encoder-cmp-func::vsad",
-  "mpeg2video-encoder-cmp-func::vsse",
-  "mpeg2video-encoder-cmp-func::zero",
-  "mpeg2video-encoder-motion-est",
-  "mpeg2video-encoder-motion-est::epzs",
-  "mpeg2video-encoder-motion-est::xone",
-  "mpeg2video-encoder-motion-est::zero",
-  "mpeg2video-encoder-mpv-flags",
-  "mpeg2video-encoder-mpv-flags::cbp_rd",
-  "mpeg2video-encoder-mpv-flags::mv0",
-  "mpeg2video-encoder-mpv-flags::naq",
-  "mpeg2video-encoder-mpv-flags::qp_rd",
-  "mpeg2video-encoder-mpv-flags::skip_rd",
-  "mpeg2video-encoder-mpv-flags::strict_gop",
-  "mpeg2video-encoder-rc-strategy",
-  "mpeg2video-encoder-rc-strategy::ffmpeg",
-  "mpeg2video-encoder-seq-disp-ext",
-  "mpeg2video-encoder-seq-disp-ext::always",
-  "mpeg2video-encoder-seq-disp-ext::auto",
-  "mpeg2video-encoder-seq-disp-ext::never",
-  "mpeg2video-encoder-video-format",
-  "mpeg2video-encoder-video-format::component",
-  "mpeg2video-encoder-video-format::mac",
-  "mpeg2video-encoder-video-format::ntsc",
-  "mpeg2video-encoder-video-format::pal",
-  "mpeg2video-encoder-video-format::secam",
-  "mpeg2video-encoder-video-format::unspecified",
-  "mpeg4-encoder-cmp-func",
-  "mpeg4-encoder-cmp-func::bit",
-  "mpeg4-encoder-cmp-func::chroma",
-  "mpeg4-encoder-cmp-func::dct",
-  "mpeg4-encoder-cmp-func::dct264",
-  "mpeg4-encoder-cmp-func::dctmax",
-  "mpeg4-encoder-cmp-func::msad",
-  "mpeg4-encoder-cmp-func::nsse",
-  "mpeg4-encoder-cmp-func::psnr",
-  "mpeg4-encoder-cmp-func::rd",
-  "mpeg4-encoder-cmp-func::sad",
-  "mpeg4-encoder-cmp-func::satd",
-  "mpeg4-encoder-cmp-func::sse",
-  "mpeg4-encoder-cmp-func::vsad",
-  "mpeg4-encoder-cmp-func::vsse",
-  "mpeg4-encoder-cmp-func::zero",
-  "mpeg4-encoder-motion-est",
-  "mpeg4-encoder-motion-est::epzs",
-  "mpeg4-encoder-motion-est::xone",
-  "mpeg4-encoder-motion-est::zero",
-  "mpeg4-encoder-mpv-flags",
-  "mpeg4-encoder-mpv-flags::cbp_rd",
-  "mpeg4-encoder-mpv-flags::mv0",
-  "mpeg4-encoder-mpv-flags::naq",
-  "mpeg4-encoder-mpv-flags::qp_rd",
-  "mpeg4-encoder-mpv-flags::skip_rd",
-  "mpeg4-encoder-mpv-flags::strict_gop",
-  "mpeg4-encoder-rc-strategy",
-  "mpeg4-encoder-rc-strategy::ffmpeg",
-  "mpeg4-omx-profile",
-  "mpeg4-omx-profile::baseline",
-  "mpeg4-omx-profile::high",
-  "mpeg4-omx-profile::main",
-  "mpeg4-omx-profile::unknown",
-  "mpeg4videoparse",
-  "mpeg4videoparse:config-interval",
-  "mpeg4videoparse:drop",
-  "mpegaudioparse",
-  "mpegpsdemux",
-  "mpegpsdemux:ignore-scr",
-  "mpegpsmux",
-  "mpegpsmux:aggregate-gops",
-  "mpegtsmux",
-  "mpegtsmux:m2ts-mode",
-  "mpegvideoparse",
-  "mpegvideoparse:drop",
-  "mpegvideoparse:gop-split",
-  "mpg123audiodec",
-  "mplex",
-  "mplex:bufsize",
-  "mplex:format",
-  "mplex:mux-bitrate",
-  "mplex:packets-per-pack",
-  "mplex:sector-size",
-  "mplex:system-headers",
-  "mplex:vbr",
-  "msdkav1dec",
-  "msdkav1enc",
-  "msdkav1enc:b-pyramid",
-  "msdkav1enc:num-tile-cols",
-  "msdkav1enc:num-tile-rows",
-  "msdkav1enc:p-pyramid",
-  "msdkh264dec",
-  "msdkh264dec:output-order",
-  "msdkh264enc",
-  "msdkh264enc:b-pyramid",
-  "msdkh264enc:cabac",
-  "msdkh264enc:dblk-idc",
-  "msdkh264enc:frame-packing",
-  "msdkh264enc:intra-refresh-type",
-  "msdkh264enc:low-power",
-  "msdkh264enc:max-qp",
-  "msdkh264enc:max-qp-b",
-  "msdkh264enc:max-qp-i",
-  "msdkh264enc:max-qp-p",
-  "msdkh264enc:max-slice-size",
-  "msdkh264enc:min-qp",
-  "msdkh264enc:min-qp-b",
-  "msdkh264enc:min-qp-i",
-  "msdkh264enc:min-qp-p",
-  "msdkh264enc:p-pyramid",
-  "msdkh264enc:pic-timing-sei",
-  "msdkh264enc:rc-lookahead-ds",
-  "msdkh264enc:trellis",
-  "msdkh264enc:tune",
-  "msdkh265dec",
-  "msdkh265dec:output-order",
-  "msdkh265enc",
-  "msdkh265enc:b-pyramid",
-  "msdkh265enc:dblk-idc",
-  "msdkh265enc:intra-refresh-type",
-  "msdkh265enc:low-power",
-  "msdkh265enc:max-qp",
-  "msdkh265enc:max-qp-b",
-  "msdkh265enc:max-qp-i",
-  "msdkh265enc:max-qp-p",
-  "msdkh265enc:max-slice-size",
-  "msdkh265enc:min-qp",
-  "msdkh265enc:min-qp-b",
-  "msdkh265enc:min-qp-i",
-  "msdkh265enc:min-qp-p",
-  "msdkh265enc:num-tile-cols",
-  "msdkh265enc:num-tile-rows",
-  "msdkh265enc:p-pyramid",
-  "msdkh265enc:pic-timing-sei",
-  "msdkh265enc:transform-skip",
-  "msdkh265enc:tune",
-  "msdkmjpegdec",
-  "msdkmjpegenc",
-  "msdkmjpegenc:quality",
-  "msdkmpeg2dec",
-  "msdkmpeg2dec:output-order",
-  "msdkmpeg2enc",
-  "msdkvc1dec",
-  "msdkvc1dec:output-order",
-  "msdkvp8dec",
-  "msdkvp8dec:output-order",
-  "msdkvp9dec",
-  "msdkvp9dec:output-order",
-  "msdkvp9enc",
-  "msdkvpp",
-  "msdkvpp:async-depth",
-  "msdkvpp:brightness",
-  "msdkvpp:contrast",
-  "msdkvpp:crop-bottom",
-  "msdkvpp:crop-left",
-  "msdkvpp:crop-right",
-  "msdkvpp:crop-top",
-  "msdkvpp:deinterlace-method",
-  "msdkvpp:deinterlace-mode",
-  "msdkvpp:denoise",
-  "msdkvpp:detail",
-  "msdkvpp:force-aspect-ratio",
-  "msdkvpp:frc-algorithm",
-  "msdkvpp:hardware",
-  "msdkvpp:hdr-tone-mapping",
-  "msdkvpp:hue",
-  "msdkvpp:mirroring",
-  "msdkvpp:rotation",
-  "msdkvpp:saturation",
-  "msdkvpp:scaling-mode",
-  "msdkvpp:video-direction",
-  "msesrc",
-  "msesrc:duration",
-  "msesrc:n-audio",
-  "msesrc:n-text",
-  "msesrc:n-video",
-  "msesrc:position",
-  "msesrc:ready-state",
-  "msmpeg4v2-encoder-cmp-func",
-  "msmpeg4v2-encoder-cmp-func::bit",
-  "msmpeg4v2-encoder-cmp-func::chroma",
-  "msmpeg4v2-encoder-cmp-func::dct",
-  "msmpeg4v2-encoder-cmp-func::dct264",
-  "msmpeg4v2-encoder-cmp-func::dctmax",
-  "msmpeg4v2-encoder-cmp-func::msad",
-  "msmpeg4v2-encoder-cmp-func::nsse",
-  "msmpeg4v2-encoder-cmp-func::psnr",
-  "msmpeg4v2-encoder-cmp-func::rd",
-  "msmpeg4v2-encoder-cmp-func::sad",
-  "msmpeg4v2-encoder-cmp-func::satd",
-  "msmpeg4v2-encoder-cmp-func::sse",
-  "msmpeg4v2-encoder-cmp-func::vsad",
-  "msmpeg4v2-encoder-cmp-func::vsse",
-  "msmpeg4v2-encoder-cmp-func::zero",
-  "msmpeg4v2-encoder-motion-est",
-  "msmpeg4v2-encoder-motion-est::epzs",
-  "msmpeg4v2-encoder-motion-est::xone",
-  "msmpeg4v2-encoder-motion-est::zero",
-  "msmpeg4v2-encoder-mpv-flags",
-  "msmpeg4v2-encoder-mpv-flags::cbp_rd",
-  "msmpeg4v2-encoder-mpv-flags::mv0",
-  "msmpeg4v2-encoder-mpv-flags::naq",
-  "msmpeg4v2-encoder-mpv-flags::qp_rd",
-  "msmpeg4v2-encoder-mpv-flags::skip_rd",
-  "msmpeg4v2-encoder-mpv-flags::strict_gop",
-  "msmpeg4v2-encoder-rc-strategy",
-  "msmpeg4v2-encoder-rc-strategy::ffmpeg",
-  "msmpeg4v3-encoder-cmp-func",
-  "msmpeg4v3-encoder-cmp-func::bit",
-  "msmpeg4v3-encoder-cmp-func::chroma",
-  "msmpeg4v3-encoder-cmp-func::dct",
-  "msmpeg4v3-encoder-cmp-func::dct264",
-  "msmpeg4v3-encoder-cmp-func::dctmax",
-  "msmpeg4v3-encoder-cmp-func::msad",
-  "msmpeg4v3-encoder-cmp-func::nsse",
-  "msmpeg4v3-encoder-cmp-func::psnr",
-  "msmpeg4v3-encoder-cmp-func::rd",
-  "msmpeg4v3-encoder-cmp-func::sad",
-  "msmpeg4v3-encoder-cmp-func::satd",
-  "msmpeg4v3-encoder-cmp-func::sse",
-  "msmpeg4v3-encoder-cmp-func::vsad",
-  "msmpeg4v3-encoder-cmp-func::vsse",
-  "msmpeg4v3-encoder-cmp-func::zero",
-  "msmpeg4v3-encoder-motion-est",
-  "msmpeg4v3-encoder-motion-est::epzs",
-  "msmpeg4v3-encoder-motion-est::xone",
-  "msmpeg4v3-encoder-motion-est::zero",
-  "msmpeg4v3-encoder-mpv-flags",
-  "msmpeg4v3-encoder-mpv-flags::cbp_rd",
-  "msmpeg4v3-encoder-mpv-flags::mv0",
-  "msmpeg4v3-encoder-mpv-flags::naq",
-  "msmpeg4v3-encoder-mpv-flags::qp_rd",
-  "msmpeg4v3-encoder-mpv-flags::skip_rd",
-  "msmpeg4v3-encoder-mpv-flags::strict_gop",
-  "msmpeg4v3-encoder-rc-strategy",
-  "msmpeg4v3-encoder-rc-strategy::ffmpeg",
-  "mssdemux",
-  "mssdemux2",
-  "mssdemux:max-queue-size-buffers",
-  "mulawdec",
-  "mulawenc",
-  "multifdsink",
-  "multifdsink::add",
-  "multifdsink::add-full",
-  "multifdsink::client-added",
-  "multifdsink::client-fd-removed",
-  "multifdsink::client-removed",
-  "multifdsink::get-stats",
-  "multifdsink::remove",
-  "multifdsink::remove-flush",
-  "multifdsink:handle-read",
-  "multifilesink",
-  "multifilesink:aggregate-gops",
-  "multifilesink:index",
-  "multifilesink:location",
-  "multifilesink:max-file-duration",
-  "multifilesink:max-file-size",
-  "multifilesink:max-files",
-  "multifilesink:min-keyframe-distance",
-  "multifilesink:next-file",
-  "multifilesink:post-messages",
-  "multifilesrc",
-  "multifilesrc:caps",
-  "multifilesrc:index",
-  "multifilesrc:location",
-  "multifilesrc:loop",
-  "multifilesrc:start-index",
-  "multifilesrc:stop-index",
-  "multipartdemux",
-  "multipartdemux:boundary",
-  "multipartdemux:single-stream",
-  "multipartmux",
-  "multipartmux:boundary",
-  "multiqueue",
-  "multiqueue::overrun",
-  "multiqueue::underrun",
-  "multiqueue:extra-size-buffers",
-  "multiqueue:extra-size-bytes",
-  "multiqueue:extra-size-time",
-  "multiqueue:high-percent",
-  "multiqueue:high-watermark",
-  "multiqueue:low-percent",
-  "multiqueue:low-watermark",
-  "multiqueue:max-size-buffers",
-  "multiqueue:max-size-bytes",
-  "multiqueue:max-size-time",
-  "multiqueue:min-interleave-time",
-  "multiqueue:stats",
-  "multiqueue:sync-by-running-time",
-  "multiqueue:unlinked-cache-time",
-  "multiqueue:use-buffering",
-  "multiqueue:use-interleave",
-  "multisocketsink",
-  "multisocketsink::add",
-  "multisocketsink::add-full",
-  "multisocketsink::client-added",
-  "multisocketsink::client-removed",
-  "multisocketsink::client-socket-removed",
-  "multisocketsink::get-stats",
-  "multisocketsink::remove",
-  "multisocketsink::remove-flush",
-  "multisocketsink:send-dispatched",
-  "multisocketsink:send-messages",
-  "multiudpsink",
-  "multiudpsink::add",
-  "multiudpsink::clear",
-  "multiudpsink::client-added",
-  "multiudpsink::client-removed",
-  "multiudpsink::get-stats",
-  "multiudpsink::remove",
-  "multiudpsink:auto-multicast",
-  "multiudpsink:bind-address",
-  "multiudpsink:bind-port",
-  "multiudpsink:buffer-size",
-  "multiudpsink:bytes-served",
-  "multiudpsink:bytes-to-serve",
-  "multiudpsink:clients",
-  "multiudpsink:close-socket",
-  "multiudpsink:force-ipv4",
-  "multiudpsink:loop",
-  "multiudpsink:multicast-iface",
-  "multiudpsink:qos-dscp",
-  "multiudpsink:send-duplicates",
-  "multiudpsink:socket",
-  "multiudpsink:socket-v6",
-  "multiudpsink:ttl",
-  "multiudpsink:ttl-mc",
-  "multiudpsink:used-socket",
-  "multiudpsink:used-socket-v6",
-  "musepackdec",
-  "mxfdemux",
-  "mxfdemux:max-drift",
-  "mxfdemux:package",
-  "mxfdemux:structure",
-  "mxfmux",
-  "name",
-  "navigationtest",
-  "navigationtest:display-mouse",
-  "navigationtest:display-touch",
-  "navseek",
-  "navseek:hold-eos",
-  "navseek:seek-offset",
-  "neonhttpsrc",
-  "neonhttpsrc:accept-self-signed",
-  "neonhttpsrc:automatic-redirect",
-  "neonhttpsrc:connect-timeout",
-  "neonhttpsrc:cookies",
-  "neonhttpsrc:iradio-mode",
-  "neonhttpsrc:location",
-  "neonhttpsrc:neon-http-debug",
-  "neonhttpsrc:proxy",
-  "neonhttpsrc:read-timeout",
-  "neonhttpsrc:user-agent",
-  "netsim",
-  "netsim:allow-reordering",
-  "netsim:delay-distribution",
-  "netsim:delay-probability",
-  "netsim:drop-packets",
-  "netsim:drop-probability",
-  "netsim:duplicate-probability",
-  "netsim:max-bucket-size",
-  "netsim:max-delay",
-  "netsim:max-kbps",
-  "netsim:min-delay",
-  "nlecomposition",
-  "nlecomposition::commited",
-  "nlecomposition:drop-tags",
-  "nlecomposition:id",
-  "nleoperation",
-  "nleoperation::input-priority-changed",
-  "nleoperation:sinks",
-  "nlesource",
-  "nleurisource",
-  "nleurisource:uri",
-  "nvautogpuh264enc",
-  "nvautogpuh264enc:adapter-luid",
-  "nvautogpuh264enc:aq-strength",
-  "nvautogpuh264enc:aud",
-  "nvautogpuh264enc:b-adapt",
-  "nvautogpuh264enc:b-frames",
-  "nvautogpuh264enc:bitrate",
-  "nvautogpuh264enc:cabac",
-  "nvautogpuh264enc:const-quality",
-  "nvautogpuh264enc:cuda-device-id",
-  "nvautogpuh264enc:gop-size",
-  "nvautogpuh264enc:i-adapt",
-  "nvautogpuh264enc:max-bitrate",
-  "nvautogpuh264enc:max-qp-b",
-  "nvautogpuh264enc:max-qp-i",
-  "nvautogpuh264enc:max-qp-p",
-  "nvautogpuh264enc:min-qp-b",
-  "nvautogpuh264enc:min-qp-i",
-  "nvautogpuh264enc:min-qp-p",
-  "nvautogpuh264enc:multi-pass",
-  "nvautogpuh264enc:nonref-p",
-  "nvautogpuh264enc:preset",
-  "nvautogpuh264enc:qp-b",
-  "nvautogpuh264enc:qp-i",
-  "nvautogpuh264enc:qp-p",
-  "nvautogpuh264enc:rate-control",
-  "nvautogpuh264enc:rc-lookahead",
-  "nvautogpuh264enc:repeat-sequence-header",
-  "nvautogpuh264enc:spatial-aq",
-  "nvautogpuh264enc:strict-gop",
-  "nvautogpuh264enc:temporal-aq",
-  "nvautogpuh264enc:tune",
-  "nvautogpuh264enc:vbv-buffer-size",
-  "nvautogpuh264enc:weighted-pred",
-  "nvautogpuh264enc:zero-reorder-delay",
-  "nvautogpuh265enc",
-  "nvautogpuh265enc:adapter-luid",
-  "nvautogpuh265enc:aq-strength",
-  "nvautogpuh265enc:aud",
-  "nvautogpuh265enc:b-adapt",
-  "nvautogpuh265enc:b-frames",
-  "nvautogpuh265enc:bitrate",
-  "nvautogpuh265enc:const-quality",
-  "nvautogpuh265enc:cuda-device-id",
-  "nvautogpuh265enc:gop-size",
-  "nvautogpuh265enc:i-adapt",
-  "nvautogpuh265enc:max-bitrate",
-  "nvautogpuh265enc:max-qp-b",
-  "nvautogpuh265enc:max-qp-i",
-  "nvautogpuh265enc:max-qp-p",
-  "nvautogpuh265enc:min-qp-b",
-  "nvautogpuh265enc:min-qp-i",
-  "nvautogpuh265enc:min-qp-p",
-  "nvautogpuh265enc:multi-pass",
-  "nvautogpuh265enc:nonref-p",
-  "nvautogpuh265enc:preset",
-  "nvautogpuh265enc:qp-b",
-  "nvautogpuh265enc:qp-i",
-  "nvautogpuh265enc:qp-p",
-  "nvautogpuh265enc:rate-control",
-  "nvautogpuh265enc:rc-lookahead",
-  "nvautogpuh265enc:repeat-sequence-header",
-  "nvautogpuh265enc:spatial-aq",
-  "nvautogpuh265enc:strict-gop",
-  "nvautogpuh265enc:temporal-aq",
-  "nvautogpuh265enc:tune",
-  "nvautogpuh265enc:vbv-buffer-size",
-  "nvautogpuh265enc:weighted-pred",
-  "nvautogpuh265enc:zero-reorder-delay",
-  "nvav1dec",
-  "nvav1dec:cuda-device-id",
-  "nvav1dec:init-max-height",
-  "nvav1dec:init-max-width",
-  "nvav1dec:max-display-delay",
-  "nvav1dec:num-output-surfaces",
-  "nvcudah264enc",
-  "nvcudah264enc:aq-strength",
-  "nvcudah264enc:aud",
-  "nvcudah264enc:b-adapt",
-  "nvcudah264enc:b-frames",
-  "nvcudah264enc:bitrate",
-  "nvcudah264enc:cabac",
-  "nvcudah264enc:const-quality",
-  "nvcudah264enc:cuda-device-id",
-  "nvcudah264enc:gop-size",
-  "nvcudah264enc:i-adapt",
-  "nvcudah264enc:max-bitrate",
-  "nvcudah264enc:max-qp-b",
-  "nvcudah264enc:max-qp-i",
-  "nvcudah264enc:max-qp-p",
-  "nvcudah264enc:min-qp-b",
-  "nvcudah264enc:min-qp-i",
-  "nvcudah264enc:min-qp-p",
-  "nvcudah264enc:multi-pass",
-  "nvcudah264enc:nonref-p",
-  "nvcudah264enc:preset",
-  "nvcudah264enc:qp-b",
-  "nvcudah264enc:qp-i",
-  "nvcudah264enc:qp-p",
-  "nvcudah264enc:rate-control",
-  "nvcudah264enc:rc-lookahead",
-  "nvcudah264enc:repeat-sequence-header",
-  "nvcudah264enc:spatial-aq",
-  "nvcudah264enc:strict-gop",
-  "nvcudah264enc:temporal-aq",
-  "nvcudah264enc:tune",
-  "nvcudah264enc:vbv-buffer-size",
-  "nvcudah264enc:weighted-pred",
-  "nvcudah264enc:zero-reorder-delay",
-  "nvcudah265enc",
-  "nvcudah265enc:aq-strength",
-  "nvcudah265enc:aud",
-  "nvcudah265enc:b-adapt",
-  "nvcudah265enc:b-frames",
-  "nvcudah265enc:bitrate",
-  "nvcudah265enc:const-quality",
-  "nvcudah265enc:cuda-device-id",
-  "nvcudah265enc:gop-size",
-  "nvcudah265enc:i-adapt",
-  "nvcudah265enc:max-bitrate",
-  "nvcudah265enc:max-qp-b",
-  "nvcudah265enc:max-qp-i",
-  "nvcudah265enc:max-qp-p",
-  "nvcudah265enc:min-qp-b",
-  "nvcudah265enc:min-qp-i",
-  "nvcudah265enc:min-qp-p",
-  "nvcudah265enc:multi-pass",
-  "nvcudah265enc:nonref-p",
-  "nvcudah265enc:preset",
-  "nvcudah265enc:qp-b",
-  "nvcudah265enc:qp-i",
-  "nvcudah265enc:qp-p",
-  "nvcudah265enc:rate-control",
-  "nvcudah265enc:rc-lookahead",
-  "nvcudah265enc:repeat-sequence-header",
-  "nvcudah265enc:spatial-aq",
-  "nvcudah265enc:strict-gop",
-  "nvcudah265enc:temporal-aq",
-  "nvcudah265enc:tune",
-  "nvcudah265enc:vbv-buffer-size",
-  "nvcudah265enc:weighted-pred",
-  "nvcudah265enc:zero-reorder-delay",
-  "nvd3d11h264enc",
-  "nvd3d11h264enc:adapter-luid",
-  "nvd3d11h264enc:aq-strength",
-  "nvd3d11h264enc:aud",
-  "nvd3d11h264enc:b-adapt",
-  "nvd3d11h264enc:b-frames",
-  "nvd3d11h264enc:bitrate",
-  "nvd3d11h264enc:cabac",
-  "nvd3d11h264enc:const-quality",
-  "nvd3d11h264enc:gop-size",
-  "nvd3d11h264enc:i-adapt",
-  "nvd3d11h264enc:max-bitrate",
-  "nvd3d11h264enc:max-qp-b",
-  "nvd3d11h264enc:max-qp-i",
-  "nvd3d11h264enc:max-qp-p",
-  "nvd3d11h264enc:min-qp-b",
-  "nvd3d11h264enc:min-qp-i",
-  "nvd3d11h264enc:min-qp-p",
-  "nvd3d11h264enc:multi-pass",
-  "nvd3d11h264enc:nonref-p",
-  "nvd3d11h264enc:preset",
-  "nvd3d11h264enc:qp-b",
-  "nvd3d11h264enc:qp-i",
-  "nvd3d11h264enc:qp-p",
-  "nvd3d11h264enc:rate-control",
-  "nvd3d11h264enc:rc-lookahead",
-  "nvd3d11h264enc:repeat-sequence-header",
-  "nvd3d11h264enc:spatial-aq",
-  "nvd3d11h264enc:strict-gop",
-  "nvd3d11h264enc:temporal-aq",
-  "nvd3d11h264enc:tune",
-  "nvd3d11h264enc:vbv-buffer-size",
-  "nvd3d11h264enc:weighted-pred",
-  "nvd3d11h264enc:zero-reorder-delay",
-  "nvd3d11h265enc",
-  "nvd3d11h265enc:adapter-luid",
-  "nvd3d11h265enc:aq-strength",
-  "nvd3d11h265enc:aud",
-  "nvd3d11h265enc:b-adapt",
-  "nvd3d11h265enc:b-frames",
-  "nvd3d11h265enc:bitrate",
-  "nvd3d11h265enc:const-quality",
-  "nvd3d11h265enc:gop-size",
-  "nvd3d11h265enc:i-adapt",
-  "nvd3d11h265enc:max-bitrate",
-  "nvd3d11h265enc:max-qp-b",
-  "nvd3d11h265enc:max-qp-i",
-  "nvd3d11h265enc:max-qp-p",
-  "nvd3d11h265enc:min-qp-b",
-  "nvd3d11h265enc:min-qp-i",
-  "nvd3d11h265enc:min-qp-p",
-  "nvd3d11h265enc:multi-pass",
-  "nvd3d11h265enc:nonref-p",
-  "nvd3d11h265enc:preset",
-  "nvd3d11h265enc:qp-b",
-  "nvd3d11h265enc:qp-i",
-  "nvd3d11h265enc:qp-p",
-  "nvd3d11h265enc:rate-control",
-  "nvd3d11h265enc:rc-lookahead",
-  "nvd3d11h265enc:repeat-sequence-header",
-  "nvd3d11h265enc:spatial-aq",
-  "nvd3d11h265enc:strict-gop",
-  "nvd3d11h265enc:temporal-aq",
-  "nvd3d11h265enc:tune",
-  "nvd3d11h265enc:vbv-buffer-size",
-  "nvd3d11h265enc:weighted-pred",
-  "nvd3d11h265enc:zero-reorder-delay",
-  "nvh264dec",
-  "nvh264dec!sink",
-  "nvh264dec!src",
-  "nvh264dec:cuda-device-id",
-  "nvh264dec:init-max-height",
-  "nvh264dec:init-max-width",
-  "nvh264dec:max-display-delay",
-  "nvh264dec:num-output-surfaces",
-  "nvh264enc",
-  "nvh264enc:aud",
-  "nvh264enc:b-adapt",
-  "nvh264enc:bframes",
-  "nvh264enc:rc-lookahead",
-  "nvh264enc:temporal-aq",
-  "nvh264enc:vbv-buffer-size",
-  "nvh264enc:weighted-pred",
-  "nvh264sldec",
-  "nvh264sldec:cuda-device-id",
-  "nvh265dec",
-  "nvh265dec!sink",
-  "nvh265dec!src",
-  "nvh265dec:cuda-device-id",
-  "nvh265dec:init-max-height",
-  "nvh265dec:init-max-width",
-  "nvh265dec:max-display-delay",
-  "nvh265dec:num-output-surfaces",
-  "nvh265enc",
-  "nvh265enc:aud",
-  "nvh265enc:b-adapt",
-  "nvh265enc:bframes",
-  "nvh265enc:rc-lookahead",
-  "nvh265enc:temporal-aq",
-  "nvh265enc:vbv-buffer-size",
-  "nvh265enc:weighted-pred",
-  "nvh265sldec",
-  "nvh265sldec:cuda-device-id",
-  "nvjpegdec",
-  "nvjpegdec!sink",
-  "nvjpegdec!src",
-  "nvjpegenc",
-  "nvjpegenc:cuda-device-id",
-  "nvjpegenc:quality",
-  "nvmpeg2videodec",
-  "nvmpeg2videodec!sink",
-  "nvmpeg2videodec!src",
-  "nvmpeg4videodec",
-  "nvmpeg4videodec!sink",
-  "nvmpeg4videodec!src",
-  "nvmpegvideodec",
-  "nvmpegvideodec!sink",
-  "nvmpegvideodec!src",
-  "nvvp8dec",
-  "nvvp8dec!sink",
-  "nvvp8dec!src",
-  "nvvp8dec:cuda-device-id",
-  "nvvp8dec:init-max-height",
-  "nvvp8dec:init-max-width",
-  "nvvp8dec:max-display-delay",
-  "nvvp8dec:num-output-surfaces",
-  "nvvp8sldec",
-  "nvvp8sldec:cuda-device-id",
-  "nvvp9dec",
-  "nvvp9dec!sink",
-  "nvvp9dec!src",
-  "nvvp9dec:cuda-device-id",
-  "nvvp9dec:init-max-height",
-  "nvvp9dec:init-max-width",
-  "nvvp9dec:max-display-delay",
-  "nvvp9dec:num-output-surfaces",
-  "nvvp9sldec",
-  "nvvp9sldec:cuda-device-id",
-  "objectdetectionoverlay",
-  "objectdetectionoverlay:draw-labels",
-  "objectdetectionoverlay:labels-color",
-  "objectdetectionoverlay:object-detection-outline-color",
-  "oggaviparse",
-  "oggdemux",
-  "oggmux",
-  "oggmux:max-delay",
-  "oggmux:max-page-delay",
-  "oggmux:max-tolerance",
-  "oggmux:skeleton",
-  "oggparse",
-  "ogmaudioparse",
-  "ogmtextparse",
-  "ogmvideoparse",
-  "openalsink",
-  "openalsink:device",
-  "openalsink:device-name",
-  "openalsink:user-context",
-  "openalsink:user-device",
-  "openalsink:user-source",
-  "openalsrc",
-  "openalsrc:device",
-  "openalsrc:device-name",
-  "opencvtextoverlay",
-  "opencvtextoverlay:colorB",
-  "opencvtextoverlay:colorG",
-  "opencvtextoverlay:colorR",
-  "opencvtextoverlay:height",
-  "opencvtextoverlay:text",
-  "opencvtextoverlay:thickness",
-  "opencvtextoverlay:width",
-  "opencvtextoverlay:xpos",
-  "opencvtextoverlay:ypos",
-  "openexrdec",
-  "openh264dec",
-  "openh264enc",
-  "openh264enc:adaptive-quantization",
-  "openh264enc:background-detection",
-  "openh264enc:bitrate",
-  "openh264enc:complexity",
-  "openh264enc:deblocking",
-  "openh264enc:enable-denoise",
-  "openh264enc:enable-frame-skip",
-  "openh264enc:gop-size",
-  "openh264enc:max-bitrate",
-  "openh264enc:max-slice-size",
-  "openh264enc:multi-thread",
-  "openh264enc:num-slices",
-  "openh264enc:qp-max",
-  "openh264enc:qp-min",
-  "openh264enc:rate-control",
-  "openh264enc:scene-change-detection",
-  "openh264enc:slice-mode",
-  "openh264enc:usage-type",
-  "openjpegdec",
-  "openjpegdec:max-slice-threads",
-  "openjpegdec:max-threads",
-  "openjpegenc",
-  "openjpegenc:num-layers",
-  "openjpegenc:num-resolutions",
-  "openjpegenc:num-stripes",
-  "openjpegenc:num-threads",
-  "openjpegenc:progression-order",
-  "openjpegenc:tile-height",
-  "openjpegenc:tile-offset-x",
-  "openjpegenc:tile-offset-y",
-  "openjpegenc:tile-width",
-  "openmptdec",
-  "openmptdec:current-subsong",
-  "openmptdec:filter-length",
-  "openmptdec:master-gain",
-  "openmptdec:num-loops",
-  "openmptdec:output-buffer-size",
-  "openmptdec:output-mode",
-  "openmptdec:stereo-separation",
-  "openmptdec:subsong-mode",
-  "openmptdec:volume-ramping",
-  "openni2src",
-  "openni2src:blocksize",
-  "openni2src:do-timestamp",
-  "openni2src:location",
-  "openni2src:num-buffers",
-  "openni2src:sourcetype",
-  "openni2src:typefind",
-  "optv",
-  "optv:mode",
-  "optv:speed",
-  "optv:threshold",
-  "opusdec",
-  "opusdec:apply-gain",
-  "opusdec:phase-inversion",
-  "opusdec:stats",
-  "opusdec:use-inband-fec",
-  "opusenc",
-  "opusenc:audio-type",
-  "opusenc:bandwidth",
-  "opusenc:bitrate",
-  "opusenc:bitrate-type",
-  "opusenc:complexity",
-  "opusenc:dtx",
-  "opusenc:frame-size",
-  "opusenc:inband-fec",
-  "opusenc:max-payload-size",
-  "opusenc:packet-loss-percentage",
-  "opusparse",
-  "oss4sink",
-  "oss4sink:device",
-  "oss4sink:device-name",
-  "oss4sink:mute",
-  "oss4sink:volume",
-  "oss4src",
-  "oss4src:device",
-  "oss4src:device-name",
-  "osssink",
-  "osssink:device",
-  "osssrc",
-  "osssrc:device",
-  "osssrc:device-name",
-  "osxaudiosink",
-  "osxaudiosink:device",
-  "osxaudiosink:volume",
-  "osxaudiosrc",
-  "osxaudiosrc:device",
-  "osxvideosink",
-  "osxvideosink:embed",
-  "osxvideosink:force-aspect-ratio",
-  "output-selector",
-  "output-selector:active-pad",
-  "output-selector:pad-negotiation-mode",
-  "output-selector:resend-latest",
-  "overlaycomposition",
-  "overlaycomposition::caps-changed",
-  "overlaycomposition::draw",
-  "pad",
-  "parsebin",
-  "parsebin::autoplug-continue",
-  "parsebin::autoplug-factories",
-  "parsebin::autoplug-query",
-  "parsebin::autoplug-select",
-  "parsebin::autoplug-sort",
-  "parsebin::drained",
-  "parsebin::unknown-type",
-  "parsebin:connection-speed",
-  "parsebin:expose-all-streams",
-  "parsebin:sink-caps",
-  "parsebin:subtitle-encoding",
-  "pcapparse",
-  "pcapparse:caps",
-  "pcapparse:dst-ip",
-  "pcapparse:dst-port",
-  "pcapparse:src-ip",
-  "pcapparse:src-port",
-  "pcapparse:ts-offset",
-  "perspective",
-  "perspective:matrix",
-  "pinch",
-  "pinch:intensity",
-  "pitch",
-  "pitch:output-rate",
-  "pitch:pitch",
-  "pitch:rate",
-  "pitch:tempo",
-  "playbin",
-  "playbin3",
-  "playbin3::about-to-finish",
-  "playbin3::convert-sample",
-  "playbin3::element-setup",
-  "playbin3::source-setup",
-  "playbin3:audio-filter",
-  "playbin3:audio-sink",
-  "playbin3:audio-stream-combiner",
-  "playbin3:av-offset",
-  "playbin3:buffer-duration",
-  "playbin3:buffer-size",
-  "playbin3:connection-speed",
-  "playbin3:current-suburi",
-  "playbin3:current-uri",
-  "playbin3:flags",
-  "playbin3:force-aspect-ratio",
-  "playbin3:instant-uri",
-  "playbin3:mute",
-  "playbin3:ring-buffer-max-size",
-  "playbin3:sample",
-  "playbin3:subtitle-encoding",
-  "playbin3:subtitle-font-desc",
-  "playbin3:suburi",
-  "playbin3:text-offset",
-  "playbin3:text-sink",
-  "playbin3:text-stream-combiner",
-  "playbin3:uri",
-  "playbin3:video-filter",
-  "playbin3:video-multiview-flags",
-  "playbin3:video-multiview-mode",
-  "playbin3:video-sink",
-  "playbin3:video-stream-combiner",
-  "playbin3:vis-plugin",
-  "playbin3:volume",
-  "playbin::about-to-finish",
-  "playbin::audio-changed",
-  "playbin::audio-tags-changed",
-  "playbin::convert-sample",
-  "playbin::element-setup",
-  "playbin::get-audio-pad",
-  "playbin::get-audio-tags",
-  "playbin::get-text-pad",
-  "playbin::get-text-tags",
-  "playbin::get-video-pad",
-  "playbin::get-video-tags",
-  "playbin::source-setup",
-  "playbin::text-changed",
-  "playbin::text-tags-changed",
-  "playbin::video-changed",
-  "playbin::video-tags-changed",
-  "playbin:audio-filter",
-  "playbin:audio-sink",
-  "playbin:audio-stream-combiner",
-  "playbin:av-offset",
-  "playbin:buffer-duration",
-  "playbin:buffer-size",
-  "playbin:connection-speed",
-  "playbin:current-audio",
-  "playbin:current-suburi",
-  "playbin:current-text",
-  "playbin:current-uri",
-  "playbin:current-video",
-  "playbin:flags",
-  "playbin:force-aspect-ratio",
-  "playbin:mute",
-  "playbin:n-audio",
-  "playbin:n-text",
-  "playbin:n-video",
-  "playbin:ring-buffer-max-size",
-  "playbin:sample",
-  "playbin:source",
-  "playbin:subtitle-encoding",
-  "playbin:subtitle-font-desc",
-  "playbin:suburi",
-  "playbin:text-offset",
-  "playbin:text-sink",
-  "playbin:text-stream-combiner",
-  "playbin:uri",
-  "playbin:video-filter",
-  "playbin:video-multiview-flags",
-  "playbin:video-multiview-mode",
-  "playbin:video-sink",
-  "playbin:video-stream-combiner",
-  "playbin:vis-plugin",
-  "playbin:volume",
-  "playsink",
-  "playsink::convert-sample",
-  "playsink::reconfigure",
-  "playsink:audio-filter",
-  "playsink:audio-sink",
-  "playsink:av-offset",
-  "playsink:flags",
-  "playsink:force-aspect-ratio",
-  "playsink:mute",
-  "playsink:sample",
-  "playsink:send-event-mode",
-  "playsink:subtitle-encoding",
-  "playsink:subtitle-font-desc",
-  "playsink:text-offset",
-  "playsink:text-sink",
-  "playsink:video-filter",
-  "playsink:video-sink",
-  "playsink:vis-plugin",
-  "playsink:volume",
-  "plugin-1394",
-  "plugin-a52dec",
-  "plugin-aasink",
-  "plugin-accurip",
-  "plugin-adaptivedemux2",
-  "plugin-adder",
-  "plugin-adpcmdec",
-  "plugin-adpcmenc",
-  "plugin-aes",
-  "plugin-aiff",
-  "plugin-aja",
-  "plugin-alaw",
-  "plugin-alpha",
-  "plugin-alphacolor",
-  "plugin-alsa",
-  "plugin-amfcodec",
-  "plugin-amrnb",
-  "plugin-amrwbdec",
-  "plugin-analyticsoverlay",
-  "plugin-aom",
-  "plugin-apetag",
-  "plugin-app",
-  "plugin-applemedia",
-  "plugin-asf",
-  "plugin-asfmux",
-  "plugin-assrender",
-  "plugin-audiobuffersplit",
-  "plugin-audioconvert",
-  "plugin-audiofx",
-  "plugin-audiofxbad",
-  "plugin-audiolatency",
-  "plugin-audiomixer",
-  "plugin-audiomixmatrix",
-  "plugin-audioparsers",
-  "plugin-audiorate",
-  "plugin-audioresample",
-  "plugin-audiotestsrc",
-  "plugin-audiovisualizers",
-  "plugin-auparse",
-  "plugin-autoconvert",
-  "plugin-autodetect",
-  "plugin-avi",
-  "plugin-avtp",
-  "plugin-basedebug",
-  "plugin-bayer",
-  "plugin-bluez",
-  "plugin-bs2b",
-  "plugin-bz2",
-  "plugin-cacasink",
-  "plugin-cairo",
-  "plugin-camerabin",
-  "plugin-cdio",
-  "plugin-cdparanoia",
-  "plugin-chromaprint",
-  "plugin-closedcaption",
-  "plugin-codec2json",
-  "plugin-codecalpha",
-  "plugin-codectimestamper",
-  "plugin-coloreffects",
-  "plugin-colormanagement",
-  "plugin-compositor",
-  "plugin-coreelements",
-  "plugin-coretracers",
-  "plugin-curl",
-  "plugin-cutter",
-  "plugin-d3d",
-  "plugin-d3d11",
-  "plugin-d3d12",
-  "plugin-dash",
-  "plugin-dc1394",
-  "plugin-de265",
-  "plugin-debug",
-  "plugin-debugutilsbad",
-  "plugin-decklink",
-  "plugin-deinterlace",
-  "plugin-directfb",
-  "plugin-directshow",
-  "plugin-directsoundsrc",
-  "plugin-dsd",
-  "plugin-dtls",
-  "plugin-dtmf",
-  "plugin-dtsdec",
-  "plugin-dv",
-  "plugin-dvb",
-  "plugin-dvbsubenc",
-  "plugin-dvbsuboverlay",
-  "plugin-dvdlpcmdec",
-  "plugin-dvdread",
-  "plugin-dvdspu",
-  "plugin-dvdsub",
-  "plugin-dwrite",
-  "plugin-effectv",
-  "plugin-encoding",
-  "plugin-equalizer",
-  "plugin-faac",
-  "plugin-faad",
-  "plugin-faceoverlay",
-  "plugin-fbdevsink",
-  "plugin-fdkaac",
-  "plugin-festival",
-  "plugin-fieldanalysis",
-  "plugin-flac",
-  "plugin-flite",
-  "plugin-fluidsynthmidi",
-  "plugin-flv",
-  "plugin-flxdec",
-  "plugin-freeverb",
-  "plugin-frei0r",
-  "plugin-gaudieffects",
-  "plugin-gdkpixbuf",
-  "plugin-gdp",
-  "plugin-geometrictransform",
-  "plugin-ges",
-  "plugin-gio",
-  "plugin-gme",
-  "plugin-goom",
-  "plugin-goom2k1",
-  "plugin-gs",
-  "plugin-gsm",
-  "plugin-gtk",
-  "plugin-gtkwayland",
-  "plugin-hls",
-  "plugin-icydemux",
-  "plugin-id3demux",
-  "plugin-id3tag",
-  "plugin-imagefreeze",
-  "plugin-insertbin",
-  "plugin-inter",
-  "plugin-interlace",
-  "plugin-interleave",
-  "plugin-ipcpipeline",
-  "plugin-iqa",
-  "plugin-isomp4",
-  "plugin-ivfparse",
-  "plugin-ivtc",
-  "plugin-jack",
-  "plugin-jp2kdecimator",
-  "plugin-jpeg",
-  "plugin-jpegformat",
-  "plugin-kate",
-  "plugin-kms",
-  "plugin-ladspa",
-  "plugin-lame",
-  "plugin-lc3",
-  "plugin-legacyrawparse",
-  "plugin-level",
-  "plugin-libav",
-  "plugin-libvisual",
-  "plugin-lv2",
-  "plugin-matroska",
-  "plugin-mediafoundation",
-  "plugin-microdns",
-  "plugin-midi",
-  "plugin-modplug",
-  "plugin-monoscope",
-  "plugin-mpeg2dec",
-  "plugin-mpeg2enc",
-  "plugin-mpegpsdemux",
-  "plugin-mpegpsmux",
-  "plugin-mpegtsdemux",
-  "plugin-mpegtsmux",
-  "plugin-mpg123",
-  "plugin-mplex",
-  "plugin-msdk",
-  "plugin-mse",
-  "plugin-mulaw",
-  "plugin-multifile",
-  "plugin-multipart",
-  "plugin-musepack",
-  "plugin-mxf",
-  "plugin-navigationtest",
-  "plugin-neonhttpsrc",
-  "plugin-netsim",
-  "plugin-nle",
-  "plugin-nvcodec",
-  "plugin-ogg",
-  "plugin-omx",
-  "plugin-openal",
-  "plugin-opencv",
-  "plugin-openexr",
-  "plugin-opengl",
-  "plugin-openh264",
-  "plugin-openjpeg",
-  "plugin-openmpt",
-  "plugin-openni2",
-  "plugin-opus",
-  "plugin-opusparse",
-  "plugin-oss4",
-  "plugin-ossaudio",
-  "plugin-osxaudio",
-  "plugin-osxvideo",
-  "plugin-overlaycomposition",
-  "plugin-pango",
-  "plugin-pbtypes",
-  "plugin-pcapparse",
-  "plugin-playback",
-  "plugin-png",
-  "plugin-pnm",
-  "plugin-proxy",
-  "plugin-pulseaudio",
-  "plugin-qmlgl",
-  "plugin-qroverlay",
-  "plugin-qsv",
-  "plugin-qt6d3d11",
-  "plugin-rawparse",
-  "plugin-realmedia",
-  "plugin-removesilence",
-  "plugin-replaygain",
-  "plugin-resindvd",
-  "plugin-rfbsrc",
-  "plugin-rist",
-  "plugin-rpicamsrc",
-  "plugin-rsvg",
-  "plugin-rtmp",
-  "plugin-rtmp2",
-  "plugin-rtp",
-  "plugin-rtpmanager",
-  "plugin-rtpmanagerbad",
-  "plugin-rtponvif",
-  "plugin-rtsp",
-  "plugin-rtspclientsink",
-  "plugin-sbc",
-  "plugin-sctp",
-  "plugin-sdpelem",
-  "plugin-segmentclip",
-  "plugin-shapewipe",
-  "plugin-shm",
-  "plugin-shout2",
-  "plugin-sid",
-  "plugin-siren",
-  "plugin-smooth",
-  "plugin-smoothstreaming",
-  "plugin-smpte",
-  "plugin-sndfile",
-  "plugin-soundtouch",
-  "plugin-soup",
-  "plugin-spandsp",
-  "plugin-spectrum",
-  "plugin-speed",
-  "plugin-speex",
-  "plugin-srt",
-  "plugin-srtp",
-  "plugin-subenc",
-  "plugin-subparse",
-  "plugin-switchbin",
-  "plugin-taglib",
-  "plugin-tcp",
-  "plugin-teletext",
-  "plugin-theora",
-  "plugin-timecode",
-  "plugin-tinyalsa",
-  "plugin-transcode",
-  "plugin-ttmlsubs",
-  "plugin-twolame",
-  "plugin-typefindfunctions",
-  "plugin-udp",
-  "plugin-unixfd",
-  "plugin-uvcgadget",
-  "plugin-uvch264",
-  "plugin-v4l2codecs",
-  "plugin-va",
-  "plugin-vaapi",
-  "plugin-video4linux2",
-  "plugin-videobox",
-  "plugin-videoconvert",
-  "plugin-videoconvertscale",
-  "plugin-videocrop",
-  "plugin-videofilter",
-  "plugin-videofiltersbad",
-  "plugin-videoframe_audiolevel",
-  "plugin-videomixer",
-  "plugin-videoparsersbad",
-  "plugin-videorate",
-  "plugin-videoscale",
-  "plugin-videosignal",
-  "plugin-videotestsrc",
-  "plugin-vmnc",
-  "plugin-voaacenc",
-  "plugin-voamrwbenc",
-  "plugin-volume",
-  "plugin-vorbis",
-  "plugin-vpx",
-  "plugin-vulkan",
-  "plugin-wasapi",
-  "plugin-wasapi2",
-  "plugin-wavenc",
-  "plugin-wavpack",
-  "plugin-wavparse",
-  "plugin-waylandsink",
-  "plugin-webp",
-  "plugin-webrtc",
-  "plugin-webrtcdsp",
-  "plugin-wic",
-  "plugin-wildmidi",
-  "plugin-win32ipc",
-  "plugin-winks",
-  "plugin-winscreencap",
-  "plugin-wpe",
-  "plugin-x264",
-  "plugin-x265",
-  "plugin-ximagesink",
-  "plugin-ximagesrc",
-  "plugin-xingmux",
-  "plugin-xvimagesink",
-  "plugin-y4mdec",
-  "plugin-y4menc",
-  "plugin-zbar",
-  "png-encoder-pred",
-  "png-encoder-pred::avg",
-  "png-encoder-pred::mixed",
-  "png-encoder-pred::none",
-  "png-encoder-pred::paeth",
-  "png-encoder-pred::sub",
-  "png-encoder-pred::up",
-  "pngdec",
-  "pngenc",
-  "pngenc:compression-level",
-  "pngenc:snapshot",
-  "pngparse",
-  "pnmdec",
-  "pnmenc",
-  "pnmenc:ascii",
-  "progressreport",
-  "progressreport:do-query",
-  "progressreport:format",
-  "progressreport:silent",
-  "progressreport:update-freq",
-  "prores-encoder-profile",
-  "prores-encoder-profile::4444",
-  "prores-encoder-profile::4444xq",
-  "prores-encoder-profile::auto",
-  "prores-encoder-profile::hq",
-  "prores-encoder-profile::lt",
-  "prores-encoder-profile::proxy",
-  "prores-encoder-profile::standard",
-  "prores-encoder-quant-mat",
-  "prores-encoder-quant-mat::auto",
-  "prores-encoder-quant-mat::default",
-  "prores-encoder-quant-mat::hq",
-  "prores-encoder-quant-mat::lt",
-  "prores-encoder-quant-mat::proxy",
-  "prores-encoder-quant-mat::standard",
-  "proxysink",
-  "proxysrc",
-  "proxysrc:proxysink",
-  "pulsesink",
-  "pulsesink:client-name",
-  "pulsesink:current-device",
-  "pulsesink:device",
-  "pulsesink:device-name",
-  "pulsesink:mute",
-  "pulsesink:server",
-  "pulsesink:stream-properties",
-  "pulsesink:volume",
-  "pulsesrc",
-  "pulsesrc:client-name",
-  "pulsesrc:current-device",
-  "pulsesrc:device",
-  "pulsesrc:device-name",
-  "pulsesrc:mute",
-  "pulsesrc:server",
-  "pulsesrc:source-output-index",
-  "pulsesrc:stream-properties",
-  "pulsesrc:volume",
-  "pushfilesrc",
-  "pushfilesrc:applied-rate",
-  "pushfilesrc:initial-timestamp",
-  "pushfilesrc:location",
-  "pushfilesrc:rate",
-  "pushfilesrc:start-time",
-  "pushfilesrc:stream-time",
-  "pushfilesrc:time-segment",
-  "qml6d3d11sink",
-  "qml6d3d11sink:force-aspect-ratio",
-  "qml6d3d11sink:widget",
-  "qmlgloverlay",
-  "qmlgloverlay::qml-scene-destroyed",
-  "qmlgloverlay::qml-scene-initialized",
-  "qmlgloverlay:context",
-  "qmlgloverlay:qml-scene",
-  "qmlgloverlay:qos",
-  "qmlgloverlay:root-item",
-  "qmlgloverlay:widget",
-  "qmlglsink",
-  "qmlglsink:async",
-  "qmlglsink:blocksize",
-  "qmlglsink:enable-last-sample",
-  "qmlglsink:force-aspect-ratio",
-  "qmlglsink:last-sample",
-  "qmlglsink:max-bitrate",
-  "qmlglsink:max-lateness",
-  "qmlglsink:pixel-aspect-ratio",
-  "qmlglsink:processing-deadline",
-  "qmlglsink:qos",
-  "qmlglsink:render-delay",
-  "qmlglsink:show-preroll-frame",
-  "qmlglsink:stats",
-  "qmlglsink:sync",
-  "qmlglsink:throttle-time",
-  "qmlglsink:ts-offset",
-  "qmlglsink:widget",
-  "qmlglsrc",
-  "qmlglsrc:blocksize",
-  "qmlglsrc:do-timestamp",
-  "qmlglsrc:num-buffers",
-  "qmlglsrc:typefind",
-  "qmlglsrc:use-default-fbo",
-  "qmlglsrc:window",
-  "qroverlay",
-  "qroverlay:data",
-  "qsvav1enc",
-  "qsvav1enc:bitrate",
-  "qsvav1enc:gop-size",
-  "qsvav1enc:max-bitrate",
-  "qsvav1enc:qp-i",
-  "qsvav1enc:qp-p",
-  "qsvav1enc:rate-control",
-  "qsvav1enc:ref-frames",
-  "qsvh264dec",
-  "qsvh264enc",
-  "qsvh264enc:avbr-accuracy",
-  "qsvh264enc:avbr-convergence",
-  "qsvh264enc:b-frames",
-  "qsvh264enc:bitrate",
-  "qsvh264enc:cabac",
-  "qsvh264enc:cc-insert",
-  "qsvh264enc:disable-hrd-conformance",
-  "qsvh264enc:gop-size",
-  "qsvh264enc:icq-quality",
-  "qsvh264enc:idr-interval",
-  "qsvh264enc:max-bitrate",
-  "qsvh264enc:max-frame-size",
-  "qsvh264enc:max-frame-size-i",
-  "qsvh264enc:max-frame-size-p",
-  "qsvh264enc:max-qp-b",
-  "qsvh264enc:max-qp-i",
-  "qsvh264enc:max-qp-p",
-  "qsvh264enc:max-slice-size",
-  "qsvh264enc:min-qp-b",
-  "qsvh264enc:min-qp-i",
-  "qsvh264enc:min-qp-p",
-  "qsvh264enc:num-slice",
-  "qsvh264enc:num-slice-b",
-  "qsvh264enc:num-slice-i",
-  "qsvh264enc:num-slice-p",
-  "qsvh264enc:qp-b",
-  "qsvh264enc:qp-i",
-  "qsvh264enc:qp-p",
-  "qsvh264enc:qvbr-quality",
-  "qsvh264enc:rate-control",
-  "qsvh264enc:rc-lookahead",
-  "qsvh264enc:rc-lookahead-ds",
-  "qsvh264enc:ref-frames",
-  "qsvh264enc:trellis",
-  "qsvh265dec",
-  "qsvh265enc",
-  "qsvh265enc:b-frames",
-  "qsvh265enc:bitrate",
-  "qsvh265enc:cc-insert",
-  "qsvh265enc:disable-hrd-conformance",
-  "qsvh265enc:gop-size",
-  "qsvh265enc:icq-quality",
-  "qsvh265enc:idr-interval",
-  "qsvh265enc:max-bitrate",
-  "qsvh265enc:max-qp-b",
-  "qsvh265enc:max-qp-i",
-  "qsvh265enc:max-qp-p",
-  "qsvh265enc:min-qp-b",
-  "qsvh265enc:min-qp-i",
-  "qsvh265enc:min-qp-p",
-  "qsvh265enc:qp-b",
-  "qsvh265enc:qp-i",
-  "qsvh265enc:qp-p",
-  "qsvh265enc:qvbr-quality",
-  "qsvh265enc:rate-control",
-  "qsvh265enc:ref-frames",
-  "qsvjpegdec",
-  "qsvjpegenc",
-  "qsvjpegenc:quality",
-  "qsvvp9dec",
-  "qsvvp9enc",
-  "qsvvp9enc:bitrate",
-  "qsvvp9enc:gop-size",
-  "qsvvp9enc:icq-quality",
-  "qsvvp9enc:max-bitrate",
-  "qsvvp9enc:qp-i",
-  "qsvvp9enc:qp-p",
-  "qsvvp9enc:rate-control",
-  "qsvvp9enc:ref-frames",
-  "qtdemux",
-  "qtmoovrecover",
-  "qtmoovrecover:broken-input",
-  "qtmoovrecover:faststart-mode",
-  "qtmoovrecover:fixed-output",
-  "qtmoovrecover:recovery-input",
-  "qtmux",
-  "qtmux:dts-method",
-  "qtmux:faststart",
-  "qtmux:faststart-file",
-  "qtmux:force-chunks",
-  "qtmux:force-create-timecode-trak",
-  "qtmux:fragment-duration",
-  "qtmux:interleave-bytes",
-  "qtmux:interleave-time",
-  "qtmux:max-raw-audio-drift",
-  "qtmux:moov-recovery-file",
-  "qtmux:movie-timescale",
-  "qtmux:presentation-time",
-  "qtmux:reserved-bytes-per-sec",
-  "qtmux:reserved-duration-remaining",
-  "qtmux:reserved-max-duration",
-  "qtmux:reserved-moov-update-period",
-  "qtmux:reserved-prefill",
-  "qtmux:start-gap-threshold",
-  "qtmux:streamable",
-  "qtmux:trak-timescale",
-  "quarktv",
-  "quarktv:planes",
-  "queue",
-  "queue2",
-  "queue2:avg-in-rate",
-  "queue2:bitrate",
-  "queue2:current-level-buffers",
-  "queue2:current-level-bytes",
-  "queue2:current-level-time",
-  "queue2:high-percent",
-  "queue2:high-watermark",
-  "queue2:low-percent",
-  "queue2:low-watermark",
-  "queue2:max-size-buffers",
-  "queue2:max-size-bytes",
-  "queue2:max-size-time",
-  "queue2:ring-buffer-max-size",
-  "queue2:temp-location",
-  "queue2:temp-remove",
-  "queue2:temp-template",
-  "queue2:use-bitrate-query",
-  "queue2:use-buffering",
-  "queue2:use-rate-estimate",
-  "queue2:use-tags-bitrate",
-  "queue::overrun",
-  "queue::pushing",
-  "queue::running",
-  "queue::underrun",
-  "queue:current-level-buffers",
-  "queue:current-level-bytes",
-  "queue:current-level-time",
-  "queue:flush-on-eos",
-  "queue:leaky",
-  "queue:max-size-buffers",
-  "queue:max-size-bytes",
-  "queue:max-size-time",
-  "queue:min-threshold-buffers",
-  "queue:min-threshold-bytes",
-  "queue:min-threshold-time",
-  "queue:silent",
-  "rademux",
-  "radioactv",
-  "radioactv:color",
-  "radioactv:interval",
-  "radioactv:mode",
-  "radioactv:trigger",
-  "range",
-  "rawaudioparse",
-  "rawaudioparse:channel-positions",
-  "rawaudioparse:format",
-  "rawaudioparse:interleaved",
-  "rawaudioparse:num-channels",
-  "rawaudioparse:pcm-format",
-  "rawaudioparse:sample-rate",
-  "rawvideoparse",
-  "rawvideoparse:colorimetry",
-  "rawvideoparse:format",
-  "rawvideoparse:frame-size",
-  "rawvideoparse:framerate",
-  "rawvideoparse:height",
-  "rawvideoparse:interlaced",
-  "rawvideoparse:pixel-aspect-ratio",
-  "rawvideoparse:plane-offsets",
-  "rawvideoparse:plane-strides",
-  "rawvideoparse:top-field-first",
-  "rawvideoparse:width",
-  "removesilence",
-  "removesilence:hysteresis",
-  "removesilence:minimum-silence-buffers",
-  "removesilence:minimum-silence-time",
-  "removesilence:remove",
-  "removesilence:silent",
-  "removesilence:squash",
-  "removesilence:threshold",
-  "retinex",
-  "retinex:gain",
-  "retinex:method",
-  "retinex:offset",
-  "retinex:scales",
-  "retinex:sigma",
-  "revtv",
-  "revtv:delay",
-  "revtv:gain",
-  "revtv:linespace",
-  "rfbsrc",
-  "rfbsrc:height",
-  "rfbsrc:host",
-  "rfbsrc:incremental",
-  "rfbsrc:offset-x",
-  "rfbsrc:offset-y",
-  "rfbsrc:password",
-  "rfbsrc:port",
-  "rfbsrc:shared",
-  "rfbsrc:uri",
-  "rfbsrc:use-copyrect",
-  "rfbsrc:version",
-  "rfbsrc:view-only",
-  "rfbsrc:width",
-  "rganalysis",
-  "rganalysis:forced",
-  "rganalysis:message",
-  "rganalysis:num-tracks",
-  "rganalysis:reference-level",
-  "rgb2bayer",
-  "rglimiter",
-  "rglimiter:enabled",
-  "rgvolume",
-  "rgvolume:album-mode",
-  "rgvolume:fallback-gain",
-  "rgvolume:headroom",
-  "rgvolume:pre-amp",
-  "rgvolume:result-gain",
-  "rgvolume:target-gain",
-  "rippletv",
-  "rippletv:mode",
-  "rippletv:reset",
-  "ristrtpdeext",
-  "ristrtpdeext:have-ext-seqnum",
-  "ristrtpdeext:max-ext-seqnum",
-  "ristrtpext",
-  "ristrtpext:drop-null-ts-packets",
-  "ristrtpext:sequence-number-extension",
-  "ristrtxreceive",
-  "ristrtxreceive:num-rtx-packets",
-  "ristrtxreceive:num-rtx-requests",
-  "ristrtxsend",
-  "ristrtxsend:max-size-packets",
-  "ristrtxsend:max-size-time",
-  "ristrtxsend:num-rtx-packets",
-  "ristrtxsend:num-rtx-requests",
-  "ristsink",
-  "ristsink:address",
-  "ristsink:bonding-addresses",
-  "ristsink:bonding-method",
-  "ristsink:cname",
-  "ristsink:dispatcher",
-  "ristsink:drop-null-ts-packets",
-  "ristsink:max-rtcp-bandwidth",
-  "ristsink:min-rtcp-interval",
-  "ristsink:multicast-iface",
-  "ristsink:multicast-loopback",
-  "ristsink:multicast-ttl",
-  "ristsink:port",
-  "ristsink:sender-buffer",
-  "ristsink:sequence-number-extension",
-  "ristsink:stats",
-  "ristsink:stats-update-interval",
-  "ristsrc",
-  "ristsrc:address",
-  "ristsrc:bonding-addresses",
-  "ristsrc:caps",
-  "ristsrc:cname",
-  "ristsrc:encoding-name",
-  "ristsrc:max-rtcp-bandwidth",
-  "ristsrc:max-rtx-retries",
-  "ristsrc:min-rtcp-interval",
-  "ristsrc:multicast-iface",
-  "ristsrc:multicast-loopback",
-  "ristsrc:multicast-ttl",
-  "ristsrc:port",
-  "ristsrc:receiver-buffer",
-  "ristsrc:reorder-section",
-  "ristsrc:stats",
-  "ristsrc:stats-update-interval",
-  "rmdemux",
-  "rndbuffersize",
-  "rndbuffersize:max",
-  "rndbuffersize:min",
-  "rndbuffersize:seed",
-  "rotate",
-  "rotate:angle",
-  "roundrobin",
-  "rpicamsrc",
-  "rpicamsrc:annotation-mode",
-  "rpicamsrc:annotation-text",
-  "rpicamsrc:annotation-text-bg-colour",
-  "rpicamsrc:annotation-text-colour",
-  "rpicamsrc:annotation-text-size",
-  "rpicamsrc:awb-gain-blue",
-  "rpicamsrc:awb-gain-red",
-  "rpicamsrc:awb-mode",
-  "rpicamsrc:bitrate",
-  "rpicamsrc:brightness",
-  "rpicamsrc:camera-number",
-  "rpicamsrc:contrast",
-  "rpicamsrc:drc",
-  "rpicamsrc:exposure-compensation",
-  "rpicamsrc:exposure-mode",
-  "rpicamsrc:fullscreen",
-  "rpicamsrc:hflip",
-  "rpicamsrc:image-effect",
-  "rpicamsrc:inline-headers",
-  "rpicamsrc:intra-refresh-type",
-  "rpicamsrc:iso",
-  "rpicamsrc:keyframe-interval",
-  "rpicamsrc:metering-mode",
-  "rpicamsrc:preview",
-  "rpicamsrc:preview-encoded",
-  "rpicamsrc:preview-h",
-  "rpicamsrc:preview-opacity",
-  "rpicamsrc:preview-w",
-  "rpicamsrc:preview-x",
-  "rpicamsrc:preview-y",
-  "rpicamsrc:quantisation-parameter",
-  "rpicamsrc:roi-h",
-  "rpicamsrc:roi-w",
-  "rpicamsrc:roi-x",
-  "rpicamsrc:roi-y",
-  "rpicamsrc:rotation",
-  "rpicamsrc:saturation",
-  "rpicamsrc:sensor-mode",
-  "rpicamsrc:sharpness",
-  "rpicamsrc:shutter-speed",
-  "rpicamsrc:use-stc",
-  "rpicamsrc:vflip",
-  "rpicamsrc:video-stabilisation",
-  "rsndvdbin",
-  "rsndvdbin:device",
-  "rsvgdec",
-  "rsvgoverlay",
-  "rsvgoverlay:data",
-  "rsvgoverlay:fit-to-frame",
-  "rsvgoverlay:height",
-  "rsvgoverlay:height-relative",
-  "rsvgoverlay:location",
-  "rsvgoverlay:width",
-  "rsvgoverlay:width-relative",
-  "rsvgoverlay:x",
-  "rsvgoverlay:x-relative",
-  "rsvgoverlay:y",
-  "rsvgoverlay:y-relative",
-  "rtmp2sink",
-  "rtmp2sink:async-connect",
-  "rtmp2sink:chunk-size",
-  "rtmp2sink:peak-kbps",
-  "rtmp2sink:stats",
-  "rtmp2sink:stop-commands",
-  "rtmp2src",
-  "rtmp2src:async-connect",
-  "rtmp2src:idle-timeout",
-  "rtmp2src:no-eof-is-error",
-  "rtmp2src:stats",
-  "rtmpsink",
-  "rtmpsink:location",
-  "rtmpsrc",
-  "rtmpsrc:location",
-  "rtmpsrc:timeout",
-  "rtpL16depay",
-  "rtpL16pay",
-  "rtpL24depay",
-  "rtpL24pay",
-  "rtpL8depay",
-  "rtpL8pay",
-  "rtpac3depay",
-  "rtpac3pay",
-  "rtpamrdepay",
-  "rtpamrpay",
-  "rtpasfdepay",
-  "rtpasfpay",
-  "rtpbin",
-  "rtpbin::clear-pt-map",
-  "rtpbin::clear-ssrc",
-  "rtpbin::get-internal-session",
-  "rtpbin::get-internal-storage",
-  "rtpbin::get-session",
-  "rtpbin::get-storage",
-  "rtpbin::new-jitterbuffer",
-  "rtpbin::new-storage",
-  "rtpbin::on-bye-ssrc",
-  "rtpbin::on-bye-timeout",
-  "rtpbin::on-new-sender-ssrc",
-  "rtpbin::on-new-ssrc",
-  "rtpbin::on-npt-stop",
-  "rtpbin::on-sender-ssrc-active",
-  "rtpbin::on-sender-timeout",
-  "rtpbin::on-ssrc-active",
-  "rtpbin::on-ssrc-collision",
-  "rtpbin::on-ssrc-sdes",
-  "rtpbin::on-ssrc-validated",
-  "rtpbin::on-timeout",
-  "rtpbin::payload-type-change",
-  "rtpbin::request-aux-receiver",
-  "rtpbin::request-aux-sender",
-  "rtpbin::request-fec-decoder",
-  "rtpbin::request-fec-decoder-full",
-  "rtpbin::request-fec-encoder",
-  "rtpbin::request-jitterbuffer",
-  "rtpbin::request-pt-map",
-  "rtpbin::request-rtcp-decoder",
-  "rtpbin::request-rtcp-encoder",
-  "rtpbin::request-rtp-decoder",
-  "rtpbin::request-rtp-encoder",
-  "rtpbin::reset-sync",
-  "rtpbin:add-reference-timestamp-meta",
-  "rtpbin:autoremove",
-  "rtpbin:buffer-mode",
-  "rtpbin:do-lost",
-  "rtpbin:do-retransmission",
-  "rtpbin:do-sync-event",
-  "rtpbin:drop-on-latency",
-  "rtpbin:fec-decoders",
-  "rtpbin:fec-encoders",
-  "rtpbin:ignore-pt",
-  "rtpbin:latency",
-  "rtpbin:max-dropout-time",
-  "rtpbin:max-misorder-time",
-  "rtpbin:max-rtcp-rtp-time-diff",
-  "rtpbin:max-streams",
-  "rtpbin:max-ts-offset",
-  "rtpbin:max-ts-offset-adjustment",
-  "rtpbin:min-ts-offset",
-  "rtpbin:ntp-sync",
-  "rtpbin:ntp-time-source",
-  "rtpbin:rfc7273-sync",
-  "rtpbin:rtcp-sync",
-  "rtpbin:rtcp-sync-interval",
-  "rtpbin:rtcp-sync-send-time",
-  "rtpbin:rtp-profile",
-  "rtpbin:sdes",
-  "rtpbin:timeout-inactive-sources",
-  "rtpbin:ts-offset-smoothing-factor",
-  "rtpbin:update-ntp64-header-ext",
-  "rtpbin:use-pipeline-clock",
-  "rtpbvdepay",
-  "rtpbvpay",
-  "rtpceltdepay",
-  "rtpceltpay",
-  "rtpdec",
-  "rtpdec::clear-pt-map",
-  "rtpdec::on-bye-ssrc",
-  "rtpdec::on-bye-timeout",
-  "rtpdec::on-new-ssrc",
-  "rtpdec::on-ssrc-collision",
-  "rtpdec::on-ssrc-validated",
-  "rtpdec::on-timeout",
-  "rtpdec::request-pt-map",
-  "rtpdec:latency",
-  "rtpdtmfdepay",
-  "rtpdtmfdepay:max-duration",
-  "rtpdtmfdepay:unit-time",
-  "rtpdtmfmux",
-  "rtpdtmfsrc",
-  "rtpdtmfsrc:clock-rate",
-  "rtpdtmfsrc:packet-redundancy",
-  "rtpdtmfsrc:pt",
-  "rtpdtmfsrc:seqnum",
-  "rtpdtmfsrc:seqnum-offset",
-  "rtpdtmfsrc:ssrc",
-  "rtpdtmfsrc:timestamp",
-  "rtpdtmfsrc:timestamp-offset",
-  "rtpdvdepay",
-  "rtpdvpay",
-  "rtpdvpay:mode",
-  "rtpfunnel",
-  "rtpfunnel:common-ts-offset",
-  "rtpg722depay",
-  "rtpg722pay",
-  "rtpg723depay",
-  "rtpg723pay",
-  "rtpg726depay",
-  "rtpg726depay:force-aal2",
-  "rtpg726pay",
-  "rtpg726pay:force-aal2",
-  "rtpg729depay",
-  "rtpg729pay",
-  "rtpgsmdepay",
-  "rtpgsmpay",
-  "rtpgstdepay",
-  "rtpgstpay",
-  "rtpgstpay:config-interval",
-  "rtph261depay",
-  "rtph261pay",
-  "rtph263depay",
-  "rtph263pay",
-  "rtph263pay:modea-only",
-  "rtph263pdepay",
-  "rtph263ppay",
-  "rtph263ppay:fragmentation-mode",
-  "rtph264depay",
-  "rtph264depay:request-keyframe",
-  "rtph264depay:wait-for-keyframe",
-  "rtph264pay",
-  "rtph264pay:aggregate-mode",
-  "rtph264pay:config-interval",
-  "rtph264pay:sprop-parameter-sets",
-  "rtph265depay",
-  "rtph265pay",
-  "rtph265pay:aggregate-mode",
-  "rtph265pay:config-interval",
-  "rtphdrextclientaudiolevel",
-  "rtphdrextclientaudiolevel:vad",
-  "rtphdrextcolorspace",
-  "rtphdrextmid",
-  "rtphdrextmid:mid",
-  "rtphdrextntp64",
-  "rtphdrextntp64:every-packet",
-  "rtphdrextntp64:interval",
-  "rtphdrextrepairedstreamid",
-  "rtphdrextrepairedstreamid:rid",
-  "rtphdrextstreamid",
-  "rtphdrextstreamid:rid",
-  "rtphdrexttwcc",
-  "rtphdrexttwcc:n-streams",
-  "rtpilbcdepay",
-  "rtpilbcdepay:mode",
-  "rtpilbcpay",
-  "rtpisacdepay",
-  "rtpisacpay",
-  "rtpj2kdepay",
-  "rtpj2kpay",
-  "rtpjitterbuffer",
-  "rtpjitterbuffer::clear-pt-map",
-  "rtpjitterbuffer::handle-sync",
-  "rtpjitterbuffer::on-npt-stop",
-  "rtpjitterbuffer::request-pt-map",
-  "rtpjitterbuffer::set-active",
-  "rtpjitterbuffer:add-reference-timestamp-meta",
-  "rtpjitterbuffer:do-lost",
-  "rtpjitterbuffer:do-retransmission",
-  "rtpjitterbuffer:drop-messages-interval",
-  "rtpjitterbuffer:drop-on-latency",
-  "rtpjitterbuffer:faststart-min-packets",
-  "rtpjitterbuffer:latency",
-  "rtpjitterbuffer:max-dropout-time",
-  "rtpjitterbuffer:max-misorder-time",
-  "rtpjitterbuffer:max-rtcp-rtp-time-diff",
-  "rtpjitterbuffer:max-ts-offset-adjustment",
-  "rtpjitterbuffer:mode",
-  "rtpjitterbuffer:percent",
-  "rtpjitterbuffer:post-drop-messages",
-  "rtpjitterbuffer:rfc7273-reference-timestamp-meta-only",
-  "rtpjitterbuffer:rfc7273-sync",
-  "rtpjitterbuffer:rfc7273-use-system-clock",
-  "rtpjitterbuffer:rtx-deadline",
-  "rtpjitterbuffer:rtx-delay",
-  "rtpjitterbuffer:rtx-delay-reorder",
-  "rtpjitterbuffer:rtx-max-retries",
-  "rtpjitterbuffer:rtx-min-delay",
-  "rtpjitterbuffer:rtx-min-retry-timeout",
-  "rtpjitterbuffer:rtx-next-seqnum",
-  "rtpjitterbuffer:rtx-retry-period",
-  "rtpjitterbuffer:rtx-retry-timeout",
-  "rtpjitterbuffer:rtx-stats-timeout",
-  "rtpjitterbuffer:stats",
-  "rtpjitterbuffer:sync-interval",
-  "rtpjitterbuffer:ts-offset",
-  "rtpjpegdepay",
-  "rtpjpegpay",
-  "rtpjpegpay:quality",
-  "rtpjpegpay:type",
-  "rtpklvdepay",
-  "rtpklvpay",
-  "rtpldacpay",
-  "rtpmp1sdepay",
-  "rtpmp2tdepay",
-  "rtpmp2tdepay:skip-first-bytes",
-  "rtpmp2tpay",
-  "rtpmp4adepay",
-  "rtpmp4apay",
-  "rtpmp4gdepay",
-  "rtpmp4gpay",
-  "rtpmp4vdepay",
-  "rtpmp4vpay",
-  "rtpmp4vpay:config-interval",
-  "rtpmpadepay",
-  "rtpmpapay",
-  "rtpmparobustdepay",
-  "rtpmpvdepay",
-  "rtpmpvpay",
-  "rtpmux",
-  "rtpmux:seqnum",
-  "rtpmux:seqnum-offset",
-  "rtpmux:ssrc",
-  "rtpmux:timestamp-offset",
-  "rtponvifparse",
-  "rtponviftimestamp",
-  "rtponviftimestamp:cseq",
-  "rtponviftimestamp:drop-out-of-segment",
-  "rtponviftimestamp:ntp-offset",
-  "rtponviftimestamp:set-e-bit",
-  "rtponviftimestamp:set-t-bit",
-  "rtponviftimestamp:use-reference-timestamps",
-  "rtpopusdepay",
-  "rtpopuspay",
-  "rtpopuspay:dtx",
-  "rtppassthroughpay",
-  "rtppassthroughpay:mtu",
-  "rtppassthroughpay:pt",
-  "rtppassthroughpay:seqnum",
-  "rtppassthroughpay:seqnum-offset",
-  "rtppassthroughpay:stats",
-  "rtppassthroughpay:timestamp",
-  "rtppassthroughpay:timestamp-offset",
-  "rtppcmadepay",
-  "rtppcmapay",
-  "rtppcmudepay",
-  "rtppcmupay",
-  "rtpptdemux",
-  "rtpptdemux::clear-pt-map",
-  "rtpptdemux::new-payload-type",
-  "rtpptdemux::payload-type-change",
-  "rtpptdemux::request-pt-map",
-  "rtpptdemux:ignored-payload-types",
-  "rtpqcelpdepay",
-  "rtpqdm2depay",
-  "rtpreddec",
-  "rtpreddec:payloads",
-  "rtpreddec:pt",
-  "rtpreddec:received",
-  "rtpredenc",
-  "rtpredenc:allow-no-red-blocks",
-  "rtpredenc:distance",
-  "rtpredenc:pt",
-  "rtpredenc:sent",
-  "rtprtxqueue",
-  "rtprtxqueue:fulfilled-requests",
-  "rtprtxqueue:max-size-packets",
-  "rtprtxqueue:max-size-time",
-  "rtprtxqueue:requests",
-  "rtprtxreceive",
-  "rtprtxreceive::add-extension",
-  "rtprtxreceive::clear-extensions",
-  "rtprtxreceive:num-rtx-assoc-packets",
-  "rtprtxreceive:num-rtx-packets",
-  "rtprtxreceive:num-rtx-requests",
-  "rtprtxreceive:payload-type-map",
-  "rtprtxreceive:ssrc-map",
-  "rtprtxsend",
-  "rtprtxsend::add-extension",
-  "rtprtxsend::clear-extensions",
-  "rtprtxsend:clock-rate-map",
-  "rtprtxsend:max-size-packets",
-  "rtprtxsend:max-size-time",
-  "rtprtxsend:num-rtx-packets",
-  "rtprtxsend:num-rtx-requests",
-  "rtprtxsend:payload-type-map",
-  "rtprtxsend:ssrc-map",
-  "rtpsbcdepay",
-  "rtpsbcdepay:ignore-timestamps",
-  "rtpsbcpay",
-  "rtpsbcpay:min-frames",
-  "rtpsession",
-  "rtpsession::clear-pt-map",
-  "rtpsession::on-bye-ssrc",
-  "rtpsession::on-bye-timeout",
-  "rtpsession::on-new-sender-ssrc",
-  "rtpsession::on-new-ssrc",
-  "rtpsession::on-sender-ssrc-active",
-  "rtpsession::on-sender-timeout",
-  "rtpsession::on-ssrc-active",
-  "rtpsession::on-ssrc-collision",
-  "rtpsession::on-ssrc-sdes",
-  "rtpsession::on-ssrc-validated",
-  "rtpsession::on-timeout",
-  "rtpsession::request-pt-map",
-  "rtpsession:bandwidth",
-  "rtpsession:internal-session",
-  "rtpsession:max-dropout-time",
-  "rtpsession:max-misorder-time",
-  "rtpsession:ntp-time-source",
-  "rtpsession:num-active-sources",
-  "rtpsession:num-sources",
-  "rtpsession:probation",
-  "rtpsession:rtcp-fraction",
-  "rtpsession:rtcp-min-interval",
-  "rtpsession:rtcp-rr-bandwidth",
-  "rtpsession:rtcp-rs-bandwidth",
-  "rtpsession:rtcp-sync-send-time",
-  "rtpsession:rtp-profile",
-  "rtpsession:sdes",
-  "rtpsession:stats",
-  "rtpsession:timeout-inactive-sources",
-  "rtpsession:twcc-stats",
-  "rtpsession:update-ntp64-header-ext",
-  "rtpsession:use-pipeline-clock",
-  "rtpsink",
-  "rtpsink:address",
-  "rtpsink:multicast-iface",
-  "rtpsink:port",
-  "rtpsink:ttl",
-  "rtpsink:ttl-mc",
-  "rtpsink:uri",
-  "rtpsirendepay",
-  "rtpsirenpay",
-  "rtpspeexdepay",
-  "rtpspeexpay",
-  "rtpsrc",
-  "rtpsrc:address",
-  "rtpsrc:caps",
-  "rtpsrc:encoding-name",
-  "rtpsrc:latency",
-  "rtpsrc:multicast-iface",
-  "rtpsrc:port",
-  "rtpsrc:ttl",
-  "rtpsrc:ttl-mc",
-  "rtpsrc:uri",
-  "rtpssrcdemux",
-  "rtpssrcdemux::clear-ssrc",
-  "rtpssrcdemux::new-ssrc-pad",
-  "rtpssrcdemux::removed-ssrc-pad",
-  "rtpssrcdemux:max-streams",
-  "rtpst2022-1-fecdec",
-  "rtpst2022-1-fecdec:size-time",
-  "rtpst2022-1-fecenc",
-  "rtpst2022-1-fecenc:columns",
-  "rtpst2022-1-fecenc:enable-column-fec",
-  "rtpst2022-1-fecenc:enable-row-fec",
-  "rtpst2022-1-fecenc:pt",
-  "rtpst2022-1-fecenc:rows",
-  "rtpstorage",
-  "rtpstorage:internal-storage",
-  "rtpstorage:size-time",
-  "rtpstreamdepay",
-  "rtpstreampay",
-  "rtpsv3vdepay",
-  "rtptheoradepay",
-  "rtptheorapay",
-  "rtptheorapay:config-interval",
-  "rtpulpfecdec",
-  "rtpulpfecdec:passthrough",
-  "rtpulpfecdec:pt",
-  "rtpulpfecdec:recovered",
-  "rtpulpfecdec:storage",
-  "rtpulpfecdec:unrecovered",
-  "rtpulpfecenc",
-  "rtpulpfecenc:multipacket",
-  "rtpulpfecenc:percentage",
-  "rtpulpfecenc:percentage-important",
-  "rtpulpfecenc:protected",
-  "rtpulpfecenc:pt",
-  "rtpvorbisdepay",
-  "rtpvorbispay",
-  "rtpvorbispay:config-interval",
-  "rtpvp8depay",
-  "rtpvp8depay:request-keyframe",
-  "rtpvp8depay:wait-for-keyframe",
-  "rtpvp8pay",
-  "rtpvp8pay:picture-id",
-  "rtpvp8pay:picture-id-mode",
-  "rtpvp8pay:picture-id-offset",
-  "rtpvp9depay",
-  "rtpvp9depay:request-keyframe",
-  "rtpvp9depay:wait-for-keyframe",
-  "rtpvp9pay",
-  "rtpvp9pay:picture-id",
-  "rtpvp9pay:picture-id-mode",
-  "rtpvp9pay:picture-id-offset",
-  "rtpvrawdepay",
-  "rtpvrawpay",
-  "rtpvrawpay:chunks-per-frame",
-  "rtpxqtdepay",
-  "rtspclientsink",
-  "rtspclientsink::accept-certificate",
-  "rtspclientsink::handle-request",
-  "rtspclientsink::new-manager",
-  "rtspclientsink::new-payloader",
-  "rtspclientsink::request-rtcp-key",
-  "rtspclientsink::update-sdp",
-  "rtspclientsink:debug",
-  "rtspclientsink:do-rtsp-keep-alive",
-  "rtspclientsink:latency",
-  "rtspclientsink:location",
-  "rtspclientsink:multicast-iface",
-  "rtspclientsink:ntp-time-source",
-  "rtspclientsink:port-range",
-  "rtspclientsink:profiles",
-  "rtspclientsink:protocols",
-  "rtspclientsink:proxy",
-  "rtspclientsink:proxy-id",
-  "rtspclientsink:proxy-pw",
-  "rtspclientsink:publish-clock-mode",
-  "rtspclientsink:retry",
-  "rtspclientsink:rtp-blocksize",
-  "rtspclientsink:rtx-time",
-  "rtspclientsink:sdes",
-  "rtspclientsink:tcp-timeout",
-  "rtspclientsink:timeout",
-  "rtspclientsink:tls-database",
-  "rtspclientsink:tls-interaction",
-  "rtspclientsink:tls-validation-flags",
-  "rtspclientsink:udp-buffer-size",
-  "rtspclientsink:udp-reconnect",
-  "rtspclientsink:user-agent",
-  "rtspclientsink:user-id",
-  "rtspclientsink:user-pw",
-  "rtspsrc",
-  "rtspsrc::accept-certificate",
-  "rtspsrc::before-send",
-  "rtspsrc::get-parameter",
-  "rtspsrc::get-parameters",
-  "rtspsrc::handle-request",
-  "rtspsrc::new-manager",
-  "rtspsrc::on-sdp",
-  "rtspsrc::push-backchannel-buffer",
-  "rtspsrc::push-backchannel-sample",
-  "rtspsrc::request-rtcp-key",
-  "rtspsrc::select-stream",
-  "rtspsrc::set-parameter",
-  "rtspsrc:add-reference-timestamp-meta",
-  "rtspsrc:backchannel",
-  "rtspsrc:buffer-mode",
-  "rtspsrc:connection-speed",
-  "rtspsrc:debug",
-  "rtspsrc:default-rtsp-version",
-  "rtspsrc:do-retransmission",
-  "rtspsrc:do-rtcp",
-  "rtspsrc:do-rtsp-keep-alive",
-  "rtspsrc:drop-on-latency",
-  "rtspsrc:extra-http-request-headers",
-  "rtspsrc:ignore-x-server-reply",
-  "rtspsrc:is-live",
-  "rtspsrc:latency",
-  "rtspsrc:location",
-  "rtspsrc:max-rtcp-rtp-time-diff",
-  "rtspsrc:max-ts-offset",
-  "rtspsrc:max-ts-offset-adjustment",
-  "rtspsrc:multicast-iface",
-  "rtspsrc:nat-method",
-  "rtspsrc:ntp-sync",
-  "rtspsrc:ntp-time-source",
-  "rtspsrc:onvif-mode",
-  "rtspsrc:onvif-rate-control",
-  "rtspsrc:port-range",
-  "rtspsrc:probation",
-  "rtspsrc:protocols",
-  "rtspsrc:proxy",
-  "rtspsrc:proxy-id",
-  "rtspsrc:proxy-pw",
-  "rtspsrc:retry",
-  "rtspsrc:rfc7273-sync",
-  "rtspsrc:rtp-blocksize",
-  "rtspsrc:sdes",
-  "rtspsrc:short-header",
-  "rtspsrc:tcp-timeout",
-  "rtspsrc:teardown-timeout",
-  "rtspsrc:timeout",
-  "rtspsrc:tls-database",
-  "rtspsrc:tls-interaction",
-  "rtspsrc:tls-validation-flags",
-  "rtspsrc:udp-buffer-size",
-  "rtspsrc:udp-reconnect",
-  "rtspsrc:use-pipeline-clock",
-  "rtspsrc:user-agent",
-  "rtspsrc:user-id",
-  "rtspsrc:user-pw",
-  "rtspwms",
-  "rv10-encoder-cmp-func",
-  "rv10-encoder-cmp-func::bit",
-  "rv10-encoder-cmp-func::chroma",
-  "rv10-encoder-cmp-func::dct",
-  "rv10-encoder-cmp-func::dct264",
-  "rv10-encoder-cmp-func::dctmax",
-  "rv10-encoder-cmp-func::msad",
-  "rv10-encoder-cmp-func::nsse",
-  "rv10-encoder-cmp-func::psnr",
-  "rv10-encoder-cmp-func::rd",
-  "rv10-encoder-cmp-func::sad",
-  "rv10-encoder-cmp-func::satd",
-  "rv10-encoder-cmp-func::sse",
-  "rv10-encoder-cmp-func::vsad",
-  "rv10-encoder-cmp-func::vsse",
-  "rv10-encoder-cmp-func::zero",
-  "rv10-encoder-motion-est",
-  "rv10-encoder-motion-est::epzs",
-  "rv10-encoder-motion-est::xone",
-  "rv10-encoder-motion-est::zero",
-  "rv10-encoder-mpv-flags",
-  "rv10-encoder-mpv-flags::cbp_rd",
-  "rv10-encoder-mpv-flags::mv0",
-  "rv10-encoder-mpv-flags::naq",
-  "rv10-encoder-mpv-flags::qp_rd",
-  "rv10-encoder-mpv-flags::skip_rd",
-  "rv10-encoder-mpv-flags::strict_gop",
-  "rv10-encoder-rc-strategy",
-  "rv10-encoder-rc-strategy::ffmpeg",
-  "rv20-encoder-cmp-func",
-  "rv20-encoder-cmp-func::bit",
-  "rv20-encoder-cmp-func::chroma",
-  "rv20-encoder-cmp-func::dct",
-  "rv20-encoder-cmp-func::dct264",
-  "rv20-encoder-cmp-func::dctmax",
-  "rv20-encoder-cmp-func::msad",
-  "rv20-encoder-cmp-func::nsse",
-  "rv20-encoder-cmp-func::psnr",
-  "rv20-encoder-cmp-func::rd",
-  "rv20-encoder-cmp-func::sad",
-  "rv20-encoder-cmp-func::satd",
-  "rv20-encoder-cmp-func::sse",
-  "rv20-encoder-cmp-func::vsad",
-  "rv20-encoder-cmp-func::vsse",
-  "rv20-encoder-cmp-func::zero",
-  "rv20-encoder-motion-est",
-  "rv20-encoder-motion-est::epzs",
-  "rv20-encoder-motion-est::xone",
-  "rv20-encoder-motion-est::zero",
-  "rv20-encoder-mpv-flags",
-  "rv20-encoder-mpv-flags::cbp_rd",
-  "rv20-encoder-mpv-flags::mv0",
-  "rv20-encoder-mpv-flags::naq",
-  "rv20-encoder-mpv-flags::qp_rd",
-  "rv20-encoder-mpv-flags::skip_rd",
-  "rv20-encoder-mpv-flags::strict_gop",
-  "rv20-encoder-rc-strategy",
-  "rv20-encoder-rc-strategy::ffmpeg",
-  "sbcdec",
-  "sbcenc",
-  "sbcparse",
-  "scaletempo",
-  "scaletempo:overlap",
-  "scaletempo:rate",
-  "scaletempo:search",
-  "scaletempo:stride",
-  "scenechange",
-  "sctpdec",
-  "sctpdec::reset-stream",
-  "sctpdec:local-sctp-port",
-  "sctpdec:sctp-association-id",
-  "sctpenc",
-  "sctpenc::bytes-sent",
-  "sctpenc::sctp-association-established",
-  "sctpenc:remote-sctp-port",
-  "sctpenc:sctp-association-id",
-  "sctpenc:use-sock-stream",
-  "sdpdemux",
-  "sdpdemux:debug",
-  "sdpdemux:latency",
-  "sdpdemux:media",
-  "sdpdemux:redirect",
-  "sdpdemux:rtcp-mode",
-  "sdpdemux:timeout",
-  "sdpdemux:timeout-inactive-rtp-sources",
-  "sdpsrc",
-  "sdpsrc:location",
-  "sdpsrc:sdp",
-  "segmentation",
-  "segmentation:learning-rate",
-  "segmentation:method",
-  "segmentation:test-mode",
-  "sfdec",
-  "shagadelictv",
-  "shapewipe",
-  "shapewipe:border",
-  "shapewipe:position",
-  "shift",
-  "shmsink",
-  "shmsink::client-connected",
-  "shmsink::client-disconnected",
-  "shmsink:buffer-time",
-  "shmsink:perms",
-  "shmsink:shm-size",
-  "shmsink:socket-path",
-  "shmsink:wait-for-connection",
-  "shmsrc",
-  "shmsrc:is-live",
-  "shmsrc:shm-area-name",
-  "shmsrc:socket-path",
-  "shout2send",
-  "shout2send::connection-problem",
-  "shout2send:description",
-  "shout2send:genre",
-  "shout2send:ip",
-  "shout2send:mount",
-  "shout2send:password",
-  "shout2send:port",
-  "shout2send:protocol",
-  "shout2send:public",
-  "shout2send:send-title-info",
-  "shout2send:streamname",
-  "shout2send:timeout",
-  "shout2send:url",
-  "shout2send:user-agent",
-  "shout2send:username",
-  "siddec",
-  "siddec:blocksize",
-  "siddec:clock",
-  "siddec:filter",
-  "siddec:force-speed",
-  "siddec:measured-volume",
-  "siddec:memory",
-  "siddec:metadata",
-  "siddec:mos8580",
-  "siddec:tune",
-  "simplevideomark",
-  "simplevideomark:bottom-offset",
-  "simplevideomark:enabled",
-  "simplevideomark:left-offset",
-  "simplevideomark:pattern-count",
-  "simplevideomark:pattern-data",
-  "simplevideomark:pattern-data-count",
-  "simplevideomark:pattern-height",
-  "simplevideomark:pattern-width",
-  "simplevideomarkdetect",
-  "simplevideomarkdetect:bottom-offset",
-  "simplevideomarkdetect:left-offset",
-  "simplevideomarkdetect:message",
-  "simplevideomarkdetect:pattern-center",
-  "simplevideomarkdetect:pattern-count",
-  "simplevideomarkdetect:pattern-data-count",
-  "simplevideomarkdetect:pattern-height",
-  "simplevideomarkdetect:pattern-sensitivity",
-  "simplevideomarkdetect:pattern-width",
-  "sinkname",
-  "sirendec",
-  "sirenenc",
-  "skindetect",
-  "skindetect:method",
-  "skindetect:postprocess",
-  "smooth",
-  "smooth:active",
-  "smooth:filter-size",
-  "smooth:luma-only",
-  "smooth:tolerance",
-  "smpte",
-  "smpte-vc-2-encoder-quant-matrix",
-  "smpte-vc-2-encoder-quant-matrix::color",
-  "smpte-vc-2-encoder-quant-matrix::default",
-  "smpte-vc-2-encoder-quant-matrix::flat",
-  "smpte-vc-2-encoder-wavelet-idx",
-  "smpte-vc-2-encoder-wavelet-idx::5_3",
-  "smpte-vc-2-encoder-wavelet-idx::9_7",
-  "smpte-vc-2-encoder-wavelet-idx::haar",
-  "smpte-vc-2-encoder-wavelet-idx::haar_noshift",
-  "smpte:border",
-  "smpte:depth",
-  "smpte:duration",
-  "smpte:invert",
-  "smpte:type",
-  "smptealpha",
-  "smptealpha:border",
-  "smptealpha:depth",
-  "smptealpha:invert",
-  "smptealpha:position",
-  "smptealpha:type",
-  "snow-encoder-motion-est",
-  "snow-encoder-motion-est::epzs",
-  "snow-encoder-motion-est::iter",
-  "snow-encoder-motion-est::xone",
-  "snow-encoder-motion-est::zero",
-  "snow-encoder-pred",
-  "snow-encoder-pred::dwt53",
-  "snow-encoder-pred::dwt97",
-  "socketsrc",
-  "socketsrc::connection-closed-by-peer",
-  "socketsrc:caps",
-  "socketsrc:send-messages",
-  "socketsrc:socket",
-  "solarize",
-  "solarize:end",
-  "solarize:start",
-  "solarize:threshold",
-  "some_function",
-  "souphttpclientsink",
-  "souphttpclientsink:automatic-redirect",
-  "souphttpclientsink:cookies",
-  "souphttpclientsink:http-log-level",
-  "souphttpclientsink:location",
-  "souphttpclientsink:proxy",
-  "souphttpclientsink:proxy-id",
-  "souphttpclientsink:proxy-pw",
-  "souphttpclientsink:retries",
-  "souphttpclientsink:retry-delay",
-  "souphttpclientsink:session",
-  "souphttpclientsink:user-agent",
-  "souphttpclientsink:user-id",
-  "souphttpclientsink:user-pw",
-  "souphttpsrc",
-  "souphttpsrc::accept-certificate",
-  "souphttpsrc:automatic-redirect",
-  "souphttpsrc:compress",
-  "souphttpsrc:cookies",
-  "souphttpsrc:extra-headers",
-  "souphttpsrc:http-log-level",
-  "souphttpsrc:iradio-mode",
-  "souphttpsrc:is-live",
-  "souphttpsrc:keep-alive",
-  "souphttpsrc:location",
-  "souphttpsrc:method",
-  "souphttpsrc:proxy",
-  "souphttpsrc:proxy-id",
-  "souphttpsrc:proxy-pw",
-  "souphttpsrc:retries",
-  "souphttpsrc:ssl-ca-file",
-  "souphttpsrc:ssl-strict",
-  "souphttpsrc:ssl-use-system-ca-file",
-  "souphttpsrc:timeout",
-  "souphttpsrc:tls-database",
-  "souphttpsrc:tls-interaction",
-  "souphttpsrc:user-agent",
-  "souphttpsrc:user-id",
-  "souphttpsrc:user-pw",
-  "spacescope",
-  "spacescope:style",
-  "spanplc",
-  "spanplc:stats",
-  "spectrascope",
-  "spectrum",
-  "spectrum:bands",
-  "spectrum:interval",
-  "spectrum:message-magnitude",
-  "spectrum:message-phase",
-  "spectrum:multi-channel",
-  "spectrum:post-messages",
-  "spectrum:threshold",
-  "speed",
-  "speed:speed",
-  "speedhq-encoder-cmp-func",
-  "speedhq-encoder-cmp-func::bit",
-  "speedhq-encoder-cmp-func::chroma",
-  "speedhq-encoder-cmp-func::dct",
-  "speedhq-encoder-cmp-func::dct264",
-  "speedhq-encoder-cmp-func::dctmax",
-  "speedhq-encoder-cmp-func::msad",
-  "speedhq-encoder-cmp-func::nsse",
-  "speedhq-encoder-cmp-func::psnr",
-  "speedhq-encoder-cmp-func::rd",
-  "speedhq-encoder-cmp-func::sad",
-  "speedhq-encoder-cmp-func::satd",
-  "speedhq-encoder-cmp-func::sse",
-  "speedhq-encoder-cmp-func::vsad",
-  "speedhq-encoder-cmp-func::vsse",
-  "speedhq-encoder-cmp-func::zero",
-  "speedhq-encoder-motion-est",
-  "speedhq-encoder-motion-est::epzs",
-  "speedhq-encoder-motion-est::xone",
-  "speedhq-encoder-motion-est::zero",
-  "speedhq-encoder-mpv-flags",
-  "speedhq-encoder-mpv-flags::cbp_rd",
-  "speedhq-encoder-mpv-flags::mv0",
-  "speedhq-encoder-mpv-flags::naq",
-  "speedhq-encoder-mpv-flags::qp_rd",
-  "speedhq-encoder-mpv-flags::skip_rd",
-  "speedhq-encoder-mpv-flags::strict_gop",
-  "speedhq-encoder-rc-strategy",
-  "speedhq-encoder-rc-strategy::ffmpeg",
-  "speexdec",
-  "speexdec:enh",
-  "speexenc",
-  "speexenc:abr",
-  "speexenc:bitrate",
-  "speexenc:complexity",
-  "speexenc:dtx",
-  "speexenc:last-message",
-  "speexenc:mode",
-  "speexenc:nframes",
-  "speexenc:quality",
-  "speexenc:vad",
-  "speexenc:vbr",
-  "sphere",
-  "sphere:refraction",
-  "split",
-  "splitfilesrc",
-  "splitfilesrc:location",
-  "splitmuxsink",
-  "splitmuxsink::format-location",
-  "splitmuxsink::format-location-full",
-  "splitmuxsink::muxer-added",
-  "splitmuxsink::sink-added",
-  "splitmuxsink::split-after",
-  "splitmuxsink::split-at-running-time",
-  "splitmuxsink::split-now",
-  "splitmuxsink:alignment-threshold",
-  "splitmuxsink:async-finalize",
-  "splitmuxsink:location",
-  "splitmuxsink:max-files",
-  "splitmuxsink:max-size-bytes",
-  "splitmuxsink:max-size-time",
-  "splitmuxsink:max-size-timecode",
-  "splitmuxsink:mux-overhead",
-  "splitmuxsink:muxer",
-  "splitmuxsink:muxer-factory",
-  "splitmuxsink:muxer-pad-map",
-  "splitmuxsink:muxer-preset",
-  "splitmuxsink:muxer-properties",
-  "splitmuxsink:reset-muxer",
-  "splitmuxsink:send-keyframe-requests",
-  "splitmuxsink:sink",
-  "splitmuxsink:sink-factory",
-  "splitmuxsink:sink-preset",
-  "splitmuxsink:sink-properties",
-  "splitmuxsink:start-index",
-  "splitmuxsink:use-robust-muxing",
-  "splitmuxsrc",
-  "splitmuxsrc::format-location",
-  "splitmuxsrc:location",
-  "square",
-  "square:height",
-  "square:width",
-  "square:zoom",
-  "srcname",
-  "srtclientsink",
-  "srtclientsrc",
-  "srtenc",
-  "srtenc:duration",
-  "srtenc:timestamp",
-  "srtpdec",
-  "srtpdec::clear-keys",
-  "srtpdec::hard-limit",
-  "srtpdec::remove-key",
-  "srtpdec::request-key",
-  "srtpdec::soft-limit",
-  "srtpdec:replay-window-size",
-  "srtpdec:stats",
-  "srtpenc",
-  "srtpenc::soft-limit",
-  "srtpenc:allow-repeat-tx",
-  "srtpenc:key",
-  "srtpenc:mki",
-  "srtpenc:random-key",
-  "srtpenc:replay-window-size",
-  "srtpenc:rtcp-auth",
-  "srtpenc:rtcp-cipher",
-  "srtpenc:rtp-auth",
-  "srtpenc:rtp-cipher",
-  "srtpenc:stats",
-  "srtserversink",
-  "srtserversrc",
-  "srtsink",
-  "srtsink::caller-added",
-  "srtsink::caller-connecting",
-  "srtsink::caller-rejected",
-  "srtsink::caller-removed",
-  "srtsink:authentication",
-  "srtsink:auto-reconnect",
-  "srtsink:latency",
-  "srtsink:localaddress",
-  "srtsink:localport",
-  "srtsink:mode",
-  "srtsink:passphrase",
-  "srtsink:pbkeylen",
-  "srtsink:poll-timeout",
-  "srtsink:stats",
-  "srtsink:streamid",
-  "srtsink:uri",
-  "srtsink:wait-for-connection",
-  "srtsrc",
-  "srtsrc::caller-added",
-  "srtsrc::caller-connecting",
-  "srtsrc::caller-rejected",
-  "srtsrc::caller-removed",
-  "srtsrc:authentication",
-  "srtsrc:auto-reconnect",
-  "srtsrc:keep-listening",
-  "srtsrc:latency",
-  "srtsrc:localaddress",
-  "srtsrc:localport",
-  "srtsrc:mode",
-  "srtsrc:passphrase",
-  "srtsrc:pbkeylen",
-  "srtsrc:poll-timeout",
-  "srtsrc:stats",
-  "srtsrc:streamid",
-  "srtsrc:uri",
-  "srtsrc:wait-for-connection",
-  "ssaparse",
-  "stereo",
-  "stereo:active",
-  "stereo:stereo",
-  "streaktv",
-  "streaktv:feedback",
-  "streamcombiner",
-  "streamiddemux",
-  "streamiddemux:active-pad",
-  "streamsplitter",
-  "streamsynchronizer",
-  "stretch",
-  "stretch:intensity",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3)",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_bit_depth",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_film_grain_params",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_height",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_id",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_type",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_width",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_global_motion_params",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_lf_params",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_cols",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_rows",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_order_hint",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_height",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_width",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_segmentation_params",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_x",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_y",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_tile_info",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_upscaled_width",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_valid",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3)",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_frame_idx",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_col",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_row",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).coded_tile_data",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).tile_data_size_minus_1",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3)",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_end",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_start",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_end",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_start",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_col",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_offset",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_row",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_size",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3)",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).begin_first_frame",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).current_frame_id",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_height",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_width",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_col_starts",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_cols",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_row_starts",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_rows",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point_idc",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).prev_frame_id",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).ref_info",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_height",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_width",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).seen_frame_header",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).sequence_changed",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols_log2",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows_log2",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_size_bytes",
-  "struct (unnamed at /tmp/release-1.23.1/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).upscaled_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3)",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_bit_depth",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_film_grain_params",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_height",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_id",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_type",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_frame_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_global_motion_params",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_lf_params",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_cols",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_mi_rows",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_order_hint",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_height",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_render_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_segmentation_params",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_x",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_subsampling_y",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_tile_info",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_upscaled_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1635:3).ref_valid",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3)",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_frame_idx",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_col",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).anchor_tile_row",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).coded_tile_data",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1680:3).tile_data_size_minus_1",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3)",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_end",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_col_start",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_end",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).mi_row_start",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_col",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_offset",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_row",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1718:3).tile_size",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3)",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).begin_first_frame",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).current_frame_id",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_height",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).frame_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_col_starts",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_cols",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_row_starts",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).mi_rows",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).operating_point_idc",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).prev_frame_id",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).ref_info",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_height",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).render_width",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).seen_frame_header",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).sequence_changed",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_cols_log2",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_rows_log2",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).tile_size_bytes",
-  "struct (unnamed at /tmp/release-1.24.0/gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h:1754:3).upscaled_width",
-  "subparse",
-  "subparse:subtitle-encoding",
-  "subparse:video-fps",
-  "subtitleoverlay",
-  "subtitleoverlay:font-desc",
-  "subtitleoverlay:silent",
-  "subtitleoverlay:subtitle-encoding",
-  "subtitleoverlay:subtitle-ts-offset",
-  "svq1enc-motion-est",
-  "svq1enc-motion-est::epzs",
-  "svq1enc-motion-est::xone",
-  "svq1enc-motion-est::zero",
-  "switchbin",
-  "switchbin:current-path",
-  "switchbin:num-paths",
-  "synaescope",
-  "taginject",
-  "taginject:scope",
-  "taginject:tags",
-  "tcase_skip_broken_loop_test",
-  "tcase_skip_broken_test",
-  "tcpclientsink",
-  "tcpclientsink:host",
-  "tcpclientsink:port",
-  "tcpclientsrc",
-  "tcpclientsrc:host",
-  "tcpclientsrc:port",
-  "tcpclientsrc:stats",
-  "tcpclientsrc:timeout",
-  "tcpserversink",
-  "tcpserversink:current-port",
-  "tcpserversink:host",
-  "tcpserversink:port",
-  "tcpserversrc",
-  "tcpserversrc:current-port",
-  "tcpserversrc:host",
-  "tcpserversrc:port",
-  "tcpserversrc:stats",
-  "tee",
-  "tee:alloc-pad",
-  "tee:allow-not-linked",
-  "tee:has-chain",
-  "tee:last-message",
-  "tee:num-src-pads",
-  "tee:pull-mode",
-  "tee:silent",
-  "teletextdec",
-  "teletextdec:font-description",
-  "teletextdec:page",
-  "teletextdec:subpage",
-  "teletextdec:subtitles-mode",
-  "teletextdec:subtitles-template",
-  "templatematch",
-  "templatematch:display",
-  "templatematch:method",
-  "templatematch:template",
-  "testsink",
-  "testsink:allowed-timestamp-deviation",
-  "testsink:buffer-count",
-  "testsink:expected-buffer-count",
-  "testsink:expected-length",
-  "testsink:expected-md5",
-  "testsink:length",
-  "testsink:md5",
-  "testsink:timestamp-deviation",
-  "testsrcbin",
-  "testsrcbin:expose-sources-async",
-  "testsrcbin:stream-types",
-  "textoverlay",
-  "textrender",
-  "textrender:font-desc",
-  "textrender:halignment",
-  "textrender:line-alignment",
-  "textrender:valignment",
-  "textrender:xpad",
-  "textrender:ypad",
-  "theoradec",
-  "theoradec:visualize-bit-usage",
-  "theoradec:visualize-macroblock-modes",
-  "theoradec:visualize-motion-vectors",
-  "theoradec:visualize-quantization-modes",
-  "theoraenc",
-  "theoraenc:bitrate",
-  "theoraenc:cap-overflow",
-  "theoraenc:cap-underflow",
-  "theoraenc:drop-frames",
-  "theoraenc:keyframe-auto",
-  "theoraenc:keyframe-force",
-  "theoraenc:keyframe-freq",
-  "theoraenc:multipass-cache-file",
-  "theoraenc:multipass-mode",
-  "theoraenc:quality",
-  "theoraenc:rate-buffer",
-  "theoraenc:speed-level",
-  "theoraenc:vp3-compatible",
-  "theoraparse",
-  "tiff-encoder-compression-algo",
-  "tiff-encoder-compression-algo::deflate",
-  "tiff-encoder-compression-algo::lzw",
-  "tiff-encoder-compression-algo::packbits",
-  "tiff-encoder-compression-algo::raw",
-  "timecodestamper",
-  "timecodestamper:auto-resync",
-  "timecodestamper:drop-frame",
-  "timecodestamper:ltc-auto-resync",
-  "timecodestamper:ltc-daily-jam",
-  "timecodestamper:ltc-extra-latency",
-  "timecodestamper:ltc-timeout",
-  "timecodestamper:post-messages",
-  "timecodestamper:rtc-auto-resync",
-  "timecodestamper:rtc-max-drift",
-  "timecodestamper:set",
-  "timecodestamper:set-internal-timecode",
-  "timecodestamper:source",
-  "timecodestamper:timecode-offset",
-  "timecodestamper:timeout",
-  "timeoverlay",
-  "timeoverlay:datetime-epoch",
-  "timeoverlay:datetime-format",
-  "timeoverlay:reference-timestamp-caps",
-  "timeoverlay:show-times-as-dates",
-  "timeoverlay:time-mode",
-  "tinyalsasink",
-  "tinyalsasink:alignment-threshold",
-  "tinyalsasink:async",
-  "tinyalsasink:blocksize",
-  "tinyalsasink:buffer-time",
-  "tinyalsasink:can-activate-pull",
-  "tinyalsasink:card",
-  "tinyalsasink:device",
-  "tinyalsasink:discont-wait",
-  "tinyalsasink:drift-tolerance",
-  "tinyalsasink:enable-last-sample",
-  "tinyalsasink:last-sample",
-  "tinyalsasink:latency-time",
-  "tinyalsasink:max-bitrate",
-  "tinyalsasink:max-lateness",
-  "tinyalsasink:processing-deadline",
-  "tinyalsasink:provide-clock",
-  "tinyalsasink:qos",
-  "tinyalsasink:render-delay",
-  "tinyalsasink:slave-method",
-  "tinyalsasink:stats",
-  "tinyalsasink:sync",
-  "tinyalsasink:throttle-time",
-  "tinyalsasink:ts-offset",
-  "tonegeneratesrc",
-  "tonegeneratesrc:blocksize",
-  "tonegeneratesrc:do-timestamp",
-  "tonegeneratesrc:freq",
-  "tonegeneratesrc:freq2",
-  "tonegeneratesrc:num-buffers",
-  "tonegeneratesrc:off-time",
-  "tonegeneratesrc:off-time2",
-  "tonegeneratesrc:on-time",
-  "tonegeneratesrc:on-time2",
-  "tonegeneratesrc:repeat",
-  "tonegeneratesrc:samplesperbuffer",
-  "tonegeneratesrc:typefind",
-  "tonegeneratesrc:volume",
-  "tonegeneratesrc:volume2",
-  "transcodebin",
-  "transcodebin:audio-filter",
-  "transcodebin:avoid-reencoding",
-  "transcodebin:profile",
-  "transcodebin:video-filter",
-  "tsdemux",
-  "tsdemux:emit-stats",
-  "tsdemux:latency",
-  "tsdemux:program-number",
-  "tsdemux:send-scte35-events",
-  "tsparse",
-  "tsparse:alignment",
-  "tsparse:pcr-pid",
-  "tsparse:set-timestamps",
-  "tsparse:smoothing-latency",
-  "tsparse:split-on-rai",
-  "ttmlparse",
-  "ttmlrender",
-  "tunnel",
-  "twirl",
-  "twirl:angle",
-  "twolamemp2enc",
-  "twolamemp2enc:ath-level",
-  "twolamemp2enc:bitrate",
-  "twolamemp2enc:copyright",
-  "twolamemp2enc:emphasis",
-  "twolamemp2enc:energy-level-extension",
-  "twolamemp2enc:error-protection",
-  "twolamemp2enc:mode",
-  "twolamemp2enc:original",
-  "twolamemp2enc:padding",
-  "twolamemp2enc:psymodel",
-  "twolamemp2enc:quick-mode",
-  "twolamemp2enc:quick-mode-count",
-  "twolamemp2enc:vbr",
-  "twolamemp2enc:vbr-level",
-  "twolamemp2enc:vbr-max-bitrate",
-  "typefind",
-  "typefind::have-type",
-  "typefind:caps",
-  "typefind:force-caps",
-  "typefind:minimum",
-  "udpsink",
-  "udpsink:host",
-  "udpsink:port",
-  "udpsrc",
-  "udpsrc:address",
-  "udpsrc:auto-multicast",
-  "udpsrc:buffer-size",
-  "udpsrc:caps",
-  "udpsrc:close-socket",
-  "udpsrc:loop",
-  "udpsrc:mtu",
-  "udpsrc:multicast-group",
-  "udpsrc:multicast-iface",
-  "udpsrc:multicast-source",
-  "udpsrc:port",
-  "udpsrc:retrieve-sender-address",
-  "udpsrc:reuse",
-  "udpsrc:skip-first-bytes",
-  "udpsrc:socket",
-  "udpsrc:socket-timestamp",
-  "udpsrc:timeout",
-  "udpsrc:uri",
-  "udpsrc:used-socket",
-  "unalignedaudioparse",
-  "unalignedvideoparse",
-  "unixfdsink",
-  "unixfdsink:socket-path",
-  "unixfdsink:socket-type",
-  "unixfdsrc",
-  "unixfdsrc:socket-path",
-  "unixfdsrc:socket-type",
-  "uridecodebin",
-  "uridecodebin3",
-  "uridecodebin3::about-to-finish",
-  "uridecodebin3::select-stream",
-  "uridecodebin3::source-setup",
-  "uridecodebin3:buffer-duration",
-  "uridecodebin3:buffer-size",
-  "uridecodebin3:caps",
-  "uridecodebin3:connection-speed",
-  "uridecodebin3:current-suburi",
-  "uridecodebin3:current-uri",
-  "uridecodebin3:download",
-  "uridecodebin3:download-dir",
-  "uridecodebin3:force-sw-decoders",
-  "uridecodebin3:instant-uri",
-  "uridecodebin3:ring-buffer-max-size",
-  "uridecodebin3:source",
-  "uridecodebin3:suburi",
-  "uridecodebin3:uri",
-  "uridecodebin3:use-buffering",
-  "uridecodebin::autoplug-continue",
-  "uridecodebin::autoplug-factories",
-  "uridecodebin::autoplug-query",
-  "uridecodebin::autoplug-select",
-  "uridecodebin::autoplug-sort",
-  "uridecodebin::drained",
-  "uridecodebin::source-setup",
-  "uridecodebin::unknown-type",
-  "uridecodebin:buffer-duration",
-  "uridecodebin:buffer-size",
-  "uridecodebin:caps",
-  "uridecodebin:connection-speed",
-  "uridecodebin:download",
-  "uridecodebin:expose-all-streams",
-  "uridecodebin:force-sw-decoders",
-  "uridecodebin:post-stream-topology",
-  "uridecodebin:ring-buffer-max-size",
-  "uridecodebin:source",
-  "uridecodebin:subtitle-encoding",
-  "uridecodebin:uri",
-  "uridecodebin:use-buffering",
-  "urisourcebin",
-  "urisourcebin::about-to-finish",
-  "urisourcebin::drained",
-  "urisourcebin::source-setup",
-  "urisourcebin:buffer-duration",
-  "urisourcebin:buffer-size",
-  "urisourcebin:connection-speed",
-  "urisourcebin:download",
-  "urisourcebin:download-dir",
-  "urisourcebin:high-watermark",
-  "urisourcebin:low-watermark",
-  "urisourcebin:parse-streams",
-  "urisourcebin:ring-buffer-max-size",
-  "urisourcebin:source",
-  "urisourcebin:statistics",
-  "urisourcebin:uri",
-  "urisourcebin:use-buffering",
-  "uritranscodebin",
-  "uritranscodebin::element-setup",
-  "uritranscodebin::source-setup",
-  "uritranscodebin:audio-filter",
-  "uritranscodebin:avoid-reencoding",
-  "uritranscodebin:cpu-usage",
-  "uritranscodebin:dest-uri",
-  "uritranscodebin:profile",
-  "uritranscodebin:source-uri",
-  "uritranscodebin:video-filter",
-  "utvideo-pred",
-  "utvideo-pred::gradient",
-  "utvideo-pred::left",
-  "utvideo-pred::median",
-  "utvideo-pred::none",
-  "uvch264mjpgdemux",
-  "uvch264mjpgdemux:device-fd",
-  "uvch264mjpgdemux:num-clock-samples",
-  "uvch264src",
-  "uvch264src::get-boolean-setting",
-  "uvch264src::get-enum-setting",
-  "uvch264src::get-int-setting",
-  "uvch264src:average-bitrate",
-  "uvch264src:colorspace-name",
-  "uvch264src:device",
-  "uvch264src:device-name",
-  "uvch264src:enable-sei",
-  "uvch264src:entropy",
-  "uvch264src:fixed-framerate",
-  "uvch264src:iframe-period",
-  "uvch264src:initial-bitrate",
-  "uvch264src:jpeg-decoder-name",
-  "uvch264src:leaky-bucket-size",
-  "uvch264src:level-idc",
-  "uvch264src:ltr-buffer-size",
-  "uvch264src:ltr-encoder-control",
-  "uvch264src:max-bframe-qp",
-  "uvch264src:max-iframe-qp",
-  "uvch264src:max-mbps",
-  "uvch264src:max-pframe-qp",
-  "uvch264src:min-bframe-qp",
-  "uvch264src:min-iframe-qp",
-  "uvch264src:min-pframe-qp",
-  "uvch264src:num-buffers",
-  "uvch264src:num-clock-samples",
-  "uvch264src:num-reorder-frames",
-  "uvch264src:peak-bitrate",
-  "uvch264src:preview-flipped",
-  "uvch264src:rate-control",
-  "uvch264src:slice-mode",
-  "uvch264src:slice-units",
-  "uvch264src:usage-type",
-  "uvcsink",
-  "uvcsink:streaming",
-  "v4l2radio",
-  "v4l2radio:device",
-  "v4l2radio:frequency",
-  "v4l2sink",
-  "v4l2sink:brightness",
-  "v4l2sink:contrast",
-  "v4l2sink:crop-height",
-  "v4l2sink:crop-left",
-  "v4l2sink:crop-top",
-  "v4l2sink:crop-width",
-  "v4l2sink:device",
-  "v4l2sink:device-fd",
-  "v4l2sink:device-name",
-  "v4l2sink:extra-controls",
-  "v4l2sink:flags",
-  "v4l2sink:force-aspect-ratio",
-  "v4l2sink:hue",
-  "v4l2sink:io-mode",
-  "v4l2sink:norm",
-  "v4l2sink:overlay-height",
-  "v4l2sink:overlay-left",
-  "v4l2sink:overlay-top",
-  "v4l2sink:overlay-width",
-  "v4l2sink:pixel-aspect-ratio",
-  "v4l2sink:saturation",
-  "v4l2src",
-  "v4l2src::prepare-format",
-  "v4l2src:brightness",
-  "v4l2src:contrast",
-  "v4l2src:crop-bottom",
-  "v4l2src:crop-bounds",
-  "v4l2src:crop-left",
-  "v4l2src:crop-right",
-  "v4l2src:crop-top",
-  "v4l2src:device",
-  "v4l2src:device-fd",
-  "v4l2src:device-name",
-  "v4l2src:extra-controls",
-  "v4l2src:flags",
-  "v4l2src:force-aspect-ratio",
-  "v4l2src:hue",
-  "v4l2src:io-mode",
-  "v4l2src:norm",
-  "v4l2src:pixel-aspect-ratio",
-  "v4l2src:saturation",
-  "vaapidecodebin",
-  "vaapidecodebin:deinterlace-method",
-  "vaapidecodebin:disable-vpp",
-  "vaapidecodebin:max-size-buffers",
-  "vaapidecodebin:max-size-bytes",
-  "vaapidecodebin:max-size-time",
-  "vaapih264dec",
-  "vaapih264dec:base-only",
-  "vaapih264dec:low-latency",
-  "vaapih264enc",
-  "vaapih264enc:bitrate",
-  "vaapih264enc:cabac",
-  "vaapih264enc:compliance-mode",
-  "vaapih264enc:cpb-length",
-  "vaapih264enc:dct8x8",
-  "vaapih264enc:default-roi-delta-qp",
-  "vaapih264enc:init-qp",
-  "vaapih264enc:keyframe-period",
-  "vaapih264enc:max-bframes",
-  "vaapih264enc:max-qp",
-  "vaapih264enc:mbbrc",
-  "vaapih264enc:min-qp",
-  "vaapih264enc:num-slices",
-  "vaapih264enc:num-views",
-  "vaapih264enc:prediction-type",
-  "vaapih264enc:qp-ib",
-  "vaapih264enc:qp-ip",
-  "vaapih264enc:quality-factor",
-  "vaapih264enc:quality-level",
-  "vaapih264enc:rate-control",
-  "vaapih264enc:refs",
-  "vaapih264enc:target-percentage",
-  "vaapih264enc:temporal-levels",
-  "vaapih264enc:trellis",
-  "vaapih264enc:tune",
-  "vaapih264enc:view-ids",
-  "vaapih265dec",
-  "vaapih265enc",
-  "vaapih265enc:bitrate",
-  "vaapih265enc:cpb-length",
-  "vaapih265enc:default-roi-delta-qp",
-  "vaapih265enc:init-qp",
-  "vaapih265enc:keyframe-period",
-  "vaapih265enc:low-delay-b",
-  "vaapih265enc:max-bframes",
-  "vaapih265enc:max-qp",
-  "vaapih265enc:mbbrc",
-  "vaapih265enc:min-qp",
-  "vaapih265enc:num-slices",
-  "vaapih265enc:num-tile-cols",
-  "vaapih265enc:num-tile-rows",
-  "vaapih265enc:qp-ib",
-  "vaapih265enc:qp-ip",
-  "vaapih265enc:quality-factor",
-  "vaapih265enc:quality-level",
-  "vaapih265enc:rate-control",
-  "vaapih265enc:refs",
-  "vaapih265enc:target-percentage",
-  "vaapih265enc:trellis",
-  "vaapih265enc:tune",
-  "vaapijpegdec",
-  "vaapimpeg2dec",
-  "vaapimpeg2enc",
-  "vaapimpeg2enc:bitrate",
-  "vaapimpeg2enc:default-roi-delta-qp",
-  "vaapimpeg2enc:keyframe-period",
-  "vaapimpeg2enc:max-bframes",
-  "vaapimpeg2enc:min-force-key-unit-interval",
-  "vaapimpeg2enc:qos",
-  "vaapimpeg2enc:quality-level",
-  "vaapimpeg2enc:quantizer",
-  "vaapimpeg2enc:rate-control",
-  "vaapimpeg2enc:target-percentage",
-  "vaapimpeg2enc:trellis",
-  "vaapimpeg2enc:tune",
-  "vaapipostproc",
-  "vaapipostproc:brightness",
-  "vaapipostproc:contrast",
-  "vaapipostproc:crop-bottom",
-  "vaapipostproc:crop-left",
-  "vaapipostproc:crop-right",
-  "vaapipostproc:crop-top",
-  "vaapipostproc:deinterlace-method",
-  "vaapipostproc:deinterlace-mode",
-  "vaapipostproc:denoise",
-  "vaapipostproc:force-aspect-ratio",
-  "vaapipostproc:format",
-  "vaapipostproc:hdr-tone-map",
-  "vaapipostproc:height",
-  "vaapipostproc:hue",
-  "vaapipostproc:saturation",
-  "vaapipostproc:scale-method",
-  "vaapipostproc:sharpen",
-  "vaapipostproc:skin-tone-enhancement",
-  "vaapipostproc:skin-tone-enhancement-level",
-  "vaapipostproc:video-direction",
-  "vaapipostproc:width",
-  "vaapisink",
-  "vaapisink::handoff",
-  "vaapisink:brightness",
-  "vaapisink:contrast",
-  "vaapisink:display",
-  "vaapisink:display-name",
-  "vaapisink:force-aspect-ratio",
-  "vaapisink:fullscreen",
-  "vaapisink:hue",
-  "vaapisink:rotation",
-  "vaapisink:saturation",
-  "vaapisink:signal-handoffs",
-  "vaapisink:view-id",
-  "vaapivc1dec",
-  "vaav1dec",
-  "vaav1dec:device-path",
-  "vacompositor",
-  "vacompositor:device-path",
-  "vacompositor:scale-method",
-  "vadeinterlace",
-  "vadeinterlace:method",
-  "vah264dec",
-  "vah264dec:device-path",
-  "vah264enc",
-  "vah264enc:aud",
-  "vah264enc:b-frames",
-  "vah264enc:b-pyramid",
-  "vah264enc:bitrate",
-  "vah264enc:cabac",
-  "vah264enc:cc-insert",
-  "vah264enc:cpb-size",
-  "vah264enc:dct8x8",
-  "vah264enc:i-frames",
-  "vah264enc:key-int-max",
-  "vah264enc:max-qp",
-  "vah264enc:mbbrc",
-  "vah264enc:min-qp",
-  "vah264enc:num-slices",
-  "vah264enc:qpb",
-  "vah264enc:qpi",
-  "vah264enc:qpp",
-  "vah264enc:ref-frames",
-  "vah264enc:target-percentage",
-  "vah264enc:target-usage",
-  "vah264enc:trellis",
-  "vah265dec",
-  "vah265dec:device-path",
-  "vajpegdec",
-  "vajpegdec:device-path",
-  "value",
-  "valve",
-  "valve:drop",
-  "valve:drop-mode",
-  "vampeg2dec",
-  "vampeg2dec:device-path",
-  "vapostproc",
-  "vapostproc:add-borders",
-  "vapostproc:disable-passthrough",
-  "vapostproc:scale-method",
-  "vavp8dec",
-  "vavp8dec:device-path",
-  "vavp9dec",
-  "vavp9dec:device-path",
-  "vc1parse",
-  "vertigotv",
-  "vertigotv:speed",
-  "vertigotv:zoom-speed",
-  "videoanalyse",
-  "videoanalyse:message",
-  "videobalance",
-  "videobalance:brightness",
-  "videobalance:contrast",
-  "videobalance:hue",
-  "videobalance:saturation",
-  "videobox",
-  "videobox:alpha",
-  "videobox:autocrop",
-  "videobox:border-alpha",
-  "videobox:bottom",
-  "videobox:fill",
-  "videobox:left",
-  "videobox:right",
-  "videobox:top",
-  "videocodectestsink",
-  "videocodectestsink:location",
-  "videoconvert",
-  "videoconvert:alpha-mode",
-  "videoconvert:alpha-value",
-  "videoconvert:chroma-mode",
-  "videoconvert:chroma-resampler",
-  "videoconvert:dither",
-  "videoconvert:dither-quantization",
-  "videoconvert:gamma-mode",
-  "videoconvert:matrix-mode",
-  "videoconvert:n-threads",
-  "videoconvert:primaries-mode",
-  "videoconvertscale",
-  "videoconvertscale:add-borders",
-  "videoconvertscale:alpha-mode",
-  "videoconvertscale:alpha-value",
-  "videoconvertscale:chroma-mode",
-  "videoconvertscale:chroma-resampler",
-  "videoconvertscale:converter-config",
-  "videoconvertscale:dither",
-  "videoconvertscale:dither-quantization",
-  "videoconvertscale:envelope",
-  "videoconvertscale:gamma-mode",
-  "videoconvertscale:matrix-mode",
-  "videoconvertscale:method",
-  "videoconvertscale:n-threads",
-  "videoconvertscale:primaries-mode",
-  "videoconvertscale:sharpen",
-  "videoconvertscale:sharpness",
-  "videocrop",
-  "videocrop:bottom",
-  "videocrop:left",
-  "videocrop:right",
-  "videocrop:top",
-  "videodiff",
-  "videoflip",
-  "videoflip:method",
-  "videoframe-audiolevel",
-  "videomedian",
-  "videomedian:filtersize",
-  "videomedian:lum-only",
-  "videomixer",
-  "videomixer:background",
-  "videoparse",
-  "videoparse:format",
-  "videoparse:framerate",
-  "videoparse:framesize",
-  "videoparse:height",
-  "videoparse:interlaced",
-  "videoparse:offsets",
-  "videoparse:pixel-aspect-ratio",
-  "videoparse:strides",
-  "videoparse:top-field-first",
-  "videoparse:width",
-  "videorate",
-  "videorate:average-period",
-  "videorate:drop",
-  "videorate:drop-only",
-  "videorate:drop-out-of-segment",
-  "videorate:duplicate",
-  "videorate:in",
-  "videorate:max-closing-segment-duplication-duration",
-  "videorate:max-duplication-time",
-  "videorate:max-rate",
-  "videorate:new-pref",
-  "videorate:out",
-  "videorate:rate",
-  "videorate:silent",
-  "videorate:skip-to-first",
-  "videoscale",
-  "videoscale:add-borders",
-  "videoscale:dither",
-  "videoscale:envelope",
-  "videoscale:gamma-decode",
-  "videoscale:method",
-  "videoscale:n-threads",
-  "videoscale:sharpen",
-  "videoscale:sharpness",
-  "videosegmentclip",
-  "videotestsrc",
-  "videotestsrc:animation-mode",
-  "videotestsrc:background-color",
-  "videotestsrc:flip",
-  "videotestsrc:foreground-color",
-  "videotestsrc:horizontal-speed",
-  "videotestsrc:is-live",
-  "videotestsrc:k0",
-  "videotestsrc:kt",
-  "videotestsrc:kt2",
-  "videotestsrc:kx",
-  "videotestsrc:kx2",
-  "videotestsrc:kxt",
-  "videotestsrc:kxy",
-  "videotestsrc:ky",
-  "videotestsrc:ky2",
-  "videotestsrc:kyt",
-  "videotestsrc:motion",
-  "videotestsrc:pattern",
-  "videotestsrc:timestamp-offset",
-  "videotestsrc:xoffset",
-  "videotestsrc:yoffset",
-  "viewfinderbin",
-  "viewfinderbin:disable-converters",
-  "viewfinderbin:video-sink",
-  "vmncdec",
-  "voaacenc",
-  "voaacenc:bitrate",
-  "voaacenc:hard-resync",
-  "voaacenc:mark-granule",
-  "voaacenc:perfect-timestamp",
-  "voaacenc:tolerance",
-  "voamrwbenc",
-  "voamrwbenc:band-mode",
-  "volume",
-  "volume:mute",
-  "volume:volume",
-  "volume:volume-full-range",
-  "vorbisdec",
-  "vorbisenc",
-  "vorbisenc:bitrate",
-  "vorbisenc:last-message",
-  "vorbisenc:managed",
-  "vorbisenc:max-bitrate",
-  "vorbisenc:min-bitrate",
-  "vorbisenc:quality",
-  "vorbisparse",
-  "vorbistag",
-  "vp82json",
-  "vp8_decode_value",
-  "vp8_decrypt_cb",
-  "vp8_norm",
-  "vp8alphadecodebin",
-  "vp8dec",
-  "vp8dx_bool_decoder_fill",
-  "vp8dx_bool_error",
-  "vp8dx_decode_bool",
-  "vp8dx_start_decode",
-  "vp8enc",
-  "vp9alphadecodebin",
-  "vp9dec",
-  "vp9enc",
-  "vp9enc:aq-mode",
-  "vp9enc:frame-parallel-decoding",
-  "vp9enc:row-mt",
-  "vp9enc:tile-columns",
-  "vp9enc:tile-rows",
-  "vp9parse",
-  "vtdec",
-  "vtdec_hw",
-  "vtenc_h264",
-  "vtenc_h264!sink",
-  "vtenc_h264!src",
-  "vtenc_h264:allow-frame-reordering",
-  "vtenc_h264:bitrate",
-  "vtenc_h264:max-keyframe-interval",
-  "vtenc_h264:max-keyframe-interval-duration",
-  "vtenc_h264:quality",
-  "vtenc_h264:realtime",
-  "vtenc_h264_hw",
-  "vtenc_h264_hw!sink",
-  "vtenc_h264_hw!src",
-  "vtenc_h264_hw:allow-frame-reordering",
-  "vtenc_h264_hw:bitrate",
-  "vtenc_h264_hw:max-keyframe-interval",
-  "vtenc_h264_hw:max-keyframe-interval-duration",
-  "vtenc_h264_hw:quality",
-  "vtenc_h264_hw:realtime",
-  "vtenc_prores",
-  "vtenc_prores!sink",
-  "vtenc_prores!src",
-  "vtenc_prores:allow-frame-reordering",
-  "vtenc_prores:bitrate",
-  "vtenc_prores:max-keyframe-interval",
-  "vtenc_prores:max-keyframe-interval-duration",
-  "vtenc_prores:preserve-alpha",
-  "vtenc_prores:quality",
-  "vtenc_prores:realtime",
-  "vulkancolorconvert",
-  "vulkandownload",
-  "vulkanimageidentity",
-  "vulkanoverlaycompositor",
-  "vulkanshaderspv",
-  "vulkanshaderspv:fragment",
-  "vulkanshaderspv:fragment-location",
-  "vulkanshaderspv:vertex",
-  "vulkanshaderspv:vertex-location",
-  "vulkansink",
-  "vulkansink:device",
-  "vulkansink:force-aspect-ratio",
-  "vulkansink:pixel-aspect-ratio",
-  "vulkanupload",
-  "vulkanviewconvert",
-  "vulkanviewconvert:downmix-mode",
-  "vulkanviewconvert:input-flags-override",
-  "vulkanviewconvert:input-mode-override",
-  "vulkanviewconvert:output-flags-override",
-  "vulkanviewconvert:output-mode-override",
-  "warptv",
-  "wasapi2sink",
-  "wasapi2sink:device",
-  "wasapi2sink:dispatcher",
-  "wasapi2sink:low-latency",
-  "wasapi2sink:mute",
-  "wasapi2sink:volume",
-  "wasapi2src",
-  "wasapi2src:device",
-  "wasapi2src:dispatcher",
-  "wasapi2src:loopback",
-  "wasapi2src:loopback-mode",
-  "wasapi2src:loopback-silence-on-device-mute",
-  "wasapi2src:loopback-target-pid",
-  "wasapi2src:low-latency",
-  "wasapi2src:mute",
-  "wasapi2src:volume",
-  "wasapisink",
-  "wasapisink:device",
-  "wasapisink:exclusive",
-  "wasapisink:low-latency",
-  "wasapisink:mute",
-  "wasapisink:role",
-  "wasapisink:use-audioclient3",
-  "wasapisrc",
-  "wasapisrc:device",
-  "wasapisrc:exclusive",
-  "wasapisrc:loopback",
-  "wasapisrc:low-latency",
-  "wasapisrc:role",
-  "wasapisrc:use-audioclient3",
-  "watchdog",
-  "watchdog:timeout",
-  "waterripple",
-  "waterripple:amplitude",
-  "waterripple:phase",
-  "waterripple:wavelength",
-  "wavenc",
-  "wavescope",
-  "wavescope:style",
-  "wavpackdec",
-  "wavpackenc",
-  "wavpackenc:bitrate",
-  "wavpackenc:bits-per-sample",
-  "wavpackenc:correction-mode",
-  "wavpackenc:extra-processing",
-  "wavpackenc:joint-stereo-mode",
-  "wavpackenc:md5",
-  "wavpackenc:mode",
-  "wavpackparse",
-  "wavparse",
-  "wavparse:ignore-length",
-  "waylandsink",
-  "waylandsink:display",
-  "waylandsink:drm-device",
-  "waylandsink:fullscreen",
-  "waylandsink:render-rectangle",
-  "waylandsink:rotate-method",
-  "webmmux",
-  "webpdec",
-  "webpdec:bypass-filtering",
-  "webpdec:no-fancy-upsampling",
-  "webpdec:use-threads",
-  "webpenc",
-  "webpenc:animated",
-  "webpenc:animation-background-color",
-  "webpenc:animation-loops",
-  "webpenc:lossless",
-  "webpenc:preset",
-  "webpenc:quality",
-  "webpenc:speed",
-  "webrtcbin",
-  "webrtcbin::add-ice-candidate",
-  "webrtcbin::add-ice-candidate-full",
-  "webrtcbin::add-transceiver",
-  "webrtcbin::add-turn-server",
-  "webrtcbin::create-answer",
-  "webrtcbin::create-data-channel",
-  "webrtcbin::create-offer",
-  "webrtcbin::get-stats",
-  "webrtcbin::get-transceiver",
-  "webrtcbin::get-transceivers",
-  "webrtcbin::on-data-channel",
-  "webrtcbin::on-ice-candidate",
-  "webrtcbin::on-negotiation-needed",
-  "webrtcbin::on-new-transceiver",
-  "webrtcbin::prepare-data-channel",
-  "webrtcbin::request-aux-sender",
-  "webrtcbin::set-local-description",
-  "webrtcbin::set-remote-description",
-  "webrtcbin:bundle-policy",
-  "webrtcbin:connection-state",
-  "webrtcbin:current-local-description",
-  "webrtcbin:current-remote-description",
-  "webrtcbin:http-proxy",
-  "webrtcbin:ice-agent",
-  "webrtcbin:ice-connection-state",
-  "webrtcbin:ice-gathering-state",
-  "webrtcbin:ice-transport-policy",
-  "webrtcbin:latency",
-  "webrtcbin:local-description",
-  "webrtcbin:pending-local-description",
-  "webrtcbin:pending-remote-description",
-  "webrtcbin:remote-description",
-  "webrtcbin:sctp-transport",
-  "webrtcbin:signaling-state",
-  "webrtcbin:stun-server",
-  "webrtcbin:turn-server",
-  "webrtcdsp",
-  "webrtcdsp:compression-gain-db",
-  "webrtcdsp:delay-agnostic",
-  "webrtcdsp:echo-cancel",
-  "webrtcdsp:echo-suppression-level",
-  "webrtcdsp:experimental-agc",
-  "webrtcdsp:extended-filter",
-  "webrtcdsp:gain-control",
-  "webrtcdsp:gain-control-mode",
-  "webrtcdsp:high-pass-filter",
-  "webrtcdsp:limiter",
-  "webrtcdsp:noise-suppression",
-  "webrtcdsp:noise-suppression-level",
-  "webrtcdsp:probe",
-  "webrtcdsp:startup-min-volume",
-  "webrtcdsp:target-level-dbfs",
-  "webrtcdsp:voice-detection",
-  "webrtcdsp:voice-detection-frame-size-ms",
-  "webrtcdsp:voice-detection-likelihood",
-  "webrtcechoprobe",
-  "webvttenc",
-  "webvttenc:duration",
-  "webvttenc:timestamp",
-  "wicjpegdec",
-  "wicpngdec",
-  "wildmididec",
-  "wildmididec:enhanced-resampling",
-  "wildmididec:log-volume-scale",
-  "wildmididec:output-buffer-size",
-  "wildmididec:reverb",
-  "win32ipcvideosink",
-  "win32ipcvideosink:pipe-name",
-  "win32ipcvideosrc",
-  "win32ipcvideosrc:pipe-name",
-  "win32ipcvideosrc:processing-deadline",
-  "wmv1-encoder-cmp-func",
-  "wmv1-encoder-cmp-func::bit",
-  "wmv1-encoder-cmp-func::chroma",
-  "wmv1-encoder-cmp-func::dct",
-  "wmv1-encoder-cmp-func::dct264",
-  "wmv1-encoder-cmp-func::dctmax",
-  "wmv1-encoder-cmp-func::msad",
-  "wmv1-encoder-cmp-func::nsse",
-  "wmv1-encoder-cmp-func::psnr",
-  "wmv1-encoder-cmp-func::rd",
-  "wmv1-encoder-cmp-func::sad",
-  "wmv1-encoder-cmp-func::satd",
-  "wmv1-encoder-cmp-func::sse",
-  "wmv1-encoder-cmp-func::vsad",
-  "wmv1-encoder-cmp-func::vsse",
-  "wmv1-encoder-cmp-func::zero",
-  "wmv1-encoder-motion-est",
-  "wmv1-encoder-motion-est::epzs",
-  "wmv1-encoder-motion-est::xone",
-  "wmv1-encoder-motion-est::zero",
-  "wmv1-encoder-mpv-flags",
-  "wmv1-encoder-mpv-flags::cbp_rd",
-  "wmv1-encoder-mpv-flags::mv0",
-  "wmv1-encoder-mpv-flags::naq",
-  "wmv1-encoder-mpv-flags::qp_rd",
-  "wmv1-encoder-mpv-flags::skip_rd",
-  "wmv1-encoder-mpv-flags::strict_gop",
-  "wmv1-encoder-rc-strategy",
-  "wmv1-encoder-rc-strategy::ffmpeg",
-  "wmv2-encoder-cmp-func",
-  "wmv2-encoder-cmp-func::bit",
-  "wmv2-encoder-cmp-func::chroma",
-  "wmv2-encoder-cmp-func::dct",
-  "wmv2-encoder-cmp-func::dct264",
-  "wmv2-encoder-cmp-func::dctmax",
-  "wmv2-encoder-cmp-func::msad",
-  "wmv2-encoder-cmp-func::nsse",
-  "wmv2-encoder-cmp-func::psnr",
-  "wmv2-encoder-cmp-func::rd",
-  "wmv2-encoder-cmp-func::sad",
-  "wmv2-encoder-cmp-func::satd",
-  "wmv2-encoder-cmp-func::sse",
-  "wmv2-encoder-cmp-func::vsad",
-  "wmv2-encoder-cmp-func::vsse",
-  "wmv2-encoder-cmp-func::zero",
-  "wmv2-encoder-motion-est",
-  "wmv2-encoder-motion-est::epzs",
-  "wmv2-encoder-motion-est::xone",
-  "wmv2-encoder-motion-est::zero",
-  "wmv2-encoder-mpv-flags",
-  "wmv2-encoder-mpv-flags::cbp_rd",
-  "wmv2-encoder-mpv-flags::mv0",
-  "wmv2-encoder-mpv-flags::naq",
-  "wmv2-encoder-mpv-flags::qp_rd",
-  "wmv2-encoder-mpv-flags::skip_rd",
-  "wmv2-encoder-mpv-flags::strict_gop",
-  "wmv2-encoder-rc-strategy",
-  "wmv2-encoder-rc-strategy::ffmpeg",
-  "wpesrc",
-  "wpesrc::configure-web-view",
-  "wpesrc::load-bytes",
-  "wpesrc:draw-background",
-  "wpesrc:location",
-  "wpevideosrc",
-  "wpevideosrc::configure-web-view",
-  "wpevideosrc::load-bytes",
-  "wpevideosrc:draw-background",
-  "wpevideosrc:location",
-  "wrappercamerabinsrc",
-  "wrappercamerabinsrc:video-source",
-  "wrappercamerabinsrc:video-source-filter",
-  "x264enc",
-  "x264enc:analyse",
-  "x264enc:aud",
-  "x264enc:b-adapt",
-  "x264enc:b-pyramid",
-  "x264enc:bframes",
-  "x264enc:bitrate",
-  "x264enc:byte-stream",
-  "x264enc:cabac",
-  "x264enc:dct8x8",
-  "x264enc:frame-packing",
-  "x264enc:insert-vui",
-  "x264enc:interlaced",
-  "x264enc:intra-refresh",
-  "x264enc:ip-factor",
-  "x264enc:key-int-max",
-  "x264enc:mb-tree",
-  "x264enc:me",
-  "x264enc:multipass-cache-file",
-  "x264enc:noise-reduction",
-  "x264enc:option-string",
-  "x264enc:pass",
-  "x264enc:pb-factor",
-  "x264enc:psy-tune",
-  "x264enc:qp-max",
-  "x264enc:qp-min",
-  "x264enc:qp-step",
-  "x264enc:quantizer",
-  "x264enc:rc-lookahead",
-  "x264enc:ref",
-  "x264enc:sliced-threads",
-  "x264enc:speed-preset",
-  "x264enc:sps-id",
-  "x264enc:subme",
-  "x264enc:sync-lookahead",
-  "x264enc:threads",
-  "x264enc:trellis",
-  "x264enc:tune",
-  "x264enc:vbv-buf-capacity",
-  "x264enc:weightb",
-  "x265enc",
-  "x265enc:bitrate",
-  "x265enc:key-int-max",
-  "x265enc:log-level",
-  "x265enc:option-string",
-  "x265enc:qp",
-  "x265enc:speed-preset",
-  "x265enc:tune",
-  "ximagesink",
-  "ximagesink:display",
-  "ximagesink:force-aspect-ratio",
-  "ximagesink:handle-events",
-  "ximagesink:handle-expose",
-  "ximagesink:pixel-aspect-ratio",
-  "ximagesink:synchronous",
-  "ximagesink:window-height",
-  "ximagesink:window-width",
-  "ximagesrc",
-  "ximagesrc:display-name",
-  "ximagesrc:enable-navigation-events",
-  "ximagesrc:endx",
-  "ximagesrc:endy",
-  "ximagesrc:remote",
-  "ximagesrc:show-pointer",
-  "ximagesrc:startx",
-  "ximagesrc:starty",
-  "ximagesrc:use-damage",
-  "ximagesrc:xid",
-  "ximagesrc:xname",
-  "xingmux",
-  "xvimagesink",
-  "xvimagesink:autopaint-colorkey",
-  "xvimagesink:brightness",
-  "xvimagesink:colorkey",
-  "xvimagesink:contrast",
-  "xvimagesink:device",
-  "xvimagesink:device-name",
-  "xvimagesink:display",
-  "xvimagesink:double-buffer",
-  "xvimagesink:draw-borders",
-  "xvimagesink:force-aspect-ratio",
-  "xvimagesink:handle-events",
-  "xvimagesink:handle-expose",
-  "xvimagesink:hue",
-  "xvimagesink:pixel-aspect-ratio",
-  "xvimagesink:render-rectangle",
-  "xvimagesink:saturation",
-  "xvimagesink:synchronous",
-  "xvimagesink:window-height",
-  "xvimagesink:window-width",
-  "y4mdec",
-  "y4menc",
-  "z",
-  "zbar",
-  "zbar:attach-frame",
-  "zbar:cache",
-  "zbar:message",
-  "zebrastripe",
-  "zebrastripe:threshold"
-]
\ No newline at end of file
diff --git a/subprojects/gst-examples/meson.build b/subprojects/gst-examples/meson.build
deleted file mode 100644 (file)
index 9bf5c3c..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-project('gst-examples', 'c', version : '1.24.11', license : 'LGPL')
-
-static_build = get_option('default_library') == 'static'
-cc = meson.get_compiler('c')
-m_dep = cc.find_library('m', required : false)
-
-if cc.get_id() == 'msvc'
-  add_project_arguments(
-      cc.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
-      language : 'c')
-endif
-
-host_system = host_machine.system()
-
-gst_version = meson.project_version()
-version_arr = gst_version.split('.')
-
-gst_version_major = version_arr[0].to_int()
-gst_version_minor = version_arr[1].to_int()
-
-gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
-
-gio_dep = dependency('gio-2.0')
-
-gst_dep = dependency('gstreamer-1.0', version: gst_req,
-    fallback : ['gstreamer', 'gst_dep'])
-gstplay_dep = dependency('gstreamer-play-1.0', version: gst_req,
-    fallback: ['gst-plugins-bad', 'gstplay_dep'])
-gsttag_dep = dependency('gstreamer-tag-1.0', version: gst_req,
-    fallback: ['gst-plugins-base', 'tag_dep'])
-gstwebrtc_dep = dependency('gstreamer-webrtc-1.0', version: gst_req,
-    fallback: ['gst-plugins-bad', 'gstwebrtc_dep'])
-gstsdp_dep = dependency('gstreamer-sdp-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'sdp_dep'])
-gstrtp_dep = dependency('gstreamer-rtp-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'rtp_dep'])
-
-if static_build
-  subdir_done()
-endif
-
-subdir('playback')
-subdir('network')
-subdir('webrtc')
diff --git a/subprojects/gst-integration-testsuites/meson.build b/subprojects/gst-integration-testsuites/meson.build
deleted file mode 100644 (file)
index 4713db5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-project('gst-integration-testsuites', [], version: '1.24.11', meson_version : '>= 1.1', license: 'LGPL')
diff --git a/subprojects/gstreamer-sharp/meson.build b/subprojects/gstreamer-sharp/meson.build
deleted file mode 100644 (file)
index c2cb4aa..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-project('gstreamer-sharp', ['cs', 'c'], version: '1.24.11',
-    meson_version : '>= 1.1', license: 'LGPL')
-
-fs = import ('fs')
-
-if host_machine.system() == 'osx'
-  lib_prefix=''
-  lib_suffix='.dylib'
-else
-  lib_prefix='.so'
-  lib_suffix=''
-endif
-
-gtk_sharp_required_version = '>=3.22.6'
-
-csc = meson.get_compiler('cs')
-if csc.get_id() == 'mono'
-    add_project_arguments('-keyfile:' + join_paths(meson.current_source_dir(), meson.project_name() + '.snk'),
-        language: ['cs'])
-endif
-
-
-subproject('gtk-sharp', default_options: ['install=false'])
-gtk_sharp = subproject('gtk-sharp')
-
-glib_sharp_dep = gtk_sharp.get_variable('glib_sharp_dep')
-glib_sharp = gtk_sharp.get_variable('glib_sharp')
-
-gio_sharp_dep = gtk_sharp.get_variable('gio_sharp_dep')
-gio_sharp = gtk_sharp.get_variable('gio_sharp')
-
-gapi_fixup = gtk_sharp.get_variable('gapi_fixup')
-gapi_codegen = gtk_sharp.get_variable('gapi_codegen')
-
-glib_api_includes = gtk_sharp.get_variable('glib_api_includes')
-gio_api_includes = gtk_sharp.get_variable('gio_api_includes')
-has_gtk = gtk_sharp.get_variable('has_gtk')
-if has_gtk
-  gtk_sharp_dep = [gtk_sharp.get_variable('gtk_sharp_dep'),
-    gtk_sharp.get_variable('atk_sharp_dep')]
-else
-  gtk_sharp_dep = dependency('gtk-sharp-3.0', version: gtk_sharp_required_version,
-      required: false)
-endif
-
-mono_path = [gtk_sharp.get_variable('mono_path'), join_paths(meson.current_build_dir(), 'sources')]
-
-codegen_dependencies = [gapi_codegen, gapi_fixup, glib_sharp, gio_sharp]
-gapi_fixup = gapi_fixup.full_path()
-gapi_codegen = gapi_codegen.full_path()
-
-gacutil = find_program('gacutil')
-generate_api = find_program('generate_code.py')
-nuget = find_program('nuget.py')
-diff = find_program('Tests/test_abi.py')
-
-# TODO Handle monodoc
-
-apiversion = '1.0'
-gst_required_version = '>=@0@'.format(meson.project_version())
-gst_deps = []
-
-# dependency name, [subproject-name, internal-dep-name, library-name']
-gst_deps_defs = [
-  ['gstreamer', ['gstreamer', 'gst_dep'], 'libgst'],
-  ['gstreamer-app', ['gst-plugins-base', 'app_dep'], 'gstapp'],
-  ['gstreamer-audio', ['gst-plugins-base', 'audio_dep'], 'gstaudio'],
-  ['gstreamer-base', ['gstreamer', 'gst_base_dep'], 'gst_base'],
-  ['gstreamer-controller', ['gstreamer', 'gst_controller_dep'], 'gst_controller'],
-  ['gstreamer-fft', ['gst-plugins-base', 'fft_dep'], 'gstfft'],
-  ['gstreamer-net', ['gstreamer', 'gst_net_dep'], 'gst_net'],
-  ['gstreamer-pbutils', ['gst-plugins-base', 'pbutils_dep'], 'pbutils'],
-  ['gstreamer-riff', ['gst-plugins-base', 'riff_dep'], 'gstriff'],
-  ['gstreamer-rtp', ['gst-plugins-base', 'rtp_dep'], 'gst_rtp'],
-  ['gstreamer-rtsp', ['gst-plugins-base', 'rtsp_dep'], 'gst_rtsp'],
-  ['gstreamer-sdp', ['gst-plugins-base', 'sdp_dep'], 'gstsdp'],
-  ['gstreamer-tag', ['gst-plugins-base', 'tag_dep'], 'gsttag'],
-  ['gstreamer-video', ['gst-plugins-base', 'video_dep'], 'gstvideo'],
-  ['gstreamer-webrtc', ['gst-plugins-bad', 'gstwebrtc_dep'], 'gstwebrtc'],
-  ['gstreamer-rtsp-server', ['gst-rtsp-server', 'gst_rtsp_server_dep'], 'gst_rtsp_server'],
-]
-
-foreach dep: gst_deps_defs
-  gst_deps += [dependency(dep.get(0) + '-' + apiversion, version: gst_required_version,
-    fallback: dep.get(1))]
-endforeach
-
-ges_dep = dependency('gst-editing-services-' + apiversion, version: gst_required_version,
-    fallback: ['gst-editing-services', 'ges_dep'], required: false)
-
-if ges_dep.found()
-    gst_deps_defs +=  [
-        ['gst-editing-services', ['gst-editing-services', 'ges_dep'], 'libges'],
-    ]
-    mono_path += [join_paths(meson.current_build_dir(), 'ges')]
-endif
-
-testsenv = environment()
-testsenv.prepend('MONO_PATH', mono_path)
-i = 0
-testsenv_ld_library_path = []
-foreach dep: gst_deps + [ges_dep]
-    if dep.type_name() == 'pkgconfig'
-        testsenv_ld_library_path += [dep.get_variable('libdir')]
-    else
-        depdef = gst_deps_defs[i][1]
-        libname = gst_deps_defs[i].get(2, '')
-        if libname != ''
-            proj = subproject(depdef[0])
-            libpath = proj.get_variable(libname).full_path().split('/')
-            dirname = ''
-            j = 1
-            foreach comp: libpath
-                if j < libpath.length()
-                    dirname += '/' + comp
-                endif
-                j += 1
-            endforeach
-            testsenv_ld_library_path += [dirname]
-        endif
-    endif
-    i += 1
-endforeach
-# FIXME: port this to macOS and Windows
-testsenv.prepend('LD_LIBRARY_PATH', testsenv_ld_library_path)
-
-subdir('sources')
-if ges_dep.found()
-  subdir('ges')
-  custom_target('GESSharp-nuget',
-      command: [nuget, '--package-name', 'GESSharp',
-          '--assembly', ges_sharp.full_path(),
-          '--dependency=GstSharp:' + meson.project_version(),
-          '--project-url', 'https://gstreamer.freedesktop.org/modules/gstreamer-sharp.html',
-          '--icon-url', 'https://gstreamer.freedesktop.org/images/header-logo-top.png',
-          '--license-url', 'https://cgit.freedesktop.org/gstreamer/gstreamer-sharp/plain/COPYING',
-          '--version', meson.project_version(),
-          '--tags', 'GStreamer GES GstSharp bindings',
-          '--builddir', meson.current_build_dir(),
-          '--dependency', 'GstSharp:' + meson.project_version(),
-      ],
-      output: 'GESSharp.' + meson.project_version() + '.nupkg',
-      depends: [ges_sharp]
-  )
-endif
-
-custom_target('GstSharp-nuget',
-    command: [nuget, '--package-name', 'GstSharp',
-        '--assembly', gst_sharp.full_path(),
-        '--assembly', gio_sharp.full_path(),
-        '--assembly', glib_sharp.full_path(),
-        '--project-url', 'https://gstreamer.freedesktop.org/modules/gstreamer-sharp.html',
-        '--icon-url', 'https://gstreamer.freedesktop.org/images/header-logo-top.png',
-        '--license-url', 'https://cgit.freedesktop.org/gstreamer/gstreamer-sharp/plain/COPYING',
-        '--version', meson.project_version(),
-        '--tags', 'GStreamer GstSharp bindings',
-        '--builddir', meson.current_build_dir(),
-    ],
-    output: 'GstSharp.' + meson.project_version() + '.nupkg',
-    depends: [gst_sharp]
-)
-
-subdir('samples')
-subdir('Tests')
-
-bindinate = find_program('bindinate', required: false)
-girs_dir = join_paths(meson.global_source_root(), 'girs')
-
-codegen_enabled = false
-if not bindinate.found()
-    warning('Bindinator not usable as some required dependencies are not avalaible.')
-elif not fs.is_dir(girs_dir)
-    message('Code generation disabled, gstreamer-sharp must be a GStreamer subproject.')
-else
-    codegen_enabled = true
-endif
-
-if codegen_enabled
-    env = environment()
-    env.set('GI_TYPELIB_PATH', girs_dir)
-    merge_with = '--merge-with=GstApp-1.0,GstAudio-1.0,GstBase-1.0,GstController-1.0,GstNet-1.0,GstPbutils-1.0,GstRtp-1.0,GstRtsp-1.0,GstSdp-1.0,GstTag-1.0,GstVideo-1.0,GstWebRTC-1.0,GstRtspServer-1.0'
-    run_target('bindinate_gstreamer',
-        command: ['sh', '-c',
-            '''@0@ --name=gstreamer --regenerate=true @3@ --gir=Gst-1.0 --out=@1@ && mv @1@/sources/gstreamer-sharp-api.raw @2@/sources/gstreamer-sharp-api.raw '''.format(
-            bindinate.full_path(),
-            meson.current_build_dir(),
-            meson.current_source_dir(),
-            merge_with
-            ),
-        ],
-        depends: [],
-        env:env,
-    )
-    run_target('bindinate_ges',
-        command: ['sh', '-c',
-            '''@0@ --name=gst-editing-services --regenerate=true --gir=GES-1.0 --out=@1@ && mv @1@/sources/gst-editing-services-sharp-api.raw @2@/ges/gst-editing-services-api.raw '''.format(
-            bindinate.full_path(),
-            meson.current_build_dir(),
-            meson.current_source_dir()
-            ),
-        ],
-        depends: [],
-        env:env,
-    )
-    python3 = import('python3').find_python()
-    run_target('update-code', command: [find_program('update_sources.py')])
-    run_target('update-all', command: [find_program('update_sources.py'), 'bindinate'])
-endif
-
-meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst.PbUtils/Constants.cs
deleted file mode 100644 (file)
index 4e4ba4c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
-
-namespace Gst.PbUtils {
-
-       using System;
-       using System.Collections;
-       using System.Collections.Generic;
-       using System.Runtime.InteropServices;
-
-#region Autogenerated code
-       public partial class Constants {
-
-               public const string ENCODING_CATEGORY_CAPTURE = @"capture";
-               public const string ENCODING_CATEGORY_DEVICE = @"device";
-               public const string ENCODING_CATEGORY_FILE_EXTENSION = @"file-extension";
-               public const string ENCODING_CATEGORY_ONLINE_SERVICE = @"online-service";
-               public const string ENCODING_CATEGORY_STORAGE_EDITING = @"storage-editing";
-               public const int PLUGINS_BASE_VERSION_MAJOR = 1;
-               public const int PLUGINS_BASE_VERSION_MICRO = 11;
-               public const int PLUGINS_BASE_VERSION_MINOR = 24;
-               public const int PLUGINS_BASE_VERSION_NANO = 0;
-#endregion
-       }
-}
diff --git a/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs b/subprojects/gstreamer-sharp/sources/generated/Gst/Constants.cs
deleted file mode 100644 (file)
index 56ae0b7..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-// This file was generated by the Gtk# code generator.
-// Any changes made will be lost if regenerated.
-
-namespace Gst {
-
-       using System;
-       using System.Collections;
-       using System.Collections.Generic;
-       using System.Runtime.InteropServices;
-
-#region Autogenerated code
-       public partial class Constants {
-
-               public const string ALLOCATOR_SYSMEM = @"SystemMemory";
-               public const int BUFFER_COPY_ALL = 15;
-               public const int BUFFER_COPY_METADATA = 7;
-               public const ulong BUFFER_OFFSET_NONE = 18446744073709551615;
-               public const int CAN_INLINE = 1;
-               public const string CAPS_FEATURE_MEMORY_SYSTEM_MEMORY = @"memory:SystemMemory";
-               public const ulong CLOCK_TIME_NONE = 18446744073709551615;
-               public const int DEBUG_BG_MASK = 240;
-               public const int DEBUG_FG_MASK = 15;
-               public const int DEBUG_FORMAT_MASK = 65280;
-               public const string ELEMENT_FACTORY_KLASS_DECODER = @"Decoder";
-               public const string ELEMENT_FACTORY_KLASS_DECRYPTOR = @"Decryptor";
-               public const string ELEMENT_FACTORY_KLASS_DEMUXER = @"Demuxer";
-               public const string ELEMENT_FACTORY_KLASS_DEPAYLOADER = @"Depayloader";
-               public const string ELEMENT_FACTORY_KLASS_ENCODER = @"Encoder";
-               public const string ELEMENT_FACTORY_KLASS_ENCRYPTOR = @"Encryptor";
-               public const string ELEMENT_FACTORY_KLASS_FORMATTER = @"Formatter";
-               public const string ELEMENT_FACTORY_KLASS_HARDWARE = @"Hardware";
-               public const string ELEMENT_FACTORY_KLASS_MEDIA_AUDIO = @"Audio";
-               public const string ELEMENT_FACTORY_KLASS_MEDIA_IMAGE = @"Image";
-               public const string ELEMENT_FACTORY_KLASS_MEDIA_METADATA = @"Metadata";
-               public const string ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE = @"Subtitle";
-               public const string ELEMENT_FACTORY_KLASS_MEDIA_VIDEO = @"Video";
-               public const string ELEMENT_FACTORY_KLASS_MUXER = @"Muxer";
-               public const string ELEMENT_FACTORY_KLASS_PARSER = @"Parser";
-               public const string ELEMENT_FACTORY_KLASS_PAYLOADER = @"Payloader";
-               public const string ELEMENT_FACTORY_KLASS_SINK = @"Sink";
-               public const string ELEMENT_FACTORY_KLASS_SRC = @"Source";
-               public const string ELEMENT_METADATA_AUTHOR = @"author";
-               public const string ELEMENT_METADATA_DESCRIPTION = @"description";
-               public const string ELEMENT_METADATA_DOC_URI = @"doc-uri";
-               public const string ELEMENT_METADATA_ICON_NAME = @"icon-name";
-               public const string ELEMENT_METADATA_KLASS = @"klass";
-               public const string ELEMENT_METADATA_LONGNAME = @"long-name";
-               public const string ERROR_SYSTEM = @"system error: %s";
-               public const int EVENT_NUM_SHIFT = 8;
-               public const int EVENT_TYPE_BOTH = 3;
-               public const uint FLAG_SET_MASK_EXACT = 4294967295;
-               public const long FORMAT_PERCENT_MAX = 1000000;
-               public const long FORMAT_PERCENT_SCALE = 10000;
-               public const string FOURCC_FORMAT = @"c%c%c%c";
-               public const int GROUP_ID_INVALID = 0;
-               public const string LICENSE_UNKNOWN = @"unknown";
-               public const int LOCK_FLAG_READWRITE = 3;
-               public const int MAP_READWRITE = 3;
-               public const string META_TAG_MEMORY_REFERENCE_STR = @"memory-reference";
-               public const string META_TAG_MEMORY_STR = @"memory";
-               public const long MSECOND = 1000000;
-               public const int PARAM_CONDITIONALLY_AVAILABLE = 16384;
-               public const int PARAM_CONTROLLABLE = 512;
-               public const int PARAM_DOC_SHOW_DEFAULT = 8192;
-               public const int PARAM_MUTABLE_PAUSED = 2048;
-               public const int PARAM_MUTABLE_PLAYING = 4096;
-               public const int PARAM_MUTABLE_READY = 1024;
-               public const int PARAM_USER_SHIFT = 65536;
-               public const string PROTECTION_SYSTEM_ID_CAPS_FIELD = @"protection-system";
-               public const string PROTECTION_UNSPECIFIED_SYSTEM_ID = @"unspecified-system-id";
-               public const string PTR_FORMAT = @"paA";
-               public const int QUERY_NUM_SHIFT = 8;
-               public const int QUERY_TYPE_BOTH = 3;
-               public const long SECOND = 1000000000;
-               public const string SEGMENT_FORMAT = @"paB";
-               public const int SEGMENT_INSTANT_FLAGS = 912;
-               public const int SEQNUM_INVALID = 0;
-               public const string STIMEP_FORMAT = @"paS";
-               public const string STIME_FORMAT = @"c%";
-               public const string TAG_ALBUM = @"album";
-               public const string TAG_ALBUM_ARTIST = @"album-artist";
-               public const string TAG_ALBUM_ARTIST_SORTNAME = @"album-artist-sortname";
-               public const string TAG_ALBUM_GAIN = @"replaygain-album-gain";
-               public const string TAG_ALBUM_PEAK = @"replaygain-album-peak";
-               public const string TAG_ALBUM_SORTNAME = @"album-sortname";
-               public const string TAG_ALBUM_VOLUME_COUNT = @"album-disc-count";
-               public const string TAG_ALBUM_VOLUME_NUMBER = @"album-disc-number";
-               public const string TAG_APPLICATION_DATA = @"application-data";
-               public const string TAG_APPLICATION_NAME = @"application-name";
-               public const string TAG_ARTIST = @"artist";
-               public const string TAG_ARTIST_SORTNAME = @"artist-sortname";
-               public const string TAG_ATTACHMENT = @"attachment";
-               public const string TAG_AUDIO_CODEC = @"audio-codec";
-               public const string TAG_BEATS_PER_MINUTE = @"beats-per-minute";
-               public const string TAG_BITRATE = @"bitrate";
-               public const string TAG_CODEC = @"codec";
-               public const string TAG_COMMENT = @"comment";
-               public const string TAG_COMPOSER = @"composer";
-               public const string TAG_COMPOSER_SORTNAME = @"composer-sortname";
-               public const string TAG_CONDUCTOR = @"conductor";
-               public const string TAG_CONTACT = @"contact";
-               public const string TAG_CONTAINER_FORMAT = @"container-format";
-               public const string TAG_COPYRIGHT = @"copyright";
-               public const string TAG_COPYRIGHT_URI = @"copyright-uri";
-               public const string TAG_DATE = @"date";
-               public const string TAG_DATE_TIME = @"datetime";
-               public const string TAG_DESCRIPTION = @"description";
-               public const string TAG_DEVICE_MANUFACTURER = @"device-manufacturer";
-               public const string TAG_DEVICE_MODEL = @"device-model";
-               public const string TAG_DURATION = @"duration";
-               public const string TAG_ENCODED_BY = @"encoded-by";
-               public const string TAG_ENCODER = @"encoder";
-               public const string TAG_ENCODER_VERSION = @"encoder-version";
-               public const string TAG_EXTENDED_COMMENT = @"extended-comment";
-               public const string TAG_GENRE = @"genre";
-               public const string TAG_GEO_LOCATION_CAPTURE_DIRECTION = @"geo-location-capture-direction";
-               public const string TAG_GEO_LOCATION_CITY = @"geo-location-city";
-               public const string TAG_GEO_LOCATION_COUNTRY = @"geo-location-country";
-               public const string TAG_GEO_LOCATION_ELEVATION = @"geo-location-elevation";
-               public const string TAG_GEO_LOCATION_HORIZONTAL_ERROR = @"geo-location-horizontal-error";
-               public const string TAG_GEO_LOCATION_LATITUDE = @"geo-location-latitude";
-               public const string TAG_GEO_LOCATION_LONGITUDE = @"geo-location-longitude";
-               public const string TAG_GEO_LOCATION_MOVEMENT_DIRECTION = @"geo-location-movement-direction";
-               public const string TAG_GEO_LOCATION_MOVEMENT_SPEED = @"geo-location-movement-speed";
-               public const string TAG_GEO_LOCATION_NAME = @"geo-location-name";
-               public const string TAG_GEO_LOCATION_SUBLOCATION = @"geo-location-sublocation";
-               public const string TAG_GROUPING = @"grouping";
-               public const string TAG_HOMEPAGE = @"homepage";
-               public const string TAG_IMAGE = @"image";
-               public const string TAG_IMAGE_ORIENTATION = @"image-orientation";
-               public const string TAG_INTERPRETED_BY = @"interpreted-by";
-               public const string TAG_ISRC = @"isrc";
-               public const string TAG_KEYWORDS = @"keywords";
-               public const string TAG_LANGUAGE_CODE = @"language-code";
-               public const string TAG_LANGUAGE_NAME = @"language-name";
-               public const string TAG_LICENSE = @"license";
-               public const string TAG_LICENSE_URI = @"license-uri";
-               public const string TAG_LOCATION = @"location";
-               public const string TAG_LYRICS = @"lyrics";
-               public const string TAG_MAXIMUM_BITRATE = @"maximum-bitrate";
-               public const string TAG_MIDI_BASE_NOTE = @"midi-base-note";
-               public const string TAG_MINIMUM_BITRATE = @"minimum-bitrate";
-               public const string TAG_NOMINAL_BITRATE = @"nominal-bitrate";
-               public const string TAG_ORGANIZATION = @"organization";
-               public const string TAG_PERFORMER = @"performer";
-               public const string TAG_PREVIEW_IMAGE = @"preview-image";
-               public const string TAG_PRIVATE_DATA = @"private-data";
-               public const string TAG_PUBLISHER = @"publisher";
-               public const string TAG_REFERENCE_LEVEL = @"replaygain-reference-level";
-               public const string TAG_SERIAL = @"serial";
-               public const string TAG_SHOW_EPISODE_NUMBER = @"show-episode-number";
-               public const string TAG_SHOW_NAME = @"show-name";
-               public const string TAG_SHOW_SEASON_NUMBER = @"show-season-number";
-               public const string TAG_SHOW_SORTNAME = @"show-sortname";
-               public const string TAG_SUBTITLE_CODEC = @"subtitle-codec";
-               public const string TAG_TITLE = @"title";
-               public const string TAG_TITLE_SORTNAME = @"title-sortname";
-               public const string TAG_TRACK_COUNT = @"track-count";
-               public const string TAG_TRACK_GAIN = @"replaygain-track-gain";
-               public const string TAG_TRACK_NUMBER = @"track-number";
-               public const string TAG_TRACK_PEAK = @"replaygain-track-peak";
-               public const string TAG_USER_RATING = @"user-rating";
-               public const string TAG_VERSION = @"version";
-               public const string TAG_VIDEO_CODEC = @"video-codec";
-               public const string TIMEP_FORMAT = @"paT";
-               public const string TIME_FORMAT = @"u:%02u:%02u.%09u";
-               public const int TOC_REPEAT_COUNT_INFINITE = -1;
-               public const int URI_NO_PORT = 0;
-               public const int VALUE_EQUAL = 0;
-               public const int VALUE_GREATER_THAN = 1;
-               public const int VALUE_LESS_THAN = -1;
-               public const int VALUE_UNORDERED = 2;
-               public const int VERSION_MAJOR = 1;
-               public const int VERSION_MICRO = 11;
-               public const int VERSION_MINOR = 24;
-               public const int VERSION_NANO = 0;
-#endregion
-       }
-}
diff --git a/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml b/subprojects/gstreamer-sharp/sources/generated/gstreamer-sharp-api.xml
deleted file mode 100644 (file)
index 234ae15..0000000
+++ /dev/null
@@ -1,37594 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<api parser_version="3">
-  <namespace name="Gst" library="gstreamer-1.0-0.dll">
-    <enum name="BufferingMode" cname="GstBufferingMode" type="enum" gtype="gst_buffering_mode_get_type">
-      <member cname="GST_BUFFERING_STREAM" name="Stream" value="0" />
-      <member cname="GST_BUFFERING_DOWNLOAD" name="Download" value="1" />
-      <member cname="GST_BUFFERING_TIMESHIFT" name="Timeshift" value="2" />
-      <member cname="GST_BUFFERING_LIVE" name="Live" value="3" />
-    </enum>
-    <enum name="BusSyncReply" cname="GstBusSyncReply" type="enum" gtype="gst_bus_sync_reply_get_type">
-      <member cname="GST_BUS_DROP" name="Drop" value="0" />
-      <member cname="GST_BUS_PASS" name="Pass" value="1" />
-      <member cname="GST_BUS_ASYNC" name="Async" value="2" />
-    </enum>
-    <enum name="CapsIntersectMode" cname="GstCapsIntersectMode" type="enum" gtype="gst_caps_intersect_mode_get_type">
-      <member cname="GST_CAPS_INTERSECT_ZIG_ZAG" name="ZigZag" value="0" />
-      <member cname="GST_CAPS_INTERSECT_FIRST" name="First" value="1" />
-    </enum>
-    <enum name="ClockEntryType" cname="GstClockEntryType" type="enum" gtype="gst_clock_entry_type_get_type">
-      <member cname="GST_CLOCK_ENTRY_SINGLE" name="Single" value="0" />
-      <member cname="GST_CLOCK_ENTRY_PERIODIC" name="Periodic" value="1" />
-    </enum>
-    <enum name="ClockReturn" cname="GstClockReturn" type="enum" gtype="gst_clock_return_get_type">
-      <member cname="GST_CLOCK_OK" name="Ok" value="0" />
-      <member cname="GST_CLOCK_EARLY" name="Early" value="1" />
-      <member cname="GST_CLOCK_UNSCHEDULED" name="Unscheduled" value="2" />
-      <member cname="GST_CLOCK_BUSY" name="Busy" value="3" />
-      <member cname="GST_CLOCK_BADTIME" name="Badtime" value="4" />
-      <member cname="GST_CLOCK_ERROR" name="Error" value="5" />
-      <member cname="GST_CLOCK_UNSUPPORTED" name="Unsupported" value="6" />
-      <member cname="GST_CLOCK_DONE" name="Done" value="7" />
-    </enum>
-    <enum name="ClockType" cname="GstClockType" type="enum" gtype="gst_clock_type_get_type">
-      <member cname="GST_CLOCK_TYPE_REALTIME" name="Realtime" value="0" />
-      <member cname="GST_CLOCK_TYPE_MONOTONIC" name="Monotonic" value="1" />
-      <member cname="GST_CLOCK_TYPE_OTHER" name="Other" value="2" />
-      <member cname="GST_CLOCK_TYPE_TAI" name="Tai" value="3" />
-    </enum>
-    <enum name="CoreError" cname="GstCoreError" type="enum" gtype="gst_core_error_get_type">
-      <member cname="GST_CORE_ERROR_FAILED" name="Failed" value="1" />
-      <member cname="GST_CORE_ERROR_TOO_LAZY" name="TooLazy" value="2" />
-      <member cname="GST_CORE_ERROR_NOT_IMPLEMENTED" name="NotImplemented" value="3" />
-      <member cname="GST_CORE_ERROR_STATE_CHANGE" name="StateChange" value="4" />
-      <member cname="GST_CORE_ERROR_PAD" name="Pad" value="5" />
-      <member cname="GST_CORE_ERROR_THREAD" name="Thread" value="6" />
-      <member cname="GST_CORE_ERROR_NEGOTIATION" name="Negotiation" value="7" />
-      <member cname="GST_CORE_ERROR_EVENT" name="Event" value="8" />
-      <member cname="GST_CORE_ERROR_SEEK" name="Seek" value="9" />
-      <member cname="GST_CORE_ERROR_CAPS" name="Caps" value="10" />
-      <member cname="GST_CORE_ERROR_TAG" name="Tag" value="11" />
-      <member cname="GST_CORE_ERROR_MISSING_PLUGIN" name="MissingPlugin" value="12" />
-      <member cname="GST_CORE_ERROR_CLOCK" name="Clock" value="13" />
-      <member cname="GST_CORE_ERROR_DISABLED" name="Disabled" value="14" />
-      <member cname="GST_CORE_ERROR_NUM_ERRORS" name="NumErrors" value="15" />
-    </enum>
-    <enum name="DebugColorMode" cname="GstDebugColorMode" type="enum" gtype="gst_debug_color_mode_get_type">
-      <member cname="GST_DEBUG_COLOR_MODE_OFF" name="Off" value="0" />
-      <member cname="GST_DEBUG_COLOR_MODE_ON" name="On" value="1" />
-      <member cname="GST_DEBUG_COLOR_MODE_UNIX" name="Unix" value="2" />
-    </enum>
-    <enum name="DebugLevel" cname="GstDebugLevel" type="enum" gtype="gst_debug_level_get_type">
-      <member cname="GST_LEVEL_NONE" name="None" value="0" />
-      <member cname="GST_LEVEL_ERROR" name="Error" value="1" />
-      <member cname="GST_LEVEL_WARNING" name="Warning" value="2" />
-      <member cname="GST_LEVEL_FIXME" name="Fixme" value="3" />
-      <member cname="GST_LEVEL_INFO" name="Info" value="4" />
-      <member cname="GST_LEVEL_DEBUG" name="Debug" value="5" />
-      <member cname="GST_LEVEL_LOG" name="Log" value="6" />
-      <member cname="GST_LEVEL_TRACE" name="Trace" value="7" />
-      <member cname="GST_LEVEL_MEMDUMP" name="Memdump" value="9" />
-      <member cname="GST_LEVEL_COUNT" name="Count" value="10" />
-    </enum>
-    <enum name="EventType" cname="GstEventType" type="enum" gtype="gst_event_type_get_type">
-      <member cname="GST_EVENT_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_EVENT_FLUSH_START" name="FlushStart" value="2563" />
-      <member cname="GST_EVENT_FLUSH_STOP" name="FlushStop" value="5127" />
-      <member cname="GST_EVENT_STREAM_START" name="StreamStart" value="10254" />
-      <member cname="GST_EVENT_CAPS" name="Caps" value="12814" />
-      <member cname="GST_EVENT_SEGMENT" name="Segment" value="17934" />
-      <member cname="GST_EVENT_STREAM_COLLECTION" name="StreamCollection" value="19230" />
-      <member cname="GST_EVENT_TAG" name="Tag" value="20510" />
-      <member cname="GST_EVENT_BUFFERSIZE" name="Buffersize" value="23054" />
-      <member cname="GST_EVENT_SINK_MESSAGE" name="SinkMessage" value="25630" />
-      <member cname="GST_EVENT_STREAM_GROUP_DONE" name="StreamGroupDone" value="26894" />
-      <member cname="GST_EVENT_EOS" name="Eos" value="28174" />
-      <member cname="GST_EVENT_TOC" name="Toc" value="30750" />
-      <member cname="GST_EVENT_PROTECTION" name="Protection" value="33310" />
-      <member cname="GST_EVENT_SEGMENT_DONE" name="SegmentDone" value="38406" />
-      <member cname="GST_EVENT_GAP" name="Gap" value="40966" />
-      <member cname="GST_EVENT_INSTANT_RATE_CHANGE" name="InstantRateChange" value="46090" />
-      <member cname="GST_EVENT_QOS" name="Qos" value="48641" />
-      <member cname="GST_EVENT_SEEK" name="Seek" value="51201" />
-      <member cname="GST_EVENT_NAVIGATION" name="Navigation" value="53761" />
-      <member cname="GST_EVENT_LATENCY" name="Latency" value="56321" />
-      <member cname="GST_EVENT_STEP" name="Step" value="58881" />
-      <member cname="GST_EVENT_RECONFIGURE" name="Reconfigure" value="61441" />
-      <member cname="GST_EVENT_TOC_SELECT" name="TocSelect" value="64001" />
-      <member cname="GST_EVENT_SELECT_STREAMS" name="SelectStreams" value="66561" />
-      <member cname="GST_EVENT_INSTANT_RATE_SYNC_TIME" name="InstantRateSyncTime" value="66817" />
-      <member cname="GST_EVENT_CUSTOM_UPSTREAM" name="CustomUpstream" value="69121" />
-      <member cname="GST_EVENT_CUSTOM_DOWNSTREAM" name="CustomDownstream" value="71686" />
-      <member cname="GST_EVENT_CUSTOM_DOWNSTREAM_OOB" name="CustomDownstreamOob" value="74242" />
-      <member cname="GST_EVENT_CUSTOM_DOWNSTREAM_STICKY" name="CustomDownstreamSticky" value="76830" />
-      <member cname="GST_EVENT_CUSTOM_BOTH" name="CustomBoth" value="79367" />
-      <member cname="GST_EVENT_CUSTOM_BOTH_OOB" name="CustomBothOob" value="81923" />
-    </enum>
-    <enum name="FlowReturn" cname="GstFlowReturn" type="enum" gtype="gst_flow_return_get_type">
-      <member cname="GST_FLOW_CUSTOM_ERROR_2" name="CustomError2" value="-102" />
-      <member cname="GST_FLOW_CUSTOM_ERROR_1" name="CustomError1" value="-101" />
-      <member cname="GST_FLOW_CUSTOM_ERROR" name="CustomError" value="-100" />
-      <member cname="GST_FLOW_NOT_SUPPORTED" name="NotSupported" value="-6" />
-      <member cname="GST_FLOW_ERROR" name="Error" value="-5" />
-      <member cname="GST_FLOW_NOT_NEGOTIATED" name="NotNegotiated" value="-4" />
-      <member cname="GST_FLOW_EOS" name="Eos" value="-3" />
-      <member cname="GST_FLOW_FLUSHING" name="Flushing" value="-2" />
-      <member cname="GST_FLOW_NOT_LINKED" name="NotLinked" value="-1" />
-      <member cname="GST_FLOW_OK" name="Ok" value="0" />
-      <member cname="GST_FLOW_CUSTOM_SUCCESS" name="CustomSuccess" value="100" />
-      <member cname="GST_FLOW_CUSTOM_SUCCESS_1" name="CustomSuccess1" value="101" />
-      <member cname="GST_FLOW_CUSTOM_SUCCESS_2" name="CustomSuccess2" value="102" />
-    </enum>
-    <enum name="Format" cname="GstFormat" type="enum" gtype="gst_format_get_type">
-      <member cname="GST_FORMAT_UNDEFINED" name="Undefined" value="0" />
-      <member cname="GST_FORMAT_DEFAULT" name="Default" value="1" />
-      <member cname="GST_FORMAT_BYTES" name="Bytes" value="2" />
-      <member cname="GST_FORMAT_TIME" name="Time" value="3" />
-      <member cname="GST_FORMAT_BUFFERS" name="Buffers" value="4" />
-      <member cname="GST_FORMAT_PERCENT" name="Percent" value="5" />
-    </enum>
-    <enum name="IteratorItem" cname="GstIteratorItem" type="enum" gtype="gst_iterator_item_get_type">
-      <member cname="GST_ITERATOR_ITEM_SKIP" name="Skip" value="0" />
-      <member cname="GST_ITERATOR_ITEM_PASS" name="Pass" value="1" />
-      <member cname="GST_ITERATOR_ITEM_END" name="End" value="2" />
-    </enum>
-    <enum name="IteratorResult" cname="GstIteratorResult" type="enum" gtype="gst_iterator_result_get_type">
-      <member cname="GST_ITERATOR_DONE" name="Done" value="0" />
-      <member cname="GST_ITERATOR_OK" name="Ok" value="1" />
-      <member cname="GST_ITERATOR_RESYNC" name="Resync" value="2" />
-      <member cname="GST_ITERATOR_ERROR" name="Error" value="3" />
-    </enum>
-    <enum name="LibraryError" cname="GstLibraryError" type="enum" gtype="gst_library_error_get_type">
-      <member cname="GST_LIBRARY_ERROR_FAILED" name="Failed" value="1" />
-      <member cname="GST_LIBRARY_ERROR_TOO_LAZY" name="TooLazy" value="2" />
-      <member cname="GST_LIBRARY_ERROR_INIT" name="Init" value="3" />
-      <member cname="GST_LIBRARY_ERROR_SHUTDOWN" name="Shutdown" value="4" />
-      <member cname="GST_LIBRARY_ERROR_SETTINGS" name="Settings" value="5" />
-      <member cname="GST_LIBRARY_ERROR_ENCODE" name="Encode" value="6" />
-      <member cname="GST_LIBRARY_ERROR_NUM_ERRORS" name="NumErrors" value="7" />
-    </enum>
-    <enum name="PadDirection" cname="GstPadDirection" type="enum" gtype="gst_pad_direction_get_type">
-      <member cname="GST_PAD_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_PAD_SRC" name="Src" value="1" />
-      <member cname="GST_PAD_SINK" name="Sink" value="2" />
-    </enum>
-    <enum name="PadLinkReturn" cname="GstPadLinkReturn" type="enum" gtype="gst_pad_link_return_get_type">
-      <member cname="GST_PAD_LINK_REFUSED" name="Refused" value="-6" />
-      <member cname="GST_PAD_LINK_NOSCHED" name="Nosched" value="-5" />
-      <member cname="GST_PAD_LINK_NOFORMAT" name="Noformat" value="-4" />
-      <member cname="GST_PAD_LINK_WRONG_DIRECTION" name="WrongDirection" value="-3" />
-      <member cname="GST_PAD_LINK_WAS_LINKED" name="WasLinked" value="-2" />
-      <member cname="GST_PAD_LINK_WRONG_HIERARCHY" name="WrongHierarchy" value="-1" />
-      <member cname="GST_PAD_LINK_OK" name="Ok" value="0" />
-    </enum>
-    <enum name="PadMode" cname="GstPadMode" type="enum" gtype="gst_pad_mode_get_type">
-      <member cname="GST_PAD_MODE_NONE" name="None" value="0" />
-      <member cname="GST_PAD_MODE_PUSH" name="Push" value="1" />
-      <member cname="GST_PAD_MODE_PULL" name="Pull" value="2" />
-    </enum>
-    <enum name="PadPresence" cname="GstPadPresence" type="enum" gtype="gst_pad_presence_get_type">
-      <member cname="GST_PAD_ALWAYS" name="Always" value="0" />
-      <member cname="GST_PAD_SOMETIMES" name="Sometimes" value="1" />
-      <member cname="GST_PAD_REQUEST" name="Request" value="2" />
-    </enum>
-    <enum name="PadProbeReturn" cname="GstPadProbeReturn" type="enum" gtype="gst_pad_probe_return_get_type">
-      <member cname="GST_PAD_PROBE_DROP" name="Drop" value="0" />
-      <member cname="GST_PAD_PROBE_OK" name="Ok" value="1" />
-      <member cname="GST_PAD_PROBE_REMOVE" name="Remove" value="2" />
-      <member cname="GST_PAD_PROBE_PASS" name="Pass" value="3" />
-      <member cname="GST_PAD_PROBE_HANDLED" name="Handled" value="4" />
-    </enum>
-    <enum name="ParseError" cname="GstParseError" type="enum" gtype="gst_parse_error_get_type">
-      <member cname="GST_PARSE_ERROR_SYNTAX" name="Syntax" value="0" />
-      <member cname="GST_PARSE_ERROR_NO_SUCH_ELEMENT" name="NoSuchElement" value="1" />
-      <member cname="GST_PARSE_ERROR_NO_SUCH_PROPERTY" name="NoSuchProperty" value="2" />
-      <member cname="GST_PARSE_ERROR_LINK" name="Link" value="3" />
-      <member cname="GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY" name="CouldNotSetProperty" value="4" />
-      <member cname="GST_PARSE_ERROR_EMPTY_BIN" name="EmptyBin" value="5" />
-      <member cname="GST_PARSE_ERROR_EMPTY" name="Empty" value="6" />
-      <member cname="GST_PARSE_ERROR_DELAYED_LINK" name="DelayedLink" value="7" />
-    </enum>
-    <enum name="PluginError" cname="GstPluginError" type="enum" gtype="gst_plugin_error_get_type">
-      <member cname="GST_PLUGIN_ERROR_MODULE" name="Module" value="0" />
-      <member cname="GST_PLUGIN_ERROR_DEPENDENCIES" name="Dependencies" value="1" />
-      <member cname="GST_PLUGIN_ERROR_NAME_MISMATCH" name="NameMismatch" value="2" />
-    </enum>
-    <enum name="ProgressType" cname="GstProgressType" type="enum" gtype="gst_progress_type_get_type">
-      <member cname="GST_PROGRESS_TYPE_START" name="Start" value="0" />
-      <member cname="GST_PROGRESS_TYPE_CONTINUE" name="Continue" value="1" />
-      <member cname="GST_PROGRESS_TYPE_COMPLETE" name="Complete" value="2" />
-      <member cname="GST_PROGRESS_TYPE_CANCELED" name="Canceled" value="3" />
-      <member cname="GST_PROGRESS_TYPE_ERROR" name="Error" value="4" />
-    </enum>
-    <enum name="PromiseResult" cname="GstPromiseResult" type="enum" gtype="gst_promise_result_get_type" version="1.14">
-      <member cname="GST_PROMISE_RESULT_PENDING" name="Pending" value="0" />
-      <member cname="GST_PROMISE_RESULT_INTERRUPTED" name="Interrupted" value="1" />
-      <member cname="GST_PROMISE_RESULT_REPLIED" name="Replied" value="2" />
-      <member cname="GST_PROMISE_RESULT_EXPIRED" name="Expired" value="3" />
-    </enum>
-    <enum name="QOSType" cname="GstQOSType" type="enum" gtype="gst_qos_type_get_type">
-      <member cname="GST_QOS_TYPE_OVERFLOW" name="Overflow" value="0" />
-      <member cname="GST_QOS_TYPE_UNDERFLOW" name="Underflow" value="1" />
-      <member cname="GST_QOS_TYPE_THROTTLE" name="Throttle" value="2" />
-    </enum>
-    <enum name="QueryType" cname="GstQueryType" type="enum" gtype="gst_query_type_get_type">
-      <member cname="GST_QUERY_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_QUERY_POSITION" name="Position" value="2563" />
-      <member cname="GST_QUERY_DURATION" name="Duration" value="5123" />
-      <member cname="GST_QUERY_LATENCY" name="Latency" value="7683" />
-      <member cname="GST_QUERY_JITTER" name="Jitter" value="10243" />
-      <member cname="GST_QUERY_RATE" name="Rate" value="12803" />
-      <member cname="GST_QUERY_SEEKING" name="Seeking" value="15363" />
-      <member cname="GST_QUERY_SEGMENT" name="Segment" value="17923" />
-      <member cname="GST_QUERY_CONVERT" name="Convert" value="20483" />
-      <member cname="GST_QUERY_FORMATS" name="Formats" value="23043" />
-      <member cname="GST_QUERY_BUFFERING" name="Buffering" value="28163" />
-      <member cname="GST_QUERY_CUSTOM" name="Custom" value="30723" />
-      <member cname="GST_QUERY_URI" name="Uri" value="33283" />
-      <member cname="GST_QUERY_ALLOCATION" name="Allocation" value="35846" />
-      <member cname="GST_QUERY_SCHEDULING" name="Scheduling" value="38401" />
-      <member cname="GST_QUERY_ACCEPT_CAPS" name="AcceptCaps" value="40963" />
-      <member cname="GST_QUERY_CAPS" name="Caps" value="43523" />
-      <member cname="GST_QUERY_DRAIN" name="Drain" value="46086" />
-      <member cname="GST_QUERY_CONTEXT" name="Context" value="48643" />
-      <member cname="GST_QUERY_BITRATE" name="Bitrate" value="51202" />
-      <member cname="GST_QUERY_SELECTABLE" name="Selectable" value="53763" />
-    </enum>
-    <enum name="Rank" cname="GstRank" type="enum" gtype="gst_rank_get_type">
-      <member cname="GST_RANK_NONE" name="None" value="0" />
-      <member cname="GST_RANK_MARGINAL" name="Marginal" value="64" />
-      <member cname="GST_RANK_SECONDARY" name="Secondary" value="128" />
-      <member cname="GST_RANK_PRIMARY" name="Primary" value="256" />
-    </enum>
-    <enum name="ResourceError" cname="GstResourceError" type="enum" gtype="gst_resource_error_get_type">
-      <member cname="GST_RESOURCE_ERROR_FAILED" name="Failed" value="1" />
-      <member cname="GST_RESOURCE_ERROR_TOO_LAZY" name="TooLazy" value="2" />
-      <member cname="GST_RESOURCE_ERROR_NOT_FOUND" name="NotFound" value="3" />
-      <member cname="GST_RESOURCE_ERROR_BUSY" name="Busy" value="4" />
-      <member cname="GST_RESOURCE_ERROR_OPEN_READ" name="OpenRead" value="5" />
-      <member cname="GST_RESOURCE_ERROR_OPEN_WRITE" name="OpenWrite" value="6" />
-      <member cname="GST_RESOURCE_ERROR_OPEN_READ_WRITE" name="OpenReadWrite" value="7" />
-      <member cname="GST_RESOURCE_ERROR_CLOSE" name="Close" value="8" />
-      <member cname="GST_RESOURCE_ERROR_READ" name="Read" value="9" />
-      <member cname="GST_RESOURCE_ERROR_WRITE" name="Write" value="10" />
-      <member cname="GST_RESOURCE_ERROR_SEEK" name="Seek" value="11" />
-      <member cname="GST_RESOURCE_ERROR_SYNC" name="Sync" value="12" />
-      <member cname="GST_RESOURCE_ERROR_SETTINGS" name="Settings" value="13" />
-      <member cname="GST_RESOURCE_ERROR_NO_SPACE_LEFT" name="NoSpaceLeft" value="14" />
-      <member cname="GST_RESOURCE_ERROR_NOT_AUTHORIZED" name="NotAuthorized" value="15" />
-      <member cname="GST_RESOURCE_ERROR_NUM_ERRORS" name="NumErrors" value="16" />
-    </enum>
-    <enum name="SearchMode" cname="GstSearchMode" type="enum" gtype="gst_search_mode_get_type">
-      <member cname="GST_SEARCH_MODE_EXACT" name="Exact" value="0" />
-      <member cname="GST_SEARCH_MODE_BEFORE" name="Before" value="1" />
-      <member cname="GST_SEARCH_MODE_AFTER" name="After" value="2" />
-    </enum>
-    <enum name="SeekType" cname="GstSeekType" type="enum" gtype="gst_seek_type_get_type">
-      <member cname="GST_SEEK_TYPE_NONE" name="None" value="0" />
-      <member cname="GST_SEEK_TYPE_SET" name="Set" value="1" />
-      <member cname="GST_SEEK_TYPE_END" name="End" value="2" />
-    </enum>
-    <enum name="State" cname="GstState" type="enum" gtype="gst_state_get_type">
-      <member cname="GST_STATE_VOID_PENDING" name="VoidPending" value="0" />
-      <member cname="GST_STATE_NULL" name="Null" value="1" />
-      <member cname="GST_STATE_READY" name="Ready" value="2" />
-      <member cname="GST_STATE_PAUSED" name="Paused" value="3" />
-      <member cname="GST_STATE_PLAYING" name="Playing" value="4" />
-    </enum>
-    <enum name="StateChange" cname="GstStateChange" type="enum" gtype="gst_state_change_get_type">
-      <member cname="GST_STATE_CHANGE_NULL_TO_NULL" name="NullToNull" value="9" />
-      <member cname="GST_STATE_CHANGE_NULL_TO_READY" name="NullToReady" value="10" />
-      <member cname="GST_STATE_CHANGE_READY_TO_NULL" name="ReadyToNull" value="17" />
-      <member cname="GST_STATE_CHANGE_READY_TO_READY" name="ReadyToReady" value="18" />
-      <member cname="GST_STATE_CHANGE_READY_TO_PAUSED" name="ReadyToPaused" value="19" />
-      <member cname="GST_STATE_CHANGE_PAUSED_TO_READY" name="PausedToReady" value="26" />
-      <member cname="GST_STATE_CHANGE_PAUSED_TO_PAUSED" name="PausedToPaused" value="27" />
-      <member cname="GST_STATE_CHANGE_PAUSED_TO_PLAYING" name="PausedToPlaying" value="28" />
-      <member cname="GST_STATE_CHANGE_PLAYING_TO_PAUSED" name="PlayingToPaused" value="35" />
-      <member cname="GST_STATE_CHANGE_PLAYING_TO_PLAYING" name="PlayingToPlaying" value="36" />
-    </enum>
-    <enum name="StateChangeReturn" cname="GstStateChangeReturn" type="enum" gtype="gst_state_change_return_get_type">
-      <member cname="GST_STATE_CHANGE_FAILURE" name="Failure" value="0" />
-      <member cname="GST_STATE_CHANGE_SUCCESS" name="Success" value="1" />
-      <member cname="GST_STATE_CHANGE_ASYNC" name="Async" value="2" />
-      <member cname="GST_STATE_CHANGE_NO_PREROLL" name="NoPreroll" value="3" />
-    </enum>
-    <enum name="StreamError" cname="GstStreamError" type="enum" gtype="gst_stream_error_get_type">
-      <member cname="GST_STREAM_ERROR_FAILED" name="Failed" value="1" />
-      <member cname="GST_STREAM_ERROR_TOO_LAZY" name="TooLazy" value="2" />
-      <member cname="GST_STREAM_ERROR_NOT_IMPLEMENTED" name="NotImplemented" value="3" />
-      <member cname="GST_STREAM_ERROR_TYPE_NOT_FOUND" name="TypeNotFound" value="4" />
-      <member cname="GST_STREAM_ERROR_WRONG_TYPE" name="WrongType" value="5" />
-      <member cname="GST_STREAM_ERROR_CODEC_NOT_FOUND" name="CodecNotFound" value="6" />
-      <member cname="GST_STREAM_ERROR_DECODE" name="Decode" value="7" />
-      <member cname="GST_STREAM_ERROR_ENCODE" name="Encode" value="8" />
-      <member cname="GST_STREAM_ERROR_DEMUX" name="Demux" value="9" />
-      <member cname="GST_STREAM_ERROR_MUX" name="Mux" value="10" />
-      <member cname="GST_STREAM_ERROR_FORMAT" name="Format" value="11" />
-      <member cname="GST_STREAM_ERROR_DECRYPT" name="Decrypt" value="12" />
-      <member cname="GST_STREAM_ERROR_DECRYPT_NOKEY" name="DecryptNokey" value="13" />
-      <member cname="GST_STREAM_ERROR_NUM_ERRORS" name="NumErrors" value="14" />
-    </enum>
-    <enum name="StreamStatusType" cname="GstStreamStatusType" type="enum" gtype="gst_stream_status_type_get_type">
-      <member cname="GST_STREAM_STATUS_TYPE_CREATE" name="Create" value="0" />
-      <member cname="GST_STREAM_STATUS_TYPE_ENTER" name="Enter" value="1" />
-      <member cname="GST_STREAM_STATUS_TYPE_LEAVE" name="Leave" value="2" />
-      <member cname="GST_STREAM_STATUS_TYPE_DESTROY" name="Destroy" value="3" />
-      <member cname="GST_STREAM_STATUS_TYPE_START" name="Start" value="8" />
-      <member cname="GST_STREAM_STATUS_TYPE_PAUSE" name="Pause" value="9" />
-      <member cname="GST_STREAM_STATUS_TYPE_STOP" name="Stop" value="10" />
-    </enum>
-    <enum name="StructureChangeType" cname="GstStructureChangeType" type="enum" gtype="gst_structure_change_type_get_type">
-      <member cname="GST_STRUCTURE_CHANGE_TYPE_PAD_LINK" name="Link" value="0" />
-      <member cname="GST_STRUCTURE_CHANGE_TYPE_PAD_UNLINK" name="Unlink" value="1" />
-    </enum>
-    <enum name="TagFlag" cname="GstTagFlag" type="enum" gtype="gst_tag_flag_get_type">
-      <member cname="GST_TAG_FLAG_UNDEFINED" name="Undefined" value="0" />
-      <member cname="GST_TAG_FLAG_META" name="Meta" value="1" />
-      <member cname="GST_TAG_FLAG_ENCODED" name="Encoded" value="2" />
-      <member cname="GST_TAG_FLAG_DECODED" name="Decoded" value="3" />
-      <member cname="GST_TAG_FLAG_COUNT" name="Count" value="4" />
-    </enum>
-    <enum name="TagMergeMode" cname="GstTagMergeMode" type="enum" gtype="gst_tag_merge_mode_get_type">
-      <member cname="GST_TAG_MERGE_UNDEFINED" name="Undefined" value="0" />
-      <member cname="GST_TAG_MERGE_REPLACE_ALL" name="ReplaceAll" value="1" />
-      <member cname="GST_TAG_MERGE_REPLACE" name="Replace" value="2" />
-      <member cname="GST_TAG_MERGE_APPEND" name="Append" value="3" />
-      <member cname="GST_TAG_MERGE_PREPEND" name="Prepend" value="4" />
-      <member cname="GST_TAG_MERGE_KEEP" name="Keep" value="5" />
-      <member cname="GST_TAG_MERGE_KEEP_ALL" name="KeepAll" value="6" />
-      <member cname="GST_TAG_MERGE_COUNT" name="Count" value="7" />
-    </enum>
-    <enum name="TagScope" cname="GstTagScope" type="enum" gtype="gst_tag_scope_get_type">
-      <member cname="GST_TAG_SCOPE_STREAM" name="Stream" value="0" />
-      <member cname="GST_TAG_SCOPE_GLOBAL" name="Global" value="1" />
-    </enum>
-    <enum name="TaskState" cname="GstTaskState" type="enum" gtype="gst_task_state_get_type">
-      <member cname="GST_TASK_STARTED" name="Started" value="0" />
-      <member cname="GST_TASK_STOPPED" name="Stopped" value="1" />
-      <member cname="GST_TASK_PAUSED" name="Paused" value="2" />
-    </enum>
-    <enum name="TocEntryType" cname="GstTocEntryType" type="enum" gtype="gst_toc_entry_type_get_type">
-      <member cname="GST_TOC_ENTRY_TYPE_ANGLE" name="Angle" value="-3" />
-      <member cname="GST_TOC_ENTRY_TYPE_VERSION" name="Version" value="-2" />
-      <member cname="GST_TOC_ENTRY_TYPE_EDITION" name="Edition" value="-1" />
-      <member cname="GST_TOC_ENTRY_TYPE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_TOC_ENTRY_TYPE_TITLE" name="Title" value="1" />
-      <member cname="GST_TOC_ENTRY_TYPE_TRACK" name="Track" value="2" />
-      <member cname="GST_TOC_ENTRY_TYPE_CHAPTER" name="Chapter" value="3" />
-    </enum>
-    <enum name="TocLoopType" cname="GstTocLoopType" type="enum" gtype="gst_toc_loop_type_get_type" version="1.4">
-      <member cname="GST_TOC_LOOP_NONE" name="None" value="0" />
-      <member cname="GST_TOC_LOOP_FORWARD" name="Forward" value="1" />
-      <member cname="GST_TOC_LOOP_REVERSE" name="Reverse" value="2" />
-      <member cname="GST_TOC_LOOP_PING_PONG" name="PingPong" value="3" />
-    </enum>
-    <enum name="TocScope" cname="GstTocScope" type="enum" gtype="gst_toc_scope_get_type">
-      <member cname="GST_TOC_SCOPE_GLOBAL" name="Global" value="1" />
-      <member cname="GST_TOC_SCOPE_CURRENT" name="Current" value="2" />
-    </enum>
-    <enum name="TracerValueScope" cname="GstTracerValueScope" type="enum" gtype="gst_tracer_value_scope_get_type" version="1.8">
-      <member cname="GST_TRACER_VALUE_SCOPE_PROCESS" name="Process" value="0" />
-      <member cname="GST_TRACER_VALUE_SCOPE_THREAD" name="Thread" value="1" />
-      <member cname="GST_TRACER_VALUE_SCOPE_ELEMENT" name="Element" value="2" />
-      <member cname="GST_TRACER_VALUE_SCOPE_PAD" name="Pad" value="3" />
-    </enum>
-    <enum name="TypeFindProbability" cname="GstTypeFindProbability" type="enum" gtype="gst_type_find_probability_get_type">
-      <member cname="GST_TYPE_FIND_NONE" name="None" value="0" />
-      <member cname="GST_TYPE_FIND_MINIMUM" name="Minimum" value="1" />
-      <member cname="GST_TYPE_FIND_POSSIBLE" name="Possible" value="50" />
-      <member cname="GST_TYPE_FIND_LIKELY" name="Likely" value="80" />
-      <member cname="GST_TYPE_FIND_NEARLY_CERTAIN" name="NearlyCertain" value="99" />
-      <member cname="GST_TYPE_FIND_MAXIMUM" name="Maximum" value="100" />
-    </enum>
-    <enum name="URIError" cname="GstURIError" type="enum" gtype="gst_uri_error_get_type">
-      <member cname="GST_URI_ERROR_UNSUPPORTED_PROTOCOL" name="UnsupportedProtocol" value="0" />
-      <member cname="GST_URI_ERROR_BAD_URI" name="BadUri" value="1" />
-      <member cname="GST_URI_ERROR_BAD_STATE" name="BadState" value="2" />
-      <member cname="GST_URI_ERROR_BAD_REFERENCE" name="BadReference" value="3" />
-    </enum>
-    <enum name="URIType" cname="GstURIType" type="enum" gtype="gst_uri_type_get_type">
-      <member cname="GST_URI_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_URI_SINK" name="Sink" value="1" />
-      <member cname="GST_URI_SRC" name="Src" value="2" />
-    </enum>
-    <enum name="AllocatorFlags" cname="GstAllocatorFlags" type="flags" gtype="gst_allocator_flags_get_type">
-      <member cname="GST_ALLOCATOR_FLAG_CUSTOM_ALLOC" name="CustomAlloc" value="16" />
-      <member cname="GST_ALLOCATOR_FLAG_LAST" name="Last" value="1048576" />
-    </enum>
-    <enum name="BinFlags" cname="GstBinFlags" type="flags" gtype="gst_bin_flags_get_type">
-      <member cname="GST_BIN_FLAG_NO_RESYNC" name="NoResync" value="16384" />
-      <member cname="GST_BIN_FLAG_STREAMS_AWARE" name="StreamsAware" value="32768" />
-      <member cname="GST_BIN_FLAG_LAST" name="Last" value="524288" />
-    </enum>
-    <enum name="BufferCopyFlags" cname="GstBufferCopyFlags" type="flags" gtype="gst_buffer_copy_flags_get_type">
-      <member cname="GST_BUFFER_COPY_NONE" name="None" value="0" />
-      <member cname="GST_BUFFER_COPY_FLAGS" name="Flags" value="1" />
-      <member cname="GST_BUFFER_COPY_TIMESTAMPS" name="Timestamps" value="2" />
-      <member cname="GST_BUFFER_COPY_META" name="Meta" value="4" />
-      <member cname="GST_BUFFER_COPY_MEMORY" name="Memory" value="8" />
-      <member cname="GST_BUFFER_COPY_MERGE" name="Merge" value="16" />
-      <member cname="GST_BUFFER_COPY_DEEP" name="Deep" value="32" />
-    </enum>
-    <enum name="BufferFlags" cname="GstBufferFlags" type="flags" gtype="gst_buffer_flags_get_type">
-      <member cname="GST_BUFFER_FLAG_LIVE" name="Live" value="16" />
-      <member cname="GST_BUFFER_FLAG_DECODE_ONLY" name="DecodeOnly" value="32" />
-      <member cname="GST_BUFFER_FLAG_DISCONT" name="Discont" value="64" />
-      <member cname="GST_BUFFER_FLAG_RESYNC" name="Resync" value="128" />
-      <member cname="GST_BUFFER_FLAG_CORRUPTED" name="Corrupted" value="256" />
-      <member cname="GST_BUFFER_FLAG_MARKER" name="Marker" value="512" />
-      <member cname="GST_BUFFER_FLAG_HEADER" name="Header" value="1024" />
-      <member cname="GST_BUFFER_FLAG_GAP" name="Gap" value="2048" />
-      <member cname="GST_BUFFER_FLAG_DROPPABLE" name="Droppable" value="4096" />
-      <member cname="GST_BUFFER_FLAG_DELTA_UNIT" name="DeltaUnit" value="8192" />
-      <member cname="GST_BUFFER_FLAG_TAG_MEMORY" name="TagMemory" value="16384" />
-      <member cname="GST_BUFFER_FLAG_SYNC_AFTER" name="SyncAfter" value="32768" />
-      <member cname="GST_BUFFER_FLAG_NON_DROPPABLE" name="NonDroppable" value="65536" />
-      <member cname="GST_BUFFER_FLAG_LAST" name="Last" value="1048576" />
-    </enum>
-    <enum name="BufferPoolAcquireFlags" cname="GstBufferPoolAcquireFlags" type="flags" gtype="gst_buffer_pool_acquire_flags_get_type">
-      <member cname="GST_BUFFER_POOL_ACQUIRE_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT" name="KeyUnit" value="1" />
-      <member cname="GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT" name="Dontwait" value="2" />
-      <member cname="GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT" name="Discont" value="4" />
-      <member cname="GST_BUFFER_POOL_ACQUIRE_FLAG_LAST" name="Last" value="65536" />
-    </enum>
-    <enum name="BusFlags" cname="GstBusFlags" type="flags" gtype="gst_bus_flags_get_type">
-      <member cname="GST_BUS_FLUSHING" name="Flushing" value="16" />
-      <member cname="GST_BUS_FLAG_LAST" name="FlagLast" value="32" />
-    </enum>
-    <enum name="CapsFlags" cname="GstCapsFlags" type="flags" gtype="gst_caps_flags_get_type">
-      <member cname="GST_CAPS_FLAG_ANY" name="Any" value="16" />
-    </enum>
-    <enum name="ClockFlags" cname="GstClockFlags" type="flags" gtype="gst_clock_flags_get_type">
-      <member cname="GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC" name="CanDoSingleSync" value="16" />
-      <member cname="GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC" name="CanDoSingleAsync" value="32" />
-      <member cname="GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC" name="CanDoPeriodicSync" value="64" />
-      <member cname="GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC" name="CanDoPeriodicAsync" value="128" />
-      <member cname="GST_CLOCK_FLAG_CAN_SET_RESOLUTION" name="CanSetResolution" value="256" />
-      <member cname="GST_CLOCK_FLAG_CAN_SET_MASTER" name="CanSetMaster" value="512" />
-      <member cname="GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC" name="NeedsStartupSync" value="1024" />
-      <member cname="GST_CLOCK_FLAG_LAST" name="Last" value="4096" />
-    </enum>
-    <enum name="DebugColorFlags" cname="GstDebugColorFlags" type="flags" gtype="gst_debug_color_flags_get_type">
-      <member cname="GST_DEBUG_FG_BLACK" name="FgBlack" value="0" />
-      <member cname="GST_DEBUG_BG_BLACK" name="BgBlack" value="0" />
-      <member cname="GST_DEBUG_FG_RED" name="FgRed" value="1" />
-      <member cname="GST_DEBUG_FG_GREEN" name="FgGreen" value="2" />
-      <member cname="GST_DEBUG_FG_YELLOW" name="FgYellow" value="3" />
-      <member cname="GST_DEBUG_FG_BLUE" name="FgBlue" value="4" />
-      <member cname="GST_DEBUG_FG_MAGENTA" name="FgMagenta" value="5" />
-      <member cname="GST_DEBUG_FG_CYAN" name="FgCyan" value="6" />
-      <member cname="GST_DEBUG_FG_WHITE" name="FgWhite" value="7" />
-      <member cname="GST_DEBUG_BG_RED" name="BgRed" value="16" />
-      <member cname="GST_DEBUG_BG_GREEN" name="BgGreen" value="32" />
-      <member cname="GST_DEBUG_BG_YELLOW" name="BgYellow" value="48" />
-      <member cname="GST_DEBUG_BG_BLUE" name="BgBlue" value="64" />
-      <member cname="GST_DEBUG_BG_MAGENTA" name="BgMagenta" value="80" />
-      <member cname="GST_DEBUG_BG_CYAN" name="BgCyan" value="96" />
-      <member cname="GST_DEBUG_BG_WHITE" name="BgWhite" value="112" />
-      <member cname="GST_DEBUG_BOLD" name="Bold" value="256" />
-      <member cname="GST_DEBUG_UNDERLINE" name="Underline" value="512" />
-    </enum>
-    <enum name="DebugGraphDetails" cname="GstDebugGraphDetails" type="flags" gtype="gst_debug_graph_details_get_type">
-      <member cname="GST_DEBUG_GRAPH_SHOW_MEDIA_TYPE" name="MediaType" value="1" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_CAPS_DETAILS" name="CapsDetails" value="2" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_NON_DEFAULT_PARAMS" name="NonDefaultParams" value="4" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_STATES" name="States" value="8" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_ALL" name="All" value="15" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_FULL_PARAMS" name="FullParams" value="16" />
-      <member cname="GST_DEBUG_GRAPH_SHOW_VERBOSE" name="Verbose" value="4294967295" />
-    </enum>
-    <enum name="ElementFlags" cname="GstElementFlags" type="flags" gtype="gst_element_flags_get_type">
-      <member cname="GST_ELEMENT_FLAG_LOCKED_STATE" name="LockedState" value="16" />
-      <member cname="GST_ELEMENT_FLAG_SINK" name="Sink" value="32" />
-      <member cname="GST_ELEMENT_FLAG_SOURCE" name="Source" value="64" />
-      <member cname="GST_ELEMENT_FLAG_PROVIDE_CLOCK" name="ProvideClock" value="128" />
-      <member cname="GST_ELEMENT_FLAG_REQUIRE_CLOCK" name="RequireClock" value="256" />
-      <member cname="GST_ELEMENT_FLAG_INDEXABLE" name="Indexable" value="512" />
-      <member cname="GST_ELEMENT_FLAG_LAST" name="Last" value="16384" />
-    </enum>
-    <enum name="EventTypeFlags" cname="GstEventTypeFlags" type="flags" gtype="gst_event_type_flags_get_type">
-      <member cname="GST_EVENT_TYPE_UPSTREAM" name="Upstream" value="1" />
-      <member cname="GST_EVENT_TYPE_DOWNSTREAM" name="Downstream" value="2" />
-      <member cname="GST_EVENT_TYPE_SERIALIZED" name="Serialized" value="4" />
-      <member cname="GST_EVENT_TYPE_STICKY" name="Sticky" value="8" />
-      <member cname="GST_EVENT_TYPE_STICKY_MULTI" name="StickyMulti" value="16" />
-    </enum>
-    <enum name="GapFlags" cname="GstGapFlags" type="flags" gtype="gst_gap_flags_get_type" version="1.20">
-      <member cname="GST_GAP_FLAG_MISSING_DATA" name="Data" value="1" />
-    </enum>
-    <enum name="LockFlags" cname="GstLockFlags" type="flags" gtype="gst_lock_flags_get_type">
-      <member cname="GST_LOCK_FLAG_READ" name="Read" value="1" />
-      <member cname="GST_LOCK_FLAG_WRITE" name="Write" value="2" />
-      <member cname="GST_LOCK_FLAG_EXCLUSIVE" name="Exclusive" value="4" />
-      <member cname="GST_LOCK_FLAG_LAST" name="Last" value="256" />
-    </enum>
-    <enum name="MapFlags" cname="GstMapFlags" type="flags" gtype="gst_map_flags_get_type">
-      <member cname="GST_MAP_READ" name="Read" value="1" />
-      <member cname="GST_MAP_WRITE" name="Write" value="2" />
-      <member cname="GST_MAP_FLAG_LAST" name="FlagLast" value="65536" />
-    </enum>
-    <enum name="MemoryFlags" cname="GstMemoryFlags" type="flags" gtype="gst_memory_flags_get_type">
-      <member cname="GST_MEMORY_FLAG_READONLY" name="Readonly" value="2" />
-      <member cname="GST_MEMORY_FLAG_NO_SHARE" name="NoShare" value="16" />
-      <member cname="GST_MEMORY_FLAG_ZERO_PREFIXED" name="ZeroPrefixed" value="32" />
-      <member cname="GST_MEMORY_FLAG_ZERO_PADDED" name="ZeroPadded" value="64" />
-      <member cname="GST_MEMORY_FLAG_PHYSICALLY_CONTIGUOUS" name="PhysicallyContiguous" value="128" />
-      <member cname="GST_MEMORY_FLAG_NOT_MAPPABLE" name="NotMappable" value="256" />
-      <member cname="GST_MEMORY_FLAG_LAST" name="Last" value="1048576" />
-    </enum>
-    <enum name="MessageType" cname="GstMessageType" type="flags" gtype="gst_message_type_get_type">
-      <member cname="GST_MESSAGE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_MESSAGE_EOS" name="Eos" value="1" />
-      <member cname="GST_MESSAGE_ERROR" name="Error" value="2" />
-      <member cname="GST_MESSAGE_WARNING" name="Warning" value="4" />
-      <member cname="GST_MESSAGE_INFO" name="Info" value="8" />
-      <member cname="GST_MESSAGE_TAG" name="Tag" value="16" />
-      <member cname="GST_MESSAGE_BUFFERING" name="Buffering" value="32" />
-      <member cname="GST_MESSAGE_STATE_CHANGED" name="StateChanged" value="64" />
-      <member cname="GST_MESSAGE_STATE_DIRTY" name="StateDirty" value="128" />
-      <member cname="GST_MESSAGE_STEP_DONE" name="StepDone" value="256" />
-      <member cname="GST_MESSAGE_CLOCK_PROVIDE" name="ClockProvide" value="512" />
-      <member cname="GST_MESSAGE_CLOCK_LOST" name="ClockLost" value="1024" />
-      <member cname="GST_MESSAGE_NEW_CLOCK" name="NewClock" value="2048" />
-      <member cname="GST_MESSAGE_STRUCTURE_CHANGE" name="StructureChange" value="4096" />
-      <member cname="GST_MESSAGE_STREAM_STATUS" name="StreamStatus" value="8192" />
-      <member cname="GST_MESSAGE_APPLICATION" name="Application" value="16384" />
-      <member cname="GST_MESSAGE_ELEMENT" name="Element" value="32768" />
-      <member cname="GST_MESSAGE_SEGMENT_START" name="SegmentStart" value="65536" />
-      <member cname="GST_MESSAGE_SEGMENT_DONE" name="SegmentDone" value="131072" />
-      <member cname="GST_MESSAGE_DURATION_CHANGED" name="DurationChanged" value="262144" />
-      <member cname="GST_MESSAGE_LATENCY" name="Latency" value="524288" />
-      <member cname="GST_MESSAGE_ASYNC_START" name="AsyncStart" value="1048576" />
-      <member cname="GST_MESSAGE_ASYNC_DONE" name="AsyncDone" value="2097152" />
-      <member cname="GST_MESSAGE_REQUEST_STATE" name="RequestState" value="4194304" />
-      <member cname="GST_MESSAGE_STEP_START" name="StepStart" value="8388608" />
-      <member cname="GST_MESSAGE_QOS" name="Qos" value="16777216" />
-      <member cname="GST_MESSAGE_PROGRESS" name="Progress" value="33554432" />
-      <member cname="GST_MESSAGE_TOC" name="Toc" value="67108864" />
-      <member cname="GST_MESSAGE_RESET_TIME" name="ResetTime" value="134217728" />
-      <member cname="GST_MESSAGE_STREAM_START" name="StreamStart" value="268435456" />
-      <member cname="GST_MESSAGE_NEED_CONTEXT" name="NeedContext" value="536870912" />
-      <member cname="GST_MESSAGE_HAVE_CONTEXT" name="HaveContext" value="1073741824" />
-      <member cname="GST_MESSAGE_EXTENDED" name="Extended" value="2147483648" />
-      <member cname="GST_MESSAGE_DEVICE_ADDED" name="DeviceAdded" value="2147483649" />
-      <member cname="GST_MESSAGE_DEVICE_REMOVED" name="DeviceRemoved" value="2147483650" />
-      <member cname="GST_MESSAGE_PROPERTY_NOTIFY" name="PropertyNotify" value="2147483651" />
-      <member cname="GST_MESSAGE_STREAM_COLLECTION" name="StreamCollection" value="2147483652" />
-      <member cname="GST_MESSAGE_STREAMS_SELECTED" name="StreamsSelected" value="2147483653" />
-      <member cname="GST_MESSAGE_REDIRECT" name="Redirect" value="2147483654" />
-      <member cname="GST_MESSAGE_DEVICE_CHANGED" name="DeviceChanged" value="2147483655" />
-      <member cname="GST_MESSAGE_INSTANT_RATE_REQUEST" name="InstantRateRequest" value="2147483656" />
-      <member cname="GST_MESSAGE_ANY" name="Any" value="4294967295" />
-    </enum>
-    <enum name="MetaFlags" cname="GstMetaFlags" type="flags" gtype="gst_meta_flags_get_type">
-      <member cname="GST_META_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_META_FLAG_READONLY" name="Readonly" value="1" />
-      <member cname="GST_META_FLAG_POOLED" name="Pooled" value="2" />
-      <member cname="GST_META_FLAG_LOCKED" name="Locked" value="4" />
-      <member cname="GST_META_FLAG_LAST" name="Last" value="65536" />
-    </enum>
-    <enum name="MiniObjectFlags" cname="GstMiniObjectFlags" type="flags" gtype="gst_mini_object_flags_get_type">
-      <member cname="GST_MINI_OBJECT_FLAG_LOCKABLE" name="Lockable" value="1" />
-      <member cname="GST_MINI_OBJECT_FLAG_LOCK_READONLY" name="LockReadonly" value="2" />
-      <member cname="GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED" name="MayBeLeaked" value="4" />
-      <member cname="GST_MINI_OBJECT_FLAG_LAST" name="Last" value="16" />
-    </enum>
-    <enum name="ObjectFlags" cname="GstObjectFlags" type="flags" gtype="gst_object_flags_get_type">
-      <member cname="GST_OBJECT_FLAG_MAY_BE_LEAKED" name="MayBeLeaked" value="1" />
-      <member cname="GST_OBJECT_FLAG_LAST" name="Last" value="16" />
-    </enum>
-    <enum name="PadFlags" cname="GstPadFlags" type="flags" gtype="gst_pad_flags_get_type">
-      <member cname="GST_PAD_FLAG_BLOCKED" name="Blocked" value="16" />
-      <member cname="GST_PAD_FLAG_FLUSHING" name="Flushing" value="32" />
-      <member cname="GST_PAD_FLAG_EOS" name="Eos" value="64" />
-      <member cname="GST_PAD_FLAG_BLOCKING" name="Blocking" value="128" />
-      <member cname="GST_PAD_FLAG_NEED_PARENT" name="NeedParent" value="256" />
-      <member cname="GST_PAD_FLAG_NEED_RECONFIGURE" name="NeedReconfigure" value="512" />
-      <member cname="GST_PAD_FLAG_PENDING_EVENTS" name="PendingEvents" value="1024" />
-      <member cname="GST_PAD_FLAG_FIXED_CAPS" name="FixedCaps" value="2048" />
-      <member cname="GST_PAD_FLAG_PROXY_CAPS" name="ProxyCaps" value="4096" />
-      <member cname="GST_PAD_FLAG_PROXY_ALLOCATION" name="ProxyAllocation" value="8192" />
-      <member cname="GST_PAD_FLAG_PROXY_SCHEDULING" name="ProxyScheduling" value="16384" />
-      <member cname="GST_PAD_FLAG_ACCEPT_INTERSECT" name="AcceptIntersect" value="32768" />
-      <member cname="GST_PAD_FLAG_ACCEPT_TEMPLATE" name="AcceptTemplate" value="65536" />
-      <member cname="GST_PAD_FLAG_LAST" name="Last" value="1048576" />
-    </enum>
-    <enum name="PadLinkCheck" cname="GstPadLinkCheck" type="flags" gtype="gst_pad_link_check_get_type">
-      <member cname="GST_PAD_LINK_CHECK_NOTHING" name="Nothing" value="0" />
-      <member cname="GST_PAD_LINK_CHECK_HIERARCHY" name="Hierarchy" value="1" />
-      <member cname="GST_PAD_LINK_CHECK_TEMPLATE_CAPS" name="TemplateCaps" value="2" />
-      <member cname="GST_PAD_LINK_CHECK_CAPS" name="Caps" value="4" />
-      <member cname="GST_PAD_LINK_CHECK_DEFAULT" name="Default" value="5" />
-      <member cname="GST_PAD_LINK_CHECK_NO_RECONFIGURE" name="NoReconfigure" value="8" />
-    </enum>
-    <enum name="PadProbeType" cname="GstPadProbeType" type="flags" gtype="gst_pad_probe_type_get_type">
-      <member cname="GST_PAD_PROBE_TYPE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_PAD_PROBE_TYPE_IDLE" name="Idle" value="1" />
-      <member cname="GST_PAD_PROBE_TYPE_BLOCK" name="Block" value="2" />
-      <member cname="GST_PAD_PROBE_TYPE_BLOCKING" name="Blocking" value="3" />
-      <member cname="GST_PAD_PROBE_TYPE_BUFFER" name="Buffer" value="16" />
-      <member cname="GST_PAD_PROBE_TYPE_BUFFER_LIST" name="BufferList" value="32" />
-      <member cname="GST_PAD_PROBE_TYPE_EVENT_DOWNSTREAM" name="EventDownstream" value="64" />
-      <member cname="GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM" name="DataDownstream" value="112" />
-      <member cname="GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM" name="BlockDownstream" value="114" />
-      <member cname="GST_PAD_PROBE_TYPE_EVENT_UPSTREAM" name="EventUpstream" value="128" />
-      <member cname="GST_PAD_PROBE_TYPE_DATA_UPSTREAM" name="DataUpstream" value="128" />
-      <member cname="GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM" name="BlockUpstream" value="130" />
-      <member cname="GST_PAD_PROBE_TYPE_EVENT_BOTH" name="EventBoth" value="192" />
-      <member cname="GST_PAD_PROBE_TYPE_DATA_BOTH" name="DataBoth" value="240" />
-      <member cname="GST_PAD_PROBE_TYPE_EVENT_FLUSH" name="EventFlush" value="256" />
-      <member cname="GST_PAD_PROBE_TYPE_QUERY_DOWNSTREAM" name="QueryDownstream" value="512" />
-      <member cname="GST_PAD_PROBE_TYPE_QUERY_UPSTREAM" name="QueryUpstream" value="1024" />
-      <member cname="GST_PAD_PROBE_TYPE_QUERY_BOTH" name="QueryBoth" value="1536" />
-      <member cname="GST_PAD_PROBE_TYPE_ALL_BOTH" name="AllBoth" value="1776" />
-      <member cname="GST_PAD_PROBE_TYPE_PUSH" name="Push" value="4096" />
-      <member cname="GST_PAD_PROBE_TYPE_PULL" name="Pull" value="8192" />
-      <member cname="GST_PAD_PROBE_TYPE_SCHEDULING" name="Scheduling" value="12288" />
-    </enum>
-    <enum name="PadTemplateFlags" cname="GstPadTemplateFlags" type="flags" gtype="gst_pad_template_flags_get_type">
-      <member cname="GST_PAD_TEMPLATE_FLAG_LAST" name="Last" value="256" />
-    </enum>
-    <enum name="ParseFlags" cname="GstParseFlags" type="flags" gtype="gst_parse_flags_get_type">
-      <member cname="GST_PARSE_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_PARSE_FLAG_FATAL_ERRORS" name="FatalErrors" value="1" />
-      <member cname="GST_PARSE_FLAG_NO_SINGLE_ELEMENT_BINS" name="NoSingleElementBins" value="2" />
-      <member cname="GST_PARSE_FLAG_PLACE_IN_BIN" name="PlaceInBin" value="4" />
-    </enum>
-    <enum name="PipelineFlags" cname="GstPipelineFlags" type="flags" gtype="gst_pipeline_flags_get_type">
-      <member cname="GST_PIPELINE_FLAG_FIXED_CLOCK" name="FixedClock" value="524288" />
-      <member cname="GST_PIPELINE_FLAG_LAST" name="Last" value="8388608" />
-    </enum>
-    <enum name="PluginAPIFlags" cname="GstPluginAPIFlags" type="flags" gtype="gst_plugin_api_flags_get_type" version="1.18">
-      <member cname="GST_PLUGIN_API_FLAG_IGNORE_ENUM_MEMBERS" name="Members" value="1" />
-    </enum>
-    <enum name="PluginDependencyFlags" cname="GstPluginDependencyFlags" type="flags" gtype="gst_plugin_dependency_flags_get_type">
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_RECURSE" name="Recurse" value="1" />
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_DEFAULT_ONLY" name="PathsAreDefaultOnly" value="2" />
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX" name="FileNameIsSuffix" value="4" />
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX" name="FileNameIsPrefix" value="8" />
-      <member cname="GST_PLUGIN_DEPENDENCY_FLAG_PATHS_ARE_RELATIVE_TO_EXE" name="PathsAreRelativeToExe" value="16" />
-    </enum>
-    <enum name="PluginFlags" cname="GstPluginFlags" type="flags" gtype="gst_plugin_flags_get_type">
-      <member cname="GST_PLUGIN_FLAG_CACHED" name="Cached" value="16" />
-      <member cname="GST_PLUGIN_FLAG_BLACKLISTED" name="Blacklisted" value="32" />
-    </enum>
-    <enum name="QueryTypeFlags" cname="GstQueryTypeFlags" type="flags" gtype="gst_query_type_flags_get_type">
-      <member cname="GST_QUERY_TYPE_UPSTREAM" name="Upstream" value="1" />
-      <member cname="GST_QUERY_TYPE_DOWNSTREAM" name="Downstream" value="2" />
-      <member cname="GST_QUERY_TYPE_SERIALIZED" name="Serialized" value="4" />
-    </enum>
-    <enum name="SchedulingFlags" cname="GstSchedulingFlags" type="flags" gtype="gst_scheduling_flags_get_type">
-      <member cname="GST_SCHEDULING_FLAG_SEEKABLE" name="Seekable" value="1" />
-      <member cname="GST_SCHEDULING_FLAG_SEQUENTIAL" name="Sequential" value="2" />
-      <member cname="GST_SCHEDULING_FLAG_BANDWIDTH_LIMITED" name="BandwidthLimited" value="4" />
-    </enum>
-    <enum name="SeekFlags" cname="GstSeekFlags" type="flags" gtype="gst_seek_flags_get_type">
-      <member cname="GST_SEEK_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_SEEK_FLAG_FLUSH" name="Flush" value="1" />
-      <member cname="GST_SEEK_FLAG_ACCURATE" name="Accurate" value="2" />
-      <member cname="GST_SEEK_FLAG_KEY_UNIT" name="KeyUnit" value="4" />
-      <member cname="GST_SEEK_FLAG_SEGMENT" name="Segment" value="8" />
-      <member cname="GST_SEEK_FLAG_TRICKMODE" name="Trickmode" value="16" />
-      <member cname="GST_SEEK_FLAG_SKIP" name="Skip" value="16" />
-      <member cname="GST_SEEK_FLAG_SNAP_BEFORE" name="SnapBefore" value="32" />
-      <member cname="GST_SEEK_FLAG_SNAP_AFTER" name="SnapAfter" value="64" />
-      <member cname="GST_SEEK_FLAG_SNAP_NEAREST" name="SnapNearest" value="96" />
-      <member cname="GST_SEEK_FLAG_TRICKMODE_KEY_UNITS" name="TrickmodeKeyUnits" value="128" />
-      <member cname="GST_SEEK_FLAG_TRICKMODE_NO_AUDIO" name="TrickmodeNoAudio" value="256" />
-      <member cname="GST_SEEK_FLAG_TRICKMODE_FORWARD_PREDICTED" name="TrickmodeForwardPredicted" value="512" />
-      <member cname="GST_SEEK_FLAG_INSTANT_RATE_CHANGE" name="InstantRateChange" value="1024" />
-    </enum>
-    <enum name="SegmentFlags" cname="GstSegmentFlags" type="flags" gtype="gst_segment_flags_get_type">
-      <member cname="GST_SEGMENT_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_SEGMENT_FLAG_RESET" name="Reset" value="1" />
-      <member cname="GST_SEGMENT_FLAG_SEGMENT" name="Segment" value="8" />
-      <member cname="GST_SEGMENT_FLAG_TRICKMODE" name="Trickmode" value="16" />
-      <member cname="GST_SEGMENT_FLAG_SKIP" name="Skip" value="16" />
-      <member cname="GST_SEGMENT_FLAG_TRICKMODE_KEY_UNITS" name="TrickmodeKeyUnits" value="128" />
-      <member cname="GST_SEGMENT_FLAG_TRICKMODE_NO_AUDIO" name="TrickmodeNoAudio" value="256" />
-      <member cname="GST_SEGMENT_FLAG_TRICKMODE_FORWARD_PREDICTED" name="TrickmodeForwardPredicted" value="512" />
-    </enum>
-    <enum name="SerializeFlags" cname="GstSerializeFlags" type="flags" gtype="gst_serialize_flags_get_type" version="1.20">
-      <member cname="GST_SERIALIZE_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_SERIALIZE_FLAG_BACKWARD_COMPAT" name="BackwardCompat" value="1" />
-    </enum>
-    <enum name="StackTraceFlags" cname="GstStackTraceFlags" type="flags" gtype="gst_stack_trace_flags_get_type" version="1.12">
-      <member cname="GST_STACK_TRACE_SHOW_NONE" name="None" value="0" />
-      <member cname="GST_STACK_TRACE_SHOW_FULL" name="Full" value="1" />
-    </enum>
-    <enum name="StreamFlags" cname="GstStreamFlags" type="flags" gtype="gst_stream_flags_get_type" version="1.2">
-      <member cname="GST_STREAM_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_STREAM_FLAG_SPARSE" name="Sparse" value="1" />
-      <member cname="GST_STREAM_FLAG_SELECT" name="Select" value="2" />
-      <member cname="GST_STREAM_FLAG_UNSELECT" name="Unselect" value="4" />
-    </enum>
-    <enum name="StreamType" cname="GstStreamType" type="flags" gtype="gst_stream_type_get_type" version="1.10">
-      <member cname="GST_STREAM_TYPE_UNKNOWN" name="Unknown" value="1" />
-      <member cname="GST_STREAM_TYPE_AUDIO" name="Audio" value="2" />
-      <member cname="GST_STREAM_TYPE_VIDEO" name="Video" value="4" />
-      <member cname="GST_STREAM_TYPE_CONTAINER" name="Container" value="8" />
-      <member cname="GST_STREAM_TYPE_TEXT" name="Text" value="16" />
-    </enum>
-    <enum name="TracerValueFlags" cname="GstTracerValueFlags" type="flags" gtype="gst_tracer_value_flags_get_type">
-      <member cname="GST_TRACER_VALUE_FLAGS_NONE" name="None" value="0" />
-      <member cname="GST_TRACER_VALUE_FLAGS_OPTIONAL" name="Optional" value="1" />
-      <member cname="GST_TRACER_VALUE_FLAGS_AGGREGATED" name="Aggregated" value="2" />
-    </enum>
-    <callback name="BufferForeachMetaFunc" cname="GstBufferForeachMetaFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="meta" type="GstMeta**" owned="true" pass_as="out">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="BufferListFunc" cname="GstBufferListFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="idx" type="guint" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="BusFunc" cname="GstBusFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="bus" type="GstBus*" />
-        <parameter name="message" type="GstMessage*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="BusSyncHandler" cname="GstBusSyncHandler">
-      <return-type type="GstBusSyncReply" />
-      <parameters>
-        <parameter name="bus" type="GstBus*" />
-        <parameter name="message" type="GstMessage*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CapsFilterMapFunc" cname="GstCapsFilterMapFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="features" type="GstCapsFeatures*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="structure" type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CapsForeachFunc" cname="GstCapsForeachFunc" version="1.6">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="features" type="GstCapsFeatures*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="structure" type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CapsMapFunc" cname="GstCapsMapFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="features" type="GstCapsFeatures*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="structure" type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="ClockCallback" cname="GstClockCallback">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="clock" type="GstClock*" />
-        <parameter name="time" type="guint64" />
-        <parameter name="id" type="gpointer" />
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="ControlBindingConvert" cname="GstControlBindingConvert">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="binding" type="GstControlBinding*" />
-        <parameter name="src_value" type="gdouble" />
-        <parameter name="dest_value" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="ControlSourceGetValue" cname="GstControlSourceGetValue">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="self" type="GstControlSource*" />
-        <parameter name="timestamp" type="guint64" />
-        <parameter name="value" type="gdouble" />
-      </parameters>
-    </callback>
-    <callback name="ControlSourceGetValueArray" cname="GstControlSourceGetValueArray">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="self" type="GstControlSource*" />
-        <parameter name="timestamp" type="guint64" />
-        <parameter name="interval" type="guint64" />
-        <parameter name="n_values" type="guint" />
-        <parameter name="values" type="gdouble" />
-      </parameters>
-    </callback>
-    <callback name="CustomMetaTransformFunction" cname="GstCustomMetaTransformFunction" version="1.20">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="transbuf" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="meta" type="GstCustomMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="type" type="guint32" />
-        <parameter allow-none="1" name="data" type="gpointer" />
-        <parameter allow-none="1" closure="5" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="DebugFuncPtr" cname="GstDebugFuncPtr">
-      <return-type type="void" />
-    </callback>
-    <callback name="ElementCallAsyncFunc" cname="GstElementCallAsyncFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="element" type="GstElement*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="ElementForeachPadFunc" cname="GstElementForeachPadFunc" version="1.14">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="element" type="GstElement*" />
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="IteratorCopyFunction" cname="GstIteratorCopyFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="it" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="copy" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="IteratorFoldFunction" cname="GstIteratorFoldFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="item" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="_ret" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="IteratorForeachFunction" cname="GstIteratorForeachFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="item" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="IteratorFreeFunction" cname="GstIteratorFreeFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="it" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="IteratorItemFunction" cname="GstIteratorItemFunction">
-      <return-type type="GstIteratorItem" />
-      <parameters>
-        <parameter name="it" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="item" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="IteratorNextFunction" cname="GstIteratorNextFunction">
-      <return-type type="GstIteratorResult" />
-      <parameters>
-        <parameter name="it" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="_result" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="IteratorResyncFunction" cname="GstIteratorResyncFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="it" type="GstIterator*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="LogFunction" cname="GstLogFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="category" type="GstDebugCategory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="level" type="GstDebugLevel" />
-        <parameter name="file" type="const-gchar*" />
-        <parameter name="function" type="const-gchar*" />
-        <parameter name="line" type="gint" />
-        <parameter name="_object" type="GObject*" />
-        <parameter name="message" type="GstDebugMessage*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="7" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="MemoryCopyFunction" cname="GstMemoryCopyFunction">
-      <return-type type="GstMemory*" owned="true">
-        <warning>missing glib:type-name</warning>
-      </return-type>
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="offset" type="gssize" />
-        <parameter name="size" type="gssize" />
-      </parameters>
-    </callback>
-    <callback name="MemoryIsSpanFunction" cname="GstMemoryIsSpanFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="mem1" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="mem2" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="offset" type="gsize" />
-      </parameters>
-    </callback>
-    <callback name="MemoryMapFullFunction" cname="GstMemoryMapFullFunction">
-      <return-type type="gpointer" />
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="info" type="GstMapInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="maxsize" type="gsize" />
-      </parameters>
-    </callback>
-    <callback name="MemoryMapFunction" cname="GstMemoryMapFunction">
-      <return-type type="gpointer" />
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="maxsize" type="gsize" />
-        <parameter name="flags" type="GstMapFlags" />
-      </parameters>
-    </callback>
-    <callback name="MemoryShareFunction" cname="GstMemoryShareFunction">
-      <return-type type="GstMemory*" owned="true">
-        <warning>missing glib:type-name</warning>
-      </return-type>
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="offset" type="gssize" />
-        <parameter name="size" type="gssize" />
-      </parameters>
-    </callback>
-    <callback name="MemoryUnmapFullFunction" cname="GstMemoryUnmapFullFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="info" type="GstMapInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MemoryUnmapFunction" cname="GstMemoryUnmapFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="mem" type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MetaFreeFunction" cname="GstMetaFreeFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="meta" type="GstMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MetaInitFunction" cname="GstMetaInitFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="meta" type="GstMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" name="params" type="gpointer" />
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MetaTransformFunction" cname="GstMetaTransformFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="transbuf" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="meta" type="GstMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="type" type="guint32" />
-        <parameter allow-none="1" name="data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="MiniObjectCopyFunction" cname="GstMiniObjectCopyFunction">
-      <return-type type="GstMiniObject*" owned="true">
-        <warning>missing glib:type-name</warning>
-      </return-type>
-      <parameters>
-        <parameter name="obj" type="GstMiniObject*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MiniObjectDisposeFunction" cname="GstMiniObjectDisposeFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="obj" type="GstMiniObject*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MiniObjectFreeFunction" cname="GstMiniObjectFreeFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="obj" type="GstMiniObject*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="MiniObjectNotify" cname="GstMiniObjectNotify">
-      <return-type type="void" />
-      <parameters>
-        <parameter allow-none="1" closure="0" name="user_data" type="gpointer" />
-        <parameter name="obj" type="GstMiniObject*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadActivateFunction" cname="GstPadActivateFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter name="parent" type="GstObject*" />
-      </parameters>
-    </callback>
-    <callback name="PadActivateModeFunction" cname="GstPadActivateModeFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter name="parent" type="GstObject*" />
-        <parameter name="mode" type="GstPadMode" />
-        <parameter name="active" type="gboolean" />
-      </parameters>
-    </callback>
-    <callback name="PadChainFunction" cname="GstPadChainFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="buffer" type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadChainListFunction" cname="GstPadChainListFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="list" type="GstBufferList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadEventFullFunction" cname="GstPadEventFullFunction" version="1.8">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="event" type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadEventFunction" cname="GstPadEventFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="event" type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadForwardFunction" cname="GstPadForwardFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PadGetRangeFunction" cname="GstPadGetRangeFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="offset" type="guint64" />
-        <parameter name="length" type="guint" />
-        <parameter name="buffer" type="GstBuffer**">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadIterIntLinkFunction" cname="GstPadIterIntLinkFunction">
-      <return-type type="GstIterator*" owned="true">
-        <warning>missing glib:type-name</warning>
-      </return-type>
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-      </parameters>
-    </callback>
-    <callback name="PadLinkFunction" cname="GstPadLinkFunction">
-      <return-type type="GstPadLinkReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="peer" type="GstPad*" />
-      </parameters>
-    </callback>
-    <callback name="PadProbeCallback" cname="GstPadProbeCallback">
-      <return-type type="GstPadProbeReturn" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter name="info" type="GstPadProbeInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PadQueryFunction" cname="GstPadQueryFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="query" type="GstQuery*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="PadStickyEventsForeachFunction" cname="GstPadStickyEventsForeachFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="event" type="GstEvent**">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PadUnlinkFunction" cname="GstPadUnlinkFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="pad" type="GstPad*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-      </parameters>
-    </callback>
-    <callback name="PluginFeatureFilter" cname="GstPluginFeatureFilter">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="feature" type="GstPluginFeature*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PluginFilter" cname="GstPluginFilter">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="plugin" type="GstPlugin*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PluginInitFullFunc" cname="GstPluginInitFullFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="plugin" type="GstPlugin*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="PluginInitFunc" cname="GstPluginInitFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="plugin" type="GstPlugin*" />
-      </parameters>
-    </callback>
-    <callback name="PromiseChangeFunc" cname="GstPromiseChangeFunc" version="1.14">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="promise" type="GstPromise*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="StructureFilterMapFunc" cname="GstStructureFilterMapFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="field_id" type="guint32" />
-        <parameter name="value" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="StructureForeachFunc" cname="GstStructureForeachFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="field_id" type="guint32" />
-        <parameter name="value" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="StructureMapFunc" cname="GstStructureMapFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="field_id" type="guint32" />
-        <parameter name="value" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TagForeachFunc" cname="GstTagForeachFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="list" type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="tag" type="const-gchar*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TagMergeFunc" cname="GstTagMergeFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="dest" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="src" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="TaskFunction" cname="GstTaskFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter allow-none="1" closure="0" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TaskPoolFunction" cname="GstTaskPoolFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter allow-none="1" closure="0" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TaskThreadFunc" cname="GstTaskThreadFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="task" type="GstTask*" />
-        <parameter name="thread" type="GThread*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TypeFindFunction" cname="GstTypeFindFunction">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="find" type="GstTypeFind*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="ValueCompareFunc" cname="GstValueCompareFunc">
-      <return-type type="gint" />
-      <parameters>
-        <parameter name="value1" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="value2" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="ValueDeserializeFunc" cname="GstValueDeserializeFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="dest" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="s" type="const-gchar*" />
-      </parameters>
-    </callback>
-    <callback name="ValueDeserializeWithPSpecFunc" cname="GstValueDeserializeWithPSpecFunc" version="1.20">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="dest" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="s" type="const-gchar*" />
-        <parameter name="pspec" type="GParamSpec*" />
-      </parameters>
-    </callback>
-    <callback name="ValueSerializeFunc" cname="GstValueSerializeFunc">
-      <return-type type="gchar*" owned="true" />
-      <parameters>
-        <parameter name="value1" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <interface name="ChildProxy" cname="GstChildProxy" opaque="false" hidden="false">
-      <class_struct cname="GstChildProxyInterface">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_child_by_name" />
-        <method vm="get_child_by_index" />
-        <method vm="get_children_count" />
-        <method signal_vm="child_added" />
-        <method signal_vm="child_removed" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_child_proxy_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GetChildByIndex" cname="get_child_by_index">
-        <return-type type="GObject*" owned="true" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetChildByName" cname="get_child_by_name">
-        <return-type type="GObject*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetChildrenCount" cname="get_children_count">
-        <return-type type="guint" />
-        <parameters />
-      </virtual_method>
-      <method name="ChildAdded" cname="gst_child_proxy_child_added">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="child" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ChildRemoved" cname="gst_child_proxy_child_removed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="child" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetChildByIndex" cname="gst_child_proxy_get_child_by_index">
-        <return-type type="GObject*" owned="true" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetChildByName" cname="gst_child_proxy_get_child_by_name">
-        <return-type type="GObject*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetChildByNameRecurse" cname="gst_child_proxy_get_child_by_name_recurse" version="1.22">
-        <return-type type="GObject*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetChildrenCount" cname="gst_child_proxy_get_children_count">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetProperty" cname="gst_child_proxy_get_property" hidden="1">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="value" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Lookup" cname="gst_child_proxy_lookup">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter allow-none="1" name="target" type="GObject*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pspec" type="GParamSpec*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetProperty" cname="gst_child_proxy_set_property" hidden="1">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <signal name="ChildAddedEvent" cname="child-added" when="first" field_name="child_added">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="ChildRemovedEvent" cname="child-removed" when="first" field_name="child_removed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </interface>
-    <interface name="Preset" cname="GstPreset" opaque="false" hidden="false">
-      <class_struct cname="GstPresetInterface">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_preset_names" />
-        <method vm="get_property_names" />
-        <method vm="load_preset" />
-        <method vm="save_preset" />
-        <method vm="rename_preset" />
-        <method vm="delete_preset" />
-        <method vm="set_meta" />
-        <method vm="get_meta" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_preset_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetAppDir" cname="gst_preset_get_app_dir" shared="true">
-        <return-type type="const-gfilename*" />
-      </method>
-      <method name="SetAppDir" cname="gst_preset_set_app_dir" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="app_dir" type="const-gfilename*" />
-        </parameters>
-      </method>
-      <virtual_method name="DeletePreset" cname="delete_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetMeta" cname="get_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetPresetNames" cname="get_preset_names">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetPropertyNames" cname="get_property_names">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="LoadPreset" cname="load_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="RenamePreset" cname="rename_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_name" type="const-gchar*" />
-          <parameter name="new_name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SavePreset" cname="save_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetMeta" cname="set_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <method name="DeletePreset" cname="gst_preset_delete_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetMeta" cname="gst_preset_get_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetPresetNames" cname="gst_preset_get_preset_names">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetPropertyNames" cname="gst_preset_get_property_names">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="IsEditable" cname="gst_preset_is_editable" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="LoadPreset" cname="gst_preset_load_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RenamePreset" cname="gst_preset_rename_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_name" type="const-gchar*" />
-          <parameter name="new_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SavePreset" cname="gst_preset_save_preset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetMeta" cname="gst_preset_set_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-    </interface>
-    <interface name="TagSetter" cname="GstTagSetter" opaque="false" hidden="false">
-      <class_struct cname="GstTagSetterInterface">
-        <field cname="g_iface" access="public" writeable="false" readable="true" is_callback="false" name="GIface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_tag_setter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AddTagValue" cname="gst_tag_setter_add_tag_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstTagMergeMode" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetTagList" cname="gst_tag_setter_get_tag_list">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetTagMergeMode" cname="gst_tag_setter_get_tag_merge_mode">
-        <return-type type="GstTagMergeMode" />
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_tag_setter_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="ResetTags" cname="gst_tag_setter_reset_tags">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetTagMergeMode" cname="gst_tag_setter_set_tag_merge_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-    </interface>
-    <interface name="TocSetter" cname="GstTocSetter" opaque="false" hidden="false">
-      <class_struct cname="GstTocSetterInterface">
-        <field cname="g_iface" access="public" writeable="false" readable="true" is_callback="false" name="GIface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_toc_setter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetToc" cname="gst_toc_setter_get_toc">
-        <return-type type="GstToc*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Reset" cname="gst_toc_setter_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetToc" cname="gst_toc_setter_set_toc">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="toc" type="GstToc*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </interface>
-    <interface name="URIHandler" cname="GstURIHandler" opaque="false" hidden="false">
-      <class_struct cname="GstURIHandlerInterface">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_protocols" />
-        <method vm="get_uri" />
-        <method vm="set_uri" />
-      </class_struct>
-      <virtual_method name="GetProtocols" cname="get_protocols" shared="true">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters>
-          <parameter name="type" type="GType" />
-        </parameters>
-      </virtual_method>
-      <method name="GetType" cname="gst_uri_handler_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GetUri" cname="get_uri">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="SetUri" cname="set_uri">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </virtual_method>
-      <method name="GetProtocols" cname="gst_uri_handler_get_protocols">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetUri" cname="gst_uri_handler_get_uri">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetUriType" cname="gst_uri_handler_get_uri_type">
-        <return-type type="GstURIType" />
-        <parameters />
-      </method>
-      <method name="SetUri" cname="gst_uri_handler_set_uri">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-    </interface>
-    <object name="Allocator" cname="GstAllocator" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstAllocatorClass">
-        <field cname="object_class" access="public" writeable="false" readable="true" is_callback="false" name="ObjectClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="alloc" />
-        <method vm="free" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_allocator_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Find" cname="gst_allocator_find" shared="true">
-        <return-type type="GstAllocator*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Register" cname="gst_allocator_register" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="allocator" type="GstAllocator*" owned="true" />
-        </parameters>
-      </method>
-      <virtual_method name="Alloc" cname="alloc">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="size" type="gsize" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Free" cname="free">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="memory" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="Alloc" cname="gst_allocator_alloc">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="size" type="gsize" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_allocator_free">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="memory" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDefault" cname="gst_allocator_set_default">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="mem_type" access="public" writeable="false" readable="true" is_callback="false" name="MemType" type="gchar*" />
-      <field cname="mem_map" access="public" writeable="false" readable="true" is_callback="false" name="MemMap" type="GstMemoryMapFunction" />
-      <field cname="mem_unmap" access="public" writeable="false" readable="true" is_callback="false" name="MemUnmap" type="GstMemoryUnmapFunction" />
-      <field cname="mem_copy" access="public" writeable="false" readable="true" is_callback="false" name="MemCopy" type="GstMemoryCopyFunction" />
-      <field cname="mem_share" access="public" writeable="false" readable="true" is_callback="false" name="MemShare" type="GstMemoryShareFunction" />
-      <field cname="mem_is_span" access="public" writeable="false" readable="true" is_callback="false" name="MemIsSpan" type="GstMemoryIsSpanFunction" />
-      <field cname="mem_map_full" access="public" writeable="false" readable="true" is_callback="false" name="MemMapFull" type="GstMemoryMapFullFunction" />
-      <field cname="mem_unmap_full" access="public" writeable="false" readable="true" is_callback="false" name="MemUnmapFull" type="GstMemoryUnmapFullFunction" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAllocatorPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <object name="Bin" cname="GstBin" opaque="false" hidden="false" parent="GstElement">
-      <implements>
-        <interface cname="GstChildProxy" />
-      </implements>
-      <class_struct cname="GstBinClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="pool" access="private" writeable="false" readable="false" is_callback="false" name="Pool" type="GThreadPool*">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="element_added" />
-        <method signal_vm="element_removed" />
-        <method vm="add_element" />
-        <method vm="remove_element" />
-        <method vm="handle_message" />
-        <method signal_vm="do_latency" />
-        <method signal_vm="deep_element_added" />
-        <method signal_vm="deep_element_removed" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_bin_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_bin_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <virtual_method name="AddElement" cname="add_element">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleMessage" cname="handle_message">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="RemoveElement" cname="remove_element">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </virtual_method>
-      <method name="Add" cname="gst_bin_add">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </method>
-      <method name="FindUnlinkedPad" cname="gst_bin_find_unlinked_pad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-        </parameters>
-      </method>
-      <method name="GetByInterface" cname="gst_bin_get_by_interface">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="iface" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetByName" cname="gst_bin_get_by_name">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetByNameRecurseUp" cname="gst_bin_get_by_name_recurse_up">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetSuppressedFlags" cname="gst_bin_get_suppressed_flags" version="1.10">
-        <return-type type="GstElementFlags" />
-        <parameters />
-      </method>
-      <method name="IterateAllByElementFactoryName" cname="gst_bin_iterate_all_by_element_factory_name" version="1.18">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="factory_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IterateAllByInterface" cname="gst_bin_iterate_all_by_interface">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="iface" type="GType" />
-        </parameters>
-      </method>
-      <method name="IterateElements" cname="gst_bin_iterate_elements">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateRecurse" cname="gst_bin_iterate_recurse">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateSinks" cname="gst_bin_iterate_sinks">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateSorted" cname="gst_bin_iterate_sorted">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateSources" cname="gst_bin_iterate_sources">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="RecalculateLatency" cname="gst_bin_recalculate_latency">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Remove" cname="gst_bin_remove">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </method>
-      <method name="SetSuppressedFlags" cname="gst_bin_set_suppressed_flags" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstElementFlags" />
-        </parameters>
-      </method>
-      <method name="SyncChildrenStates" cname="gst_bin_sync_children_states" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <property name="AsyncHandling" cname="async-handling" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MessageForward" cname="message-forward" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" hidden="true" />
-      <field cname="numchildren" access="public" writeable="false" readable="true" is_callback="false" name="Numchildren" type="gint" />
-      <field cname="children" access="public" writeable="false" readable="true" is_callback="false" name="Children" type="GList*" element_type="GstElement*" />
-      <field cname="children_cookie" access="public" writeable="false" readable="true" is_callback="false" name="ChildrenCookie" type="guint32" />
-      <field cname="child_bus" access="public" writeable="false" readable="true" is_callback="false" name="ChildBus" type="GstBus*" />
-      <field cname="messages" access="public" writeable="false" readable="true" is_callback="false" name="Messages" type="GList*" element_type="GList*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="polling" access="public" writeable="false" readable="true" is_callback="false" name="Polling" type="gboolean" />
-      <field cname="state_dirty" access="public" writeable="false" readable="true" is_callback="false" name="StateDirty" type="gboolean" />
-      <field cname="clock_dirty" access="public" writeable="false" readable="true" is_callback="false" name="ClockDirty" type="gboolean" />
-      <field cname="provided_clock" access="public" writeable="false" readable="true" is_callback="false" name="ProvidedClock" type="GstClock*" />
-      <field cname="clock_provider" access="public" writeable="false" readable="true" is_callback="false" name="ClockProvider" type="GstElement*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBinPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="DeepElementAdded" cname="deep-element-added" when="first" field_name="deep_element_added" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sub_bin" type="GstBin*" />
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="DeepElementRemoved" cname="deep-element-removed" when="first" field_name="deep_element_removed" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sub_bin" type="GstBin*" />
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="DoLatency" cname="do-latency" when="last" field_name="do_latency">
-        <return-type type="gboolean" />
-        <parameters />
-      </signal>
-      <signal name="ElementAdded" cname="element-added" when="first" field_name="element_added">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="ElementRemoved" cname="element-removed" when="first" field_name="element_removed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </signal>
-    </object>
-    <struct name="Bitmask" cname="GstBitmask" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_bitmask_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="BufferPool" cname="GstBufferPool" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstBufferPoolClass">
-        <field cname="object_class" access="public" writeable="false" readable="true" is_callback="false" name="ObjectClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_options" />
-        <method vm="set_config" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="acquire_buffer" />
-        <method vm="alloc_buffer" />
-        <method vm="reset_buffer" />
-        <method vm="release_buffer" />
-        <method vm="free_buffer" />
-        <method vm="flush_start" />
-        <method vm="flush_stop" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_buffer_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_buffer_pool_new" disable_void_ctor="" />
-      <method name="ConfigAddOption" cname="gst_buffer_pool_config_add_option" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="option" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ConfigGetAllocator" cname="gst_buffer_pool_config_get_allocator" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConfigGetOption" cname="gst_buffer_pool_config_get_option" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="ConfigGetParams" cname="gst_buffer_pool_config_get_params" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="caps" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="size" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="min_buffers" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_buffers" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ConfigHasOption" cname="gst_buffer_pool_config_has_option" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="option" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ConfigNOptions" cname="gst_buffer_pool_config_n_options" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConfigSetAllocator" cname="gst_buffer_pool_config_set_allocator" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConfigSetParams" cname="gst_buffer_pool_config_set_params" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="guint" />
-          <parameter name="min_buffers" type="guint" />
-          <parameter name="max_buffers" type="guint" />
-        </parameters>
-      </method>
-      <method name="ConfigValidateParams" cname="gst_buffer_pool_config_validate_params" shared="true" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="guint" />
-          <parameter name="min_buffers" type="guint" />
-          <parameter name="max_buffers" type="guint" />
-        </parameters>
-      </method>
-      <virtual_method name="AcquireBuffer" cname="acquire_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="params" type="GstBufferPoolAcquireParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="AllocBuffer" cname="alloc_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="params" type="GstBufferPoolAcquireParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FlushStart" cname="flush_start" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="FlushStop" cname="flush_stop" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="FreeBuffer" cname="free_buffer">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetOptions" cname="get_options">
-        <return-type type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="ReleaseBuffer" cname="release_buffer">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ResetBuffer" cname="reset_buffer">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetConfig" cname="set_config">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="AcquireBuffer" cname="gst_buffer_pool_acquire_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="params" type="GstBufferPoolAcquireParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetConfig" cname="gst_buffer_pool_get_config">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetOptions" cname="gst_buffer_pool_get_options">
-        <return-type type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="HasOption" cname="gst_buffer_pool_has_option">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="option" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsActive" cname="gst_buffer_pool_is_active">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ReleaseBuffer" cname="gst_buffer_pool_release_buffer">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetActive" cname="gst_buffer_pool_set_active">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetConfig" cname="gst_buffer_pool_set_config">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetFlushing" cname="gst_buffer_pool_set_flushing" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="flushing" access="public" writeable="false" readable="true" is_callback="false" name="Flushing" type="gboolean" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBufferPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Bus" cname="GstBus" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstBusClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="message" />
-        <method signal_vm="sync_message" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_bus_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_bus_new" disable_void_ctor="" />
-      <method name="AddSignalWatch" cname="gst_bus_add_signal_watch">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="AddSignalWatchFull" cname="gst_bus_add_signal_watch_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="priority" type="gint" />
-        </parameters>
-      </method>
-      <method name="AddWatchFull" cname="gst_bus_add_watch_full">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="priority" type="gint" />
-          <parameter closure="2" destroy="3" scope="notified" name="func" type="GstBusFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="AsyncSignalFunc" cname="gst_bus_async_signal_func">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="CreateWatch" cname="gst_bus_create_watch">
-        <return-type type="GSource*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="DisableSyncMessageEmission" cname="gst_bus_disable_sync_message_emission">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="EnableSyncMessageEmission" cname="gst_bus_enable_sync_message_emission">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetPollfd" cname="gst_bus_get_pollfd" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fd" type="GPollFD*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="HavePending" cname="gst_bus_have_pending">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Peek" cname="gst_bus_peek">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Poll" cname="gst_bus_poll">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="events" type="GstMessageType" />
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Pop" cname="gst_bus_pop">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="PopFiltered" cname="gst_bus_pop_filtered">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="types" type="GstMessageType" />
-        </parameters>
-      </method>
-      <method name="Post" cname="gst_bus_post">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveSignalWatch" cname="gst_bus_remove_signal_watch">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RemoveWatch" cname="gst_bus_remove_watch" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetFlushing" cname="gst_bus_set_flushing">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSyncHandler" cname="gst_bus_set_sync_handler">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" allow-none="1" name="func" type="GstBusSyncHandler" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SyncSignalHandler" cname="gst_bus_sync_signal_handler">
-        <return-type type="GstBusSyncReply" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="TimedPop" cname="gst_bus_timed_pop">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="TimedPopFiltered" cname="gst_bus_timed_pop_filtered">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-          <parameter name="types" type="GstMessageType" />
-        </parameters>
-      </method>
-      <property name="EnableAsync" cname="enable-async" type="gboolean" readable="false" writeable="true" construct="false" construct-only="true" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBusPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="Message" cname="message" when="last" field_name="message">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="SyncMessage" cname="sync-message" when="last" field_name="sync_message">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-    </object>
-    <object name="Clock" cname="GstClock" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="change_resolution" />
-        <method vm="get_resolution" />
-        <method vm="get_internal_time" />
-        <method vm="wait" />
-        <method vm="wait_async" />
-        <method vm="unschedule" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="IdCompareFunc" cname="gst_clock_id_compare_func" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter allow-none="1" name="id1" type="gpointer" />
-          <parameter allow-none="1" name="id2" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IdGetClock" cname="gst_clock_id_get_clock" shared="true" version="1.16">
-        <return-type type="GstClock*" owned="true" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IdGetTime" cname="gst_clock_id_get_time" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IdRef" cname="gst_clock_id_ref" shared="true">
-        <return-type type="gpointer" owned="true" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IdUnref" cname="gst_clock_id_unref" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="id" type="gpointer" owned="true" />
-        </parameters>
-      </method>
-      <method name="IdUnschedule" cname="gst_clock_id_unschedule" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IdUsesClock" cname="gst_clock_id_uses_clock" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-          <parameter name="clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <method name="IdWait" cname="gst_clock_id_wait" shared="true">
-        <return-type type="GstClockReturn" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-          <parameter allow-none="1" name="jitter" type="gint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="IdWaitAsync" cname="gst_clock_id_wait_async" shared="true">
-        <return-type type="GstClockReturn" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-          <parameter closure="2" destroy="3" scope="notified" name="func" type="GstClockCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_data" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <virtual_method name="ChangeResolution" cname="change_resolution">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="old_resolution" type="guint64" />
-          <parameter name="new_resolution" type="guint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetInternalTime" cname="get_internal_time">
-        <return-type type="guint64" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetResolution" cname="get_resolution">
-        <return-type type="guint64" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unschedule" cname="unschedule">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="entry" type="GstClockEntry*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Wait" cname="wait">
-        <return-type type="GstClockReturn" />
-        <parameters>
-          <parameter name="entry" type="GstClockEntry*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="jitter" type="gint64" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="WaitAsync" cname="wait_async">
-        <return-type type="GstClockReturn" />
-        <parameters>
-          <parameter name="entry" type="GstClockEntry*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AddObservation" cname="gst_clock_add_observation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="slave" type="guint64" />
-          <parameter name="master" type="guint64" />
-          <parameter name="r_squared" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="AddObservationUnapplied" cname="gst_clock_add_observation_unapplied" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="slave" type="guint64" />
-          <parameter name="master" type="guint64" />
-          <parameter name="r_squared" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="internal" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="external" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate_num" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate_denom" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="AdjustUnlocked" cname="gst_clock_adjust_unlocked">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="internal" type="guint64" />
-        </parameters>
-      </method>
-      <method name="AdjustWithCalibration" cname="gst_clock_adjust_with_calibration" version="1.6">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="internal_target" type="guint64" />
-          <parameter name="cinternal" type="guint64" />
-          <parameter name="cexternal" type="guint64" />
-          <parameter name="cnum" type="guint64" />
-          <parameter name="cdenom" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetCalibration" cname="gst_clock_get_calibration">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="internal" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="external" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate_num" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate_denom" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInternalTime" cname="gst_clock_get_internal_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMaster" cname="gst_clock_get_master">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetResolution" cname="gst_clock_get_resolution">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetTime" cname="gst_clock_get_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetTimeout" cname="gst_clock_get_timeout">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="IsSynced" cname="gst_clock_is_synced" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="NewPeriodicId" cname="gst_clock_new_periodic_id">
-        <return-type type="gpointer" owned="true" />
-        <parameters>
-          <parameter name="start_time" type="guint64" />
-          <parameter name="interval" type="guint64" />
-        </parameters>
-      </method>
-      <method name="NewSingleShotId" cname="gst_clock_new_single_shot_id">
-        <return-type type="gpointer" owned="true" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="PeriodicIdReinit" cname="gst_clock_periodic_id_reinit">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-          <parameter name="start_time" type="guint64" />
-          <parameter name="interval" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetCalibration" cname="gst_clock_set_calibration">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="internal" type="guint64" />
-          <parameter name="external" type="guint64" />
-          <parameter name="rate_num" type="guint64" />
-          <parameter name="rate_denom" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaster" cname="gst_clock_set_master">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="master" type="GstClock*" />
-        </parameters>
-      </method>
-      <method name="SetResolution" cname="gst_clock_set_resolution">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="resolution" type="guint64" />
-        </parameters>
-      </method>
-      <method name="is_synced" cname="gst_clock_set_synced" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="synced" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTimeout" cname="gst_clock_set_timeout">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SingleShotIdReinit" cname="gst_clock_single_shot_id_reinit">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="id" type="gpointer" />
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UnadjustUnlocked" cname="gst_clock_unadjust_unlocked">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="external" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UnadjustWithCalibration" cname="gst_clock_unadjust_with_calibration" version="1.8">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="external_target" type="guint64" />
-          <parameter name="cinternal" type="guint64" />
-          <parameter name="cexternal" type="guint64" />
-          <parameter name="cnum" type="guint64" />
-          <parameter name="cdenom" type="guint64" />
-        </parameters>
-      </method>
-      <method name="WaitForSync" cname="gst_clock_wait_for_sync" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <property name="Timeout" cname="timeout" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="WindowSize" cname="window-size" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="WindowThreshold" cname="window-threshold" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstClockPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="Synced" cname="synced" when="last" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="synced" type="gboolean" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="ControlBinding" cname="GstControlBinding" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstControlBindingClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="sync_values" />
-        <method vm="get_value" />
-        <method vm="get_value_array" />
-        <method vm="get_g_value_array" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_control_binding_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GetGValueArray" cname="get_g_value_array" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="interval" type="guint64" />
-          <parameter name="n_values" type="guint" array_index="3" />
-          <parameter name="values" type="GValue*" array="true" array_length_param_index="2" element_type="GObject.Value" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetValue" cname="get_value">
-        <return-type type="GValue*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetValueArray" cname="get_value_array" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="interval" type="guint64" />
-          <parameter name="n_values" type="guint" array_index="3" />
-          <parameter name="values" type="gpointer" array="true" array_length_param_index="2" element_type="gpointer" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SyncValues" cname="sync_values">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="last_sync" type="guint64" />
-        </parameters>
-      </virtual_method>
-      <method name="GetGValueArray" cname="gst_control_binding_get_g_value_array">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="interval" type="guint64" />
-          <parameter name="n_values" type="guint" array_index="3" />
-          <parameter name="values" type="GValue*" array="true" array_length_param_index="2" element_type="GObject.Value" />
-        </parameters>
-      </method>
-      <method name="GetValue" cname="gst_control_binding_get_value">
-        <return-type type="GValue*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="IsDisabled" cname="gst_control_binding_is_disabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetDisabled" cname="gst_control_binding_set_disabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="disabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SyncValues" cname="gst_control_binding_sync_values">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="last_sync" type="guint64" />
-        </parameters>
-      </method>
-      <property name="Name" cname="name" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Object" cname="object" type="GstObject*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="name" access="public" writeable="false" readable="true" is_callback="false" name="NameField" type="gchar*" />
-      <field cname="pspec" access="public" writeable="false" readable="true" is_callback="false" name="Pspec" type="GParamSpec*" />
-      <field cname="object" access="private" writeable="false" readable="false" is_callback="false" name="ObjectField" type="GstObject*" hidden="true" />
-      <field cname="disabled" access="private" writeable="false" readable="false" is_callback="false" name="Disabled" type="gboolean" />
-      <union name="ABI" cname="ABI">
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstControlBindingPrivate*">
-            <warning>missing glib:type-name</warning>
-          </field>
-        </struct>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </union>
-    </object>
-    <object name="ControlSource" cname="GstControlSource" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstControlSourceClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_control_source_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetValueAt" cname="gst_control_source_get_value">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="value" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetValues" cname="gst_control_source_get_value_array">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="interval" type="guint64" />
-          <parameter name="n_values" type="guint" array_index="3" />
-          <parameter name="values" type="gdouble*" array="true" array_length_param_index="2" element_type="gdouble" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="get_value" access="public" writeable="false" readable="true" is_callback="false" name="GetValue" type="GstControlSourceGetValue" />
-      <field cname="get_value_array" access="public" writeable="false" readable="true" is_callback="false" name="GetValueArray" type="GstControlSourceGetValueArray" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Device" cname="GstDevice" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject" version="1.4">
-      <class_struct cname="GstDeviceClass" version="1.4">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_element" />
-        <method vm="reconfigure_element" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_device_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="CreateElement" cname="create_element" version="1.4">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ReconfigureElement" cname="reconfigure_element" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </virtual_method>
-      <method name="CreateElement" cname="gst_device_create_element" version="1.4">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetCaps" cname="gst_device_get_caps" version="1.4">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDeviceClass" cname="gst_device_get_device_class" version="1.4">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDisplayName" cname="gst_device_get_display_name" version="1.4">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetProperties" cname="gst_device_get_properties" version="1.6">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasClasses" cname="gst_device_has_classes" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="classes" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasClassesv" cname="gst_device_has_classesv" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="classes" type="const-gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="ReconfigureElement" cname="gst_device_reconfigure_element" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-        </parameters>
-      </method>
-      <property name="Caps" cname="caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="DeviceClass" cname="device-class" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="DisplayName" cname="display-name" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Properties" cname="properties" type="GstStructure*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstDevicePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="Removed" cname="removed" when="last">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-    </object>
-    <object name="DeviceMonitor" cname="GstDeviceMonitor" opaque="false" hidden="false" parent="GstObject" version="1.4">
-      <class_struct cname="GstDeviceMonitorClass" version="1.4">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_device_monitor_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_device_monitor_new" disable_void_ctor="" version="1.4" />
-      <method name="AddFilter" cname="gst_device_monitor_add_filter" version="1.4">
-        <return-type type="guint" />
-        <parameters>
-          <parameter allow-none="1" name="classes" type="const-gchar*" />
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBus" cname="gst_device_monitor_get_bus" version="1.4">
-        <return-type type="GstBus*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDevices" cname="gst_device_monitor_get_devices" version="1.4">
-        <return-type type="GList*" element_type="GstDevice*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetProviders" cname="gst_device_monitor_get_providers" version="1.6">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetShowAllDevices" cname="gst_device_monitor_get_show_all_devices" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="RemoveFilter" cname="gst_device_monitor_remove_filter" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="filter_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetShowAllDevices" cname="gst_device_monitor_set_show_all_devices" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="show_all" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Start" cname="gst_device_monitor_start" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_device_monitor_stop" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="ShowAll" cname="show-all" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstDeviceMonitorPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="DeviceProvider" cname="GstDeviceProvider" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject" version="1.4">
-      <class_struct cname="GstDeviceProviderClass" version="1.4">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="factory" access="public" writeable="false" readable="true" is_callback="false" name="Factory" type="GstDeviceProviderFactory*" />
-        <method vm="probe" />
-        <method vm="start" />
-        <method vm="stop" />
-        <field cname="metadata" access="private" writeable="false" readable="false" is_callback="false" name="Metadata" type="gpointer" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="AddMetadata" cname="gst_device_provider_class_add_metadata" shared="true" version="1.4" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddStaticMetadata" cname="gst_device_provider_class_add_static_metadata" shared="true" version="1.4" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="value" type="gchar*" owned="true" />
-        </parameters>
-      </method>
-      <method name="GetMetadata" cname="gst_device_provider_class_get_metadata" shared="true" version="1.4" hidden="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetMetadata" cname="gst_device_provider_class_set_metadata" shared="true" version="1.4" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="longname" type="const-gchar*" />
-          <parameter name="classification" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter name="author" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetStaticMetadata" cname="gst_device_provider_class_set_static_metadata" shared="true" version="1.4" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="longname" type="gchar*" owned="true" />
-          <parameter name="classification" type="gchar*" owned="true" />
-          <parameter name="description" type="gchar*" owned="true" />
-          <parameter name="author" type="gchar*" owned="true" />
-        </parameters>
-      </method>
-      <method name="GetType" cname="gst_device_provider_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Register" cname="gst_device_provider_register" shared="true" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="plugin" type="GstPlugin*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="rank" type="guint" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <virtual_method name="Probe" cname="probe" hidden="true">
-        <return-type type="GList*" element_type="gpointer" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Start" cname="start" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <method name="CanMonitor" cname="gst_device_provider_can_monitor">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="DeviceAdd" cname="gst_device_provider_device_add" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="device" type="GstDevice*" />
-        </parameters>
-      </method>
-      <method name="DeviceChanged" cname="gst_device_provider_device_changed" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="device" type="GstDevice*" />
-          <parameter name="changed_device" type="GstDevice*" />
-        </parameters>
-      </method>
-      <method name="DeviceRemove" cname="gst_device_provider_device_remove" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="device" type="GstDevice*" />
-        </parameters>
-      </method>
-      <method name="GetBus" cname="gst_device_provider_get_bus" version="1.4">
-        <return-type type="GstBus*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDevices" cname="gst_device_provider_get_devices" version="1.4">
-        <return-type type="GList*" element_type="GstDevice*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetFactory" cname="gst_device_provider_get_factory" version="1.4">
-        <return-type type="GstDeviceProviderFactory*" />
-        <parameters />
-      </method>
-      <method name="GetHiddenProviders" cname="gst_device_provider_get_hidden_providers" version="1.6">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetMetadata" cname="gst_device_provider_get_metadata" version="1.14">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HideProvider" cname="gst_device_provider_hide_provider" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsStarted" cname="gst_device_provider_is_started" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Start" cname="gst_device_provider_start" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_device_provider_stop" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="UnhideProvider" cname="gst_device_provider_unhide_provider" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="devices" access="public" writeable="false" readable="true" is_callback="false" name="Devices" type="GList*" element_type="gpointer" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstDeviceProviderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="ProviderHidden" cname="provider-hidden" when="first">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="const-gchar*" />
-        </parameters>
-      </signal>
-      <signal name="ProviderUnhidden" cname="provider-unhidden" when="first">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="const-gchar*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="DeviceProviderFactory" cname="GstDeviceProviderFactory" opaque="false" hidden="false" parent="GstPluginFeature" version="1.4">
-      <class_struct cname="GstDeviceProviderFactoryClass" version="1.4" />
-      <method name="GetType" cname="gst_device_provider_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Find" cname="gst_device_provider_factory_find" shared="true" version="1.4">
-        <return-type type="GstDeviceProviderFactory*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetByName" cname="gst_device_provider_factory_get_by_name" shared="true" version="1.4">
-        <return-type type="GstDeviceProvider*" owned="true" />
-        <parameters>
-          <parameter name="factoryname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ListGetDeviceProviders" cname="gst_device_provider_factory_list_get_device_providers" shared="true" version="1.4">
-        <return-type type="GList*" element_type="GstDeviceProviderFactory*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="minrank" type="GstRank" />
-        </parameters>
-      </method>
-      <method name="Get" cname="gst_device_provider_factory_get" version="1.4">
-        <return-type type="GstDeviceProvider*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDeviceProviderType" cname="gst_device_provider_factory_get_device_provider_type" version="1.4">
-        <return-type type="GType" />
-        <parameters />
-      </method>
-      <method name="GetMetadata" cname="gst_device_provider_factory_get_metadata" version="1.4">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetMetadataKeys" cname="gst_device_provider_factory_get_metadata_keys" version="1.4">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="HasClasses" cname="gst_device_provider_factory_has_classes" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="classes" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasClassesv" cname="gst_device_provider_factory_has_classesv" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="classes" type="const-gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-    </object>
-    <struct name="DoubleRange" cname="GstDoubleRange" opaque="true" hidden="true">
-      <method name="GetType" cname="gst_double_range_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="DynamicTypeFactory" cname="GstDynamicTypeFactory" opaque="false" hidden="false" parent="GstPluginFeature" version="1.12">
-      <class_struct cname="GstDynamicTypeFactoryClass" />
-      <method name="GetType" cname="gst_dynamic_type_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Load" cname="gst_dynamic_type_factory_load" shared="true">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="factoryname" type="const-gchar*" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Element" cname="GstElement" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstElementClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="metadata" access="public" writeable="false" readable="true" is_callback="false" name="Metadata" type="gpointer" />
-        <field cname="elementfactory" access="public" writeable="false" readable="true" is_callback="false" name="Elementfactory" type="GstElementFactory*" />
-        <field cname="padtemplates" access="public" writeable="false" readable="true" is_callback="false" name="Padtemplates" type="GList*" element_type="gpointer" />
-        <field cname="numpadtemplates" access="public" writeable="false" readable="true" is_callback="false" name="Numpadtemplates" type="gint" />
-        <field cname="pad_templ_cookie" access="public" writeable="false" readable="true" is_callback="false" name="PadTemplCookie" type="guint32" />
-        <method signal_vm="pad_added" />
-        <method signal_vm="pad_removed" />
-        <method signal_vm="no_more_pads" />
-        <method vm="request_new_pad" />
-        <method vm="release_pad" />
-        <method vm="get_state" />
-        <method vm="set_state" />
-        <method vm="change_state" />
-        <method vm="state_changed" />
-        <method vm="set_bus" />
-        <method vm="provide_clock" />
-        <method vm="set_clock" />
-        <method vm="send_event" />
-        <method vm="query" />
-        <method vm="post_message" />
-        <method vm="set_context" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="18" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="AddMetadata" cname="gst_element_class_add_metadata" shared="true" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddPadTemplate" cname="gst_element_class_add_pad_template" shared="true" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="templ" type="GstPadTemplate*" />
-        </parameters>
-      </method>
-      <method name="AddStaticMetadata" cname="gst_element_class_add_static_metadata" shared="true" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddStaticPadTemplate" cname="gst_element_class_add_static_pad_template" shared="true" version="1.8" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="static_templ" type="GstStaticPadTemplate*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddStaticPadTemplateWithGtype" cname="gst_element_class_add_static_pad_template_with_gtype" shared="true" version="1.14" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="static_templ" type="GstStaticPadTemplate*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="pad_type" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetMetadata" cname="gst_element_class_get_metadata" shared="true" hidden="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetPadTemplate" cname="gst_element_class_get_pad_template" shared="true" hidden="true">
-        <return-type type="GstPadTemplate*" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetPadTemplateList" cname="gst_element_class_get_pad_template_list" shared="true" hidden="true">
-        <return-type type="GList*" element_type="GstPadTemplate*" />
-        <parameters />
-      </method>
-      <method name="SetMetadata" cname="gst_element_class_set_metadata" shared="true" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="longname" type="const-gchar*" />
-          <parameter name="classification" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter name="author" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetStaticMetadata" cname="gst_element_class_set_static_metadata" shared="true" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="longname" type="const-gchar*" />
-          <parameter name="classification" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter name="author" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetType" cname="gst_element_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="MakeFromUri" cname="gst_element_make_from_uri" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="type" type="GstURIType" />
-          <parameter name="uri" type="const-gchar*" />
-          <parameter allow-none="1" name="elementname" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="Register" cname="gst_element_register" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="plugin" type="GstPlugin*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="rank" type="guint" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="StateChangeReturnGetName" cname="gst_element_state_change_return_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="state_ret" type="GstStateChangeReturn" />
-        </parameters>
-      </method>
-      <method name="StateGetName" cname="gst_element_state_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </method>
-      <method name="TypeSetSkipDocumentation" cname="gst_element_type_set_skip_documentation" shared="true" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <virtual_method name="ChangeState" cname="change_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter name="transition" type="GstStateChange" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetState" cname="get_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter allow-none="1" name="state" type="GstState" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pending" type="GstState" owned="true" pass_as="out" />
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PostMessage" cname="post_message">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProvideClock" cname="provide_clock">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Query" cname="query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ReleasePad" cname="release_pad">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="RequestNewPad" cname="request_new_pad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="templ" type="GstPadTemplate*" />
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SendEvent" cname="send_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetBus" cname="set_bus">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="bus" type="GstBus*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetClock" cname="set_clock">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetContext" cname="set_context">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="context" type="GstContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetState" cname="set_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="StateChanged" cname="state_changed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="oldstate" type="GstState" />
-          <parameter name="newstate" type="GstState" />
-          <parameter name="pending" type="GstState" />
-        </parameters>
-      </virtual_method>
-      <method name="AbortState" cname="gst_element_abort_state">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="AddPad" cname="gst_element_add_pad">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="AddPropertyDeepNotifyWatch" cname="gst_element_add_property_deep_notify_watch" version="1.10">
-        <return-type type="gulong" />
-        <parameters>
-          <parameter allow-none="1" name="property_name" type="const-gchar*" />
-          <parameter name="include_value" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="AddPropertyNotifyWatch" cname="gst_element_add_property_notify_watch" version="1.10">
-        <return-type type="gulong" />
-        <parameters>
-          <parameter allow-none="1" name="property_name" type="const-gchar*" />
-          <parameter name="include_value" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="CallAsync" cname="gst_element_call_async" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstElementCallAsyncFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="ChangeState" cname="gst_element_change_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter name="transition" type="GstStateChange" />
-        </parameters>
-      </method>
-      <method name="ContinueState" cname="gst_element_continue_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter name="_ret" type="GstStateChangeReturn" />
-        </parameters>
-      </method>
-      <method name="CreateAllPads" cname="gst_element_create_all_pads">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="DecorateStreamId" cname="gst_element_decorate_stream_id" version="1.24">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="stream_id" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ForeachPad" cname="gst_element_foreach_pad" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstElementForeachPadFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="ForeachSinkPad" cname="gst_element_foreach_sink_pad" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstElementForeachPadFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="ForeachSrcPad" cname="gst_element_foreach_src_pad" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstElementForeachPadFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetBaseTime" cname="gst_element_get_base_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetBus" cname="gst_element_get_bus">
-        <return-type type="GstBus*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetClock" cname="gst_element_get_clock">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetCompatiblePad" cname="gst_element_get_compatible_pad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetCompatiblePadTemplate" cname="gst_element_get_compatible_pad_template">
-        <return-type type="GstPadTemplate*" />
-        <parameters>
-          <parameter name="compattempl" type="GstPadTemplate*" />
-        </parameters>
-      </method>
-      <method name="GetContext" cname="gst_element_get_context" version="1.8">
-        <return-type type="GstContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="context_type" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetContextUnlocked" cname="gst_element_get_context_unlocked" version="1.8">
-        <return-type type="GstContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="context_type" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetContexts" cname="gst_element_get_contexts" version="1.8">
-        <return-type type="GList*" element_type="GList*" elements_owned="true" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCurrentClockTime" cname="gst_element_get_current_clock_time" version="1.18">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetCurrentRunningTime" cname="gst_element_get_current_running_time" version="1.18">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetFactory" cname="gst_element_get_factory">
-        <return-type type="GstElementFactory*" />
-        <parameters />
-      </method>
-      <method name="GetMetadata" cname="gst_element_get_metadata" version="1.14">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetPadTemplate" cname="gst_element_get_pad_template" version="1.14">
-        <return-type type="GstPadTemplate*" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetPadTemplateList" cname="gst_element_get_pad_template_list" version="1.14">
-        <return-type type="GList*" element_type="GstPadTemplate*" />
-        <parameters />
-      </method>
-      <method name="GetRequestPad" cname="gst_element_get_request_pad" deprecated="true" deprecated-version="1.20">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetStartTime" cname="gst_element_get_start_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetState" cname="gst_element_get_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter allow-none="1" name="state" type="GstState" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pending" type="GstState" owned="true" pass_as="out" />
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetStaticPad" cname="gst_element_get_static_pad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsLockedState" cname="gst_element_is_locked_state">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IteratePads" cname="gst_element_iterate_pads">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateSinkPads" cname="gst_element_iterate_sink_pads">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateSrcPads" cname="gst_element_iterate_src_pads">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Link" cname="gst_element_link">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GstElement*" />
-        </parameters>
-      </method>
-      <method name="LinkFiltered" cname="gst_element_link_filtered">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GstElement*" />
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="LinkPads" cname="gst_element_link_pads">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="srcpadname" type="const-gchar*" />
-          <parameter name="dest" type="GstElement*" />
-          <parameter allow-none="1" name="destpadname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="LinkPadsFiltered" cname="gst_element_link_pads_filtered">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="srcpadname" type="const-gchar*" />
-          <parameter name="dest" type="GstElement*" />
-          <parameter allow-none="1" name="destpadname" type="const-gchar*" />
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="LinkPadsFull" cname="gst_element_link_pads_full">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="srcpadname" type="const-gchar*" />
-          <parameter name="dest" type="GstElement*" />
-          <parameter allow-none="1" name="destpadname" type="const-gchar*" />
-          <parameter name="flags" type="GstPadLinkCheck" />
-        </parameters>
-      </method>
-      <method name="LostState" cname="gst_element_lost_state">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="MessageFull" cname="gst_element_message_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstMessageType" />
-          <parameter name="domain" type="guint32" />
-          <parameter name="code" type="gint" />
-          <parameter allow-none="1" name="text" type="gchar*" owned="true" />
-          <parameter allow-none="1" name="debug" type="gchar*" owned="true" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-        </parameters>
-      </method>
-      <method name="MessageFullWithDetails" cname="gst_element_message_full_with_details" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstMessageType" />
-          <parameter name="domain" type="guint32" />
-          <parameter name="code" type="gint" />
-          <parameter allow-none="1" name="text" type="gchar*" owned="true" />
-          <parameter allow-none="1" name="debug" type="gchar*" owned="true" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NoMorePads" cname="gst_element_no_more_pads">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="PostMessage" cname="gst_element_post_message">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ProvideClock" cname="gst_element_provide_clock">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Query" cname="gst_element_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryConvert" cname="gst_element_query_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_val" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_val" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryDuration" cname="gst_element_query_duration">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="duration" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryPosition" cname="gst_element_query_position">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="cur" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ReleaseRequestPad" cname="gst_element_release_request_pad">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="RemovePad" cname="gst_element_remove_pad">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="RemovePropertyNotifyWatch" cname="gst_element_remove_property_notify_watch" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="watch_id" type="gulong" />
-        </parameters>
-      </method>
-      <method name="RequestPad" cname="gst_element_request_pad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="templ" type="GstPadTemplate*" />
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RequestPadSimple" cname="gst_element_request_pad_simple" version="1.20">
-        <return-type type="GstPad*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Seek" cname="gst_element_seek">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="rate" type="gdouble" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="flags" type="GstSeekFlags" />
-          <parameter name="start_type" type="GstSeekType" />
-          <parameter name="start" type="gint64" />
-          <parameter name="stop_type" type="GstSeekType" />
-          <parameter name="stop" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SeekSimple" cname="gst_element_seek_simple">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="seek_flags" type="GstSeekFlags" />
-          <parameter name="seek_pos" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SendEvent" cname="gst_element_send_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetBaseTime" cname="gst_element_set_base_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetBus" cname="gst_element_set_bus">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="bus" type="GstBus*" />
-        </parameters>
-      </method>
-      <method name="SetClock" cname="gst_element_set_clock">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <method name="SetContext" cname="gst_element_set_context">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="context" type="GstContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetLockedState" cname="gst_element_set_locked_state">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="locked_state" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetStartTime" cname="gst_element_set_start_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetState" cname="gst_element_set_state">
-        <return-type type="GstStateChangeReturn" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </method>
-      <method name="SyncStateWithParent" cname="gst_element_sync_state_with_parent">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Unlink" cname="gst_element_unlink">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GstElement*" />
-        </parameters>
-      </method>
-      <method name="UnlinkPads" cname="gst_element_unlink_pads">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="srcpadname" type="const-gchar*" />
-          <parameter name="dest" type="GstElement*" />
-          <parameter name="destpadname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="state_lock" access="public" writeable="false" readable="true" is_callback="false" name="StateLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="state_cond" access="public" writeable="false" readable="true" is_callback="false" name="StateCond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="state_cookie" access="public" writeable="false" readable="true" is_callback="false" name="StateCookie" type="guint32" />
-      <field cname="target_state" access="public" writeable="false" readable="true" is_callback="false" name="TargetState" type="GstState" />
-      <field cname="current_state" access="public" writeable="false" readable="true" is_callback="false" name="CurrentState" type="GstState" />
-      <field cname="next_state" access="public" writeable="false" readable="true" is_callback="false" name="NextState" type="GstState" />
-      <field cname="pending_state" access="public" writeable="false" readable="true" is_callback="false" name="PendingState" type="GstState" />
-      <field cname="last_return" access="public" writeable="false" readable="true" is_callback="false" name="LastReturn" type="GstStateChangeReturn" />
-      <field cname="bus" access="public" writeable="false" readable="true" is_callback="false" name="Bus" type="GstBus*" />
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstClock*" />
-      <field cname="base_time" access="public" writeable="false" readable="true" is_callback="false" name="BaseTime" type="gint64" />
-      <field cname="start_time" access="public" writeable="false" readable="true" is_callback="false" name="StartTime" type="guint64" />
-      <field cname="numpads" access="public" writeable="false" readable="true" is_callback="false" name="Numpads" type="guint16" />
-      <field cname="pads" access="public" writeable="false" readable="true" is_callback="false" name="Pads" type="GList*" element_type="GstPad*" />
-      <field cname="numsrcpads" access="public" writeable="false" readable="true" is_callback="false" name="Numsrcpads" type="guint16" />
-      <field cname="srcpads" access="public" writeable="false" readable="true" is_callback="false" name="Srcpads" type="GList*" element_type="GstPad*" />
-      <field cname="numsinkpads" access="public" writeable="false" readable="true" is_callback="false" name="Numsinkpads" type="guint16" />
-      <field cname="sinkpads" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpads" type="GList*" element_type="GstPad*" />
-      <field cname="pads_cookie" access="public" writeable="false" readable="true" is_callback="false" name="PadsCookie" type="guint32" />
-      <field cname="contexts" access="public" writeable="false" readable="true" is_callback="false" name="Contexts" type="GList*" element_type="GList*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      <signal name="NoMorePadsEvent" cname="no-more-pads" when="last" field_name="no_more_pads">
-        <return-type type="void" />
-        <parameters />
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="PadAdded" cname="pad-added" when="last" field_name="pad_added">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="new_pad" type="GstPad*" />
-        </parameters>
-      </signal>
-      <signal name="PadRemoved" cname="pad-removed" when="last" field_name="pad_removed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="old_pad" type="GstPad*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="ElementFactory" cname="GstElementFactory" opaque="false" hidden="false" parent="GstPluginFeature">
-      <class_struct cname="GstElementFactoryClass" />
-      <method name="GetType" cname="gst_element_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Find" cname="gst_element_factory_find" shared="true">
-        <return-type type="GstElementFactory*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ListFilter" cname="gst_element_factory_list_filter" shared="true">
-        <return-type type="GList*" element_type="GstElementFactory*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstElementFactory*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="subsetonly" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="ListGetElements" cname="gst_element_factory_list_get_elements" shared="true">
-        <return-type type="GList*" element_type="GstElementFactory*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="type" type="guint64" />
-          <parameter name="minrank" type="GstRank" />
-        </parameters>
-      </method>
-      <method name="Make" cname="gst_element_factory_make" shared="true">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter name="factoryname" type="const-gchar*" />
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MakeWithProperties" cname="gst_element_factory_make_with_properties" shared="true" version="1.20">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter name="factoryname" type="const-gchar*" />
-          <parameter name="n" type="guint" array_index="3" />
-          <parameter allow-none="1" name="names" type="const gchar**" array="true" array_length_param_index="1" element_type="gchar*" />
-          <parameter allow-none="1" name="values" type="const GValue*" array="true" array_length_param_index="1" element_type="GObject.Value" />
-        </parameters>
-      </method>
-      <method name="CanSinkAllCaps" cname="gst_element_factory_can_sink_all_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CanSinkAnyCaps" cname="gst_element_factory_can_sink_any_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CanSrcAllCaps" cname="gst_element_factory_can_src_all_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CanSrcAnyCaps" cname="gst_element_factory_can_src_any_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Create" cname="gst_element_factory_create">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CreateWithProperties" cname="gst_element_factory_create_with_properties" version="1.20">
-        <return-type type="GstElement*" array_index="2" />
-        <parameters>
-          <parameter name="n" type="guint" array_index="2" />
-          <parameter allow-none="1" name="names" type="const gchar**" array="true" array_length_param_index="0" element_type="gchar*" />
-          <parameter allow-none="1" name="values" type="const GValue*" array="true" array_length_param_index="0" element_type="GObject.Value" />
-        </parameters>
-      </method>
-      <method name="GetElementType" cname="gst_element_factory_get_element_type">
-        <return-type type="GType" />
-        <parameters />
-      </method>
-      <method name="GetMetadata" cname="gst_element_factory_get_metadata">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetMetadataKeys" cname="gst_element_factory_get_metadata_keys">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetNumPadTemplates" cname="gst_element_factory_get_num_pad_templates">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetSkipDocumentation" cname="gst_element_factory_get_skip_documentation" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetStaticPadTemplates" cname="gst_element_factory_get_static_pad_templates">
-        <parameters />
-        <return-type type="GList*" element_type="GstStaticPadTemplate" />
-      </method>
-      <method name="GetUriProtocols" cname="gst_element_factory_get_uri_protocols">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetUriType" cname="gst_element_factory_get_uri_type">
-        <return-type type="GstURIType" />
-        <parameters />
-      </method>
-      <method name="HasInterface" cname="gst_element_factory_has_interface">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="interfacename" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ListIsType" cname="gst_element_factory_list_is_type">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="guint64" />
-        </parameters>
-      </method>
-    </object>
-    <struct name="FlagSet" cname="GstFlagSet" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_flagset_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Register" cname="gst_flagset_register" shared="true" version="1.6">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="flags_type" type="GType" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="Fraction" cname="GstFraction" opaque="true" hidden="true">
-      <method name="GetType" cname="gst_fraction_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <struct name="FractionRange" cname="GstFractionRange" opaque="true" hidden="true">
-      <method name="GetType" cname="gst_fraction_range_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="GhostPad" cname="GstGhostPad" opaque="false" hidden="false" parent="GstProxyPad">
-      <class_struct cname="GstGhostPadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstProxyPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_ghost_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_ghost_pad_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="target" type="GstPad*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_ghost_pad_new_from_template">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="target" type="GstPad*" />
-          <parameter name="templ" type="GstPadTemplate*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_ghost_pad_new_no_target">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="dir" type="GstPadDirection" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_ghost_pad_new_no_target_from_template">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="templ" type="GstPadTemplate*" />
-        </parameters>
-      </constructor>
-      <method name="ActivateModeDefault" cname="gst_ghost_pad_activate_mode_default" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="mode" type="GstPadMode" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="InternalActivateModeDefault" cname="gst_ghost_pad_internal_activate_mode_default" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="mode" type="GstPadMode" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Construct" cname="gst_ghost_pad_construct" deprecated="true">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetTarget" cname="gst_ghost_pad_get_target">
-        <return-type type="GstPad*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetTarget" cname="gst_ghost_pad_set_target">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="newtarget" type="GstPad*" />
-        </parameters>
-      </method>
-      <field cname="pad" access="public" writeable="false" readable="true" is_callback="false" name="Pad" type="GstProxyPad*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstGhostPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <struct name="Int64Range" cname="GstInt64Range" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_int64_range_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <struct name="IntRange" cname="GstIntRange" opaque="true" hidden="true">
-      <method name="GetType" cname="gst_int_range_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="Object" cname="GstObject" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GInitiallyUnowned">
-      <class_struct cname="GstObjectClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GInitiallyUnownedClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="path_string_separator" access="public" writeable="false" readable="true" is_callback="false" name="PathStringSeparator" type="gchar*" />
-        <method signal_vm="deep_notify" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_object_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="CheckUniqueness" cname="gst_object_check_uniqueness" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstObject*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="DefaultDeepNotify" cname="gst_object_default_deep_notify" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="orig" type="GstObject*" />
-          <parameter name="pspec" type="GParamSpec*" />
-          <parameter allow-none="1" name="excluded_props" type="const-gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="Replace" cname="gst_object_replace" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="oldobj" type="GstObject*" owned="true" />
-          <parameter allow-none="1" name="newobj" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="AddControlBinding" cname="gst_object_add_control_binding">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="binding" type="GstControlBinding*" />
-        </parameters>
-      </method>
-      <method name="DefaultError" cname="gst_object_default_error">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="debug" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetControlBinding" cname="gst_object_get_control_binding">
-        <return-type type="GstControlBinding*" owned="true" />
-        <parameters>
-          <parameter name="property_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetControlRate" cname="gst_object_get_control_rate">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetGValueArray" cname="gst_object_get_g_value_array">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="interval" type="guint64" />
-          <parameter name="n_values" type="guint" array_index="4" />
-          <parameter name="values" type="GValue*" array="true" array_length_param_index="3" element_type="GObject.Value" />
-        </parameters>
-      </method>
-      <method name="GetName" cname="gst_object_get_name">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetParent" cname="gst_object_get_parent">
-        <return-type type="GstObject*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPathString" cname="gst_object_get_path_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetValue" cname="gst_object_get_value">
-        <return-type type="GValue*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="HasActiveControlBindings" cname="gst_object_has_active_control_bindings">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasAncestor" cname="gst_object_has_ancestor" deprecated="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ancestor" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="HasAsAncestor" cname="gst_object_has_as_ancestor">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ancestor" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="HasAsParent" cname="gst_object_has_as_parent" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="parent" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="Ref" cname="gst_object_ref">
-        <return-type type="GstObject*" owned="true" />
-        <parameters />
-      </method>
-      <method name="RemoveControlBinding" cname="gst_object_remove_control_binding">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="binding" type="GstControlBinding*" />
-        </parameters>
-      </method>
-      <method name="SetControlBindingDisabled" cname="gst_object_set_control_binding_disabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="disabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetControlBindingsDisabled" cname="gst_object_set_control_bindings_disabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="disabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetControlRate" cname="gst_object_set_control_rate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="control_rate" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetName" cname="gst_object_set_name">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetParent" cname="gst_object_set_parent">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="parent" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="SuggestNextSync" cname="gst_object_suggest_next_sync">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="SyncValues" cname="gst_object_sync_values">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Unparent" cname="gst_object_unparent">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_object_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="Name" cname="name" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="Parent" cname="parent" type="GstObject*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GInitiallyUnowned*" hidden="true" />
-      <field cname="lock" access="public" writeable="false" readable="true" is_callback="false" name="Lock" type="GMutex*" />
-      <field cname="name" access="public" writeable="false" readable="true" is_callback="false" name="NameField" type="gchar*" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="ParentField" type="GstObject*" hidden="true" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="guint32" />
-      <field cname="control_bindings" access="private" writeable="false" readable="false" is_callback="false" name="ControlBindings" type="GList*" element_type="gpointer" />
-      <field cname="control_rate" access="private" writeable="false" readable="false" is_callback="false" name="ControlRate" type="guint64" />
-      <field cname="last_sync" access="private" writeable="false" readable="false" is_callback="false" name="LastSync" type="guint64" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" padding="true" />
-      <signal name="DeepNotify" cname="deep-notify" when="first" field_name="deep_notify">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="prop_object" type="GstObject*" />
-          <parameter name="prop" type="GParamSpec*" />
-        </parameters>
-      </signal>
-      <method name="Connect">
-        <parameters>
-          <parameter name="o" type="GObject" />
-          <parameter name="handler" type="Delegate" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Pad" cname="GstPad" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstPadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="linked" />
-        <method signal_vm="unlinked" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_pad_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="direction" type="GstPadDirection" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_pad_new_from_static_template">
-        <parameters>
-          <parameter name="templ" type="GstStaticPadTemplate*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_pad_new_from_template">
-        <parameters>
-          <parameter name="templ" type="GstPadTemplate*" />
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="LinkGetName" cname="gst_pad_link_get_name" shared="true" version="1.4">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="_ret" type="GstPadLinkReturn" />
-        </parameters>
-      </method>
-      <method name="ActivateMode" cname="gst_pad_activate_mode">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="AddProbe" cname="gst_pad_add_probe">
-        <return-type type="gulong" />
-        <parameters>
-          <parameter name="mask" type="GstPadProbeType" />
-          <parameter closure="2" destroy="3" scope="notified" name="callback" type="GstPadProbeCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_data" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="CanLink" cname="gst_pad_can_link">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sinkpad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="Chain" cname="gst_pad_chain">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ChainList" cname="gst_pad_chain_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CheckReconfigure" cname="gst_pad_check_reconfigure">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="CreateStreamId" cname="gst_pad_create_stream_id">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="parent" type="GstElement*" />
-          <parameter allow-none="1" name="stream_id" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="EventDefault" cname="gst_pad_event_default">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Forward" cname="gst_pad_forward">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="forward" type="GstPadForwardFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetAllowedCaps" cname="gst_pad_get_allowed_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCurrentCaps" cname="gst_pad_get_current_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDirection" cname="gst_pad_get_direction">
-        <return-type type="GstPadDirection" />
-        <parameters />
-      </method>
-      <method name="GetElementPrivate" cname="gst_pad_get_element_private">
-        <return-type type="gpointer" />
-        <parameters />
-      </method>
-      <method name="GetLastFlowReturn" cname="gst_pad_get_last_flow_return" version="1.4">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <method name="GetOffset" cname="gst_pad_get_offset">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="GetPadTemplate" cname="gst_pad_get_pad_template">
-        <return-type type="GstPadTemplate*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPadTemplateCaps" cname="gst_pad_get_pad_template_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetParentElement" cname="gst_pad_get_parent_element">
-        <return-type type="GstElement*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPeer" cname="gst_pad_get_peer">
-        <return-type type="GstPad*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetRange" cname="gst_pad_get_range">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSingleInternalLink" cname="gst_pad_get_single_internal_link" version="1.18">
-        <return-type type="GstPad*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStickyEvent" cname="gst_pad_get_sticky_event">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="event_type" type="GstEventType" />
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetStream" cname="gst_pad_get_stream" version="1.10">
-        <return-type type="GstStream*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStreamId" cname="gst_pad_get_stream_id" version="1.2">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTaskState" cname="gst_pad_get_task_state" version="1.12">
-        <return-type type="GstTaskState" />
-        <parameters />
-      </method>
-      <method name="HasCurrentCaps" cname="gst_pad_has_current_caps">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsActive" cname="gst_pad_is_active">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsBlocked" cname="gst_pad_is_blocked">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsBlocking" cname="gst_pad_is_blocking">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsLinked" cname="gst_pad_is_linked">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IterateInternalLinks" cname="gst_pad_iterate_internal_links">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IterateInternalLinksDefault" cname="gst_pad_iterate_internal_links_default">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="Link" cname="gst_pad_link">
-        <return-type type="GstPadLinkReturn" />
-        <parameters>
-          <parameter name="sinkpad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="LinkFull" cname="gst_pad_link_full">
-        <return-type type="GstPadLinkReturn" />
-        <parameters>
-          <parameter name="sinkpad" type="GstPad*" />
-          <parameter name="flags" type="GstPadLinkCheck" />
-        </parameters>
-      </method>
-      <method name="LinkMaybeGhosting" cname="gst_pad_link_maybe_ghosting" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sink" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="LinkMaybeGhostingFull" cname="gst_pad_link_maybe_ghosting_full" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sink" type="GstPad*" />
-          <parameter name="flags" type="GstPadLinkCheck" />
-        </parameters>
-      </method>
-      <method name="MarkReconfigure" cname="gst_pad_mark_reconfigure">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="NeedsReconfigure" cname="gst_pad_needs_reconfigure">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PauseTask" cname="gst_pad_pause_task">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PeerQuery" cname="gst_pad_peer_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PeerQueryAcceptCaps" cname="gst_pad_peer_query_accept_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PeerQueryCaps" cname="gst_pad_peer_query_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PeerQueryConvert" cname="gst_pad_peer_query_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_val" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_val" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PeerQueryDuration" cname="gst_pad_peer_query_duration">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="duration" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PeerQueryPosition" cname="gst_pad_peer_query_position">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="cur" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ProxyQueryAcceptCaps" cname="gst_pad_proxy_query_accept_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ProxyQueryCaps" cname="gst_pad_proxy_query_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PullRange" cname="gst_pad_pull_range">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Push" cname="gst_pad_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushEvent" cname="gst_pad_push_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushList" cname="gst_pad_push_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Query" cname="gst_pad_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryAcceptCaps" cname="gst_pad_query_accept_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryCaps" cname="gst_pad_query_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryConvert" cname="gst_pad_query_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_val" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_val" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryDefault" cname="gst_pad_query_default">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryDuration" cname="gst_pad_query_duration">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="duration" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryPosition" cname="gst_pad_query_position">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter allow-none="1" name="cur" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RemoveProbe" cname="gst_pad_remove_probe">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="id" type="gulong" />
-        </parameters>
-      </method>
-      <method name="SendEvent" cname="gst_pad_send_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetActivateFunctionFull" cname="gst_pad_set_activate_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="activate" type="GstPadActivateFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetActivatemodeFunctionFull" cname="gst_pad_set_activatemode_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="activatemode" type="GstPadActivateModeFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetActive" cname="gst_pad_set_active">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetChainFunctionFull" cname="gst_pad_set_chain_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="chain" type="GstPadChainFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetChainListFunctionFull" cname="gst_pad_set_chain_list_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="chainlist" type="GstPadChainListFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetElementPrivate" cname="gst_pad_set_element_private">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="priv" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetEventFullFunctionFull" cname="gst_pad_set_event_full_function_full" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="event" type="GstPadEventFullFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetEventFunctionFull" cname="gst_pad_set_event_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="event" type="GstPadEventFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetGetrangeFunctionFull" cname="gst_pad_set_getrange_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="get" type="GstPadGetRangeFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetIterateInternalLinksFunctionFull" cname="gst_pad_set_iterate_internal_links_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="iterintlink" type="GstPadIterIntLinkFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetLinkFunctionFull" cname="gst_pad_set_link_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="link" type="GstPadLinkFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetOffset" cname="gst_pad_set_offset">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetQueryFunctionFull" cname="gst_pad_set_query_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="query" type="GstPadQueryFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetUnlinkFunctionFull" cname="gst_pad_set_unlink_function_full">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="unlink" type="GstPadUnlinkFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="StartTask" cname="gst_pad_start_task">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstTaskFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="StickyEventsForeach" cname="gst_pad_sticky_events_foreach">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="foreach_func" type="GstPadStickyEventsForeachFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="StopTask" cname="gst_pad_stop_task">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="StoreStickyEvent" cname="gst_pad_store_sticky_event" version="1.2">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Unlink" cname="gst_pad_unlink">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sinkpad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="UseFixedCaps" cname="gst_pad_use_fixed_caps">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="Direction" cname="direction" type="GstPadDirection" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Offset" cname="offset" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.6" />
-      <property name="Template" cname="template" type="GstPadTemplate*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="element_private" access="public" writeable="false" readable="true" is_callback="false" name="ElementPrivate" type="gpointer" />
-      <field cname="padtemplate" access="public" writeable="false" readable="true" is_callback="false" name="Padtemplate" type="GstPadTemplate*" />
-      <field cname="direction" access="public" writeable="false" readable="true" is_callback="false" name="DirectionField" type="GstPadDirection" />
-      <field cname="stream_rec_lock" access="private" writeable="false" readable="false" is_callback="false" name="StreamRecLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="task" access="private" writeable="false" readable="false" is_callback="false" name="Task" type="GstTask*" />
-      <field cname="block_cond" access="private" writeable="false" readable="false" is_callback="false" name="BlockCond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="probes" access="private" writeable="false" readable="false" is_callback="false" name="Probes" type="GHookList">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="mode" access="private" writeable="false" readable="false" is_callback="false" name="Mode" type="GstPadMode" />
-      <field cname="activatefunc" access="private" writeable="false" readable="false" is_callback="false" name="Activatefunc" type="GstPadActivateFunction" />
-      <field cname="activatedata" access="private" writeable="false" readable="false" is_callback="false" name="Activatedata" type="gpointer" />
-      <field cname="activatenotify" access="private" writeable="false" readable="false" is_callback="false" name="Activatenotify" type="GDestroyNotify" />
-      <field cname="activatemodefunc" access="private" writeable="false" readable="false" is_callback="false" name="Activatemodefunc" type="GstPadActivateModeFunction" />
-      <field cname="activatemodedata" access="private" writeable="false" readable="false" is_callback="false" name="Activatemodedata" type="gpointer" />
-      <field cname="activatemodenotify" access="private" writeable="false" readable="false" is_callback="false" name="Activatemodenotify" type="GDestroyNotify" />
-      <field cname="peer" access="private" writeable="false" readable="false" is_callback="false" name="Peer" type="GstPad*" />
-      <field cname="linkfunc" access="private" writeable="false" readable="false" is_callback="false" name="Linkfunc" type="GstPadLinkFunction" />
-      <field cname="linkdata" access="private" writeable="false" readable="false" is_callback="false" name="Linkdata" type="gpointer" />
-      <field cname="linknotify" access="private" writeable="false" readable="false" is_callback="false" name="Linknotify" type="GDestroyNotify" />
-      <field cname="unlinkfunc" access="private" writeable="false" readable="false" is_callback="false" name="Unlinkfunc" type="GstPadUnlinkFunction" />
-      <field cname="unlinkdata" access="private" writeable="false" readable="false" is_callback="false" name="Unlinkdata" type="gpointer" />
-      <field cname="unlinknotify" access="private" writeable="false" readable="false" is_callback="false" name="Unlinknotify" type="GDestroyNotify" />
-      <field cname="chainfunc" access="private" writeable="false" readable="false" is_callback="false" name="Chainfunc" type="GstPadChainFunction" />
-      <field cname="chaindata" access="private" writeable="false" readable="false" is_callback="false" name="Chaindata" type="gpointer" />
-      <field cname="chainnotify" access="private" writeable="false" readable="false" is_callback="false" name="Chainnotify" type="GDestroyNotify" />
-      <field cname="chainlistfunc" access="private" writeable="false" readable="false" is_callback="false" name="Chainlistfunc" type="GstPadChainListFunction" />
-      <field cname="chainlistdata" access="private" writeable="false" readable="false" is_callback="false" name="Chainlistdata" type="gpointer" />
-      <field cname="chainlistnotify" access="private" writeable="false" readable="false" is_callback="false" name="Chainlistnotify" type="GDestroyNotify" />
-      <field cname="getrangefunc" access="private" writeable="false" readable="false" is_callback="false" name="Getrangefunc" type="GstPadGetRangeFunction" />
-      <field cname="getrangedata" access="private" writeable="false" readable="false" is_callback="false" name="Getrangedata" type="gpointer" />
-      <field cname="getrangenotify" access="private" writeable="false" readable="false" is_callback="false" name="Getrangenotify" type="GDestroyNotify" />
-      <field cname="eventfunc" access="private" writeable="false" readable="false" is_callback="false" name="Eventfunc" type="GstPadEventFunction" />
-      <field cname="eventdata" access="private" writeable="false" readable="false" is_callback="false" name="Eventdata" type="gpointer" />
-      <field cname="eventnotify" access="private" writeable="false" readable="false" is_callback="false" name="Eventnotify" type="GDestroyNotify" />
-      <field cname="offset" access="private" writeable="false" readable="false" is_callback="false" name="OffsetField" type="gint64" />
-      <field cname="queryfunc" access="private" writeable="false" readable="false" is_callback="false" name="Queryfunc" type="GstPadQueryFunction" />
-      <field cname="querydata" access="private" writeable="false" readable="false" is_callback="false" name="Querydata" type="gpointer" />
-      <field cname="querynotify" access="private" writeable="false" readable="false" is_callback="false" name="Querynotify" type="GDestroyNotify" />
-      <field cname="iterintlinkfunc" access="private" writeable="false" readable="false" is_callback="false" name="Iterintlinkfunc" type="GstPadIterIntLinkFunction" />
-      <field cname="iterintlinkdata" access="private" writeable="false" readable="false" is_callback="false" name="Iterintlinkdata" type="gpointer" />
-      <field cname="iterintlinknotify" access="private" writeable="false" readable="false" is_callback="false" name="Iterintlinknotify" type="GDestroyNotify" />
-      <field cname="num_probes" access="private" writeable="false" readable="false" is_callback="false" name="NumProbes" type="gint" />
-      <field cname="num_blocked" access="private" writeable="false" readable="false" is_callback="false" name="NumBlocked" type="gint" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <union name="ABI" cname="ABI" hidden="true">
-        <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="last_flowret" access="public" writeable="true" readable="true" is_callback="false" name="LastFlowret" type="GstFlowReturn" />
-          <field cname="eventfullfunc" access="public" writeable="true" readable="true" is_callback="false" name="Eventfullfunc" type="GstPadEventFullFunction" />
-        </struct>
-      </union>
-      <signal name="Linked" cname="linked" when="last" field_name="linked">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="peer" type="GstPad*" />
-        </parameters>
-      </signal>
-      <signal name="Unlinked" cname="unlinked" when="last" field_name="unlinked">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="peer" type="GstPad*" />
-        </parameters>
-      </signal>
-      <method name="PadModeGetName" cname="gst_pad_mode_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-        </parameters>
-      </method>
-    </object>
-    <object name="PadTemplate" cname="GstPadTemplate" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstPadTemplateClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="pad_created" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_pad_template_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_pad_template_new">
-        <parameters>
-          <parameter name="name_template" type="const-gchar*" />
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="presence" type="GstPadPresence" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_pad_template_new_from_static_pad_template_with_gtype" version="1.14">
-        <parameters>
-          <parameter name="pad_template" type="GstStaticPadTemplate*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="pad_type" type="GType" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_pad_template_new_with_gtype" version="1.14">
-        <parameters>
-          <parameter name="name_template" type="const-gchar*" />
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="presence" type="GstPadPresence" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="pad_type" type="GType" />
-        </parameters>
-      </constructor>
-      <method name="GetCaps" cname="gst_pad_template_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDocumentationCaps" cname="gst_pad_template_get_documentation_caps" version="1.18">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="PadCreated" cname="gst_pad_template_pad_created">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="SetDocumentationCaps" cname="gst_pad_template_set_documentation_caps" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="Caps" cname="caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Direction" cname="direction" type="GstPadDirection" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Gtype" cname="gtype" type="GType" readable="true" writeable="true" construct="false" construct-only="true" version="1.14" />
-      <property name="NameTemplate" cname="name-template" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Presence" cname="presence" type="GstPadPresence" readable="true" writeable="true" construct="false" construct-only="true" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="name_template" access="public" writeable="false" readable="true" is_callback="false" name="NameTemplateField" type="gchar*" />
-      <field cname="direction" access="public" writeable="false" readable="true" is_callback="false" name="DirectionField" type="GstPadDirection" />
-      <field cname="presence" access="public" writeable="false" readable="true" is_callback="false" name="PresenceField" type="GstPadPresence" />
-      <field cname="caps" access="public" writeable="false" readable="true" is_callback="false" name="CapsField" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <union name="ABI" cname="ABI">
-        <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="gtype" access="public" writeable="true" readable="true" is_callback="false" name="Gtype" type="GType" />
-          <field cname="documentation_caps" access="public" writeable="true" readable="true" is_callback="false" name="DocumentationCaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </field>
-        </struct>
-      </union>
-      <signal name="PadCreatedEvent" cname="pad-created" when="last" field_name="pad_created">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </object>
-    <struct name="ParamArray" cname="GstParamArray" opaque="true" hidden="false" parent="GParam" version="1.12">
-      <method name="GetType" cname="gst_param_spec_array_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <struct name="ParamFraction" cname="GstParamFraction" opaque="true" hidden="false" parent="GParam">
-      <method name="GetType" cname="gst_param_spec_fraction_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="Pipeline" cname="GstPipeline" opaque="false" hidden="false" parent="GstBin">
-      <implements>
-        <interface cname="GstChildProxy" />
-      </implements>
-      <class_struct cname="GstPipelineClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBinClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_pipeline_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_pipeline_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AutoClock" cname="gst_pipeline_auto_clock">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetAutoFlushBus" cname="gst_pipeline_get_auto_flush_bus">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetBus" cname="gst_pipeline_get_bus" hidden="true">
-        <return-type type="GstBus*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDelay" cname="gst_pipeline_get_delay">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_pipeline_get_latency" version="1.6">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetPipelineClock" cname="gst_pipeline_get_pipeline_clock" version="1.6">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetAutoFlushBus" cname="gst_pipeline_set_auto_flush_bus">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="auto_flush" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDelay" cname="gst_pipeline_set_delay">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="delay" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_pipeline_set_latency" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UseClock" cname="gst_pipeline_use_clock">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <property name="AutoFlushBus" cname="auto-flush-bus" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Delay" cname="delay" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Latency" cname="latency" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.6" />
-      <field cname="bin" access="public" writeable="false" readable="true" is_callback="false" name="Bin" type="GstBin*" hidden="true" />
-      <field cname="fixed_clock" access="public" writeable="false" readable="true" is_callback="false" name="FixedClock" type="GstClock*" />
-      <field cname="stream_time" access="public" writeable="false" readable="true" is_callback="false" name="StreamTime" type="guint64" />
-      <field cname="delay" access="public" writeable="false" readable="true" is_callback="false" name="DelayField" type="guint64" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstPipelinePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Plugin" cname="GstPlugin" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstPluginClass" />
-      <method name="GetType" cname="gst_plugin_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ListFree" cname="gst_plugin_list_free" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstPlugin*" elements_owned="true" owned="true" />
-        </parameters>
-      </method>
-      <method name="LoadByName" cname="gst_plugin_load_by_name" shared="true">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="LoadFile" cname="gst_plugin_load_file" shared="true">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters throws="1">
-          <parameter name="filename" type="const-gfilename*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="RegisterStatic" cname="gst_plugin_register_static" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="major_version" type="gint" />
-          <parameter name="minor_version" type="gint" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter scope="call" name="init_func" type="GstPluginInitFunc" />
-          <parameter name="version" type="const-gchar*" />
-          <parameter name="license" type="const-gchar*" />
-          <parameter name="source" type="const-gchar*" />
-          <parameter name="package" type="const-gchar*" />
-          <parameter name="origin" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RegisterStaticFull" cname="gst_plugin_register_static_full" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="major_version" type="gint" />
-          <parameter name="minor_version" type="gint" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter closure="10" scope="call" name="init_full_func" type="GstPluginInitFullFunc" />
-          <parameter name="version" type="const-gchar*" />
-          <parameter name="license" type="const-gchar*" />
-          <parameter name="source" type="const-gchar*" />
-          <parameter name="package" type="const-gchar*" />
-          <parameter name="origin" type="const-gchar*" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="AddDependency" cname="gst_plugin_add_dependency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="env_vars" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter allow-none="1" name="paths" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter allow-none="1" name="names" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter name="flags" type="GstPluginDependencyFlags" />
-        </parameters>
-      </method>
-      <method name="AddDependencySimple" cname="gst_plugin_add_dependency_simple">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="env_vars" type="const-gchar*" />
-          <parameter allow-none="1" name="paths" type="const-gchar*" />
-          <parameter allow-none="1" name="names" type="const-gchar*" />
-          <parameter name="flags" type="GstPluginDependencyFlags" />
-        </parameters>
-      </method>
-      <method name="GetCacheData" cname="gst_plugin_get_cache_data">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDescription" cname="gst_plugin_get_description">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetFilename" cname="gst_plugin_get_filename">
-        <return-type type="const-gfilename*" />
-        <parameters />
-      </method>
-      <method name="GetLicense" cname="gst_plugin_get_license">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetName" cname="gst_plugin_get_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetOrigin" cname="gst_plugin_get_origin">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetPackage" cname="gst_plugin_get_package">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetReleaseDateString" cname="gst_plugin_get_release_date_string">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetSource" cname="gst_plugin_get_source">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetVersion" cname="gst_plugin_get_version">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="IsLoaded" cname="gst_plugin_is_loaded">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Load" cname="gst_plugin_load">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetCacheData" cname="gst_plugin_set_cache_data">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="cache_data" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </object>
-    <object name="PluginFeature" cname="GstPluginFeature" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstPluginFeatureClass" />
-      <method name="GetType" cname="gst_plugin_feature_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ListCopy" cname="gst_plugin_feature_list_copy" shared="true">
-        <return-type type="GList*" element_type="GstPluginFeature*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstPluginFeature*" />
-        </parameters>
-      </method>
-      <method name="ListDebug" cname="gst_plugin_feature_list_debug" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstPluginFeature*" />
-        </parameters>
-      </method>
-      <method name="ListFree" cname="gst_plugin_feature_list_free" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="GList*" element_type="GstPluginFeature*" elements_owned="true" owned="true" />
-        </parameters>
-      </method>
-      <method name="RankCompareFunc" cname="gst_plugin_feature_rank_compare_func" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter allow-none="1" name="p1" type="gpointer" />
-          <parameter allow-none="1" name="p2" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="CheckVersion" cname="gst_plugin_feature_check_version">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="min_major" type="guint" />
-          <parameter name="min_minor" type="guint" />
-          <parameter name="min_micro" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetPlugin" cname="gst_plugin_feature_get_plugin">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPluginName" cname="gst_plugin_feature_get_plugin_name" version="1.2">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetRank" cname="gst_plugin_feature_get_rank">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Load" cname="gst_plugin_feature_load">
-        <return-type type="GstPluginFeature*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetRank" cname="gst_plugin_feature_set_rank">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="rank" type="guint" />
-        </parameters>
-      </method>
-    </object>
-    <object name="ProxyPad" cname="GstProxyPad" opaque="false" hidden="false" parent="GstPad">
-      <class_struct cname="GstProxyPadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="1" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_proxy_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ChainDefault" cname="gst_proxy_pad_chain_default" shared="true">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ChainListDefault" cname="gst_proxy_pad_chain_list_default" shared="true">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter name="list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetrangeDefault" cname="gst_proxy_pad_getrange_default" shared="true">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="parent" type="GstObject*" />
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IterateInternalLinksDefault" cname="gst_proxy_pad_iterate_internal_links_default" shared="true">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="GetInternal" cname="gst_proxy_pad_get_internal">
-        <return-type type="GstProxyPad*" owned="true" />
-        <parameters />
-      </method>
-      <field cname="pad" access="public" writeable="false" readable="true" is_callback="false" name="Pad" type="GstPad*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstProxyPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <object name="Registry" cname="GstRegistry" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstRegistryClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_registry_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ForkIsEnabled" cname="gst_registry_fork_is_enabled" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="ForkSetEnabled" cname="gst_registry_fork_set_enabled" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Get" cname="gst_registry_get" shared="true">
-        <return-type type="GstRegistry*" />
-      </method>
-      <method name="AddFeature" cname="gst_registry_add_feature">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="feature" type="GstPluginFeature*" />
-        </parameters>
-      </method>
-      <method name="AddPlugin" cname="gst_registry_add_plugin">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plugin" type="GstPlugin*" />
-        </parameters>
-      </method>
-      <method name="CheckFeatureVersion" cname="gst_registry_check_feature_version">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="feature_name" type="const-gchar*" />
-          <parameter name="min_major" type="guint" />
-          <parameter name="min_minor" type="guint" />
-          <parameter name="min_micro" type="guint" />
-        </parameters>
-      </method>
-      <method name="FeatureFilter" cname="gst_registry_feature_filter">
-        <return-type type="GList*" element_type="GstPluginFeature*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="2" scope="call" name="filter" type="GstPluginFeatureFilter" />
-          <parameter name="first" type="gboolean" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="FindFeature" cname="gst_registry_find_feature">
-        <return-type type="GstPluginFeature*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="FindPlugin" cname="gst_registry_find_plugin">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetFeatureList" cname="gst_registry_get_feature_list">
-        <return-type type="GList*" element_type="GstPluginFeature*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetFeatureListByPlugin" cname="gst_registry_get_feature_list_by_plugin">
-        <return-type type="GList*" element_type="GstPluginFeature*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetFeatureListCookie" cname="gst_registry_get_feature_list_cookie">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetPluginList" cname="gst_registry_get_plugin_list">
-        <return-type type="GList*" element_type="GstPlugin*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="Lookup" cname="gst_registry_lookup">
-        <return-type type="GstPlugin*" owned="true" />
-        <parameters>
-          <parameter name="filename" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="LookupFeature" cname="gst_registry_lookup_feature">
-        <return-type type="GstPluginFeature*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PluginFilter" cname="gst_registry_plugin_filter">
-        <return-type type="GList*" element_type="GstPlugin*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="2" scope="call" name="filter" type="GstPluginFilter" />
-          <parameter name="first" type="gboolean" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="RemoveFeature" cname="gst_registry_remove_feature">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="GstPluginFeature*" />
-        </parameters>
-      </method>
-      <method name="RemovePlugin" cname="gst_registry_remove_plugin">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="plugin" type="GstPlugin*" />
-        </parameters>
-      </method>
-      <method name="ScanPath" cname="gst_registry_scan_path">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="path" type="const-gfilename*" />
-        </parameters>
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRegistryPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <signal name="FeatureAdded" cname="feature-added" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="GstPluginFeature*" />
-        </parameters>
-      </signal>
-      <signal name="PluginAdded" cname="plugin-added" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="plugin" type="GstPlugin*" />
-        </parameters>
-      </signal>
-      <method name="UpdateRegistry" cname="gst_update_registry" shared="true">
-        <return-type type="gboolean" />
-      </method>
-    </object>
-    <object name="SharedTaskPool" cname="GstSharedTaskPool" opaque="false" hidden="false" parent="GstTaskPool" version="1.20">
-      <class_struct cname="GstSharedTaskPoolClass" version="1.20">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstTaskPoolClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_shared_task_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_shared_task_pool_new" disable_void_ctor="" version="1.20" />
-      <method name="GetMaxThreads" cname="gst_shared_task_pool_get_max_threads" version="1.20">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SetMaxThreads" cname="gst_shared_task_pool_set_max_threads" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max_threads" type="guint" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstTaskPool*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstSharedTaskPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Stream" cname="GstStream" opaque="false" hidden="false" parent="GstObject" version="1.10">
-      <class_struct cname="GstStreamClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_stream_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_stream_new" version="1.10">
-        <parameters>
-          <parameter name="stream_id" type="const-gchar*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="type" type="GstStreamType" />
-          <parameter name="flags" type="GstStreamFlags" />
-        </parameters>
-      </constructor>
-      <method name="GetCaps" cname="gst_stream_get_caps" version="1.10">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetStreamFlags" cname="gst_stream_get_stream_flags" version="1.10">
-        <return-type type="GstStreamFlags" />
-        <parameters />
-      </method>
-      <method name="GetStreamId" cname="gst_stream_get_stream_id" version="1.10">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetStreamType" cname="gst_stream_get_stream_type" version="1.10">
-        <return-type type="GstStreamType" />
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_stream_get_tags" version="1.10">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="SetCaps" cname="gst_stream_set_caps" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetStreamFlags" cname="gst_stream_set_stream_flags" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstStreamFlags" />
-        </parameters>
-      </method>
-      <method name="SetStreamType" cname="gst_stream_set_stream_type" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream_type" type="GstStreamType" />
-        </parameters>
-      </method>
-      <method name="SetTags" cname="gst_stream_set_tags" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="Caps" cname="caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="StreamFlags" cname="stream-flags" type="GstStreamFlags" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="StreamId" cname="stream-id" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="StreamType" cname="stream-type" type="GstStreamType" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="Tags" cname="tags" type="GstTagList*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="object" access="private" writeable="false" readable="false" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="stream_id" access="public" writeable="false" readable="true" is_callback="false" name="StreamIdField" type="gchar*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstStreamPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="StreamCollection" cname="GstStreamCollection" opaque="false" hidden="false" parent="GstObject" version="1.10">
-      <class_struct cname="GstStreamCollectionClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="stream_notify" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_stream_collection_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_stream_collection_new" version="1.10">
-        <parameters>
-          <parameter name="upstream_id" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AddStream" cname="gst_stream_collection_add_stream" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstStream*" owned="true" />
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_stream_collection_get_size" version="1.10">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetStream" cname="gst_stream_collection_get_stream" version="1.10">
-        <return-type type="GstStream*" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetUpstreamId" cname="gst_stream_collection_get_upstream_id" version="1.10">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <property name="UpstreamId" cname="upstream-id" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="object" access="private" writeable="false" readable="false" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="upstream_id" access="private" writeable="false" readable="false" is_callback="false" name="UpstreamIdField" type="gchar*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstStreamCollectionPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="StreamNotify" cname="stream-notify" when="first" field_name="stream_notify">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstStream*" />
-          <parameter name="p0" type="GParamSpec*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="SystemClock" cname="GstSystemClock" opaque="false" hidden="false" parent="GstClock">
-      <class_struct cname="GstSystemClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstClockClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_system_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Obtain" cname="gst_system_clock_obtain" shared="true">
-        <return-type type="GstClock*" owned="true" />
-      </method>
-      <method name="SetDefault" cname="gst_system_clock_set_default" shared="true" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="new_clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <property name="ClockType" cname="clock-type" type="GstClockType" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstClock*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstSystemClockPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Task" cname="GstTask" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstTaskClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="pool" access="private" writeable="false" readable="false" is_callback="false" name="Pool" type="GstTaskPool*" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_task_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_task_new">
-        <parameters>
-          <parameter name="func" type="GstTaskFunction" />
-          <parameter name="user_data" type="gpointer" />
-          <parameter name="notify" type="GDestroyNotify" />
-        </parameters>
-      </constructor>
-      <method name="CleanupAll" cname="gst_task_cleanup_all" shared="true">
-        <return-type type="void" />
-      </method>
-      <method name="GetPool" cname="gst_task_get_pool">
-        <return-type type="GstTaskPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetState" cname="gst_task_get_state">
-        <return-type type="GstTaskState" />
-        <parameters />
-      </method>
-      <method name="Join" cname="gst_task_join">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Pause" cname="gst_task_pause">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Resume" cname="gst_task_resume" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetEnterCallback" cname="gst_task_set_enter_callback">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="enter_func" type="GstTaskThreadFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetLeaveCallback" cname="gst_task_set_leave_callback">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="leave_func" type="GstTaskThreadFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetLock" cname="gst_task_set_lock">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mutex" type="GRecMutex*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPool" cname="gst_task_set_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pool" type="GstTaskPool*" />
-        </parameters>
-      </method>
-      <method name="SetState" cname="gst_task_set_state">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="state" type="GstTaskState" />
-        </parameters>
-      </method>
-      <method name="Start" cname="gst_task_start">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_task_stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="state" access="public" writeable="false" readable="true" is_callback="false" name="State" type="GstTaskState" />
-      <field cname="cond" access="public" writeable="false" readable="true" is_callback="false" name="Cond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="lock" access="public" writeable="false" readable="true" is_callback="false" name="Lock" type="GRecMutex*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="func" access="public" writeable="false" readable="true" is_callback="false" name="Func" type="GstTaskFunction" />
-      <field cname="user_data" access="public" writeable="false" readable="true" is_callback="false" name="UserData" type="gpointer" />
-      <field cname="notify" access="public" writeable="false" readable="true" is_callback="false" name="Notify" type="GDestroyNotify" hidden="true" />
-      <field cname="running" access="public" writeable="false" readable="true" is_callback="false" name="Running" type="gboolean" />
-      <field cname="thread" access="private" writeable="false" readable="false" is_callback="false" name="Thread" type="GThread*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTaskPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="TaskPool" cname="GstTaskPool" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstTaskPoolClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="prepare" />
-        <method vm="cleanup" />
-        <method vm="push" />
-        <method vm="join" />
-        <method vm="dispose_handle" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_task_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_task_pool_new" disable_void_ctor="" />
-      <virtual_method name="Cleanup" cname="cleanup">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="DisposeHandle" cname="dispose_handle" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="id" type="gpointer*" owned="true" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Join" cname="join">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="id" type="gpointer*" owned="true" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Prepare" cname="prepare">
-        <return-type type="void" />
-        <parameters throws="1">
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Push" cname="push">
-        <return-type type="gpointer*" owned="true" />
-        <parameters throws="1">
-          <parameter closure="1" scope="async" name="func" type="GstTaskPoolFunction" />
-          <parameter closure="1" allow-none="1" name="user_data" type="gpointer" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </virtual_method>
-      <method name="Cleanup" cname="gst_task_pool_cleanup">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="DisposeHandle" cname="gst_task_pool_dispose_handle" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="id" type="gpointer*" owned="true" />
-        </parameters>
-      </method>
-      <method name="Join" cname="gst_task_pool_join">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="id" type="gpointer*" owned="true" />
-        </parameters>
-      </method>
-      <method name="Prepare" cname="gst_task_pool_prepare">
-        <return-type type="void" />
-        <parameters throws="1">
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="Push" cname="gst_task_pool_push">
-        <return-type type="gpointer*" owned="true" />
-        <parameters throws="1">
-          <parameter closure="1" scope="async" name="func" type="GstTaskPoolFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="pool" access="private" writeable="false" readable="false" is_callback="false" name="Pool" type="GThreadPool*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="Tracer" cname="GstTracer" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject" version="1.8">
-      <class_struct cname="GstTracerClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_tracer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Register" cname="gst_tracer_register" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="plugin" type="GstPlugin*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <property name="Params" cname="params" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTracerPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="TracerFactory" cname="GstTracerFactory" opaque="false" hidden="false" parent="GstPluginFeature" version="1.8">
-      <class_struct cname="GstTracerFactoryClass" />
-      <method name="GetType" cname="gst_tracer_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetList" cname="gst_tracer_factory_get_list" shared="true" version="1.8">
-        <return-type type="GList*" element_type="GstTracerFactory*" elements_owned="true" owned="true" />
-      </method>
-      <method name="GetTracerType" cname="gst_tracer_factory_get_tracer_type" version="1.14">
-        <return-type type="GType" />
-        <parameters />
-      </method>
-    </object>
-    <object name="TracerRecord" cname="GstTracerRecord" opaque="false" hidden="false" parent="GstObject" version="1.8">
-      <class_struct cname="GstTracerRecordClass" />
-      <method name="GetType" cname="gst_tracer_record_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </object>
-    <object name="TypeFindFactory" cname="GstTypeFindFactory" opaque="false" hidden="false" parent="GstPluginFeature">
-      <class_struct cname="GstTypeFindFactoryClass" />
-      <method name="GetType" cname="gst_type_find_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetList" cname="gst_type_find_factory_get_list" shared="true">
-        <return-type type="GList*" element_type="GstTypeFindFactory*" elements_owned="true" owned="true" />
-      </method>
-      <method name="CallFunction" cname="gst_type_find_factory_call_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="find" type="GstTypeFind*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetCaps" cname="gst_type_find_factory_get_caps">
-        <return-type type="GstCaps*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetExtensions" cname="gst_type_find_factory_get_extensions">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="HasFunction" cname="gst_type_find_factory_has_function">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </object>
-    <struct name="ValueArray" cname="GstValueArray" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_value_array_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AppendAndTakeValue" cname="gst_value_array_append_and_take_value" shared="true" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="append_value" type="GValue*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendValue" cname="gst_value_array_append_value" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="append_value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_value_array_get_size" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetValue" cname="gst_value_array_get_value" shared="true">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_value_array_init" shared="true" version="1.18">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prealloc" type="guint" />
-        </parameters>
-      </method>
-      <method name="PrependValue" cname="gst_value_array_prepend_value" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prepend_value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="ValueList" cname="GstValueList" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_value_list_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AppendAndTakeValue" cname="gst_value_list_append_and_take_value" shared="true" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="append_value" type="GValue*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendValue" cname="gst_value_list_append_value" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="append_value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Concat" cname="gst_value_list_concat" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_value_list_get_size" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetValue" cname="gst_value_list_get_value" shared="true">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_value_list_init" shared="true" version="1.18">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prealloc" type="guint" />
-        </parameters>
-      </method>
-      <method name="Merge" cname="gst_value_list_merge" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PrependValue" cname="gst_value_list_prepend_value" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prepend_value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="AllocationParams" cname="GstAllocationParams" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_allocation_params_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstMemoryFlags" />
-      <field cname="align" access="public" writeable="true" readable="true" is_callback="false" name="Align" type="gsize" />
-      <field cname="prefix" access="public" writeable="true" readable="true" is_callback="false" name="Prefix" type="gsize" />
-      <field cname="padding" access="public" writeable="true" readable="true" is_callback="false" name="Padding" type="gsize" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <constructor cname="gst_allocation_params_new" disable_void_ctor="" version="1.20" />
-      <method name="Copy" cname="gst_allocation_params_copy">
-        <return-type type="GstAllocationParams*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_allocation_params_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_allocation_params_init">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="AllocatorPrivate" cname="GstAllocatorPrivate" opaque="true" hidden="true" />
-    <boxed name="AtomicQueue" cname="GstAtomicQueue" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_atomic_queue_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_atomic_queue_new">
-        <parameters>
-          <parameter name="initial_size" type="guint" />
-        </parameters>
-      </constructor>
-      <method name="Length" cname="gst_atomic_queue_length">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Peek" cname="gst_atomic_queue_peek">
-        <return-type type="gpointer" />
-        <parameters />
-      </method>
-      <method name="Pop" cname="gst_atomic_queue_pop">
-        <return-type type="gpointer*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Push" cname="gst_atomic_queue_push">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Ref" cname="gst_atomic_queue_ref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_atomic_queue_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="BinPrivate" cname="GstBinPrivate" opaque="true" hidden="true" />
-    <boxed name="Buffer" cname="GstBuffer" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_buffer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" array_index="3" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="pool" access="public" writeable="true" readable="true" is_callback="false" name="Pool" type="GstBufferPool*" array_index="2" />
-      <field cname="pts" access="public" writeable="true" readable="true" is_callback="false" name="Pts" type="guint64" array_index="1" />
-      <field cname="dts" access="public" writeable="true" readable="true" is_callback="false" name="Dts" type="guint64" />
-      <field cname="duration" access="public" writeable="true" readable="true" is_callback="false" name="Duration" type="guint64" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint64" />
-      <field cname="offset_end" access="public" writeable="true" readable="true" is_callback="false" name="OffsetEnd" type="guint64" />
-      <constructor cname="gst_buffer_new" disable_void_ctor="" />
-      <constructor cname="gst_buffer_new_allocate">
-        <parameters>
-          <parameter name="allocator" type="GstAllocator*" />
-          <parameter name="size" type="gsize" />
-          <parameter name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_buffer_new_memdup" version="1.20">
-        <parameters>
-          <parameter name="data" type="gconstpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_buffer_new_wrapped" hidden="true">
-        <parameters>
-          <parameter name="data" type="gpointer*" owned="true" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_buffer_new_wrapped_bytes" version="1.16">
-        <parameters>
-          <parameter name="bytes" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_buffer_new_wrapped_full">
-        <parameters>
-          <parameter name="flags" type="GstMemoryFlags" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="maxsize" type="gsize" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter name="user_data" type="gpointer" />
-          <parameter name="notify" type="GDestroyNotify" />
-        </parameters>
-      </constructor>
-      <method name="AddCustomMeta" cname="gst_buffer_add_custom_meta" version="1.20">
-        <return-type type="GstCustomMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddMeta" cname="gst_buffer_add_meta">
-        <return-type type="GstMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="info" type="GstMetaInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="params" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="AddParentBufferMeta" cname="gst_buffer_add_parent_buffer_meta" version="1.6">
-        <return-type type="GstParentBufferMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="ref" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddProtectionMeta" cname="gst_buffer_add_protection_meta" version="1.6">
-        <return-type type="GstProtectionMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="info" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddReferenceTimestampMeta" cname="gst_buffer_add_reference_timestamp_meta" version="1.14">
-        <return-type type="GstReferenceTimestampMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="reference" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Append" cname="gst_buffer_append">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buf2" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendMemory" cname="gst_buffer_append_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendRegion" cname="gst_buffer_append_region">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buf2" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="CopyDeep" cname="gst_buffer_copy_deep" version="1.6">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="CopyInto" cname="gst_buffer_copy_into">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstBufferCopyFlags" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="CopyRegion" cname="gst_buffer_copy_region">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstBufferCopyFlags" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Extract" cname="gst_buffer_extract" hidden="true">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="dest" type="gpointer" pass_as="out" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize*" owned="true" pass_as="out" array_index="1" />
-        </parameters>
-      </method>
-      <method name="ExtractDup" cname="gst_buffer_extract_dup" version="1.0.10" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-          <parameter name="dest" type="gpointer**" owned="true" pass_as="out" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter name="dest_size" type="gsize*" owned="true" pass_as="out" array_index="2" />
-        </parameters>
-      </method>
-      <method name="Fill" cname="gst_buffer_fill">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="src" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="n_length" type="gsize" array_index="1" />
-        </parameters>
-      </method>
-      <method name="FindMemory" cname="gst_buffer_find_memory">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-          <parameter name="idx" type="guint*" owned="true" pass_as="out" />
-          <parameter name="length" type="guint*" owned="true" pass_as="out" />
-          <parameter name="skip" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ForeachMeta" cname="gst_buffer_foreach_meta" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstBufferForeachMetaFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetAllMemory" cname="gst_buffer_get_all_memory">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCustomMeta" cname="gst_buffer_get_custom_meta" version="1.20">
-        <return-type type="GstCustomMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetFlags" cname="gst_buffer_get_flags" version="1.10">
-        <return-type type="GstBufferFlags" />
-        <parameters />
-      </method>
-      <method name="GetMemory" cname="gst_buffer_get_memory">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetMemoryRange" cname="gst_buffer_get_memory_range">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetMeta" cname="gst_buffer_get_meta">
-        <return-type type="GstMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="api" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetNMeta" cname="gst_buffer_get_n_meta" version="1.14">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="api_type" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetReferenceTimestampMeta" cname="gst_buffer_get_reference_timestamp_meta" version="1.14">
-        <return-type type="GstReferenceTimestampMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="reference" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_buffer_get_size">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="GetSizes" cname="gst_buffer_get_sizes">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter allow-none="1" name="offset" type="gsize*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="maxsize" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetSizesRange" cname="gst_buffer_get_sizes_range">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-          <parameter allow-none="1" name="offset" type="gsize*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="maxsize" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="HasFlags" cname="gst_buffer_has_flags" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstBufferFlags" />
-        </parameters>
-      </method>
-      <method name="InsertMemory" cname="gst_buffer_insert_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsAllMemoryWritable" cname="gst_buffer_is_all_memory_writable" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsMemoryRangeWritable" cname="gst_buffer_is_memory_range_writable" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_buffer_map">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstMapInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="MapRange" cname="gst_buffer_map_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-          <parameter name="info" type="GstMapInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="Memcmp" cname="gst_buffer_memcmp">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="mem" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="n_length" type="gsize" array_index="1" />
-        </parameters>
-      </method>
-      <method name="Memset" cname="gst_buffer_memset">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="val" type="guint8" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="NMemory" cname="gst_buffer_n_memory">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="PeekMemory" cname="gst_buffer_peek_memory">
-        <return-type type="GstMemory*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="PrependMemory" cname="gst_buffer_prepend_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveAllMemory" cname="gst_buffer_remove_all_memory">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RemoveMemory" cname="gst_buffer_remove_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveMemoryRange" cname="gst_buffer_remove_memory_range">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-        </parameters>
-      </method>
-      <method name="RemoveMeta" cname="gst_buffer_remove_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceAllMemory" cname="gst_buffer_replace_all_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceMemory" cname="gst_buffer_replace_memory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceMemoryRange" cname="gst_buffer_replace_memory_range">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-          <parameter name="mem" type="GstMemory*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Resize" cname="gst_buffer_resize">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="ResizeRange" cname="gst_buffer_resize_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="gint" />
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="SetFlags" cname="gst_buffer_set_flags" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstBufferFlags" />
-        </parameters>
-      </method>
-      <method name="SetSize" cname="gst_buffer_set_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_buffer_unmap">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstMapInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="UnsetFlags" cname="gst_buffer_unset_flags" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstBufferFlags" />
-        </parameters>
-      </method>
-      <method name="GetMaxMemory" cname="gst_buffer_get_max_memory" shared="true" version="1.2">
-        <return-type type="guint" />
-      </method>
-    </boxed>
-    <boxed name="BufferList" cname="GstBufferList" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_buffer_list_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_buffer_list_new" disable_void_ctor="" />
-      <constructor cname="gst_buffer_list_new_sized">
-        <parameters>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </constructor>
-      <method name="CalculateSize" cname="gst_buffer_list_calculate_size" version="1.14">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="CopyDeep" cname="gst_buffer_list_copy_deep" version="1.6">
-        <return-type type="GstBufferList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Foreach" cname="gst_buffer_list_foreach">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstBufferListFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Get" cname="gst_buffer_list_get">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetWritable" cname="gst_buffer_list_get_writable" version="1.14">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="Insert" cname="gst_buffer_list_insert">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Length" cname="gst_buffer_list_length">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Remove" cname="gst_buffer_list_remove">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="length" type="guint" />
-        </parameters>
-      </method>
-      <method name="Replace" cname="gst_buffer_list_replace" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_list" type="GstBufferList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Take" cname="gst_buffer_list_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_list" type="GstBufferList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="BufferPoolAcquireParams" cname="GstBufferPoolAcquireParams" opaque="false" hidden="false">
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstFormat" />
-      <field cname="start" access="public" writeable="true" readable="true" is_callback="false" name="Start" type="gint64" />
-      <field cname="stop" access="public" writeable="true" readable="true" is_callback="false" name="Stop" type="gint64" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstBufferPoolAcquireFlags" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="BufferPoolPrivate" cname="GstBufferPoolPrivate" opaque="true" hidden="true" />
-    <struct name="BusPrivate" cname="GstBusPrivate" opaque="true" hidden="true" />
-    <boxed name="Caps" cname="GstCaps" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_caps_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_caps_new_empty" disable_void_ctor="" />
-      <constructor cname="gst_caps_new_empty_simple">
-        <parameters>
-          <parameter name="media_type" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="Append" cname="gst_caps_append">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendStructure" cname="gst_caps_append_structure">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AppendStructureFull" cname="gst_caps_append_structure_full" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CanIntersect" cname="gst_caps_can_intersect">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_caps_copy">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="CopyNth" cname="gst_caps_copy_nth" version="1.16">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nth" type="guint" />
-        </parameters>
-      </method>
-      <method name="FilterAndMapInPlace" cname="gst_caps_filter_and_map_in_place" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCapsFilterMapFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Fixate" cname="gst_caps_fixate">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Foreach" cname="gst_caps_foreach" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCapsForeachFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetFeatures" cname="gst_caps_get_features" version="1.2">
-        <return-type type="GstCapsFeatures*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_caps_get_size">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetStructure" cname="gst_caps_get_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="Intersect" cname="gst_caps_intersect">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IntersectFull" cname="gst_caps_intersect_full">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstCapsIntersectMode" />
-        </parameters>
-      </method>
-      <method name="IsAlwaysCompatible" cname="gst_caps_is_always_compatible">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsAny" cname="gst_caps_is_any">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEmpty" cname="gst_caps_is_empty">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_caps_is_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsEqualFixed" cname="gst_caps_is_equal_fixed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsFixed" cname="gst_caps_is_fixed">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsStrictlyEqual" cname="gst_caps_is_strictly_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps2" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsSubset" cname="gst_caps_is_subset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="superset" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsSubsetStructure" cname="gst_caps_is_subset_structure">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsSubsetStructureFull" cname="gst_caps_is_subset_structure_full" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MapInPlace" cname="gst_caps_map_in_place" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCapsMapFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Merge" cname="gst_caps_merge">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps2" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MergeStructure" cname="gst_caps_merge_structure">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MergeStructureFull" cname="gst_caps_merge_structure_full" version="1.2">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Normalize" cname="gst_caps_normalize">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="RemoveStructure" cname="gst_caps_remove_structure">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="Serialize" cname="gst_caps_serialize" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="flags" type="GstSerializeFlags" />
-        </parameters>
-      </method>
-      <method name="SetFeatures" cname="gst_caps_set_features" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetFeaturesSimple" cname="gst_caps_set_features_simple" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetValue" cname="gst_caps_set_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="field" type="const-gchar*" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Simplify" cname="gst_caps_simplify">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="StealStructure" cname="gst_caps_steal_structure">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="Subtract" cname="gst_caps_subtract">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="subtrahend" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_caps_to_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Truncate" cname="gst_caps_truncate">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FromString" cname="gst_caps_from_string" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="string" type="const-gchar*" />
-        </parameters>
-      </method>
-      <constructor cname="gst_caps_new_any" disable_void_ctor="" />
-    </boxed>
-    <boxed name="CapsFeatures" cname="GstCapsFeatures" opaque="false" hidden="false" version="1.2">
-      <method name="GetType" cname="gst_caps_features_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_caps_features_new_any" disable_void_ctor="" version="1.2" />
-      <constructor cname="gst_caps_features_new_empty" disable_void_ctor="" version="1.2" />
-      <constructor cname="gst_caps_features_new_single" version="1.20">
-        <parameters>
-          <parameter name="feature" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="Add" cname="gst_caps_features_add" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddId" cname="gst_caps_features_add_id" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="guint32" />
-        </parameters>
-      </method>
-      <method name="Contains" cname="gst_caps_features_contains" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="feature" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ContainsId" cname="gst_caps_features_contains_id" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="feature" type="guint32" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_caps_features_copy" version="1.2">
-        <return-type type="GstCapsFeatures*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_caps_features_free" version="1.2">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetNth" cname="gst_caps_features_get_nth" version="1.2">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="i" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetNthId" cname="gst_caps_features_get_nth_id" version="1.2">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="i" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSize" cname="gst_caps_features_get_size" version="1.2">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="IsAny" cname="gst_caps_features_is_any" version="1.2">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_caps_features_is_equal" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="features2" type="GstCapsFeatures*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Remove" cname="gst_caps_features_remove" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RemoveId" cname="gst_caps_features_remove_id" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="feature" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetParentRefcount" cname="gst_caps_features_set_parent_refcount" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="refcount" type="gint" />
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_caps_features_to_string" version="1.2">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="FromString" cname="gst_caps_features_from_string" shared="true" version="1.2">
-        <return-type type="GstCapsFeatures*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="features" type="const-gchar*" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="ClockEntry" cname="GstClockEntry" opaque="true" hidden="false">
-      <field cname="refcount" access="public" writeable="true" readable="true" is_callback="false" name="Refcount" type="gint" />
-      <field cname="clock" access="private" writeable="false" readable="false" is_callback="false" name="Clock" type="GstClock*" />
-      <field cname="type" access="private" writeable="false" readable="false" is_callback="false" name="Type" type="GstClockEntryType" />
-      <field cname="time" access="private" writeable="false" readable="false" is_callback="false" name="Time" type="guint64" />
-      <field cname="interval" access="private" writeable="false" readable="false" is_callback="false" name="Interval" type="guint64" />
-      <field cname="status" access="private" writeable="false" readable="false" is_callback="false" name="Status" type="GstClockReturn" />
-      <field cname="func" access="private" writeable="false" readable="false" is_callback="false" name="Func" type="GstClockCallback" hidden="true" />
-      <field cname="user_data" access="private" writeable="false" readable="false" is_callback="false" name="UserData" type="gpointer" />
-      <field cname="destroy_data" access="private" writeable="false" readable="false" is_callback="false" name="DestroyData" type="GDestroyNotify" hidden="true" />
-      <field cname="unscheduled" access="private" writeable="false" readable="false" is_callback="false" name="Unscheduled" type="gboolean" />
-      <field cname="woken_up" access="private" writeable="false" readable="false" is_callback="false" name="WokenUp" type="gboolean" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="ClockPrivate" cname="GstClockPrivate" opaque="true" hidden="true" />
-    <boxed name="Context" cname="GstContext" opaque="false" hidden="false" version="1.2">
-      <method name="GetType" cname="gst_context_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_context_new" version="1.2">
-        <parameters>
-          <parameter name="context_type" type="const-gchar*" />
-          <parameter name="persistent" type="gboolean" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_context_copy" version="1.2">
-        <return-type type="GstContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetContextType" cname="gst_context_get_context_type" version="1.2">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetStructure" cname="gst_context_get_structure" version="1.2">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasContextType" cname="gst_context_has_context_type" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="context_type" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsPersistent" cname="gst_context_is_persistent" version="1.2">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Ref" cname="gst_context_ref" version="1.2">
-        <return-type type="GstContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_context_unref" version="1.2">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="WritableStructure" cname="gst_context_writable_structure" version="1.2">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Replace" cname="gst_context_replace" shared="true" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_context" type="GstContext**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_context" type="GstContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="ControlBindingPrivate" cname="GstControlBindingPrivate" opaque="true" hidden="true" />
-    <struct name="CustomMeta" cname="GstCustomMeta" opaque="false" hidden="false" version="1.20">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetStructure" cname="gst_custom_meta_get_structure" version="1.20">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasName" cname="gst_custom_meta_has_name" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="DateTime" cname="GstDateTime" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_date_time_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_date_time_new">
-        <parameters>
-          <parameter name="tzoffset" type="gfloat" />
-          <parameter name="year" type="gint" />
-          <parameter name="month" type="gint" />
-          <parameter name="day" type="gint" />
-          <parameter name="hour" type="gint" />
-          <parameter name="minute" type="gint" />
-          <parameter name="seconds" type="gdouble" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_g_date_time">
-        <parameters>
-          <parameter name="dt" type="GDateTime*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_iso8601_string">
-        <parameters>
-          <parameter name="string" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_unix_epoch_local_time">
-        <parameters>
-          <parameter name="secs" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_unix_epoch_local_time_usecs" version="1.18">
-        <parameters>
-          <parameter name="usecs" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_unix_epoch_utc">
-        <parameters>
-          <parameter name="secs" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_from_unix_epoch_utc_usecs" version="1.18">
-        <parameters>
-          <parameter name="usecs" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_local_time">
-        <parameters>
-          <parameter name="year" type="gint" />
-          <parameter name="month" type="gint" />
-          <parameter name="day" type="gint" />
-          <parameter name="hour" type="gint" />
-          <parameter name="minute" type="gint" />
-          <parameter name="seconds" type="gdouble" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_now_local_time" disable_void_ctor="" />
-      <constructor cname="gst_date_time_new_now_utc" disable_void_ctor="" />
-      <constructor cname="gst_date_time_new_y">
-        <parameters>
-          <parameter name="year" type="gint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_ym">
-        <parameters>
-          <parameter name="year" type="gint" />
-          <parameter name="month" type="gint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_date_time_new_ymd">
-        <parameters>
-          <parameter name="year" type="gint" />
-          <parameter name="month" type="gint" />
-          <parameter name="day" type="gint" />
-        </parameters>
-      </constructor>
-      <method name="GetDay" cname="gst_date_time_get_day">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetHour" cname="gst_date_time_get_hour">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetMicrosecond" cname="gst_date_time_get_microsecond">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetMinute" cname="gst_date_time_get_minute">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetMonth" cname="gst_date_time_get_month">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetSecond" cname="gst_date_time_get_second">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetTimeZoneOffset" cname="gst_date_time_get_time_zone_offset">
-        <return-type type="gfloat" />
-        <parameters />
-      </method>
-      <method name="GetYear" cname="gst_date_time_get_year">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="HasDay" cname="gst_date_time_has_day">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasMonth" cname="gst_date_time_has_month">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasSecond" cname="gst_date_time_has_second">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasTime" cname="gst_date_time_has_time">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasYear" cname="gst_date_time_has_year">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Ref" cname="gst_date_time_ref">
-        <return-type type="GstDateTime*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ToGDateTime" cname="gst_date_time_to_g_date_time">
-        <return-type type="GDateTime*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ToIso8601String" cname="gst_date_time_to_iso8601_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_date_time_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="DebugCategory" cname="GstDebugCategory" opaque="false" hidden="false">
-      <field cname="threshold" access="private" writeable="false" readable="false" is_callback="false" name="Threshold" type="gint" />
-      <field cname="color" access="private" writeable="false" readable="false" is_callback="false" name="Color" type="guint" />
-      <field cname="name" access="private" writeable="false" readable="false" is_callback="false" name="Name" type="gchar*" />
-      <field cname="description" access="private" writeable="false" readable="false" is_callback="false" name="Description" type="gchar*" />
-      <method name="Free" cname="gst_debug_category_free" deprecated="true">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetColor" cname="gst_debug_category_get_color">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetDescription" cname="gst_debug_category_get_description">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetName" cname="gst_debug_category_get_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetThreshold" cname="gst_debug_category_get_threshold">
-        <return-type type="GstDebugLevel" />
-        <parameters />
-      </method>
-      <method name="ResetThreshold" cname="gst_debug_category_reset_threshold">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetThreshold" cname="gst_debug_category_set_threshold">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="level" type="GstDebugLevel" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="DebugMessage" cname="GstDebugMessage" opaque="true" hidden="false">
-      <method name="Get" cname="gst_debug_message_get">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetId" cname="gst_debug_message_get_id" version="1.22">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="DeviceMonitorPrivate" cname="GstDeviceMonitorPrivate" opaque="true" hidden="true" />
-    <struct name="DevicePrivate" cname="GstDevicePrivate" opaque="true" hidden="true" />
-    <struct name="DeviceProviderPrivate" cname="GstDeviceProviderPrivate" opaque="true" hidden="true" />
-    <boxed name="Event" cname="GstEvent" opaque="true" hidden="false" parent="GstMiniObject" name_constructors="true">
-      <method name="GetType" cname="gst_event_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstEventType" />
-      <field cname="timestamp" access="public" writeable="true" readable="true" is_callback="false" name="Timestamp" type="guint64" />
-      <field cname="seqnum" access="public" writeable="true" readable="true" is_callback="false" name="Seqnum" type="guint32" />
-      <constructor cname="gst_event_new_buffer_size">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="minsize" type="gint64" />
-          <parameter name="maxsize" type="gint64" />
-          <parameter name="async" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_caps">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_custom">
-        <parameters>
-          <parameter name="type" type="GstEventType" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_eos" disable_void_ctor="" />
-      <constructor cname="gst_event_new_flush_start" disable_void_ctor="" />
-      <constructor cname="gst_event_new_flush_stop">
-        <parameters>
-          <parameter name="reset_time" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_gap">
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_instant_rate_change" version="1.18">
-        <parameters>
-          <parameter name="rate_multiplier" type="gdouble" />
-          <parameter name="new_flags" type="GstSegmentFlags" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_instant_rate_sync_time" version="1.18">
-        <parameters>
-          <parameter name="rate_multiplier" type="gdouble" />
-          <parameter name="running_time" type="guint64" />
-          <parameter name="upstream_running_time" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_latency">
-        <parameters>
-          <parameter name="latency" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_navigation">
-        <parameters>
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_protection" version="1.6">
-        <parameters>
-          <parameter name="system_id" type="const-gchar*" />
-          <parameter name="data" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="origin" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_qos">
-        <parameters>
-          <parameter name="type" type="GstQOSType" />
-          <parameter name="proportion" type="gdouble" />
-          <parameter name="diff" type="gint64" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_reconfigure" disable_void_ctor="" />
-      <constructor cname="gst_event_new_seek">
-        <parameters>
-          <parameter name="rate" type="gdouble" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="flags" type="GstSeekFlags" />
-          <parameter name="start_type" type="GstSeekType" />
-          <parameter name="start" type="gint64" />
-          <parameter name="stop_type" type="GstSeekType" />
-          <parameter name="stop" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_segment">
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_segment_done">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_select_streams" version="1.10">
-        <parameters>
-          <parameter name="streams" type="GList*" element_type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_sink_message">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="msg" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_step">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="amount" type="guint64" />
-          <parameter name="rate" type="gdouble" />
-          <parameter name="flush" type="gboolean" />
-          <parameter name="intermediate" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_stream_collection" version="1.10">
-        <parameters>
-          <parameter name="collection" type="GstStreamCollection*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_stream_group_done" version="1.10">
-        <parameters>
-          <parameter name="group_id" type="guint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_stream_start">
-        <parameters>
-          <parameter name="stream_id" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_tag">
-        <parameters>
-          <parameter name="taglist" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_toc">
-        <parameters>
-          <parameter name="toc" type="GstToc*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="updated" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_event_new_toc_select">
-        <parameters>
-          <parameter name="uid" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="CopySegment" cname="gst_event_copy_segment">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetRunningTimeOffset" cname="gst_event_get_running_time_offset" version="1.4">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="GetSeqnum" cname="gst_event_get_seqnum">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetStructure" cname="gst_event_get_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasName" cname="gst_event_has_name">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasNameId" cname="gst_event_has_name_id" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="guint32" />
-        </parameters>
-      </method>
-      <method name="ParseBufferSize" cname="gst_event_parse_buffer_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="minsize" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="maxsize" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="async" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseCaps" cname="gst_event_parse_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseFlushStop" cname="gst_event_parse_flush_stop">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="reset_time" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseGap" cname="gst_event_parse_gap">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="timestamp" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="duration" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseGapFlags" cname="gst_event_parse_gap_flags" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="flags" type="GstGapFlags" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseGroupId" cname="gst_event_parse_group_id" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="group_id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseInstantRateChange" cname="gst_event_parse_instant_rate_change" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="rate_multiplier" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="new_flags" type="GstSegmentFlags" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseInstantRateSyncTime" cname="gst_event_parse_instant_rate_sync_time" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="rate_multiplier" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="running_time" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="upstream_running_time" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseLatency" cname="gst_event_parse_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseProtection" cname="gst_event_parse_protection" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="system_id" type="const-gchar*" pass_as="out" />
-          <parameter allow-none="1" name="data" type="GstBuffer**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="origin" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseQos" cname="gst_event_parse_qos">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="type" type="GstQOSType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="proportion" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="diff" type="gint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="timestamp" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSeek" cname="gst_event_parse_seek">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="rate" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="flags" type="GstSeekFlags" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="start_type" type="GstSeekType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="start" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop_type" type="GstSeekType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSeekTrickmodeInterval" cname="gst_event_parse_seek_trickmode_interval" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="interval" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSegment" cname="gst_event_parse_segment">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="segment" type="GstSegment**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseSegmentDone" cname="gst_event_parse_segment_done">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="position" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSelectStreams" cname="gst_event_parse_select_streams" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="streams" type="GList**" element_type="gchar*" elements_owned="true" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSinkMessage" cname="gst_event_parse_sink_message">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="msg" type="GstMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseStep" cname="gst_event_parse_step">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="amount" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="flush" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="intermediate" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStream" cname="gst_event_parse_stream" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="stream" type="GstStream*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamCollection" cname="gst_event_parse_stream_collection" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="collection" type="GstStreamCollection*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamFlags" cname="gst_event_parse_stream_flags" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="flags" type="GstStreamFlags" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamGroupDone" cname="gst_event_parse_stream_group_done" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="group_id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamStart" cname="gst_event_parse_stream_start">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="stream_id" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseTag" cname="gst_event_parse_tag">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="taglist" type="GstTagList**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseToc" cname="gst_event_parse_toc">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="toc" type="GstToc**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="updated" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseTocSelect" cname="gst_event_parse_toc_select">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uid" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetGapFlags" cname="gst_event_set_gap_flags" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstGapFlags" />
-        </parameters>
-      </method>
-      <method name="SetGroupId" cname="gst_event_set_group_id" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="group_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetRunningTimeOffset" cname="gst_event_set_running_time_offset" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetSeekTrickmodeInterval" cname="gst_event_set_seek_trickmode_interval" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="interval" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetSeqnum" cname="gst_event_set_seqnum">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="seqnum" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetStream" cname="gst_event_set_stream" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstStream*" />
-        </parameters>
-      </method>
-      <method name="SetStreamFlags" cname="gst_event_set_stream_flags" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstStreamFlags" />
-        </parameters>
-      </method>
-      <method name="WritableStructure" cname="gst_event_writable_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="FormatDefinition" cname="GstFormatDefinition" opaque="false" hidden="false">
-      <field cname="value" access="public" writeable="true" readable="true" is_callback="false" name="Value" type="GstFormat" />
-      <field cname="nick" access="public" writeable="true" readable="true" is_callback="false" name="Nick" type="gchar*" />
-      <field cname="description" access="public" writeable="true" readable="true" is_callback="false" name="Description" type="gchar*" />
-      <field cname="quark" access="public" writeable="true" readable="true" is_callback="false" name="Quark" type="guint32" />
-    </struct>
-    <struct name="GhostPadPrivate" cname="GstGhostPadPrivate" opaque="true" hidden="true" />
-    <boxed name="Iterator" cname="GstIterator" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_iterator_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="copy" access="public" writeable="true" readable="true" is_callback="false" name="CopyFunc" type="GstIteratorCopyFunction" />
-      <field cname="next" access="public" writeable="true" readable="true" is_callback="false" name="NextFunc" type="GstIteratorNextFunction" />
-      <field cname="item" access="public" writeable="true" readable="true" is_callback="false" name="Item" type="GstIteratorItemFunction" />
-      <field cname="resync" access="public" writeable="true" readable="true" is_callback="false" name="ResyncFunc" type="GstIteratorResyncFunction" />
-      <field cname="free" access="public" writeable="true" readable="true" is_callback="false" name="FreeFunc" type="GstIteratorFreeFunction" />
-      <field cname="pushed" access="public" writeable="true" readable="true" is_callback="false" name="Pushed" type="GstIterator*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GType" />
-      <field cname="lock" access="public" writeable="true" readable="true" is_callback="false" name="Lock" type="GMutex*" />
-      <field cname="cookie" access="public" writeable="true" readable="true" is_callback="false" name="Cookie" type="guint32" />
-      <field cname="master_cookie" access="public" writeable="true" readable="true" is_callback="false" name="MasterCookie" type="guint32*" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <constructor cname="gst_iterator_new_single">
-        <parameters>
-          <parameter name="type" type="GType" />
-          <parameter name="_object" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_iterator_copy">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Filter" cname="gst_iterator_filter">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter scope="call" name="func" type="GCompareFunc" />
-          <parameter name="user_data" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FindCustom" cname="gst_iterator_find_custom">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="2" scope="call" name="func" type="GCompareFunc" />
-          <parameter name="elem" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Fold" cname="gst_iterator_fold">
-        <return-type type="GstIteratorResult" />
-        <parameters>
-          <parameter closure="2" scope="call" name="func" type="GstIteratorFoldFunction" />
-          <parameter name="_ret" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Foreach" cname="gst_iterator_foreach">
-        <return-type type="GstIteratorResult" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstIteratorForeachFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_iterator_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Next" cname="gst_iterator_next" hidden="true">
-        <return-type type="GstIteratorResult" />
-        <parameters>
-          <parameter name="elem" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Push" cname="gst_iterator_push">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="other" type="GstIterator*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Resync" cname="gst_iterator_resync">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <implements>
-        <interface name="IEnumerable" doc="https://docs.microsoft.com/fr-fr/dotnet/api/system.collections.ienumerable" />
-      </implements>
-    </boxed>
-    <struct name="MapInfo" cname="GstMapInfo" opaque="false" hidden="false">
-      <field cname="memory" access="public" writeable="true" readable="true" is_callback="false" name="Memory" type="GstMemory*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstMapFlags" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gpointer" array="false" array_length_param_index="3" element_type="guint8" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <field cname="maxsize" access="public" writeable="true" readable="true" is_callback="false" name="Maxsize" type="gsize" />
-      <field cname="user_data" access="public" writeable="true" readable="true" is_callback="false" name="UserData" type="gpointer" array="true" array_len="4" element_type="gpointer" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <boxed name="Memory" cname="GstMemory" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_memory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="allocator" access="public" writeable="true" readable="true" is_callback="false" name="Allocator" type="GstAllocator*" />
-      <field cname="parent" access="public" writeable="true" readable="true" is_callback="false" name="Parent" type="GstMemory*" array_index="1">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="maxsize" access="public" writeable="true" readable="true" is_callback="false" name="Maxsize" type="gsize" />
-      <field cname="align" access="public" writeable="true" readable="true" is_callback="false" name="Align" type="gsize" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="gsize" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <constructor cname="gst_memory_new_wrapped">
-        <parameters>
-          <parameter name="flags" type="GstMemoryFlags" />
-          <parameter name="data" type="gpointer" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="maxsize" type="gsize" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter name="user_data" type="gpointer" />
-          <parameter name="notify" type="GDestroyNotify" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_memory_copy">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="GetSizes" cname="gst_memory_get_sizes">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter allow-none="1" name="offset" type="gsize*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="maxsize" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="IsSpan" cname="gst_memory_is_span">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mem2" type="GstMemory*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="offset" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="IsType" cname="gst_memory_is_type" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mem_type" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MakeMapped" cname="gst_memory_make_mapped">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="info" type="GstMapInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_memory_map">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstMapInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="Resize" cname="gst_memory_resize">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Share" cname="gst_memory_share">
-        <return-type type="GstMemory*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="offset" type="gssize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_memory_unmap">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstMapInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="Message" cname="GstMessage" opaque="true" hidden="false" parent="GstMiniObject" name_constructors="true">
-      <method name="GetType" cname="gst_message_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstMessageType" />
-      <field cname="timestamp" access="public" writeable="true" readable="true" is_callback="false" name="Timestamp" type="guint64" />
-      <field cname="src" access="public" writeable="true" readable="true" is_callback="false" name="Src" type="GstObject*" />
-      <field cname="seqnum" access="public" writeable="true" readable="true" is_callback="false" name="Seqnum" type="guint32" />
-      <field cname="lock" access="private" writeable="false" readable="false" is_callback="false" name="Lock" type="GMutex*" />
-      <field cname="cond" access="private" writeable="false" readable="false" is_callback="false" name="Cond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_message_new_application">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_async_done">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="running_time" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_async_start">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_buffering">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="percent" type="gint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_clock_lost">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="clock" type="GstClock*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_clock_provide">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="clock" type="GstClock*" />
-          <parameter name="ready" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_custom">
-        <parameters>
-          <parameter name="type" type="GstMessageType" />
-          <parameter name="src" type="GstObject*" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_device_added" version="1.4">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="device" type="GstDevice*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_device_changed" version="1.16">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="device" type="GstDevice*" />
-          <parameter name="changed_device" type="GstDevice*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_device_removed" version="1.4">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="device" type="GstDevice*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_duration_changed">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_element">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_eos">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_error">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_error_with_details" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-          <parameter name="details" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_have_context" version="1.2">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="context" type="GstContext*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_info">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_info_with_details" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-          <parameter name="details" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_instant_rate_request" version="1.18">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="rate_multiplier" type="gdouble" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_latency">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_need_context" version="1.2">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="context_type" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_new_clock">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="clock" type="GstClock*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_progress">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="type" type="GstProgressType" />
-          <parameter name="code" type="const-gchar*" />
-          <parameter name="text" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_property_notify" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="val" type="GValue*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_qos">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="live" type="gboolean" />
-          <parameter name="running_time" type="guint64" />
-          <parameter name="stream_time" type="guint64" />
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_redirect" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="location" type="const-gchar*" />
-          <parameter name="tag_list" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="entry_struct" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_request_state">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_reset_time">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="running_time" type="guint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_segment_done">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_segment_start">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="gint64" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_state_changed">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="oldstate" type="GstState" />
-          <parameter name="newstate" type="GstState" />
-          <parameter name="pending" type="GstState" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_state_dirty">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_step_done">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="amount" type="guint64" />
-          <parameter name="rate" type="gdouble" />
-          <parameter name="flush" type="gboolean" />
-          <parameter name="intermediate" type="gboolean" />
-          <parameter name="duration" type="guint64" />
-          <parameter name="eos" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_step_start">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="active" type="gboolean" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="amount" type="guint64" />
-          <parameter name="rate" type="gdouble" />
-          <parameter name="flush" type="gboolean" />
-          <parameter name="intermediate" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_stream_collection" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="collection" type="GstStreamCollection*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_stream_start">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_stream_status">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="type" type="GstStreamStatusType" />
-          <parameter name="owner" type="GstElement*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_streams_selected" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="collection" type="GstStreamCollection*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_structure_change">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="type" type="GstStructureChangeType" />
-          <parameter name="owner" type="GstElement*" />
-          <parameter name="busy" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_tag">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="tag_list" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_toc">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="toc" type="GstToc*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="updated" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_warning">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_message_new_warning_with_details" version="1.10">
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="debug" type="const-gchar*" />
-          <parameter name="details" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="AddRedirectEntry" cname="gst_message_add_redirect_entry" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="location" type="const-gchar*" />
-          <parameter allow-none="1" name="tag_list" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="entry_struct" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetNumRedirectEntries" cname="gst_message_get_num_redirect_entries" version="1.10">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="GetSeqnum" cname="gst_message_get_seqnum">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetStreamStatusObject" cname="gst_message_get_stream_status_object" hidden="true">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetStructure" cname="gst_message_get_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasName" cname="gst_message_has_name">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ParseAsyncDone" cname="gst_message_parse_async_done">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="running_time" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBuffering" cname="gst_message_parse_buffering">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="percent" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBufferingStats" cname="gst_message_parse_buffering_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="mode" type="GstBufferingMode" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="avg_in" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="avg_out" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="buffering_left" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseClockLost" cname="gst_message_parse_clock_lost">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseClockProvide" cname="gst_message_parse_clock_provide">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" pass_as="out" />
-          <parameter allow-none="1" name="ready" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseContextType" cname="gst_message_parse_context_type" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="context_type" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseDeviceAdded" cname="gst_message_parse_device_added" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="device" type="GstDevice*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseDeviceChanged" cname="gst_message_parse_device_changed" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="device" type="GstDevice*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="changed_device" type="GstDevice*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseDeviceRemoved" cname="gst_message_parse_device_removed" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="device" type="GstDevice*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseError" cname="gst_message_parse_error" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="gerror" type="GError**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="debug" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseErrorDetails" cname="gst_message_parse_error_details" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="structure" type="GstStructure**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseGroupId" cname="gst_message_parse_group_id" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="group_id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseHaveContext" cname="gst_message_parse_have_context" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="context" type="GstContext**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseInfo" cname="gst_message_parse_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="gerror" type="GError**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="debug" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseInfoDetails" cname="gst_message_parse_info_details" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="structure" type="GstStructure**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseInstantRateRequest" cname="gst_message_parse_instant_rate_request" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="rate_multiplier" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNewClock" cname="gst_message_parse_new_clock">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseProgress" cname="gst_message_parse_progress">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="type" type="GstProgressType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="code" type="gchar*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="text" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParsePropertyNotify" cname="gst_message_parse_property_notify" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="_object" type="GstObject*" pass_as="out" />
-          <parameter allow-none="1" name="property_name" type="const-gchar*" pass_as="out" />
-          <parameter allow-none="1" name="property_value" type="GValue**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseQos" cname="gst_message_parse_qos">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="live" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="running_time" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stream_time" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="timestamp" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="duration" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseQosStats" cname="gst_message_parse_qos_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="processed" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="dropped" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseQosValues" cname="gst_message_parse_qos_values">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="jitter" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="proportion" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="quality" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseRedirectEntry" cname="gst_message_parse_redirect_entry" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="entry_index" type="gsize" />
-          <parameter allow-none="1" name="location" type="const-gchar*" pass_as="out" />
-          <parameter allow-none="1" name="tag_list" type="GstTagList**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="entry_struct" type="GstStructure**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseRequestState" cname="gst_message_parse_request_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="state" type="GstState" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseResetTime" cname="gst_message_parse_reset_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="running_time" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSegmentDone" cname="gst_message_parse_segment_done">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="position" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSegmentStart" cname="gst_message_parse_segment_start">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="position" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStateChanged" cname="gst_message_parse_state_changed">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="oldstate" type="GstState" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="newstate" type="GstState" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pending" type="GstState" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStepDone" cname="gst_message_parse_step_done">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="amount" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="flush" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="intermediate" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="duration" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="eos" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStepStart" cname="gst_message_parse_step_start">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="active" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="amount" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="rate" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="flush" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="intermediate" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamCollection" cname="gst_message_parse_stream_collection" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="collection" type="GstStreamCollection*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamStatus" cname="gst_message_parse_stream_status">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstStreamStatusType" owned="true" pass_as="out" />
-          <parameter name="owner" type="GstElement*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStreamsSelected" cname="gst_message_parse_streams_selected" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="collection" type="GstStreamCollection*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseStructureChange" cname="gst_message_parse_structure_change">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstStructureChangeType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="owner" type="GstElement*" pass_as="out" />
-          <parameter allow-none="1" name="busy" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseTag" cname="gst_message_parse_tag">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tag_list" type="GstTagList**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseToc" cname="gst_message_parse_toc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="toc" type="GstToc**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="updated" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseWarning" cname="gst_message_parse_warning">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="gerror" type="GError**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="debug" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseWarningDetails" cname="gst_message_parse_warning_details" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="structure" type="GstStructure**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetBufferingStats" cname="gst_message_set_buffering_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstBufferingMode" />
-          <parameter name="avg_in" type="gint" />
-          <parameter name="avg_out" type="gint" />
-          <parameter name="buffering_left" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetGroupId" cname="gst_message_set_group_id" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="group_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetQosStats" cname="gst_message_set_qos_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="processed" type="guint64" />
-          <parameter name="dropped" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetQosValues" cname="gst_message_set_qos_values">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="jitter" type="gint64" />
-          <parameter name="proportion" type="gdouble" />
-          <parameter name="quality" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetSeqnum" cname="gst_message_set_seqnum">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="seqnum" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetStreamStatusObject" cname="gst_message_set_stream_status_object" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="StreamsSelectedAdd" cname="gst_message_streams_selected_add" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstStream*" />
-        </parameters>
-      </method>
-      <method name="StreamsSelectedGetSize" cname="gst_message_streams_selected_get_size" version="1.10">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="StreamsSelectedGetStream" cname="gst_message_streams_selected_get_stream" version="1.10">
-        <return-type type="GstStream*" owned="true" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="WritableStructure" cname="gst_message_writable_structure" version="1.14">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Take" cname="gst_message_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_message" type="GstMessage**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="Meta" cname="GstMeta" opaque="false" hidden="false">
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstMetaFlags" />
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstMetaInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="CompareSeqnum" cname="gst_meta_compare_seqnum" version="1.16">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="meta2" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSeqnum" cname="gst_meta_get_seqnum" version="1.16">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="ApiTypeGetTags" cname="gst_meta_api_type_get_tags" shared="true" version="1.2">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters>
-          <parameter name="api" type="GType" />
-        </parameters>
-      </method>
-      <method name="ApiTypeHasTag" cname="gst_meta_api_type_has_tag" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter name="tag" type="guint32" />
-        </parameters>
-      </method>
-      <method name="ApiTypeRegister" cname="gst_meta_api_type_register" shared="true">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="api" type="const-gchar*" />
-          <parameter name="tags" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="impl" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Register" cname="gst_meta_register" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter name="impl" type="const-gchar*" />
-          <parameter name="size" type="gsize" />
-          <parameter scope="async" name="init_func" type="GstMetaInitFunction" />
-          <parameter scope="async" name="free_func" type="GstMetaFreeFunction" />
-          <parameter scope="async" name="transform_func" type="GstMetaTransformFunction" />
-        </parameters>
-      </method>
-      <method name="RegisterCustom" cname="gst_meta_register_custom" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tags" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter closure="3" destroy="4" scope="notified" allow-none="1" name="transform_func" type="GstCustomMetaTransformFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_data" type="GDestroyNotify" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="MetaInfo" cname="GstMetaInfo" opaque="false" hidden="false">
-      <field cname="api" access="public" writeable="true" readable="true" is_callback="false" name="Api" type="GType" />
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GType" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <field cname="init_func" access="public" writeable="true" readable="true" is_callback="false" name="InitFunc" type="GstMetaInitFunction" />
-      <field cname="free_func" access="public" writeable="true" readable="true" is_callback="false" name="FreeFunc" type="GstMetaFreeFunction" />
-      <field cname="transform_func" access="public" writeable="true" readable="true" is_callback="false" name="TransformFunc" type="GstMetaTransformFunction" />
-      <method name="IsCustom" cname="gst_meta_info_is_custom" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="MetaTransformCopy" cname="GstMetaTransformCopy" opaque="false" hidden="false">
-      <field cname="region" access="public" writeable="true" readable="true" is_callback="false" name="Region" type="gboolean" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="gsize" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-    </struct>
-    <boxed name="MiniObject" cname="GstMiniObject" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_mini_object_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GType" />
-      <field cname="refcount" access="public" writeable="true" readable="true" is_callback="false" name="Refcount" type="gint" />
-      <field cname="lockstate" access="public" writeable="true" readable="true" is_callback="false" name="Lockstate" type="gint" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="guint" />
-      <field cname="copy" access="public" writeable="true" readable="true" is_callback="false" name="CopyFunc" type="gpointer" />
-      <field cname="dispose" access="public" writeable="true" readable="true" is_callback="false" name="Dispose" type="gpointer" />
-      <field cname="free" access="public" writeable="true" readable="true" is_callback="false" name="Free" type="gpointer" />
-      <field cname="priv_uint" access="private" writeable="false" readable="false" is_callback="false" name="PrivUint" type="guint" />
-      <field cname="priv_pointer" access="private" writeable="false" readable="false" is_callback="false" name="PrivPointer" type="gpointer" />
-      <method name="AddParent" cname="gst_mini_object_add_parent" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="parent" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetQdata" cname="gst_mini_object_get_qdata">
-        <return-type type="gpointer" />
-        <parameters>
-          <parameter name="quark" type="guint32" />
-        </parameters>
-      </method>
-      <method name="IsWritable" cname="gst_mini_object_is_writable">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Lock" cname="gst_mini_object_lock">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstLockFlags" />
-        </parameters>
-      </method>
-      <method name="RemoveParent" cname="gst_mini_object_remove_parent" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="parent" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetQdata" cname="gst_mini_object_set_qdata">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="quark" type="guint32" />
-          <parameter allow-none="1" name="data" type="gpointer" />
-          <parameter scope="async" name="destroy" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="StealQdata" cname="gst_mini_object_steal_qdata">
-        <return-type type="gpointer*" owned="true" />
-        <parameters>
-          <parameter name="quark" type="guint32" />
-        </parameters>
-      </method>
-      <method name="Unlock" cname="gst_mini_object_unlock">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstLockFlags" />
-        </parameters>
-      </method>
-      <method name="Replace" cname="gst_mini_object_replace" shared="true" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="olddata" type="GstMiniObject**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="newdata" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Take" cname="gst_mini_object_take" shared="true" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="olddata" type="GstMiniObject**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="newdata" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="PadPrivate" cname="GstPadPrivate" opaque="true" hidden="true" />
-    <struct name="PadProbeInfo" cname="GstPadProbeInfo" opaque="false" hidden="false">
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstPadProbeType" />
-      <field cname="id" access="public" writeable="true" readable="true" is_callback="false" name="Id" type="gulong" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gpointer" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint64" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <union name="ABI" cname="ABI">
-        <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="flow_ret" access="public" writeable="true" readable="true" is_callback="false" name="FlowRet" type="GstFlowReturn" />
-        </struct>
-      </union>
-      <method name="GetBuffer" cname="gst_pad_probe_info_get_buffer">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetBufferList" cname="gst_pad_probe_info_get_buffer_list">
-        <return-type type="GstBufferList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetEvent" cname="gst_pad_probe_info_get_event">
-        <return-type type="GstEvent*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetQuery" cname="gst_pad_probe_info_get_query">
-        <return-type type="GstQuery*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </struct>
-    <struct name="ParamSpecArray" cname="GstParamSpecArray" opaque="false" hidden="true">
-      <field cname="parent_instance" access="public" writeable="true" readable="true" is_callback="false" name="ParentInstance" type="GParamSpec*" />
-      <field cname="element_spec" access="public" writeable="true" readable="true" is_callback="false" name="ElementSpec" type="GParamSpec*" />
-    </struct>
-    <struct name="ParamSpecFraction" cname="GstParamSpecFraction" opaque="false" hidden="true">
-      <field cname="parent_instance" access="public" writeable="true" readable="true" is_callback="false" name="ParentInstance" type="GParamSpec*" />
-      <field cname="min_num" access="public" writeable="true" readable="true" is_callback="false" name="MinNum" type="gint" />
-      <field cname="min_den" access="public" writeable="true" readable="true" is_callback="false" name="MinDen" type="gint" />
-      <field cname="max_num" access="public" writeable="true" readable="true" is_callback="false" name="MaxNum" type="gint" />
-      <field cname="max_den" access="public" writeable="true" readable="true" is_callback="false" name="MaxDen" type="gint" />
-      <field cname="def_num" access="public" writeable="true" readable="true" is_callback="false" name="DefNum" type="gint" />
-      <field cname="def_den" access="public" writeable="true" readable="true" is_callback="false" name="DefDen" type="gint" />
-    </struct>
-    <struct name="ParentBufferMeta" cname="GstParentBufferMeta" opaque="false" hidden="false" version="1.6">
-      <field cname="parent" access="public" writeable="true" readable="true" is_callback="false" name="Parent" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetInfo" cname="gst_parent_buffer_meta_get_info" shared="true" version="1.6">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="ParseContext" cname="GstParseContext" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_parse_context_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_parse_context_new" disable_void_ctor="" />
-      <method name="Copy" cname="gst_parse_context_copy" version="1.12.1">
-        <return-type type="GstParseContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_parse_context_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetMissingElements" cname="gst_parse_context_get_missing_elements">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="PipelinePrivate" cname="GstPipelinePrivate" opaque="true" hidden="true" />
-    <struct name="PluginDesc" cname="GstPluginDesc" opaque="false" hidden="false">
-      <field cname="major_version" access="public" writeable="true" readable="true" is_callback="false" name="MajorVersion" type="gint" />
-      <field cname="minor_version" access="public" writeable="true" readable="true" is_callback="false" name="MinorVersion" type="gint" />
-      <field cname="name" access="public" writeable="true" readable="true" is_callback="false" name="Name" type="gchar*" />
-      <field cname="description" access="public" writeable="true" readable="true" is_callback="false" name="Description" type="gchar*" />
-      <field cname="plugin_init" access="public" writeable="true" readable="true" is_callback="false" name="PluginInit" type="GstPluginInitFunc" />
-      <field cname="version" access="public" writeable="true" readable="true" is_callback="false" name="Version" type="gchar*" />
-      <field cname="license" access="public" writeable="true" readable="true" is_callback="false" name="License" type="gchar*" />
-      <field cname="source" access="public" writeable="true" readable="true" is_callback="false" name="Source" type="gchar*" />
-      <field cname="package" access="public" writeable="true" readable="true" is_callback="false" name="Package" type="gchar*" />
-      <field cname="origin" access="public" writeable="true" readable="true" is_callback="false" name="Origin" type="gchar*" />
-      <field cname="release_datetime" access="public" writeable="true" readable="true" is_callback="false" name="ReleaseDatetime" type="gchar*" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="Poll" cname="GstPoll" opaque="true" hidden="false">
-      <method name="AddFd" cname="gst_poll_add_fd">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdCanRead" cname="gst_poll_fd_can_read">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdCanWrite" cname="gst_poll_fd_can_write">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdCtlPri" cname="gst_poll_fd_ctl_pri" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="FdCtlRead" cname="gst_poll_fd_ctl_read">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="FdCtlWrite" cname="gst_poll_fd_ctl_write">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="FdHasClosed" cname="gst_poll_fd_has_closed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdHasError" cname="gst_poll_fd_has_error">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdHasPri" cname="gst_poll_fd_has_pri" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FdIgnored" cname="gst_poll_fd_ignored">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_poll_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetReadGpollfd" cname="gst_poll_get_read_gpollfd">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fd" type="GPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReadControl" cname="gst_poll_read_control">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="RemoveFd" cname="gst_poll_remove_fd">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fd" type="GstPollFD*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Restart" cname="gst_poll_restart">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetControllable" cname="gst_poll_set_controllable">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="controllable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetFlushing" cname="gst_poll_set_flushing">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Wait" cname="gst_poll_wait">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="WriteControl" cname="gst_poll_write_control">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="PollFD" cname="GstPollFD" opaque="false" hidden="false">
-      <field cname="fd" access="public" writeable="true" readable="true" is_callback="false" name="Fd" type="gint" />
-      <field cname="idx" access="private" writeable="false" readable="false" is_callback="false" name="Idx" type="gint" />
-      <method name="Init" cname="gst_poll_fd_init">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </struct>
-    <boxed name="Promise" cname="GstPromise" opaque="true" hidden="false" version="1.14" parent="GstMiniObject">
-      <method name="GetType" cname="gst_promise_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="parent" access="public" writeable="true" readable="true" is_callback="false" name="Parent" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_promise_new" disable_void_ctor="" version="1.14" />
-      <constructor cname="gst_promise_new_with_change_func" version="1.14">
-        <parameters>
-          <parameter name="func" type="GstPromiseChangeFunc" scope="notified" closure="1" destroy="2" />
-          <parameter name="user_data" type="gpointer" />
-          <parameter name="notify" type="GDestroyNotify" />
-        </parameters>
-      </constructor>
-      <method name="Expire" cname="gst_promise_expire" version="1.14">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RetrieveReply" cname="gst_promise_get_reply" version="1.14">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Interrupt" cname="gst_promise_interrupt" version="1.14">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Ref" cname="gst_promise_ref" version="1.14">
-        <return-type type="GstPromise*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Reply" cname="gst_promise_reply" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="s" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Unref" cname="gst_promise_unref" version="1.14">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Wait" cname="gst_promise_wait" version="1.14">
-        <return-type type="GstPromiseResult" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="ProtectionMeta" cname="GstProtectionMeta" opaque="false" hidden="false" version="1.6">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstStructure*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetInfo" cname="gst_protection_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="ProxyPadPrivate" cname="GstProxyPadPrivate" opaque="true" hidden="true" />
-    <boxed name="Query" cname="GstQuery" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_query_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstQueryType" />
-      <constructor cname="gst_query_new_accept_caps">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_allocation">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="need_pool" type="gboolean" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_bitrate" disable_void_ctor="" version="1.16" />
-      <constructor cname="gst_query_new_buffering">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_caps">
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_context" version="1.2">
-        <parameters>
-          <parameter name="context_type" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_convert">
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="value" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_custom">
-        <parameters>
-          <parameter name="type" type="GstQueryType" />
-          <parameter name="structure" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_drain" disable_void_ctor="" />
-      <constructor cname="gst_query_new_duration">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_formats" disable_void_ctor="" />
-      <constructor cname="gst_query_new_latency" disable_void_ctor="" />
-      <constructor cname="gst_query_new_position">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_scheduling" disable_void_ctor="" />
-      <constructor cname="gst_query_new_seeking">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_segment">
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_query_new_selectable" disable_void_ctor="" version="1.22" />
-      <constructor cname="gst_query_new_uri" disable_void_ctor="" />
-      <method name="AddAllocationMeta" cname="gst_query_add_allocation_meta">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter allow-none="1" name="params" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddAllocationParam" cname="gst_query_add_allocation_param">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddAllocationPool" cname="gst_query_add_allocation_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstBufferPool*" />
-          <parameter name="size" type="guint" />
-          <parameter name="min_buffers" type="guint" />
-          <parameter name="max_buffers" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddBufferingRange" cname="gst_query_add_buffering_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="start" type="gint64" />
-          <parameter name="stop" type="gint64" />
-        </parameters>
-      </method>
-      <method name="AddSchedulingMode" cname="gst_query_add_scheduling_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-        </parameters>
-      </method>
-      <method name="FindAllocationMeta" cname="gst_query_find_allocation_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter allow-none="1" name="index" type="guint" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetNAllocationMetas" cname="gst_query_get_n_allocation_metas">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNAllocationParams" cname="gst_query_get_n_allocation_params">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNAllocationPools" cname="gst_query_get_n_allocation_pools">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNBufferingRanges" cname="gst_query_get_n_buffering_ranges">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNSchedulingModes" cname="gst_query_get_n_scheduling_modes">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetStructure" cname="gst_query_get_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasSchedulingMode" cname="gst_query_has_scheduling_mode">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-        </parameters>
-      </method>
-      <method name="HasSchedulingModeWithFlags" cname="gst_query_has_scheduling_mode_with_flags">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-          <parameter name="flags" type="GstSchedulingFlags" />
-        </parameters>
-      </method>
-      <method name="ParseAcceptCaps" cname="gst_query_parse_accept_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseAcceptCapsResult" cname="gst_query_parse_accept_caps_result">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_result" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseAllocation" cname="gst_query_parse_allocation">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="need_pool" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBitrate" cname="gst_query_parse_bitrate" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="nominal_bitrate" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBufferingPercent" cname="gst_query_parse_buffering_percent">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="busy" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="percent" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBufferingRange" cname="gst_query_parse_buffering_range">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="start" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="estimated_total" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseBufferingStats" cname="gst_query_parse_buffering_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="mode" type="GstBufferingMode" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="avg_in" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="avg_out" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="buffering_left" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseCaps" cname="gst_query_parse_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="filter" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseCapsResult" cname="gst_query_parse_caps_result">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps" type="GstCaps**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseContext" cname="gst_query_parse_context" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="context" type="GstContext**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseContextType" cname="gst_query_parse_context_type" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="context_type" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseConvert" cname="gst_query_parse_convert">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="src_format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="src_value" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="dest_format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="dest_value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseDuration" cname="gst_query_parse_duration">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="duration" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseLatency" cname="gst_query_parse_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="live" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="min_latency" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNFormats" cname="gst_query_parse_n_formats">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="n_formats" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNthAllocationMeta" cname="gst_query_parse_nth_allocation_meta">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="params" type="GstStructure**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseNthAllocationParam" cname="gst_query_parse_nth_allocation_param">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseNthAllocationPool" cname="gst_query_parse_nth_allocation_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="pool" type="GstBufferPool*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="size" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="min_buffers" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_buffers" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNthBufferingRange" cname="gst_query_parse_nth_buffering_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="start" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNthFormat" cname="gst_query_parse_nth_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseNthSchedulingMode" cname="gst_query_parse_nth_scheduling_mode">
-        <return-type type="GstPadMode" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="ParsePosition" cname="gst_query_parse_position">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="cur" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseScheduling" cname="gst_query_parse_scheduling">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="flags" type="GstSchedulingFlags" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="minsize" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="maxsize" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="align" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSeeking" cname="gst_query_parse_seeking">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="seekable" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="segment_start" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="segment_end" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSegment" cname="gst_query_parse_segment">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="rate" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="format" type="GstFormat" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="start_value" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop_value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseSelectable" cname="gst_query_parse_selectable" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="selectable" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseUri" cname="gst_query_parse_uri">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseUriRedirection" cname="gst_query_parse_uri_redirection" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseUriRedirectionPermanent" cname="gst_query_parse_uri_redirection_permanent" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="permanent" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Ref" cname="gst_query_ref">
-        <return-type type="GstQuery*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="RemoveNthAllocationMeta" cname="gst_query_remove_nth_allocation_meta">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveNthAllocationParam" cname="gst_query_remove_nth_allocation_param" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveNthAllocationPool" cname="gst_query_remove_nth_allocation_pool" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetAcceptCapsResult" cname="gst_query_set_accept_caps_result">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_result" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBitrate" cname="gst_query_set_bitrate" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="nominal_bitrate" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetBufferingPercent" cname="gst_query_set_buffering_percent">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="busy" type="gboolean" />
-          <parameter name="percent" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetBufferingRange" cname="gst_query_set_buffering_range">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="start" type="gint64" />
-          <parameter name="stop" type="gint64" />
-          <parameter name="estimated_total" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetBufferingStats" cname="gst_query_set_buffering_stats">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstBufferingMode" />
-          <parameter name="avg_in" type="gint" />
-          <parameter name="avg_out" type="gint" />
-          <parameter name="buffering_left" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetCapsResult" cname="gst_query_set_caps_result">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetContext" cname="gst_query_set_context" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="context" type="GstContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetConvert" cname="gst_query_set_convert">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_value" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_value" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetDuration" cname="gst_query_set_duration">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="duration" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetFormatsv" cname="gst_query_set_formatsv">
-        <return-type type="void" array_index="1" />
-        <parameters>
-          <parameter name="n_formats" type="gint" array_index="1" />
-          <parameter name="formats" type="const GstFormat*" array="true" array_length_param_index="0" element_type="Format" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_query_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="live" type="gboolean" />
-          <parameter name="min_latency" type="guint64" />
-          <parameter name="max_latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetNthAllocationParam" cname="gst_query_set_nth_allocation_param">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetNthAllocationPool" cname="gst_query_set_nth_allocation_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="index" type="guint" />
-          <parameter allow-none="1" name="pool" type="GstBufferPool*" />
-          <parameter name="size" type="guint" />
-          <parameter name="min_buffers" type="guint" />
-          <parameter name="max_buffers" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetPosition" cname="gst_query_set_position">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="cur" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetScheduling" cname="gst_query_set_scheduling">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flags" type="GstSchedulingFlags" />
-          <parameter name="minsize" type="gint" />
-          <parameter name="maxsize" type="gint" />
-          <parameter name="align" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetSeeking" cname="gst_query_set_seeking">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="seekable" type="gboolean" />
-          <parameter name="segment_start" type="gint64" />
-          <parameter name="segment_end" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetSegment" cname="gst_query_set_segment">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="rate" type="gdouble" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="start_value" type="gint64" />
-          <parameter name="stop_value" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetSelectable" cname="gst_query_set_selectable" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="selectable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetUri" cname="gst_query_set_uri">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetUriRedirection" cname="gst_query_set_uri_redirection" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetUriRedirectionPermanent" cname="gst_query_set_uri_redirection_permanent" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="permanent" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="WritableStructure" cname="gst_query_writable_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Take" cname="gst_query_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_query" type="GstQuery**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_query" type="GstQuery*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="ReferenceTimestampMeta" cname="GstReferenceTimestampMeta" opaque="false" hidden="false" version="1.14">
-      <field cname="parent" access="public" writeable="true" readable="true" is_callback="false" name="Parent" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="reference" access="public" writeable="true" readable="true" is_callback="false" name="Reference" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="timestamp" access="public" writeable="true" readable="true" is_callback="false" name="Timestamp" type="guint64" />
-      <field cname="duration" access="public" writeable="true" readable="true" is_callback="false" name="Duration" type="guint64" />
-      <method name="GetInfo" cname="gst_reference_timestamp_meta_get_info" shared="true" version="1.14">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="RegistryPrivate" cname="GstRegistryPrivate" opaque="true" hidden="true" />
-    <boxed name="Sample" cname="GstSample" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_sample_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_sample_new">
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="GetBuffer" cname="gst_sample_get_buffer">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetBufferList" cname="gst_sample_get_buffer_list" version="1.6">
-        <return-type type="GstBufferList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCaps" cname="gst_sample_get_caps">
-        <return-type type="GstCaps*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetInfo" cname="gst_sample_get_info">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetSegment" cname="gst_sample_get_segment">
-        <return-type type="GstSegment*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="SetBuffer" cname="gst_sample_set_buffer" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetBufferList" cname="gst_sample_set_buffer_list" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetCaps" cname="gst_sample_set_caps" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetInfo" cname="gst_sample_set_info" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetSegment" cname="gst_sample_set_segment" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="Segment" cname="GstSegment" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_segment_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstSegmentFlags" />
-      <field cname="rate" access="public" writeable="true" readable="true" is_callback="false" name="Rate" type="gdouble" />
-      <field cname="applied_rate" access="public" writeable="true" readable="true" is_callback="false" name="AppliedRate" type="gdouble" />
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstFormat" />
-      <field cname="base" access="public" writeable="true" readable="true" is_callback="false" name="Base" type="guint64" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint64" />
-      <field cname="start" access="public" writeable="true" readable="true" is_callback="false" name="Start" type="guint64" />
-      <field cname="stop" access="public" writeable="true" readable="true" is_callback="false" name="Stop" type="guint64" />
-      <field cname="time" access="public" writeable="true" readable="true" is_callback="false" name="Time" type="guint64" />
-      <field cname="position" access="public" writeable="true" readable="true" is_callback="false" name="Position" type="guint64" />
-      <field cname="duration" access="public" writeable="true" readable="true" is_callback="false" name="Duration" type="guint64" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <constructor cname="gst_segment_new" disable_void_ctor="" />
-      <method name="Clip" cname="gst_segment_clip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="start" type="guint64" />
-          <parameter name="stop" type="guint64" />
-          <parameter allow-none="1" name="clip_start" type="guint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="clip_stop" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_segment_copy">
-        <return-type type="GstSegment*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="CopyInto" cname="gst_segment_copy_into">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DoSeek" cname="gst_segment_do_seek">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="rate" type="gdouble" />
-          <parameter name="format" type="GstFormat" />
-          <parameter name="flags" type="GstSeekFlags" />
-          <parameter name="start_type" type="GstSeekType" />
-          <parameter name="start" type="guint64" />
-          <parameter name="stop_type" type="GstSeekType" />
-          <parameter name="stop" type="guint64" />
-          <parameter allow-none="1" name="update" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_segment_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_segment_init">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="IsEqual" cname="gst_segment_is_equal" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="s1" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="OffsetRunningTime" cname="gst_segment_offset_running_time" version="1.2.3">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="offset" type="gint64" />
-        </parameters>
-      </method>
-      <method name="PositionFromRunningTime" cname="gst_segment_position_from_running_time" version="1.8">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="running_time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="PositionFromRunningTimeFull" cname="gst_segment_position_from_running_time_full" version="1.8">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="running_time" type="guint64" />
-          <parameter name="position" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PositionFromStreamTime" cname="gst_segment_position_from_stream_time" version="1.8">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="stream_time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="PositionFromStreamTimeFull" cname="gst_segment_position_from_stream_time_full" version="1.8">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="stream_time" type="guint64" />
-          <parameter name="position" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetRunningTime" cname="gst_segment_set_running_time">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="running_time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="ToPosition" cname="gst_segment_to_position" deprecated="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="running_time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="ToRunningTime" cname="gst_segment_to_running_time">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="guint64" />
-        </parameters>
-      </method>
-      <method name="ToRunningTimeFull" cname="gst_segment_to_running_time_full" version="1.6">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="guint64" />
-          <parameter allow-none="1" name="running_time" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ToStreamTime" cname="gst_segment_to_stream_time" version="1.8">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="guint64" />
-        </parameters>
-      </method>
-      <method name="ToStreamTimeFull" cname="gst_segment_to_stream_time_full" version="1.8">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="position" type="guint64" />
-          <parameter name="stream_time" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="SharedTaskPoolPrivate" cname="GstSharedTaskPoolPrivate" opaque="true" hidden="true" />
-    <struct name="StaticCaps" cname="GstStaticCaps" opaque="false" hidden="false">
-      <field cname="caps" access="public" writeable="true" readable="true" is_callback="false" name="Caps" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="string" access="public" writeable="true" readable="true" is_callback="false" name="String" type="gchar*" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="Cleanup" cname="gst_static_caps_cleanup">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Get" cname="gst_static_caps_get">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </struct>
-    <struct name="StaticPadTemplate" cname="GstStaticPadTemplate" opaque="false" hidden="false">
-      <field cname="name_template" access="public" writeable="true" readable="true" is_callback="false" name="NameTemplate" type="gchar*" />
-      <field cname="direction" access="public" writeable="true" readable="true" is_callback="false" name="Direction" type="GstPadDirection" />
-      <field cname="presence" access="public" writeable="true" readable="true" is_callback="false" name="Presence" type="GstPadPresence" />
-      <field cname="static_caps" access="public" writeable="true" readable="true" is_callback="false" name="StaticCaps" type="GstStaticCaps">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="Get" cname="gst_static_pad_template_get">
-        <return-type type="GstPadTemplate*" />
-        <parameters />
-      </method>
-      <method name="GetCaps" cname="gst_static_pad_template_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </struct>
-    <struct name="StreamCollectionPrivate" cname="GstStreamCollectionPrivate" opaque="true" hidden="true" />
-    <struct name="StreamPrivate" cname="GstStreamPrivate" opaque="true" hidden="true" />
-    <boxed name="Structure" cname="GstStructure" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_structure_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GType" />
-      <field cname="name" access="private" writeable="false" readable="false" is_callback="false" name="Name" type="guint32" />
-      <constructor cname="gst_structure_from_string">
-        <parameters>
-          <parameter name="string" type="const-gchar*" />
-          <parameter name="end" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_structure_new_empty">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_structure_new_from_string" version="1.2">
-        <parameters>
-          <parameter name="string" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_structure_new_id_empty">
-        <parameters>
-          <parameter name="quark" type="guint32" />
-        </parameters>
-      </constructor>
-      <method name="CanIntersect" cname="gst_structure_can_intersect">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="struct2" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_structure_copy">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FilterAndMapInPlace" cname="gst_structure_filter_and_map_in_place" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstStructureFilterMapFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Fixate" cname="gst_structure_fixate">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="FixateField" cname="gst_structure_fixate_field">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FixateFieldBoolean" cname="gst_structure_fixate_field_boolean">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-          <parameter name="target" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="FixateFieldNearestDouble" cname="gst_structure_fixate_field_nearest_double">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-          <parameter name="target" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="FixateFieldNearestFraction" cname="gst_structure_fixate_field_nearest_fraction">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-          <parameter name="target_numerator" type="gint" />
-          <parameter name="target_denominator" type="gint" />
-        </parameters>
-      </method>
-      <method name="FixateFieldNearestInt" cname="gst_structure_fixate_field_nearest_int">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-          <parameter name="target" type="gint" />
-        </parameters>
-      </method>
-      <method name="FixateFieldString" cname="gst_structure_fixate_field_string">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field_name" type="const-gchar*" />
-          <parameter name="target" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Foreach" cname="gst_structure_foreach">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstStructureForeachFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_structure_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetArray" cname="gst_structure_get_array" version="1.12">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="array" type="GValueArray**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBoolean" cname="gst_structure_get_boolean">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetClockTime" cname="gst_structure_get_clock_time">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetDate" cname="gst_structure_get_date">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="GDate**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDateTime" cname="gst_structure_get_date_time">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="GstDateTime**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDouble" cname="gst_structure_get_double">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetEnum" cname="gst_structure_get_enum">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="enumtype" type="GType" />
-          <parameter name="value" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetFieldType" cname="gst_structure_get_field_type">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetFlags" cname="gst_structure_get_flags" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="flags_type" type="GType" />
-          <parameter name="value" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetFlagset" cname="gst_structure_get_flagset" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter allow-none="1" name="value_flags" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="value_mask" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetFraction" cname="gst_structure_get_fraction">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value_numerator" type="gint*" owned="true" pass_as="out" />
-          <parameter name="value_denominator" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInt" cname="gst_structure_get_int">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInt64" cname="gst_structure_get_int64" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetList" cname="gst_structure_get_list" version="1.12">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="array" type="GValueArray**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetName" cname="gst_structure_get_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetNameId" cname="gst_structure_get_name_id">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetString" cname="gst_structure_get_string">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetUint" cname="gst_structure_get_uint">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetUint64" cname="gst_structure_get_uint64" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetValue" cname="gst_structure_get_value">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasField" cname="gst_structure_has_field">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasFieldTyped" cname="gst_structure_has_field_typed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="HasName" cname="gst_structure_has_name">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IdGetValue" cname="gst_structure_id_get_value">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="field" type="guint32" />
-        </parameters>
-      </method>
-      <method name="IdHasField" cname="gst_structure_id_has_field">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field" type="guint32" />
-        </parameters>
-      </method>
-      <method name="IdHasFieldTyped" cname="gst_structure_id_has_field_typed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field" type="guint32" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="IdSetValue" cname="gst_structure_id_set_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="field" type="guint32" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IdTakeValue" cname="gst_structure_id_take_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="field" type="guint32" />
-          <parameter name="value" type="GValue*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Intersect" cname="gst_structure_intersect">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="struct2" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsEqual" cname="gst_structure_is_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="structure2" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsSubset" cname="gst_structure_is_subset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="superset" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MapInPlace" cname="gst_structure_map_in_place">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstStructureMapFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="NFields" cname="gst_structure_n_fields">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="NthFieldName" cname="gst_structure_nth_field_name">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveAllFields" cname="gst_structure_remove_all_fields">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RemoveField" cname="gst_structure_remove_field">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Serialize" cname="gst_structure_serialize" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="flags" type="GstSerializeFlags" />
-        </parameters>
-      </method>
-      <method name="SetArray" cname="gst_structure_set_array" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="array" type="GValueArray*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetList" cname="gst_structure_set_list" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="array" type="GValueArray*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetName" cname="gst_structure_set_name">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetParentRefcount" cname="gst_structure_set_parent_refcount">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="refcount" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetValue" cname="gst_structure_set_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TakeValue" cname="gst_structure_take_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fieldname" type="const-gchar*" />
-          <parameter name="value" type="GValue*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_structure_to_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Take" cname="gst_structure_take" shared="true" version="1.18" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="oldstr_ptr" type="GstStructure**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="newstr" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="SystemClockPrivate" cname="GstSystemClockPrivate" opaque="true" hidden="true" />
-    <boxed name="TagList" cname="GstTagList" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_tag_list_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_tag_list_new_empty" disable_void_ctor="" />
-      <constructor cname="gst_tag_list_new_from_string">
-        <parameters>
-          <parameter name="str" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AddValue" cname="gst_tag_list_add_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstTagMergeMode" />
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_tag_list_copy">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Foreach" cname="gst_tag_list_foreach">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstTagForeachFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetBoolean" cname="gst_tag_list_get_boolean">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetBooleanIndex" cname="gst_tag_list_get_boolean_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetDate" cname="gst_tag_list_get_date">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="GDate**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDateIndex" cname="gst_tag_list_get_date_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="GDate**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDateTime" cname="gst_tag_list_get_date_time">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="GstDateTime**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDateTimeIndex" cname="gst_tag_list_get_date_time_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="GstDateTime**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDouble" cname="gst_tag_list_get_double">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetDoubleIndex" cname="gst_tag_list_get_double_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetFloat" cname="gst_tag_list_get_float">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gfloat*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetFloatIndex" cname="gst_tag_list_get_float_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gfloat*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInt" cname="gst_tag_list_get_int">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInt64" cname="gst_tag_list_get_int64">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInt64Index" cname="gst_tag_list_get_int64_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetIntIndex" cname="gst_tag_list_get_int_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetPointer" cname="gst_tag_list_get_pointer">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gpointer" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetPointerIndex" cname="gst_tag_list_get_pointer_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gpointer" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetSample" cname="gst_tag_list_get_sample">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="sample" type="GstSample**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSampleIndex" cname="gst_tag_list_get_sample_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="sample" type="GstSample**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetScope" cname="gst_tag_list_get_scope">
-        <return-type type="GstTagScope" />
-        <parameters />
-      </method>
-      <method name="GetString" cname="gst_tag_list_get_string">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetStringIndex" cname="gst_tag_list_get_string_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetTagSize" cname="gst_tag_list_get_tag_size">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetUint" cname="gst_tag_list_get_uint">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetUint64" cname="gst_tag_list_get_uint64">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetUint64Index" cname="gst_tag_list_get_uint64_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetUintIndex" cname="gst_tag_list_get_uint_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetValueIndex" cname="gst_tag_list_get_value_index">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="Insert" cname="gst_tag_list_insert">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="from" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="IsEmpty" cname="gst_tag_list_is_empty">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_tag_list_is_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="list2" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Merge" cname="gst_tag_list_merge">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="list2" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="NTags" cname="gst_tag_list_n_tags">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="NthTagName" cname="gst_tag_list_nth_tag_name">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="index" type="guint" />
-        </parameters>
-      </method>
-      <method name="PeekStringIndex" cname="gst_tag_list_peek_string_index">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="index" type="guint" />
-          <parameter name="value" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RemoveTag" cname="gst_tag_list_remove_tag">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetScope" cname="gst_tag_list_set_scope">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="scope" type="GstTagScope" />
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_tag_list_to_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="CopyValue" cname="gst_tag_list_copy_value" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Replace" cname="gst_tag_list_replace" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_taglist" type="GstTagList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Take" cname="gst_tag_list_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_taglist" type="GstTagList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_taglist" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="TaskPrivate" cname="GstTaskPrivate" opaque="true" hidden="true" />
-    <struct name="TimedValue" cname="GstTimedValue" opaque="false" hidden="false">
-      <field cname="timestamp" access="public" writeable="true" readable="true" is_callback="false" name="Timestamp" type="guint64" />
-      <field cname="value" access="public" writeable="true" readable="true" is_callback="false" name="Value" type="gdouble" />
-    </struct>
-    <boxed name="Toc" cname="GstToc" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_toc_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_toc_new">
-        <parameters>
-          <parameter name="scope" type="GstTocScope" />
-        </parameters>
-      </constructor>
-      <method name="AppendEntry" cname="gst_toc_append_entry">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="entry" type="GstTocEntry*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Dump" cname="gst_toc_dump">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="FindEntry" cname="gst_toc_find_entry">
-        <return-type type="GstTocEntry*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uid" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetEntries" cname="gst_toc_get_entries">
-        <return-type type="GList*" element_type="GList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetScope" cname="gst_toc_get_scope">
-        <return-type type="GstTocScope" />
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_toc_get_tags">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_toc_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="SetTags" cname="gst_toc_set_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="TocEntry" cname="GstTocEntry" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_toc_entry_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_toc_entry_new">
-        <parameters>
-          <parameter name="type" type="GstTocEntryType" />
-          <parameter name="uid" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AppendSubEntry" cname="gst_toc_entry_append_sub_entry">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="subentry" type="GstTocEntry*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetEntryType" cname="gst_toc_entry_get_entry_type">
-        <return-type type="GstTocEntryType" />
-        <parameters />
-      </method>
-      <method name="GetLoop" cname="gst_toc_entry_get_loop" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="loop_type" type="GstTocLoopType" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="repeat_count" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetParent" cname="gst_toc_entry_get_parent">
-        <return-type type="GstTocEntry*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetStartStopTimes" cname="gst_toc_entry_get_start_stop_times">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="start" type="gint64*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stop" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetSubEntries" cname="gst_toc_entry_get_sub_entries">
-        <return-type type="GList*" element_type="GList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_toc_entry_get_tags">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetToc" cname="gst_toc_entry_get_toc">
-        <return-type type="GstToc*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetUid" cname="gst_toc_entry_get_uid">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="IsAlternative" cname="gst_toc_entry_is_alternative">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsSequence" cname="gst_toc_entry_is_sequence">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_toc_entry_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="SetLoop" cname="gst_toc_entry_set_loop" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="loop_type" type="GstTocLoopType" />
-          <parameter name="repeat_count" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetStartStopTimes" cname="gst_toc_entry_set_start_stop_times">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="start" type="gint64" />
-          <parameter name="stop" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetTags" cname="gst_toc_entry_set_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="TracerPrivate" cname="GstTracerPrivate" opaque="true" hidden="true" />
-    <struct name="TypeFind" cname="GstTypeFind" opaque="true" hidden="false">
-      <field cname="peek" access="public" writeable="false" readable="true" is_callback="true" name="PeekField" type="GstPeekFieldFunc" />
-      <field cname="suggest" access="public" writeable="false" readable="true" is_callback="true" name="SuggestField" type="GstSuggestFieldFunc" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gpointer" />
-      <field cname="get_length" access="public" writeable="false" readable="true" is_callback="true" name="GetLengthField" type="GstGetLengthFieldFunc" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="GetLength" cname="gst_type_find_get_length">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Peek" cname="gst_type_find_peek">
-        <return-type type="guint8" />
-        <parameters>
-          <parameter name="offset" type="gint64" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="Suggest" cname="gst_type_find_suggest">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="probability" type="guint" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SuggestEmptySimple" cname="gst_type_find_suggest_empty_simple" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="probability" type="guint" />
-          <parameter name="media_type" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Register" cname="gst_type_find_register" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="plugin" type="GstPlugin*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="rank" type="guint" />
-          <parameter closure="6" destroy="7" scope="notified" name="func" type="GstTypeFindFunction" />
-          <parameter allow-none="1" name="extensions" type="const-gchar*" />
-          <parameter allow-none="1" name="possible_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="data" type="gpointer" />
-          <parameter scope="async" name="data_notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="Uri" cname="GstUri" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_uri_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_uri_new" version="1.6">
-        <parameters>
-          <parameter name="scheme" type="const-gchar*" />
-          <parameter name="userinfo" type="const-gchar*" />
-          <parameter name="host" type="const-gchar*" />
-          <parameter name="port" type="guint" />
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="query" type="const-gchar*" />
-          <parameter name="fragment" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AppendPath" cname="gst_uri_append_path" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="relative_path" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AppendPathSegment" cname="gst_uri_append_path_segment" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="path_segment" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_uri_copy" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Equal" cname="gst_uri_equal" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="second" type="GstUri*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromStringWithBase" cname="gst_uri_from_string_with_base" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetFragment" cname="gst_uri_get_fragment" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetHost" cname="gst_uri_get_host" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetMediaFragmentTable" cname="gst_uri_get_media_fragment_table" version="1.12">
-        <return-type type="GHashTable*" element_type="gchar*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPath" cname="gst_uri_get_path" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPathSegments" cname="gst_uri_get_path_segments" version="1.6">
-        <return-type type="GList*" element_type="gchar*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPathString" cname="gst_uri_get_path_string" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPort" cname="gst_uri_get_port" version="1.6">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetQueryKeys" cname="gst_uri_get_query_keys" version="1.6">
-        <return-type type="GList*" element_type="gchar*" elements_owned="true" />
-        <parameters />
-      </method>
-      <method name="GetQueryString" cname="gst_uri_get_query_string" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetQueryStringOrdered" cname="gst_uri_get_query_string_ordered" version="1.24">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="keys" type="GList*" element_type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetQueryTable" cname="gst_uri_get_query_table" version="1.6">
-        <return-type type="GHashTable*" element_type="gchar*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetQueryValue" cname="gst_uri_get_query_value" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="query_key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetScheme" cname="gst_uri_get_scheme">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetUserinfo" cname="gst_uri_get_userinfo" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="IsNormalized" cname="gst_uri_is_normalized" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsWritable" cname="gst_uri_is_writable" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Join" cname="gst_uri_join" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="ref_uri" type="GstUri*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MakeWritable" cname="gst_uri_make_writable" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="NewWithBase" cname="gst_uri_new_with_base" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="scheme" type="const-gchar*" />
-          <parameter allow-none="1" name="userinfo" type="const-gchar*" />
-          <parameter allow-none="1" name="host" type="const-gchar*" />
-          <parameter name="port" type="guint" />
-          <parameter allow-none="1" name="path" type="const-gchar*" />
-          <parameter allow-none="1" name="query" type="const-gchar*" />
-          <parameter allow-none="1" name="fragment" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Normalize" cname="gst_uri_normalize" version="1.6">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="QueryHasKey" cname="gst_uri_query_has_key" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query_key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Ref" cname="gst_uri_ref" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="RemoveQueryKey" cname="gst_uri_remove_query_key" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query_key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetFragment" cname="gst_uri_set_fragment" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="fragment" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetHost" cname="gst_uri_set_host" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="host" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPath" cname="gst_uri_set_path" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="path" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPathSegments" cname="gst_uri_set_path_segments" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="path_segments" type="GList*" element_type="gchar*" elements_owned="true" owned="true" />
-        </parameters>
-      </method>
-      <method name="SetPathString" cname="gst_uri_set_path_string" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPort" cname="gst_uri_set_port" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="port" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetQueryString" cname="gst_uri_set_query_string" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="query" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetQueryTable" cname="gst_uri_set_query_table" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="query_table" type="GHashTable*" element_type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetQueryValue" cname="gst_uri_set_query_value" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query_key" type="const-gchar*" />
-          <parameter allow-none="1" name="query_value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetScheme" cname="gst_uri_set_scheme" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="scheme" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetUserinfo" cname="gst_uri_set_userinfo" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="userinfo" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_uri_to_string" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="ToStringWithKeys" cname="gst_uri_to_string_with_keys" version="1.24">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="keys" type="GList*" element_type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Unref" cname="gst_uri_unref" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Construct" cname="gst_uri_construct" shared="true" deprecated="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-          <parameter name="location" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FromString" cname="gst_uri_from_string" shared="true" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FromStringEscaped" cname="gst_uri_from_string_escaped" shared="true" version="1.18">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetLocation" cname="gst_uri_get_location" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetProtocol" cname="gst_uri_get_protocol" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasProtocol" cname="gst_uri_has_protocol" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsValid" cname="gst_uri_is_valid" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="JoinStrings" cname="gst_uri_join_strings" shared="true" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="base_uri" type="const-gchar*" />
-          <parameter name="ref_uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ProtocolIsSupported" cname="gst_uri_protocol_is_supported" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstURIType" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ProtocolIsValid" cname="gst_uri_protocol_is_valid" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="ValueTable" cname="GstValueTable" opaque="false" hidden="false">
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GType" />
-      <field cname="compare" access="public" writeable="true" readable="true" is_callback="false" name="Compare" type="GstValueCompareFunc" />
-      <field cname="serialize" access="public" writeable="true" readable="true" is_callback="false" name="Serialize" type="GstValueSerializeFunc" />
-      <field cname="deserialize" access="public" writeable="true" readable="true" is_callback="false" name="Deserialize" type="GstValueDeserializeFunc" />
-      <field cname="deserialize_with_pspec" access="public" writeable="true" readable="true" is_callback="false" name="DeserializeWithPspec" type="GstValueDeserializeWithPSpecFunc" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-    </struct>
-    <object name="Global" cname="GstGlobal" opaque="true">
-      <method name="BufferGetMaxMemory" cname="gst_buffer_get_max_memory" shared="true" version="1.2">
-        <return-type type="guint" />
-      </method>
-      <method name="BufferListReplace" cname="gst_buffer_list_replace" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_list" type="GstBufferList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferListTake" cname="gst_buffer_list_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_list" type="GstBufferList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CapsFeaturesFromString" cname="gst_caps_features_from_string" shared="true" version="1.2">
-        <return-type type="GstCapsFeatures*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="features" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CapsFromString" cname="gst_caps_from_string" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="string" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ContextReplace" cname="gst_context_replace" shared="true" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_context" type="GstContext**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_context" type="GstContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CoreErrorQuark" cname="gst_core_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="Deinit" cname="gst_deinit" shared="true">
-        <return-type type="void" />
-      </method>
-      <method name="DynamicTypeRegister" cname="gst_dynamic_type_register" shared="true" version="1.12">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plugin" type="GstPlugin*" />
-          <parameter name="type" type="GType" />
-        </parameters>
-      </method>
-      <method name="ErrorGetMessage" cname="gst_error_get_message" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="domain" type="guint32" />
-          <parameter name="code" type="gint" />
-        </parameters>
-      </method>
-      <method name="EventTypeGetFlags" cname="gst_event_type_get_flags" shared="true">
-        <return-type type="GstEventTypeFlags" />
-        <parameters>
-          <parameter name="type" type="GstEventType" />
-        </parameters>
-      </method>
-      <method name="EventTypeGetName" cname="gst_event_type_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstEventType" />
-        </parameters>
-      </method>
-      <method name="EventTypeToQuark" cname="gst_event_type_to_quark" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="type" type="GstEventType" />
-        </parameters>
-      </method>
-      <method name="EventTypeToStickyOrdering" cname="gst_event_type_to_sticky_ordering" shared="true" version="1.22">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="type" type="GstEventType" />
-        </parameters>
-      </method>
-      <method name="FlowGetName" cname="gst_flow_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="_ret" type="GstFlowReturn" />
-        </parameters>
-      </method>
-      <method name="FlowToQuark" cname="gst_flow_to_quark" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="_ret" type="GstFlowReturn" />
-        </parameters>
-      </method>
-      <method name="GetMainExecutablePath" cname="gst_get_main_executable_path" shared="true" version="1.14">
-        <return-type type="const-gchar*" />
-      </method>
-      <method name="IsCapsFeatures" cname="gst_is_caps_features" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="obj" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="IsInitialized" cname="gst_is_initialized" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="LibraryErrorQuark" cname="gst_library_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="MessageTake" cname="gst_message_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_message" type="GstMessage**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_message" type="GstMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MessageTypeGetName" cname="gst_message_type_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstMessageType" />
-        </parameters>
-      </method>
-      <method name="MessageTypeToQuark" cname="gst_message_type_to_quark" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="type" type="GstMessageType" />
-        </parameters>
-      </method>
-      <method name="MetaApiTypeGetTags" cname="gst_meta_api_type_get_tags" shared="true" version="1.2">
-        <return-type type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters>
-          <parameter name="api" type="GType" />
-        </parameters>
-      </method>
-      <method name="MetaApiTypeHasTag" cname="gst_meta_api_type_has_tag" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter name="tag" type="guint32" />
-        </parameters>
-      </method>
-      <method name="MetaApiTypeRegister" cname="gst_meta_api_type_register" shared="true">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="api" type="const-gchar*" />
-          <parameter name="tags" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="MetaGetInfo" cname="gst_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="impl" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MetaRegister" cname="gst_meta_register" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="api" type="GType" />
-          <parameter name="impl" type="const-gchar*" />
-          <parameter name="size" type="gsize" />
-          <parameter scope="async" name="init_func" type="GstMetaInitFunction" />
-          <parameter scope="async" name="free_func" type="GstMetaFreeFunction" />
-          <parameter scope="async" name="transform_func" type="GstMetaTransformFunction" />
-        </parameters>
-      </method>
-      <method name="MetaRegisterCustom" cname="gst_meta_register_custom" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="tags" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter closure="3" destroy="4" scope="notified" allow-none="1" name="transform_func" type="GstCustomMetaTransformFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_data" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="MiniObjectReplace" cname="gst_mini_object_replace" shared="true" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="olddata" type="GstMiniObject**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="newdata" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MiniObjectTake" cname="gst_mini_object_take" shared="true" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="olddata" type="GstMiniObject**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="newdata" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParamSpecArray" cname="gst_param_spec_array" shared="true" version="1.14">
-        <return-type type="GParamSpec*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="nick" type="const-gchar*" />
-          <parameter name="blurb" type="const-gchar*" />
-          <parameter name="element_spec" type="GParamSpec*" />
-          <parameter name="flags" type="GParamFlags" />
-        </parameters>
-      </method>
-      <method name="ParamSpecFraction" cname="gst_param_spec_fraction" shared="true">
-        <return-type type="GParamSpec*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="nick" type="const-gchar*" />
-          <parameter name="blurb" type="const-gchar*" />
-          <parameter name="min_num" type="gint" />
-          <parameter name="min_denom" type="gint" />
-          <parameter name="max_num" type="gint" />
-          <parameter name="max_denom" type="gint" />
-          <parameter name="default_num" type="gint" />
-          <parameter name="default_denom" type="gint" />
-          <parameter name="flags" type="GParamFlags" />
-        </parameters>
-      </method>
-      <method name="ParentBufferMetaApiGetType" cname="gst_parent_buffer_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ParentBufferMetaGetInfo" cname="gst_parent_buffer_meta_get_info" shared="true" version="1.6">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="PluginErrorQuark" cname="gst_plugin_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="PresetGetAppDir" cname="gst_preset_get_app_dir" shared="true">
-        <return-type type="const-gfilename*" />
-      </method>
-      <method name="PresetSetAppDir" cname="gst_preset_set_app_dir" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="app_dir" type="const-gfilename*" />
-        </parameters>
-      </method>
-      <method name="ProtectionFilterSystemsByAvailableDecryptors" cname="gst_protection_filter_systems_by_available_decryptors" shared="true" version="1.14">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters>
-          <parameter name="system_identifiers" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="ProtectionMetaApiGetType" cname="gst_protection_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ProtectionMetaGetInfo" cname="gst_protection_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="ProtectionSelectSystem" cname="gst_protection_select_system" shared="true" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="system_identifiers" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="QueryTake" cname="gst_query_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_query" type="GstQuery**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_query" type="GstQuery*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryTypeGetFlags" cname="gst_query_type_get_flags" shared="true">
-        <return-type type="GstQueryTypeFlags" />
-        <parameters>
-          <parameter name="type" type="GstQueryType" />
-        </parameters>
-      </method>
-      <method name="QueryTypeGetName" cname="gst_query_type_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstQueryType" />
-        </parameters>
-      </method>
-      <method name="QueryTypeToQuark" cname="gst_query_type_to_quark" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="type" type="GstQueryType" />
-        </parameters>
-      </method>
-      <method name="ReferenceTimestampMetaApiGetType" cname="gst_reference_timestamp_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ReferenceTimestampMetaGetInfo" cname="gst_reference_timestamp_meta_get_info" shared="true" version="1.14">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="ResourceErrorQuark" cname="gst_resource_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="SegtrapIsEnabled" cname="gst_segtrap_is_enabled" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="SegtrapSetEnabled" cname="gst_segtrap_set_enabled" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="StateChangeGetName" cname="gst_state_change_get_name" shared="true" version="1.14">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="transition" type="GstStateChange" />
-        </parameters>
-      </method>
-      <method name="StaticCapsGetType" cname="gst_static_caps_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="StaticPadTemplateGetType" cname="gst_static_pad_template_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="StreamErrorQuark" cname="gst_stream_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="StreamTypeGetName" cname="gst_stream_type_get_name" shared="true" version="1.10">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="stype" type="GstStreamType" />
-        </parameters>
-      </method>
-      <method name="StructureTake" cname="gst_structure_take" shared="true" version="1.18" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="oldstr_ptr" type="GstStructure**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="newstr" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TocEntryTypeGetNick" cname="gst_toc_entry_type_get_nick" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstTocEntryType" />
-        </parameters>
-      </method>
-      <method name="TracingGetActiveTracers" cname="gst_tracing_get_active_tracers" shared="true" version="1.18">
-        <return-type type="GList*" element_type="GstTracer*" elements_owned="true" owned="true" />
-      </method>
-      <method name="TracingRegisterHook" cname="gst_tracing_register_hook" shared="true" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tracer" type="GstTracer*" />
-          <parameter name="detail" type="const-gchar*" />
-          <parameter scope="async" name="func" type="GCallback" />
-        </parameters>
-      </method>
-      <method name="TypeFindGetType" cname="gst_type_find_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="TypeFindRegister" cname="gst_type_find_register" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="plugin" type="GstPlugin*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="rank" type="guint" />
-          <parameter closure="6" destroy="7" scope="notified" name="func" type="GstTypeFindFunction" />
-          <parameter allow-none="1" name="extensions" type="const-gchar*" />
-          <parameter allow-none="1" name="possible_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="data" type="gpointer" />
-          <parameter scope="async" name="data_notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="TypeIsPluginApi" cname="gst_type_is_plugin_api" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GType" />
-          <parameter allow-none="1" name="flags" type="GstPluginAPIFlags" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeMarkAsPluginApi" cname="gst_type_mark_as_plugin_api" shared="true" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GType" />
-          <parameter name="flags" type="GstPluginAPIFlags" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstConstants" opaque="true">
-      <constant value="SystemMemory" ctype="gchar*" gtype="gchar*" name="ALLOCATOR_SYSMEM" />
-      <constant value="15" ctype="GstBufferCopyFlags" gtype="GstBufferCopyFlags" name="BUFFER_COPY_ALL" />
-      <constant value="7" ctype="GstBufferCopyFlags" gtype="GstBufferCopyFlags" name="BUFFER_COPY_METADATA" />
-      <constant value="18446744073709551615" ctype="guint64" gtype="guint64" name="BUFFER_OFFSET_NONE" />
-      <constant value="1" ctype="gint" gtype="gint" name="CAN_INLINE" />
-      <constant value="memory:SystemMemory" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_MEMORY_SYSTEM_MEMORY" />
-      <constant value="18446744073709551615" ctype="guint64" gtype="GstClockTime" name="CLOCK_TIME_NONE" />
-      <constant value="240" ctype="gint" gtype="gint" name="DEBUG_BG_MASK" />
-      <constant value="15" ctype="gint" gtype="gint" name="DEBUG_FG_MASK" />
-      <constant value="65280" ctype="gint" gtype="gint" name="DEBUG_FORMAT_MASK" />
-      <constant value="Decoder" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_DECODER" />
-      <constant value="Decryptor" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_DECRYPTOR" />
-      <constant value="Demuxer" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_DEMUXER" />
-      <constant value="Depayloader" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_DEPAYLOADER" />
-      <constant value="Encoder" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_ENCODER" />
-      <constant value="Encryptor" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_ENCRYPTOR" />
-      <constant value="Formatter" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_FORMATTER" />
-      <constant value="Hardware" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_HARDWARE" version="1.16" />
-      <constant value="Audio" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MEDIA_AUDIO" />
-      <constant value="Image" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MEDIA_IMAGE" />
-      <constant value="Metadata" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MEDIA_METADATA" />
-      <constant value="Subtitle" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE" />
-      <constant value="Video" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MEDIA_VIDEO" />
-      <constant value="Muxer" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_MUXER" />
-      <constant value="Parser" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_PARSER" />
-      <constant value="Payloader" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_PAYLOADER" />
-      <constant value="Sink" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_SINK" />
-      <constant value="Source" ctype="gchar*" gtype="gchar*" name="ELEMENT_FACTORY_KLASS_SRC" />
-      <constant value="562949953421311" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_ANY" />
-      <constant value="3940649673949188" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS" />
-      <constant value="1125899906842626" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_AUDIO_ENCODER" />
-      <constant value="1377" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_DECODABLE" />
-      <constant value="1" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_DECODER" />
-      <constant value="1024" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_DECRYPTOR" />
-      <constant value="32" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_DEMUXER" />
-      <constant value="256" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_DEPAYLOADER" />
-      <constant value="2" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_ENCODER" />
-      <constant value="2048" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_ENCRYPTOR" />
-      <constant value="512" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_FORMATTER" />
-      <constant value="4096" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_HARDWARE" />
-      <constant value="281474976710656" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MAX_ELEMENTS" />
-      <constant value="18446462598732840960" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_ANY" />
-      <constant value="1125899906842624" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_AUDIO" />
-      <constant value="2251799813685248" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_IMAGE" />
-      <constant value="9007199254740992" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_METADATA" />
-      <constant value="4503599627370496" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE" />
-      <constant value="562949953421312" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MEDIA_VIDEO" />
-      <constant value="16" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_MUXER" />
-      <constant value="64" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_PARSER" />
-      <constant value="128" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_PAYLOADER" />
-      <constant value="4" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_SINK" />
-      <constant value="8" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_SRC" />
-      <constant value="8192" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_TIMESTAMPER" version="1.24" />
-      <constant value="2814749767106562" ctype="GstElementFactoryListType" gtype="GstElementFactoryListType" name="ELEMENT_FACTORY_TYPE_VIDEO_ENCODER" />
-      <constant value="author" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_AUTHOR" />
-      <constant value="description" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_DESCRIPTION" />
-      <constant value="doc-uri" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_DOC_URI" />
-      <constant value="icon-name" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_ICON_NAME" />
-      <constant value="klass" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_KLASS" />
-      <constant value="long-name" ctype="gchar*" gtype="gchar*" name="ELEMENT_METADATA_LONGNAME" />
-      <constant value="system error: %s" ctype="gchar*" gtype="gchar*" name="ERROR_SYSTEM" />
-      <constant value="8" ctype="gint" gtype="gint" name="EVENT_NUM_SHIFT" />
-      <constant value="3" ctype="GstEventTypeFlags" gtype="GstEventTypeFlags" name="EVENT_TYPE_BOTH" />
-      <constant value="4294967295" ctype="guint" gtype="guint" name="FLAG_SET_MASK_EXACT" version="1.6" />
-      <constant value="1000000" ctype="gint64" gtype="gint64" name="FORMAT_PERCENT_MAX" />
-      <constant value="10000" ctype="gint64" gtype="gint64" name="FORMAT_PERCENT_SCALE" />
-      <constant value="c%c%c%c" ctype="gchar*" gtype="gchar*" name="FOURCC_FORMAT" />
-      <constant value="0" ctype="gint" gtype="gint" name="GROUP_ID_INVALID" version="1.14" />
-      <constant value="unknown" ctype="gchar*" gtype="gchar*" name="LICENSE_UNKNOWN" />
-      <constant value="3" ctype="GstLockFlags" gtype="GstLockFlags" name="LOCK_FLAG_READWRITE" />
-      <constant value="3" ctype="GstMapFlags" gtype="GstMapFlags" name="MAP_READWRITE" />
-      <constant value="memory-reference" ctype="gchar*" gtype="gchar*" name="META_TAG_MEMORY_REFERENCE_STR" version="1.20.4" />
-      <constant value="memory" ctype="gchar*" gtype="gchar*" name="META_TAG_MEMORY_STR" version="1.2" />
-      <constant value="1000000" ctype="gint64" gtype="GstClockTimeDiff" name="MSECOND" />
-      <constant value="1" ctype="GstClockTimeDiff" gtype="GstClockTimeDiff" name="NSECOND" />
-      <constant value="16384" ctype="gint" gtype="gint" name="PARAM_CONDITIONALLY_AVAILABLE" version="1.18" />
-      <constant value="512" ctype="gint" gtype="gint" name="PARAM_CONTROLLABLE" />
-      <constant value="8192" ctype="gint" gtype="gint" name="PARAM_DOC_SHOW_DEFAULT" version="1.18" />
-      <constant value="2048" ctype="gint" gtype="gint" name="PARAM_MUTABLE_PAUSED" />
-      <constant value="4096" ctype="gint" gtype="gint" name="PARAM_MUTABLE_PLAYING" />
-      <constant value="1024" ctype="gint" gtype="gint" name="PARAM_MUTABLE_READY" />
-      <constant value="65536" ctype="gint" gtype="gint" name="PARAM_USER_SHIFT" />
-      <constant value="protection-system" ctype="gchar*" gtype="gchar*" name="PROTECTION_SYSTEM_ID_CAPS_FIELD" version="1.6" />
-      <constant value="unspecified-system-id" ctype="gchar*" gtype="gchar*" name="PROTECTION_UNSPECIFIED_SYSTEM_ID" version="1.16" />
-      <constant value="paA" ctype="gchar*" gtype="gchar*" name="PTR_FORMAT" />
-      <constant value="8" ctype="gint" gtype="gint" name="QUERY_NUM_SHIFT" />
-      <constant value="3" ctype="GstQueryTypeFlags" gtype="GstQueryTypeFlags" name="QUERY_TYPE_BOTH" />
-      <constant value="1000000000" ctype="gint64" gtype="GstClockTimeDiff" name="SECOND" />
-      <constant value="paB" ctype="gchar*" gtype="gchar*" name="SEGMENT_FORMAT" />
-      <constant value="912" ctype="gint" gtype="gint" name="SEGMENT_INSTANT_FLAGS" />
-      <constant value="0" ctype="gint" gtype="gint" name="SEQNUM_INVALID" version="1.14" />
-      <constant value="paS" ctype="gchar*" gtype="gchar*" name="STIMEP_FORMAT" version="1.18" />
-      <constant value="c%" ctype="gchar*" gtype="gchar*" name="STIME_FORMAT" version="1.6" />
-      <constant value="album" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM" />
-      <constant value="album-artist" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_ARTIST" />
-      <constant value="album-artist-sortname" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_ARTIST_SORTNAME" />
-      <constant value="replaygain-album-gain" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_GAIN" />
-      <constant value="replaygain-album-peak" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_PEAK" />
-      <constant value="album-sortname" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_SORTNAME" />
-      <constant value="album-disc-count" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_VOLUME_COUNT" />
-      <constant value="album-disc-number" ctype="gchar*" gtype="gchar*" name="TAG_ALBUM_VOLUME_NUMBER" />
-      <constant value="application-data" ctype="gchar*" gtype="gchar*" name="TAG_APPLICATION_DATA" />
-      <constant value="application-name" ctype="gchar*" gtype="gchar*" name="TAG_APPLICATION_NAME" />
-      <constant value="artist" ctype="gchar*" gtype="gchar*" name="TAG_ARTIST" />
-      <constant value="artist-sortname" ctype="gchar*" gtype="gchar*" name="TAG_ARTIST_SORTNAME" />
-      <constant value="attachment" ctype="gchar*" gtype="gchar*" name="TAG_ATTACHMENT" />
-      <constant value="audio-codec" ctype="gchar*" gtype="gchar*" name="TAG_AUDIO_CODEC" />
-      <constant value="beats-per-minute" ctype="gchar*" gtype="gchar*" name="TAG_BEATS_PER_MINUTE" />
-      <constant value="bitrate" ctype="gchar*" gtype="gchar*" name="TAG_BITRATE" />
-      <constant value="codec" ctype="gchar*" gtype="gchar*" name="TAG_CODEC" />
-      <constant value="comment" ctype="gchar*" gtype="gchar*" name="TAG_COMMENT" />
-      <constant value="composer" ctype="gchar*" gtype="gchar*" name="TAG_COMPOSER" />
-      <constant value="composer-sortname" ctype="gchar*" gtype="gchar*" name="TAG_COMPOSER_SORTNAME" />
-      <constant value="conductor" ctype="gchar*" gtype="gchar*" name="TAG_CONDUCTOR" version="1.8" />
-      <constant value="contact" ctype="gchar*" gtype="gchar*" name="TAG_CONTACT" />
-      <constant value="container-format" ctype="gchar*" gtype="gchar*" name="TAG_CONTAINER_FORMAT" />
-      <constant value="copyright" ctype="gchar*" gtype="gchar*" name="TAG_COPYRIGHT" />
-      <constant value="copyright-uri" ctype="gchar*" gtype="gchar*" name="TAG_COPYRIGHT_URI" />
-      <constant value="date" ctype="gchar*" gtype="gchar*" name="TAG_DATE" />
-      <constant value="datetime" ctype="gchar*" gtype="gchar*" name="TAG_DATE_TIME" />
-      <constant value="description" ctype="gchar*" gtype="gchar*" name="TAG_DESCRIPTION" />
-      <constant value="device-manufacturer" ctype="gchar*" gtype="gchar*" name="TAG_DEVICE_MANUFACTURER" />
-      <constant value="device-model" ctype="gchar*" gtype="gchar*" name="TAG_DEVICE_MODEL" />
-      <constant value="duration" ctype="gchar*" gtype="gchar*" name="TAG_DURATION" />
-      <constant value="encoded-by" ctype="gchar*" gtype="gchar*" name="TAG_ENCODED_BY" />
-      <constant value="encoder" ctype="gchar*" gtype="gchar*" name="TAG_ENCODER" />
-      <constant value="encoder-version" ctype="gchar*" gtype="gchar*" name="TAG_ENCODER_VERSION" />
-      <constant value="extended-comment" ctype="gchar*" gtype="gchar*" name="TAG_EXTENDED_COMMENT" />
-      <constant value="genre" ctype="gchar*" gtype="gchar*" name="TAG_GENRE" />
-      <constant value="geo-location-capture-direction" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_CAPTURE_DIRECTION" />
-      <constant value="geo-location-city" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_CITY" />
-      <constant value="geo-location-country" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_COUNTRY" />
-      <constant value="geo-location-elevation" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_ELEVATION" />
-      <constant value="geo-location-horizontal-error" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_HORIZONTAL_ERROR" />
-      <constant value="geo-location-latitude" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_LATITUDE" />
-      <constant value="geo-location-longitude" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_LONGITUDE" />
-      <constant value="geo-location-movement-direction" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_MOVEMENT_DIRECTION" />
-      <constant value="geo-location-movement-speed" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_MOVEMENT_SPEED" />
-      <constant value="geo-location-name" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_NAME" />
-      <constant value="geo-location-sublocation" ctype="gchar*" gtype="gchar*" name="TAG_GEO_LOCATION_SUBLOCATION" />
-      <constant value="grouping" ctype="gchar*" gtype="gchar*" name="TAG_GROUPING" />
-      <constant value="homepage" ctype="gchar*" gtype="gchar*" name="TAG_HOMEPAGE" />
-      <constant value="image" ctype="gchar*" gtype="gchar*" name="TAG_IMAGE" />
-      <constant value="image-orientation" ctype="gchar*" gtype="gchar*" name="TAG_IMAGE_ORIENTATION" />
-      <constant value="interpreted-by" ctype="gchar*" gtype="gchar*" name="TAG_INTERPRETED_BY" version="1.2" />
-      <constant value="isrc" ctype="gchar*" gtype="gchar*" name="TAG_ISRC" />
-      <constant value="keywords" ctype="gchar*" gtype="gchar*" name="TAG_KEYWORDS" />
-      <constant value="language-code" ctype="gchar*" gtype="gchar*" name="TAG_LANGUAGE_CODE" />
-      <constant value="language-name" ctype="gchar*" gtype="gchar*" name="TAG_LANGUAGE_NAME" />
-      <constant value="license" ctype="gchar*" gtype="gchar*" name="TAG_LICENSE" />
-      <constant value="license-uri" ctype="gchar*" gtype="gchar*" name="TAG_LICENSE_URI" />
-      <constant value="location" ctype="gchar*" gtype="gchar*" name="TAG_LOCATION" />
-      <constant value="lyrics" ctype="gchar*" gtype="gchar*" name="TAG_LYRICS" />
-      <constant value="maximum-bitrate" ctype="gchar*" gtype="gchar*" name="TAG_MAXIMUM_BITRATE" />
-      <constant value="midi-base-note" ctype="gchar*" gtype="gchar*" name="TAG_MIDI_BASE_NOTE" version="1.4" />
-      <constant value="minimum-bitrate" ctype="gchar*" gtype="gchar*" name="TAG_MINIMUM_BITRATE" />
-      <constant value="nominal-bitrate" ctype="gchar*" gtype="gchar*" name="TAG_NOMINAL_BITRATE" />
-      <constant value="organization" ctype="gchar*" gtype="gchar*" name="TAG_ORGANIZATION" />
-      <constant value="performer" ctype="gchar*" gtype="gchar*" name="TAG_PERFORMER" />
-      <constant value="preview-image" ctype="gchar*" gtype="gchar*" name="TAG_PREVIEW_IMAGE" />
-      <constant value="private-data" ctype="gchar*" gtype="gchar*" name="TAG_PRIVATE_DATA" version="1.8" />
-      <constant value="publisher" ctype="gchar*" gtype="gchar*" name="TAG_PUBLISHER" version="1.2" />
-      <constant value="replaygain-reference-level" ctype="gchar*" gtype="gchar*" name="TAG_REFERENCE_LEVEL" />
-      <constant value="serial" ctype="gchar*" gtype="gchar*" name="TAG_SERIAL" />
-      <constant value="show-episode-number" ctype="gchar*" gtype="gchar*" name="TAG_SHOW_EPISODE_NUMBER" />
-      <constant value="show-name" ctype="gchar*" gtype="gchar*" name="TAG_SHOW_NAME" />
-      <constant value="show-season-number" ctype="gchar*" gtype="gchar*" name="TAG_SHOW_SEASON_NUMBER" />
-      <constant value="show-sortname" ctype="gchar*" gtype="gchar*" name="TAG_SHOW_SORTNAME" />
-      <constant value="subtitle-codec" ctype="gchar*" gtype="gchar*" name="TAG_SUBTITLE_CODEC" />
-      <constant value="title" ctype="gchar*" gtype="gchar*" name="TAG_TITLE" />
-      <constant value="title-sortname" ctype="gchar*" gtype="gchar*" name="TAG_TITLE_SORTNAME" />
-      <constant value="track-count" ctype="gchar*" gtype="gchar*" name="TAG_TRACK_COUNT" />
-      <constant value="replaygain-track-gain" ctype="gchar*" gtype="gchar*" name="TAG_TRACK_GAIN" />
-      <constant value="track-number" ctype="gchar*" gtype="gchar*" name="TAG_TRACK_NUMBER" />
-      <constant value="replaygain-track-peak" ctype="gchar*" gtype="gchar*" name="TAG_TRACK_PEAK" />
-      <constant value="user-rating" ctype="gchar*" gtype="gchar*" name="TAG_USER_RATING" />
-      <constant value="version" ctype="gchar*" gtype="gchar*" name="TAG_VERSION" />
-      <constant value="video-codec" ctype="gchar*" gtype="gchar*" name="TAG_VIDEO_CODEC" />
-      <constant value="paT" ctype="gchar*" gtype="gchar*" name="TIMEP_FORMAT" version="1.18" />
-      <constant value="u:%02u:%02u.%09u" ctype="gchar*" gtype="gchar*" name="TIME_FORMAT" />
-      <constant value="-1" ctype="gint" gtype="gint" name="TOC_REPEAT_COUNT_INFINITE" version="1.4" />
-      <constant value="0" ctype="gint" gtype="gint" name="URI_NO_PORT" />
-      <constant value="1000" ctype="GstClockTimeDiff" gtype="GstClockTimeDiff" name="USECOND" />
-      <constant value="0" ctype="gint" gtype="gint" name="VALUE_EQUAL" />
-      <constant value="1" ctype="gint" gtype="gint" name="VALUE_GREATER_THAN" />
-      <constant value="-1" ctype="gint" gtype="gint" name="VALUE_LESS_THAN" />
-      <constant value="2" ctype="gint" gtype="gint" name="VALUE_UNORDERED" />
-      <constant value="1" ctype="gint" gtype="gint"                    name="VERSION_MAJOR" />
-      <constant value="11" ctype="gint" gtype="gint"                    name="VERSION_MICRO" />
-      <constant value="24" ctype="gint" gtype="gint"                    name="VERSION_MINOR" />
-      <constant value="0" ctype="gint" gtype="gint"                               name="VERSION_NANO" />
-    </object>
-    <class name="Parse" cname="GstParse" disable_void_ctor="1">
-      <method name="ParseBinFromDescription" cname="gst_parse_bin_from_description" shared="true">
-        <return-type type="GstBin*" />
-        <parameters throws="1">
-          <parameter name="bin_description" type="const-gchar*" />
-          <parameter name="ghost_unlinked_pads" type="gboolean" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ParseBinFromDescriptionFull" cname="gst_parse_bin_from_description_full" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="bin_description" type="const-gchar*" />
-          <parameter name="ghost_unlinked_pads" type="gboolean" />
-          <parameter allow-none="1" name="context" type="GstParseContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstParseFlags" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ParseErrorQuark" cname="gst_parse_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="ParseLaunch" cname="gst_parse_launch" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="pipeline_description" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ParseLaunchFull" cname="gst_parse_launch_full" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="pipeline_description" type="const-gchar*" />
-          <parameter allow-none="1" name="context" type="GstParseContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstParseFlags" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ParseLaunchv" cname="gst_parse_launchv" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="argv" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ParseLaunchvFull" cname="gst_parse_launchv_full" shared="true">
-        <return-type type="GstElement*" />
-        <parameters throws="1">
-          <parameter name="argv" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter allow-none="1" name="context" type="GstParseContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstParseFlags" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-    </class>
-    <class name="Debug" cname="GstDebug" disable_void_ctor="1">
-      <method name="DebugAddLogFunction" cname="gst_debug_add_log_function" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstLogFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="DebugAddRingBufferLogger" cname="gst_debug_add_ring_buffer_logger" shared="true" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max_size_per_thread" type="guint" />
-          <parameter name="thread_timeout" type="guint" />
-        </parameters>
-      </method>
-      <method name="DebugBinToDotData" cname="gst_debug_bin_to_dot_data" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="bin" type="GstBin*" />
-          <parameter name="details" type="GstDebugGraphDetails" />
-        </parameters>
-      </method>
-      <method name="DebugBinToDotFile" cname="gst_debug_bin_to_dot_file" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bin" type="GstBin*" />
-          <parameter name="details" type="GstDebugGraphDetails" />
-          <parameter name="file_name" type="const-gfilename*" />
-        </parameters>
-      </method>
-      <method name="DebugBinToDotFileWithTs" cname="gst_debug_bin_to_dot_file_with_ts" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bin" type="GstBin*" />
-          <parameter name="details" type="GstDebugGraphDetails" />
-          <parameter name="file_name" type="const-gfilename*" />
-        </parameters>
-      </method>
-      <method name="DebugConstructTermColor" cname="gst_debug_construct_term_color" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="colorinfo" type="guint" />
-        </parameters>
-      </method>
-      <method name="DebugConstructWinColor" cname="gst_debug_construct_win_color" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="colorinfo" type="guint" />
-        </parameters>
-      </method>
-      <method name="DebugGetAllCategories" cname="gst_debug_get_all_categories" shared="true">
-        <return-type type="GSList*" element_type="GSList*" elements_owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="DebugGetColorMode" cname="gst_debug_get_color_mode" shared="true" version="1.2">
-        <return-type type="GstDebugColorMode" />
-      </method>
-      <method name="DebugGetDefaultThreshold" cname="gst_debug_get_default_threshold" shared="true">
-        <return-type type="GstDebugLevel" />
-      </method>
-      <method name="DebugGetStackTrace" cname="gst_debug_get_stack_trace" shared="true" version="1.12">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="flags" type="GstStackTraceFlags" />
-        </parameters>
-      </method>
-      <method name="DebugIsActive" cname="gst_debug_is_active" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="DebugIsColored" cname="gst_debug_is_colored" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="DebugLevelGetName" cname="gst_debug_level_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="level" type="GstDebugLevel" />
-        </parameters>
-      </method>
-      <method name="DebugLogDefault" cname="gst_debug_log_default" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="category" type="GstDebugCategory*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="level" type="GstDebugLevel" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-          <parameter allow-none="1" name="_object" type="GObject*" />
-          <parameter name="message" type="GstDebugMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="DebugLogGetLine" cname="gst_debug_log_get_line" shared="true" version="1.18">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="category" type="GstDebugCategory*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="level" type="GstDebugLevel" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-          <parameter allow-none="1" name="_object" type="GObject*" />
-          <parameter name="message" type="GstDebugMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DebugLogIdLiteral" cname="gst_debug_log_id_literal" shared="true" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="category" type="GstDebugCategory*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="level" type="GstDebugLevel" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-          <parameter allow-none="1" name="id" type="const-gchar*" />
-          <parameter name="message_string" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="DebugLogLiteral" cname="gst_debug_log_literal" shared="true" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="category" type="GstDebugCategory*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="level" type="GstDebugLevel" />
-          <parameter name="file" type="const-gchar*" />
-          <parameter name="function" type="const-gchar*" />
-          <parameter name="line" type="gint" />
-          <parameter allow-none="1" name="_object" type="GObject*" />
-          <parameter name="message_string" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="DebugPrintStackTrace" cname="gst_debug_print_stack_trace" shared="true">
-        <return-type type="void" />
-      </method>
-      <method name="DebugRemoveLogFunction" cname="gst_debug_remove_log_function" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter scope="call" allow-none="1" name="func" type="GstLogFunction" />
-        </parameters>
-      </method>
-      <method name="DebugRemoveLogFunctionByData" cname="gst_debug_remove_log_function_by_data" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="DebugRemoveRingBufferLogger" cname="gst_debug_remove_ring_buffer_logger" shared="true" version="1.14">
-        <return-type type="void" />
-      </method>
-      <method name="DebugRingBufferLoggerGetLogs" cname="gst_debug_ring_buffer_logger_get_logs" shared="true" version="1.14">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-      </method>
-      <method name="DebugSetActive" cname="gst_debug_set_active" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="DebugSetColorMode" cname="gst_debug_set_color_mode" shared="true" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstDebugColorMode" />
-        </parameters>
-      </method>
-      <method name="DebugSetColorModeFromString" cname="gst_debug_set_color_mode_from_string" shared="true" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="DebugSetColored" cname="gst_debug_set_colored" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="colored" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="DebugSetDefaultThreshold" cname="gst_debug_set_default_threshold" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="level" type="GstDebugLevel" />
-        </parameters>
-      </method>
-      <method name="DebugSetThresholdForName" cname="gst_debug_set_threshold_for_name" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="level" type="GstDebugLevel" />
-        </parameters>
-      </method>
-      <method name="DebugSetThresholdFromString" cname="gst_debug_set_threshold_from_string" shared="true" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="const-gchar*" />
-          <parameter name="reset" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="DebugUnsetThresholdForName" cname="gst_debug_unset_threshold_for_name" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-    </class>
-    <class name="Application" cname="GstApplication" disable_void_ctor="1">
-      <method name="Init" cname="gst_init" shared="true" hidden="true">
-        <return-type type="void" array_index="1" />
-        <parameters>
-          <parameter allow-none="1" name="argc" type="gint*" owned="true" pass_as="ref" array_index="1" />
-          <parameter allow-none="1" name="argv" type="char****" owned="true" pass_as="ref" array="true" array_length_param_index="0" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="InitCheck" cname="gst_init_check" shared="true" hidden="true">
-        <return-type type="gboolean" array_index="1" />
-        <parameters throws="1">
-          <parameter allow-none="1" name="argc" type="gint*" owned="true" pass_as="ref" array_index="1" />
-          <parameter allow-none="1" name="argv" type="char****" owned="true" pass_as="ref" array="true" array_length_param_index="0" element_type="gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="Version" cname="gst_version" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="major" type="guint*" owned="true" pass_as="out" />
-          <parameter name="minor" type="guint*" owned="true" pass_as="out" />
-          <parameter name="micro" type="guint*" owned="true" pass_as="out" />
-          <parameter name="nano" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VersionString" cname="gst_version_string" shared="true">
-        <return-type type="gchar*" owned="true" />
-      </method>
-    </class>
-    <class name="Value" cname="GstValue" disable_void_ctor="1">
-      <method name="ValueCanCompare" cname="gst_value_can_compare" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueCanIntersect" cname="gst_value_can_intersect" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueCanSubtract" cname="gst_value_can_subtract" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="minuend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="subtrahend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueCanUnion" cname="gst_value_can_union" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueCompare" cname="gst_value_compare" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueDeserialize" cname="gst_value_deserialize" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ValueDeserializeWithPspec" cname="gst_value_deserialize_with_pspec" shared="true" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="const-gchar*" />
-          <parameter allow-none="1" name="pspec" type="GParamSpec*" />
-        </parameters>
-      </method>
-      <method name="ValueFixate" cname="gst_value_fixate" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueFractionMultiply" cname="gst_value_fraction_multiply" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="product" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="factor1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="factor2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueFractionSubtract" cname="gst_value_fraction_subtract" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="minuend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="subtrahend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetBitmask" cname="gst_value_get_bitmask" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetCaps" cname="gst_value_get_caps" shared="true">
-        <return-type type="GstCaps*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetCapsFeatures" cname="gst_value_get_caps_features" shared="true">
-        <return-type type="GstCapsFeatures*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetDoubleRangeMax" cname="gst_value_get_double_range_max" shared="true">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetDoubleRangeMin" cname="gst_value_get_double_range_min" shared="true">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFlagsetFlags" cname="gst_value_get_flagset_flags" shared="true" version="1.6">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFlagsetMask" cname="gst_value_get_flagset_mask" shared="true" version="1.6">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFractionDenominator" cname="gst_value_get_fraction_denominator" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFractionNumerator" cname="gst_value_get_fraction_numerator" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFractionRangeMax" cname="gst_value_get_fraction_range_max" shared="true">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetFractionRangeMin" cname="gst_value_get_fraction_range_min" shared="true">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetInt64RangeMax" cname="gst_value_get_int64_range_max" shared="true">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetInt64RangeMin" cname="gst_value_get_int64_range_min" shared="true">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetInt64RangeStep" cname="gst_value_get_int64_range_step" shared="true">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetIntRangeMax" cname="gst_value_get_int_range_max" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetIntRangeMin" cname="gst_value_get_int_range_min" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetIntRangeStep" cname="gst_value_get_int_range_step" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueGetStructure" cname="gst_value_get_structure" shared="true">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueInitAndCopy" cname="gst_value_init_and_copy" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueIntersect" cname="gst_value_intersect" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="dest" type="GValue*" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueIsFixed" cname="gst_value_is_fixed" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueIsSubset" cname="gst_value_is_subset" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueRegister" cname="gst_value_register" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="table" type="GstValueTable*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSerialize" cname="gst_value_serialize" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSetBitmask" cname="gst_value_set_bitmask" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="bitmask" type="guint64" />
-        </parameters>
-      </method>
-      <method name="ValueSetCaps" cname="gst_value_set_caps" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSetCapsFeatures" cname="gst_value_set_caps_features" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="features" type="GstCapsFeatures*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSetDoubleRange" cname="gst_value_set_double_range" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="gdouble" />
-          <parameter name="end" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="ValueSetFlagset" cname="gst_value_set_flagset" shared="true" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="guint" />
-          <parameter name="mask" type="guint" />
-        </parameters>
-      </method>
-      <method name="ValueSetFraction" cname="gst_value_set_fraction" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="numerator" type="gint" />
-          <parameter name="denominator" type="gint" />
-        </parameters>
-      </method>
-      <method name="ValueSetFractionRange" cname="gst_value_set_fraction_range" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="end" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSetFractionRangeFull" cname="gst_value_set_fraction_range_full" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="numerator_start" type="gint" />
-          <parameter name="denominator_start" type="gint" />
-          <parameter name="numerator_end" type="gint" />
-          <parameter name="denominator_end" type="gint" />
-        </parameters>
-      </method>
-      <method name="ValueSetInt64Range" cname="gst_value_set_int64_range" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="gint64" />
-          <parameter name="end" type="gint64" />
-        </parameters>
-      </method>
-      <method name="ValueSetInt64RangeStep" cname="gst_value_set_int64_range_step" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="gint64" />
-          <parameter name="end" type="gint64" />
-          <parameter name="step" type="gint64" />
-        </parameters>
-      </method>
-      <method name="ValueSetIntRange" cname="gst_value_set_int_range" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="gint" />
-          <parameter name="end" type="gint" />
-        </parameters>
-      </method>
-      <method name="ValueSetIntRangeStep" cname="gst_value_set_int_range_step" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="gint" />
-          <parameter name="end" type="gint" />
-          <parameter name="step" type="gint" />
-        </parameters>
-      </method>
-      <method name="ValueSetStructure" cname="gst_value_set_structure" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueSubtract" cname="gst_value_subtract" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="minuend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="subtrahend" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValueUnion" cname="gst_value_union" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value1" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value2" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </class>
-    <class name="Tag" cname="GstTag" disable_void_ctor="1">
-      <method name="TagExists" cname="gst_tag_exists" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetDescription" cname="gst_tag_get_description" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetFlag" cname="gst_tag_get_flag" shared="true">
-        <return-type type="GstTagFlag" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetNick" cname="gst_tag_get_nick" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetType" cname="gst_tag_get_type" shared="true">
-        <return-type type="GType" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagIsFixed" cname="gst_tag_is_fixed" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagListCopyValue" cname="gst_tag_list_copy_value" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagListReplace" cname="gst_tag_list_replace" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="old_taglist" type="GstTagList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagListTake" cname="gst_tag_list_take" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="old_taglist" type="GstTagList**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="new_taglist" type="GstTagList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagMergeStringsWithComma" cname="gst_tag_merge_strings_with_comma" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagMergeUseFirst" cname="gst_tag_merge_use_first" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagCheckLanguageCode" cname="gst_tag_check_language_code" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="lang_code" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagFreeformStringToUtf8" cname="gst_tag_freeform_string_to_utf8" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="data" type="const gchar*" array="true" array_length_param_index="1" element_type="gchar" />
-          <parameter name="size" type="gint" />
-          <parameter name="env_vars" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="TagFromId3Tag" cname="gst_tag_from_id3_tag" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="id3_tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagFromId3UserTag" cname="gst_tag_from_id3_user_tag" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="const-gchar*" />
-          <parameter name="id3_user_tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagFromVorbisTag" cname="gst_tag_from_vorbis_tag" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="vorbis_tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetId3v2TagSize" cname="gst_tag_get_id3v2_tag_size" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagGetLanguageCodeIso6391" cname="gst_tag_get_language_code_iso_639_1" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="lang_code" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLanguageCodeIso6392B" cname="gst_tag_get_language_code_iso_639_2B" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="lang_code" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLanguageCodeIso6392T" cname="gst_tag_get_language_code_iso_639_2T" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="lang_code" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLanguageCodes" cname="gst_tag_get_language_codes" shared="true">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-      </method>
-      <method name="TagGetLanguageName" cname="gst_tag_get_language_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="language_code" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseDescription" cname="gst_tag_get_license_description" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseFlags" cname="gst_tag_get_license_flags" shared="true">
-        <return-type type="GstTagLicenseFlags" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseJurisdiction" cname="gst_tag_get_license_jurisdiction" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseNick" cname="gst_tag_get_license_nick" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseTitle" cname="gst_tag_get_license_title" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenseVersion" cname="gst_tag_get_license_version" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="license_ref" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagGetLicenses" cname="gst_tag_get_licenses" shared="true">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-      </method>
-      <method name="TagId3GenreCount" cname="gst_tag_id3_genre_count" shared="true">
-        <return-type type="guint" />
-      </method>
-      <method name="TagId3GenreGet" cname="gst_tag_id3_genre_get" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="id" type="guint" />
-        </parameters>
-      </method>
-      <method name="TagImageDataToImageSample" cname="gst_tag_image_data_to_image_sample" shared="true">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="image_data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="image_data_len" type="guint" />
-          <parameter name="image_type" type="GstTagImageType" />
-        </parameters>
-      </method>
-      <method name="TagListAddId3Image" cname="gst_tag_list_add_id3_image" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="tag_list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="image_data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="image_data_len" type="guint" array_index="1" />
-          <parameter name="id3_picture_type" type="guint" />
-        </parameters>
-      </method>
-      <method name="TagListFromExifBuffer" cname="gst_tag_list_from_exif_buffer" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="byte_order" type="gint" />
-          <parameter name="base_offset" type="guint32" />
-        </parameters>
-      </method>
-      <method name="TagListFromExifBufferWithTiffHeader" cname="gst_tag_list_from_exif_buffer_with_tiff_header" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagListFromId3v2Tag" cname="gst_tag_list_from_id3v2_tag" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagListFromVorbiscomment" cname="gst_tag_list_from_vorbiscomment" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="gsize" />
-          <parameter name="id_data" type="const guint8*" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter name="id_data_length" type="guint" array_index="2" />
-          <parameter allow-none="1" name="vendor_string" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TagListFromVorbiscommentBuffer" cname="gst_tag_list_from_vorbiscomment_buffer" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id_data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="id_data_length" type="guint" array_index="1" />
-          <parameter allow-none="1" name="vendor_string" type="gchar*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TagListFromXmpBuffer" cname="gst_tag_list_from_xmp_buffer" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagListNewFromId3v1" cname="gst_tag_list_new_from_id3v1" shared="true">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_len="128" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="TagListToExifBuffer" cname="gst_tag_list_to_exif_buffer" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="byte_order" type="gint" />
-          <parameter name="base_offset" type="guint32" />
-        </parameters>
-      </method>
-      <method name="TagListToExifBufferWithTiffHeader" cname="gst_tag_list_to_exif_buffer_with_tiff_header" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TagListToVorbiscommentBuffer" cname="gst_tag_list_to_vorbiscomment_buffer" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id_data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="id_data_length" type="guint" array_index="1" />
-          <parameter allow-none="1" name="vendor_string" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagListToXmpBuffer" cname="gst_tag_list_to_xmp_buffer" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="read_only" type="gboolean" />
-          <parameter name="schemas" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="TagParseExtendedComment" cname="gst_tag_parse_extended_comment" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ext_comment" type="const-gchar*" />
-          <parameter name="key" type="gchar*" owned="true" pass_as="out" />
-          <parameter name="lang" type="gchar*" owned="true" pass_as="out" />
-          <parameter name="value" type="gchar*" owned="true" pass_as="out" />
-          <parameter name="fail_if_no_key" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="TagRegisterMusicbrainzTags" cname="gst_tag_register_musicbrainz_tags" shared="true">
-        <return-type type="void" />
-      </method>
-      <method name="TagToId3Tag" cname="gst_tag_to_id3_tag" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="gst_tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagToVorbisComments" cname="gst_tag_to_vorbis_comments" shared="true">
-        <return-type type="GList*" element_type="gchar*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagToVorbisTag" cname="gst_tag_to_vorbis_tag" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="gst_tag" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagXmpListSchemas" cname="gst_tag_xmp_list_schemas" shared="true">
-        <return-type type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-      </method>
-    </class>
-    <class name="Util" cname="GstUtil" disable_void_ctor="1">
-      <method name="FilenameToUri" cname="gst_filename_to_uri" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters throws="1">
-          <parameter name="filename" type="const-gfilename*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="FormatGetByNick" cname="gst_format_get_by_nick" shared="true">
-        <return-type type="GstFormat" />
-        <parameters>
-          <parameter name="nick" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FormatGetDetails" cname="gst_format_get_details" shared="true">
-        <return-type type="GstFormatDefinition*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="FormatGetName" cname="gst_format_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="FormatIterateDefinitions" cname="gst_format_iterate_definitions" shared="true">
-        <return-type type="GstIterator*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="FormatRegister" cname="gst_format_register" shared="true">
-        <return-type type="GstFormat" />
-        <parameters>
-          <parameter name="nick" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FormatToQuark" cname="gst_format_to_quark" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="FormatsContains" cname="gst_formats_contains" shared="true" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="formats" type="const GstFormat*" array="true" null_term_array="true" element_type="Format" />
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="UriConstruct" cname="gst_uri_construct" shared="true" deprecated="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-          <parameter name="location" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriErrorQuark" cname="gst_uri_error_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="UriFromString" cname="gst_uri_from_string" shared="true" version="1.6">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriFromStringEscaped" cname="gst_uri_from_string_escaped" shared="true" version="1.18">
-        <return-type type="GstUri*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriGetLocation" cname="gst_uri_get_location" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriGetProtocol" cname="gst_uri_get_protocol" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriHasProtocol" cname="gst_uri_has_protocol" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriIsValid" cname="gst_uri_is_valid" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriJoinStrings" cname="gst_uri_join_strings" shared="true" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="base_uri" type="const-gchar*" />
-          <parameter name="ref_uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriProtocolIsSupported" cname="gst_uri_protocol_is_supported" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstURIType" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UriProtocolIsValid" cname="gst_uri_protocol_is_valid" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UtilArrayBinarySearch" cname="gst_util_array_binary_search" shared="true">
-        <return-type type="gpointer" />
-        <parameters>
-          <parameter allow-none="1" name="array" type="gpointer" />
-          <parameter name="num_elements" type="guint" />
-          <parameter name="element_size" type="gsize" />
-          <parameter closure="6" scope="call" name="search_func" type="GCompareDataFunc" />
-          <parameter name="mode" type="GstSearchMode" />
-          <parameter allow-none="1" name="search_data" type="gpointer" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="UtilDoubleToFraction" cname="gst_util_double_to_fraction" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src" type="gdouble" />
-          <parameter name="dest_n" type="gint*" owned="true" pass_as="out" />
-          <parameter name="dest_d" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="UtilDumpBuffer" cname="gst_util_dump_buffer" shared="true" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="UtilDumpMem" cname="gst_util_dump_mem" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mem" type="const guchar*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="UtilFractionAdd" cname="gst_util_fraction_add" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="a_n" type="gint" />
-          <parameter name="a_d" type="gint" />
-          <parameter name="b_n" type="gint" />
-          <parameter name="b_d" type="gint" />
-          <parameter name="res_n" type="gint*" owned="true" pass_as="out" />
-          <parameter name="res_d" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="UtilFractionCompare" cname="gst_util_fraction_compare" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="a_n" type="gint" />
-          <parameter name="a_d" type="gint" />
-          <parameter name="b_n" type="gint" />
-          <parameter name="b_d" type="gint" />
-        </parameters>
-      </method>
-      <method name="UtilFractionMultiply" cname="gst_util_fraction_multiply" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="a_n" type="gint" />
-          <parameter name="a_d" type="gint" />
-          <parameter name="b_n" type="gint" />
-          <parameter name="b_d" type="gint" />
-          <parameter name="res_n" type="gint*" owned="true" pass_as="out" />
-          <parameter name="res_d" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="UtilFractionToDouble" cname="gst_util_fraction_to_double" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src_n" type="gint" />
-          <parameter name="src_d" type="gint" />
-          <parameter name="dest" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="UtilGdoubleToGuint64" cname="gst_util_gdouble_to_guint64" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="value" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="UtilGetObjectArray" cname="gst_util_get_object_array" shared="true" version="1.12">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="array" type="GValueArray**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="UtilGetTimestamp" cname="gst_util_get_timestamp" shared="true">
-        <return-type type="guint64" />
-      </method>
-      <method name="UtilGreatestCommonDivisor" cname="gst_util_greatest_common_divisor" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="a" type="gint" />
-          <parameter name="b" type="gint" />
-        </parameters>
-      </method>
-      <method name="UtilGreatestCommonDivisorInt64" cname="gst_util_greatest_common_divisor_int64" shared="true">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="a" type="gint64" />
-          <parameter name="b" type="gint64" />
-        </parameters>
-      </method>
-      <method name="UtilGroupIdNext" cname="gst_util_group_id_next" shared="true">
-        <return-type type="guint" />
-      </method>
-      <method name="UtilGuint64ToGdouble" cname="gst_util_guint64_to_gdouble" shared="true">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="value" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UtilSeqnumCompare" cname="gst_util_seqnum_compare" shared="true">
-        <return-type type="gint32" />
-        <parameters>
-          <parameter name="s1" type="guint32" />
-          <parameter name="s2" type="guint32" />
-        </parameters>
-      </method>
-      <method name="UtilSeqnumNext" cname="gst_util_seqnum_next" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="UtilSetObjectArg" cname="gst_util_set_object_arg" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UtilSetObjectArray" cname="gst_util_set_object_array" shared="true" version="1.12">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="array" type="GValueArray*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="UtilSetValueFromString" cname="gst_util_set_value_from_string" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="GValue*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="value_str" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="UtilSimplifyFraction" cname="gst_util_simplify_fraction" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="numerator" type="gint" />
-          <parameter name="denominator" type="gint" />
-          <parameter name="n_terms" type="guint" />
-          <parameter name="threshold" type="guint" />
-        </parameters>
-      </method>
-      <method name="UtilUint64Scale" cname="gst_util_uint64_scale" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="guint64" />
-          <parameter name="denom" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UtilUint64ScaleCeil" cname="gst_util_uint64_scale_ceil" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="guint64" />
-          <parameter name="denom" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UtilUint64ScaleInt" cname="gst_util_uint64_scale_int" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="gint" />
-          <parameter name="denom" type="gint" />
-        </parameters>
-      </method>
-      <method name="UtilUint64ScaleIntCeil" cname="gst_util_uint64_scale_int_ceil" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="gint" />
-          <parameter name="denom" type="gint" />
-        </parameters>
-      </method>
-      <method name="UtilUint64ScaleIntRound" cname="gst_util_uint64_scale_int_round" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="gint" />
-          <parameter name="denom" type="gint" />
-        </parameters>
-      </method>
-      <method name="UtilUint64ScaleRound" cname="gst_util_uint64_scale_round" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-          <parameter name="num" type="guint64" />
-          <parameter name="denom" type="guint64" />
-        </parameters>
-      </method>
-    </class>
-  </namespace>
-  <namespace name="Gst.App" library="gstapp-1.0-0.dll">
-    <enum name="AppLeakyType" cname="GstAppLeakyType" type="enum" gtype="gst_app_leaky_type_get_type" version="1.20">
-      <member cname="GST_APP_LEAKY_TYPE_NONE" name="None" value="0" />
-      <member cname="GST_APP_LEAKY_TYPE_UPSTREAM" name="Upstream" value="1" />
-      <member cname="GST_APP_LEAKY_TYPE_DOWNSTREAM" name="Downstream" value="2" />
-    </enum>
-    <enum name="AppStreamType" cname="GstAppStreamType" type="enum" gtype="gst_app_stream_type_get_type">
-      <member cname="GST_APP_STREAM_TYPE_STREAM" name="Stream" value="0" />
-      <member cname="GST_APP_STREAM_TYPE_SEEKABLE" name="Seekable" value="1" />
-      <member cname="GST_APP_STREAM_TYPE_RANDOM_ACCESS" name="RandomAccess" value="2" />
-    </enum>
-    <object name="AppSink" cname="GstAppSink" opaque="false" hidden="false" parent="GstBaseSink">
-      <implements>
-        <interface cname="GstURIHandler" />
-      </implements>
-      <class_struct cname="GstAppSinkClass">
-        <field cname="basesink_class" access="public" writeable="false" readable="true" is_callback="false" name="BasesinkClass" type="GstBaseSinkClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="eos" />
-        <method signal_vm="new_preroll" />
-        <method signal_vm="new_sample" />
-        <method signal_vm="pull_preroll" />
-        <method signal_vm="pull_sample" />
-        <method signal_vm="try_pull_preroll" />
-        <method signal_vm="try_pull_sample" />
-        <method signal_vm="try_pull_object" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="1" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_app_sink_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetBufferListSupport" cname="gst_app_sink_get_buffer_list_support" version="1.12">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetCaps" cname="gst_app_sink_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDrop" cname="gst_app_sink_get_drop">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetEmitSignals" cname="gst_app_sink_get_emit_signals">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetMaxBuffers" cname="gst_app_sink_get_max_buffers">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetWaitOnEos" cname="gst_app_sink_get_wait_on_eos">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEos" cname="gst_app_sink_is_eos">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PullPreroll" cname="gst_app_sink_pull_preroll">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="PullSample" cname="gst_app_sink_pull_sample">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="SetBufferListSupport" cname="gst_app_sink_set_buffer_list_support" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable_lists" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetCaps" cname="gst_app_sink_set_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDrop" cname="gst_app_sink_set_drop">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="drop" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetEmitSignals" cname="gst_app_sink_set_emit_signals">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="emit" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetMaxBuffers" cname="gst_app_sink_set_max_buffers">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetWaitOnEos" cname="gst_app_sink_set_wait_on_eos">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="wait" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="TryPullPreroll" cname="gst_app_sink_try_pull_preroll" version="1.10">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <method name="TryPullSample" cname="gst_app_sink_try_pull_sample" version="1.10">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </method>
-      <property name="BufferList" cname="buffer-list" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Caps" cname="caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Drop" cname="drop" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="EmitSignals" cname="emit-signals" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="EosProp&#xA;                                             " cname="eos" type="gboolean" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="MaxBuffers" cname="max-buffers" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="WaitOnEos" cname="wait-on-eos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="basesink" access="public" writeable="false" readable="true" is_callback="false" name="Basesink" type="GstBaseSink*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAppSinkPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="Eos" cname="eos" when="last" field_name="eos">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="NewPreroll" cname="new-preroll" when="last" field_name="new_preroll">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </signal>
-      <signal name="NewSample" cname="new-sample" when="last" field_name="new_sample">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </signal>
-      <signal name="NewSerializedEvent" cname="new-serialized-event" when="last" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </signal>
-      <signal name="ProposeAllocation" cname="propose-allocation" when="last" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PullPrerollEvent" cname="pull-preroll" when="last" field_name="pull_preroll" hidden="true">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="PullSampleEvent" cname="pull-sample" when="last" field_name="pull_sample" hidden="true">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="TryPullObjectEvent" cname="try-pull-object" when="last" field_name="try_pull_object" version="1.20">
-        <return-type type="GstMiniObject*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="TryPullPrerollEvent" cname="try-pull-preroll" when="last" field_name="try_pull_preroll" version="1.10">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="TryPullSampleEvent" cname="try-pull-sample" when="last" field_name="try_pull_sample" version="1.10">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </object>
-    <object name="AppSrc" cname="GstAppSrc" opaque="false" hidden="false" parent="GstBaseSrc">
-      <implements>
-        <interface cname="GstURIHandler" />
-      </implements>
-      <class_struct cname="GstAppSrcClass">
-        <field cname="basesrc_class" access="public" writeable="false" readable="true" is_callback="false" name="BasesrcClass" type="GstBaseSrcClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="need_data" />
-        <method signal_vm="enough_data" />
-        <method signal_vm="seek_data" />
-        <method signal_vm="push_buffer" />
-        <method signal_vm="end_of_stream" />
-        <method signal_vm="push_sample" />
-        <method signal_vm="push_buffer_list" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_app_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="EndOfStream" cname="gst_app_src_end_of_stream">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <method name="GetCaps" cname="gst_app_src_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCurrentLevelBuffers" cname="gst_app_src_get_current_level_buffers" version="1.20">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetCurrentLevelBytes" cname="gst_app_src_get_current_level_bytes" version="1.2">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetCurrentLevelTime" cname="gst_app_src_get_current_level_time" version="1.20">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetDuration" cname="gst_app_src_get_duration" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetEmitSignals" cname="gst_app_src_get_emit_signals">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_app_src_get_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min" type="guint64*" owned="true" pass_as="out" />
-          <parameter name="max" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetLeakyType" cname="gst_app_src_get_leaky_type" version="1.20">
-        <return-type type="GstAppLeakyType" />
-        <parameters />
-      </method>
-      <method name="GetMaxBuffers" cname="gst_app_src_get_max_buffers" version="1.20">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMaxBytes" cname="gst_app_src_get_max_bytes">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMaxTime" cname="gst_app_src_get_max_time" version="1.20">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetSize" cname="gst_app_src_get_size">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="GetStreamType" cname="gst_app_src_get_stream_type">
-        <return-type type="GstAppStreamType" />
-        <parameters />
-      </method>
-      <method name="PushBuffer" cname="gst_app_src_push_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushBufferList" cname="gst_app_src_push_buffer_list" version="1.14">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushSample" cname="gst_app_src_push_sample" version="1.6">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="sample" type="GstSample*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetCaps" cname="gst_app_src_set_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDuration" cname="gst_app_src_set_duration" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetEmitSignals" cname="gst_app_src_set_emit_signals">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="emit" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_app_src_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min" type="guint64" />
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetLeakyType" cname="gst_app_src_set_leaky_type" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="leaky" type="GstAppLeakyType" />
-        </parameters>
-      </method>
-      <method name="SetMaxBuffers" cname="gst_app_src_set_max_buffers" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaxBytes" cname="gst_app_src_set_max_bytes">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaxTime" cname="gst_app_src_set_max_time" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetSize" cname="gst_app_src_set_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetStreamType" cname="gst_app_src_set_stream_type">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstAppStreamType" />
-        </parameters>
-      </method>
-      <property name="Block" cname="block" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Caps" cname="caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="CurrentLevelBuffers" cname="current-level-buffers" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-      <property name="CurrentLevelBytes" cname="current-level-bytes" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" version="1.2" />
-      <property name="CurrentLevelTime" cname="current-level-time" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-      <property name="Duration" cname="duration" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.10" />
-      <property name="EmitSignals" cname="emit-signals" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Format" cname="format" type="GstFormat" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="HandleSegmentChange" cname="handle-segment-change" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="IsLive" cname="is-live" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="LeakyType" cname="leaky-type" type="GstAppLeakyType" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MaxBuffers" cname="max-buffers" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MaxBytes" cname="max-bytes" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MaxLatency" cname="max-latency" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MaxTime" cname="max-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MinLatency" cname="min-latency" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MinPercent" cname="min-percent" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Size" cname="size" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="StreamType" cname="stream-type" type="GstAppStreamType" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="basesrc" access="public" writeable="false" readable="true" is_callback="false" name="Basesrc" type="GstBaseSrc*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAppSrcPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="EndOfStreamEvent" cname="end-of-stream" when="last" field_name="end_of_stream">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="EnoughData" cname="enough-data" when="last" field_name="enough_data">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="NeedData" cname="need-data" when="last" field_name="need_data">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="length" type="guint" />
-        </parameters>
-      </signal>
-      <signal name="PushBufferEvent" cname="push-buffer" when="last" field_name="push_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="PushBufferListEvent" cname="push-buffer-list" when="last" field_name="push_buffer_list" version="1.14">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="PushSampleEvent" cname="push-sample" when="last" field_name="push_sample" version="1.6">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="sample" type="GstSample*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="SeekData" cname="seek-data" when="last" field_name="seek_data">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-        </parameters>
-      </signal>
-    </object>
-    <struct name="AppSinkCallbacks" cname="GstAppSinkCallbacks" opaque="false" hidden="false">
-      <field cname="eos" access="public" writeable="false" readable="true" is_callback="true" name="Eos" type="GstAppEosFunc" />
-      <field cname="new_preroll" access="public" writeable="false" readable="true" is_callback="true" name="NewPreroll" type="GstAppNewPrerollFunc" />
-      <field cname="new_sample" access="public" writeable="false" readable="true" is_callback="true" name="NewSample" type="GstAppNewSampleFunc" />
-      <field cname="new_event" access="public" writeable="false" readable="true" is_callback="true" name="NewEvent" type="GstAppNewEventFunc" />
-      <field cname="propose_allocation" access="public" writeable="false" readable="true" is_callback="true" name="ProposeAllocation" type="GstAppProposeAllocationFunc" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="AppSinkPrivate" cname="GstAppSinkPrivate" opaque="true" hidden="true" />
-    <struct name="AppSrcCallbacks" cname="GstAppSrcCallbacks" opaque="false" hidden="false">
-      <field cname="need_data" access="public" writeable="false" readable="true" is_callback="true" name="NeedData" type="GstAppNeedDataFunc" />
-      <field cname="enough_data" access="public" writeable="false" readable="true" is_callback="true" name="EnoughData" type="GstAppEnoughDataFunc" />
-      <field cname="seek_data" access="public" writeable="false" readable="true" is_callback="true" name="SeekData" type="GstAppSeekDataFunc" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="AppSrcPrivate" cname="GstAppSrcPrivate" opaque="true" hidden="true" />
-    <object name="Global" cname="GstAppGlobal" opaque="true" />
-    <object name="Constants" cname="GstAppConstants" opaque="true" />
-  </namespace>
-  <namespace name="Gst.Audio" library="gstaudio-1.0-0.dll">
-    <enum name="AudioBaseSinkDiscontReason" cname="GstAudioBaseSinkDiscontReason" type="enum" gtype="gst_audio_base_sink_discont_reason_get_type" version="1.6">
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_NO_DISCONT" name="NoDiscont" value="0" />
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_NEW_CAPS" name="NewCaps" value="1" />
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_FLUSH" name="Flush" value="2" />
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_SYNC_LATENCY" name="SyncLatency" value="3" />
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_ALIGNMENT" name="Alignment" value="4" />
-      <member cname="GST_AUDIO_BASE_SINK_DISCONT_REASON_DEVICE_FAILURE" name="DeviceFailure" value="5" />
-    </enum>
-    <enum name="AudioBaseSinkSlaveMethod" cname="GstAudioBaseSinkSlaveMethod" type="enum" gtype="gst_audio_base_sink_slave_method_get_type">
-      <member cname="GST_AUDIO_BASE_SINK_SLAVE_RESAMPLE" name="Resample" value="0" />
-      <member cname="GST_AUDIO_BASE_SINK_SLAVE_SKEW" name="Skew" value="1" />
-      <member cname="GST_AUDIO_BASE_SINK_SLAVE_NONE" name="None" value="2" />
-      <member cname="GST_AUDIO_BASE_SINK_SLAVE_CUSTOM" name="Custom" value="3" />
-    </enum>
-    <enum name="AudioBaseSrcSlaveMethod" cname="GstAudioBaseSrcSlaveMethod" type="enum" gtype="gst_audio_base_src_slave_method_get_type">
-      <member cname="GST_AUDIO_BASE_SRC_SLAVE_RESAMPLE" name="Resample" value="0" />
-      <member cname="GST_AUDIO_BASE_SRC_SLAVE_RE_TIMESTAMP" name="ReTimestamp" value="1" />
-      <member cname="GST_AUDIO_BASE_SRC_SLAVE_SKEW" name="Skew" value="2" />
-      <member cname="GST_AUDIO_BASE_SRC_SLAVE_NONE" name="None" value="3" />
-    </enum>
-    <enum name="AudioCdSrcMode" cname="GstAudioCdSrcMode" type="enum" gtype="gst_audio_cd_src_mode_get_type">
-      <member cname="GST_AUDIO_CD_SRC_MODE_NORMAL" name="Normal" value="0" />
-      <member cname="GST_AUDIO_CD_SRC_MODE_CONTINUOUS" name="Continuous" value="1" />
-    </enum>
-    <enum name="AudioChannelPosition" cname="GstAudioChannelPosition" type="enum" gtype="gst_audio_channel_position_get_type">
-      <member cname="GST_AUDIO_CHANNEL_POSITION_NONE" name="None" value="-3" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_MONO" name="Mono" value="-2" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_INVALID" name="Invalid" value="-1" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT" name="FrontLeft" value="0" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT" name="FrontRight" value="1" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER" name="FrontCenter" value="2" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_LFE1" name="Lfe1" value="3" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_REAR_LEFT" name="RearLeft" value="4" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT" name="RearRight" value="5" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER" name="FrontLeftOfCenter" value="6" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER" name="FrontRightOfCenter" value="7" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_REAR_CENTER" name="RearCenter" value="8" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_LFE2" name="Lfe2" value="9" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_SIDE_LEFT" name="SideLeft" value="10" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_SIDE_RIGHT" name="SideRight" value="11" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_LEFT" name="TopFrontLeft" value="12" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_RIGHT" name="TopFrontRight" value="13" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_CENTER" name="TopFrontCenter" value="14" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_CENTER" name="TopCenter" value="15" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_REAR_LEFT" name="TopRearLeft" value="16" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_REAR_RIGHT" name="TopRearRight" value="17" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_SIDE_LEFT" name="TopSideLeft" value="18" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_SIDE_RIGHT" name="TopSideRight" value="19" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_TOP_REAR_CENTER" name="TopRearCenter" value="20" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_CENTER" name="BottomFrontCenter" value="21" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_LEFT" name="BottomFrontLeft" value="22" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_BOTTOM_FRONT_RIGHT" name="BottomFrontRight" value="23" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_WIDE_LEFT" name="WideLeft" value="24" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_WIDE_RIGHT" name="WideRight" value="25" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_SURROUND_LEFT" name="SurroundLeft" value="26" />
-      <member cname="GST_AUDIO_CHANNEL_POSITION_SURROUND_RIGHT" name="SurroundRight" value="27" />
-    </enum>
-    <enum name="AudioDitherMethod" cname="GstAudioDitherMethod" type="enum" gtype="gst_audio_dither_method_get_type">
-      <member cname="GST_AUDIO_DITHER_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_DITHER_RPDF" name="Rpdf" value="1" />
-      <member cname="GST_AUDIO_DITHER_TPDF" name="Tpdf" value="2" />
-      <member cname="GST_AUDIO_DITHER_TPDF_HF" name="TpdfHf" value="3" />
-    </enum>
-    <enum name="AudioFormat" cname="GstAudioFormat" type="enum" gtype="gst_audio_format_get_type">
-      <member cname="GST_AUDIO_FORMAT_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_AUDIO_FORMAT_ENCODED" name="Encoded" value="1" />
-      <member cname="GST_AUDIO_FORMAT_S8" name="S8" value="2" />
-      <member cname="GST_AUDIO_FORMAT_U8" name="U8" value="3" />
-      <member cname="GST_AUDIO_FORMAT_S16LE" name="S16le" value="4" />
-      <member cname="GST_AUDIO_FORMAT_S16" name="S16" value="4" />
-      <member cname="GST_AUDIO_FORMAT_S16BE" name="S16be" value="5" />
-      <member cname="GST_AUDIO_FORMAT_U16LE" name="U16le" value="6" />
-      <member cname="GST_AUDIO_FORMAT_U16" name="U16" value="6" />
-      <member cname="GST_AUDIO_FORMAT_U16BE" name="U16be" value="7" />
-      <member cname="GST_AUDIO_FORMAT_S24_32LE" name="S2432le" value="8" />
-      <member cname="GST_AUDIO_FORMAT_S24_32" name="S2432" value="8" />
-      <member cname="GST_AUDIO_FORMAT_S24_32BE" name="S2432be" value="9" />
-      <member cname="GST_AUDIO_FORMAT_U24_32LE" name="U2432le" value="10" />
-      <member cname="GST_AUDIO_FORMAT_U24_32" name="U2432" value="10" />
-      <member cname="GST_AUDIO_FORMAT_U24_32BE" name="U2432be" value="11" />
-      <member cname="GST_AUDIO_FORMAT_S32LE" name="S32le" value="12" />
-      <member cname="GST_AUDIO_FORMAT_S32" name="S32" value="12" />
-      <member cname="GST_AUDIO_FORMAT_S32BE" name="S32be" value="13" />
-      <member cname="GST_AUDIO_FORMAT_U32LE" name="U32le" value="14" />
-      <member cname="GST_AUDIO_FORMAT_U32" name="U32" value="14" />
-      <member cname="GST_AUDIO_FORMAT_U32BE" name="U32be" value="15" />
-      <member cname="GST_AUDIO_FORMAT_S24LE" name="S24le" value="16" />
-      <member cname="GST_AUDIO_FORMAT_S24" name="S24" value="16" />
-      <member cname="GST_AUDIO_FORMAT_S24BE" name="S24be" value="17" />
-      <member cname="GST_AUDIO_FORMAT_U24LE" name="U24le" value="18" />
-      <member cname="GST_AUDIO_FORMAT_U24" name="U24" value="18" />
-      <member cname="GST_AUDIO_FORMAT_U24BE" name="U24be" value="19" />
-      <member cname="GST_AUDIO_FORMAT_S20LE" name="S20le" value="20" />
-      <member cname="GST_AUDIO_FORMAT_S20" name="S20" value="20" />
-      <member cname="GST_AUDIO_FORMAT_S20BE" name="S20be" value="21" />
-      <member cname="GST_AUDIO_FORMAT_U20LE" name="U20le" value="22" />
-      <member cname="GST_AUDIO_FORMAT_U20" name="U20" value="22" />
-      <member cname="GST_AUDIO_FORMAT_U20BE" name="U20be" value="23" />
-      <member cname="GST_AUDIO_FORMAT_S18LE" name="S18le" value="24" />
-      <member cname="GST_AUDIO_FORMAT_S18" name="S18" value="24" />
-      <member cname="GST_AUDIO_FORMAT_S18BE" name="S18be" value="25" />
-      <member cname="GST_AUDIO_FORMAT_U18LE" name="U18le" value="26" />
-      <member cname="GST_AUDIO_FORMAT_U18" name="U18" value="26" />
-      <member cname="GST_AUDIO_FORMAT_U18BE" name="U18be" value="27" />
-      <member cname="GST_AUDIO_FORMAT_F32LE" name="F32le" value="28" />
-      <member cname="GST_AUDIO_FORMAT_F32" name="F32" value="28" />
-      <member cname="GST_AUDIO_FORMAT_F32BE" name="F32be" value="29" />
-      <member cname="GST_AUDIO_FORMAT_F64LE" name="F64le" value="30" />
-      <member cname="GST_AUDIO_FORMAT_F64" name="F64" value="30" />
-      <member cname="GST_AUDIO_FORMAT_F64BE" name="F64be" value="31" />
-    </enum>
-    <enum name="AudioLayout" cname="GstAudioLayout" type="enum" gtype="gst_audio_layout_get_type">
-      <member cname="GST_AUDIO_LAYOUT_INTERLEAVED" name="Interleaved" value="0" />
-      <member cname="GST_AUDIO_LAYOUT_NON_INTERLEAVED" name="NonInterleaved" value="1" />
-    </enum>
-    <enum name="AudioNoiseShapingMethod" cname="GstAudioNoiseShapingMethod" type="enum" gtype="gst_audio_noise_shaping_method_get_type">
-      <member cname="GST_AUDIO_NOISE_SHAPING_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK" name="ErrorFeedback" value="1" />
-      <member cname="GST_AUDIO_NOISE_SHAPING_SIMPLE" name="Simple" value="2" />
-      <member cname="GST_AUDIO_NOISE_SHAPING_MEDIUM" name="Medium" value="3" />
-      <member cname="GST_AUDIO_NOISE_SHAPING_HIGH" name="High" value="4" />
-    </enum>
-    <enum name="AudioResamplerFilterInterpolation" cname="GstAudioResamplerFilterInterpolation" type="enum" gtype="gst_audio_resampler_filter_interpolation_get_type" version="1.10">
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_LINEAR" name="Linear" value="1" />
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_INTERPOLATION_CUBIC" name="Cubic" value="2" />
-    </enum>
-    <enum name="AudioResamplerFilterMode" cname="GstAudioResamplerFilterMode" type="enum" gtype="gst_audio_resampler_filter_mode_get_type" version="1.10">
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_MODE_INTERPOLATED" name="Interpolated" value="0" />
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_MODE_FULL" name="Full" value="1" />
-      <member cname="GST_AUDIO_RESAMPLER_FILTER_MODE_AUTO" name="Auto" value="2" />
-    </enum>
-    <enum name="AudioResamplerMethod" cname="GstAudioResamplerMethod" type="enum" gtype="gst_audio_resampler_method_get_type" version="1.10">
-      <member cname="GST_AUDIO_RESAMPLER_METHOD_NEAREST" name="Nearest" value="0" />
-      <member cname="GST_AUDIO_RESAMPLER_METHOD_LINEAR" name="Linear" value="1" />
-      <member cname="GST_AUDIO_RESAMPLER_METHOD_CUBIC" name="Cubic" value="2" />
-      <member cname="GST_AUDIO_RESAMPLER_METHOD_BLACKMAN_NUTTALL" name="BlackmanNuttall" value="3" />
-      <member cname="GST_AUDIO_RESAMPLER_METHOD_KAISER" name="Kaiser" value="4" />
-    </enum>
-    <enum name="AudioRingBufferFormatType" cname="GstAudioRingBufferFormatType" type="enum" gtype="gst_audio_ring_buffer_format_type_get_type">
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW" name="Raw" value="0" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MU_LAW" name="MuLaw" value="1" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_A_LAW" name="ALaw" value="2" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_IMA_ADPCM" name="ImaAdpcm" value="3" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG" name="Mpeg" value="4" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_GSM" name="Gsm" value="5" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_IEC958" name="Iec958" value="6" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_AC3" name="Ac3" value="7" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_EAC3" name="Eac3" value="8" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_DTS" name="Dts" value="9" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG2_AAC" name="Mpeg2Aac" value="10" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG4_AAC" name="Mpeg4Aac" value="11" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG2_AAC_RAW" name="Mpeg2AacRaw" value="12" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_MPEG4_AAC_RAW" name="Mpeg4AacRaw" value="13" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_FLAC" name="Flac" value="14" />
-      <member cname="GST_AUDIO_RING_BUFFER_FORMAT_TYPE_DSD" name="Dsd" value="15" />
-    </enum>
-    <enum name="AudioRingBufferState" cname="GstAudioRingBufferState" type="enum" gtype="gst_audio_ring_buffer_state_get_type">
-      <member cname="GST_AUDIO_RING_BUFFER_STATE_STOPPED" name="Stopped" value="0" />
-      <member cname="GST_AUDIO_RING_BUFFER_STATE_PAUSED" name="Paused" value="1" />
-      <member cname="GST_AUDIO_RING_BUFFER_STATE_STARTED" name="Started" value="2" />
-      <member cname="GST_AUDIO_RING_BUFFER_STATE_ERROR" name="Error" value="3" />
-    </enum>
-    <enum name="DsdFormat" cname="GstDsdFormat" type="enum" gtype="gst_dsd_format_get_type" version="1.24">
-      <member cname="GST_DSD_FORMAT_UNKNOWN" name="DsdFormatUnknown" value="0" />
-      <member cname="GST_DSD_FORMAT_U8" name="DsdFormatU8" value="1" />
-      <member cname="GST_DSD_FORMAT_U16LE" name="DsdFormatU16le" value="2" />
-      <member cname="GST_DSD_FORMAT_U16" name="DsdFormatU16" value="2" />
-      <member cname="GST_DSD_FORMAT_U16BE" name="DsdFormatU16be" value="3" />
-      <member cname="GST_DSD_FORMAT_U32LE" name="DsdFormatU32le" value="4" />
-      <member cname="GST_DSD_FORMAT_U32" name="DsdFormatU32" value="4" />
-      <member cname="GST_DSD_FORMAT_U32BE" name="DsdFormatU32be" value="5" />
-      <member cname="GST_NUM_DSD_FORMATS" name="NumDsdFormats" value="6" />
-    </enum>
-    <enum name="StreamVolumeFormat" cname="GstStreamVolumeFormat" type="enum">
-      <member cname="GST_STREAM_VOLUME_FORMAT_LINEAR" name="Linear" value="0" />
-      <member cname="GST_STREAM_VOLUME_FORMAT_CUBIC" name="Cubic" value="1" />
-      <member cname="GST_STREAM_VOLUME_FORMAT_DB" name="Db" value="2" />
-    </enum>
-    <enum name="AudioChannelMixerFlags" cname="GstAudioChannelMixerFlags" type="flags" gtype="gst_audio_channel_mixer_flags_get_type">
-      <member cname="GST_AUDIO_CHANNEL_MIXER_FLAGS_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_IN" name="NonInterleavedIn" value="1" />
-      <member cname="GST_AUDIO_CHANNEL_MIXER_FLAGS_NON_INTERLEAVED_OUT" name="NonInterleavedOut" value="2" />
-      <member cname="GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_IN" name="UnpositionedIn" value="4" />
-      <member cname="GST_AUDIO_CHANNEL_MIXER_FLAGS_UNPOSITIONED_OUT" name="UnpositionedOut" value="8" />
-    </enum>
-    <enum name="AudioConverterFlags" cname="GstAudioConverterFlags" type="flags" gtype="gst_audio_converter_flags_get_type">
-      <member cname="GST_AUDIO_CONVERTER_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_CONVERTER_FLAG_IN_WRITABLE" name="InWritable" value="1" />
-      <member cname="GST_AUDIO_CONVERTER_FLAG_VARIABLE_RATE" name="VariableRate" value="2" />
-    </enum>
-    <enum name="AudioFlags" cname="GstAudioFlags" type="flags" gtype="gst_audio_flags_get_type">
-      <member cname="GST_AUDIO_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_FLAG_UNPOSITIONED" name="Unpositioned" value="1" />
-    </enum>
-    <enum name="AudioFormatFlags" cname="GstAudioFormatFlags" type="flags" gtype="gst_audio_format_flags_get_type">
-      <member cname="GST_AUDIO_FORMAT_FLAG_INTEGER" name="Integer" value="1" />
-      <member cname="GST_AUDIO_FORMAT_FLAG_FLOAT" name="Float" value="2" />
-      <member cname="GST_AUDIO_FORMAT_FLAG_SIGNED" name="Signed" value="4" />
-      <member cname="GST_AUDIO_FORMAT_FLAG_COMPLEX" name="Complex" value="16" />
-      <member cname="GST_AUDIO_FORMAT_FLAG_UNPACK" name="Unpack" value="32" />
-    </enum>
-    <enum name="AudioPackFlags" cname="GstAudioPackFlags" type="flags" gtype="gst_audio_pack_flags_get_type">
-      <member cname="GST_AUDIO_PACK_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE" name="TruncateRange" value="1" />
-    </enum>
-    <enum name="AudioQuantizeFlags" cname="GstAudioQuantizeFlags" type="flags" gtype="gst_audio_quantize_flags_get_type">
-      <member cname="GST_AUDIO_QUANTIZE_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_QUANTIZE_FLAG_NON_INTERLEAVED" name="NonInterleaved" value="1" />
-    </enum>
-    <enum name="AudioResamplerFlags" cname="GstAudioResamplerFlags" type="flags" gtype="gst_audio_resampler_flags_get_type" version="1.10">
-      <member cname="GST_AUDIO_RESAMPLER_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_IN" name="NonInterleavedIn" value="1" />
-      <member cname="GST_AUDIO_RESAMPLER_FLAG_NON_INTERLEAVED_OUT" name="NonInterleavedOut" value="2" />
-      <member cname="GST_AUDIO_RESAMPLER_FLAG_VARIABLE_RATE" name="VariableRate" value="4" />
-    </enum>
-    <callback name="AudioBaseSinkCustomSlavingCallback" cname="GstAudioBaseSinkCustomSlavingCallback" version="1.6">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="sink" type="GstAudioBaseSink*" />
-        <parameter name="etime" type="guint64" />
-        <parameter name="itime" type="guint64" />
-        <parameter name="requested_skew" type="gint64" />
-        <parameter name="discont_reason" type="GstAudioBaseSinkDiscontReason" />
-        <parameter allow-none="1" closure="5" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="AudioClockGetTimeFunc" cname="GstAudioClockGetTimeFunc">
-      <return-type type="guint64" />
-      <parameters>
-        <parameter name="clock" type="GstClock*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="AudioFormatPack" cname="GstAudioFormatPack">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="info" type="GstAudioFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="flags" type="GstAudioPackFlags" />
-        <parameter name="src" type="guint8*" array="true" element_type="guint8" />
-        <parameter name="data" type="guint8*" array="true" element_type="guint8" />
-        <parameter name="n_length" type="gint" />
-      </parameters>
-    </callback>
-    <callback name="AudioFormatUnpack" cname="GstAudioFormatUnpack">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="info" type="GstAudioFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="flags" type="GstAudioPackFlags" />
-        <parameter name="dest" type="guint8*" array="true" element_type="guint8" />
-        <parameter name="data" type="guint8*" array="true" element_type="guint8" />
-        <parameter name="n_length" type="gint" />
-      </parameters>
-    </callback>
-    <callback name="AudioRingBufferCallback" cname="GstAudioRingBufferCallback">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="rbuf" type="GstAudioRingBuffer*" />
-        <parameter name="data" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-        <parameter name="len" type="guint" array_index="1" />
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <interface name="StreamVolume" cname="GstStreamVolume" opaque="false" hidden="false">
-      <class_struct cname="GstStreamVolumeInterface">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_stream_volume_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ConvertVolume" cname="gst_stream_volume_convert_volume" shared="true">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="from" type="GstStreamVolumeFormat" />
-          <parameter name="to" type="GstStreamVolumeFormat" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="GetMute" cname="gst_stream_volume_get_mute">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetVolume" cname="gst_stream_volume_get_volume">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="format" type="GstStreamVolumeFormat" />
-        </parameters>
-      </method>
-      <method name="SetMute" cname="gst_stream_volume_set_mute">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mute" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetVolume" cname="gst_stream_volume_set_volume">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstStreamVolumeFormat" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <property name="Mute" cname="mute" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Volume" cname="volume" type="gdouble" readable="true" writeable="true" construct="false" construct-only="false" hidden="1" />
-    </interface>
-    <object name="AudioAggregator" cname="GstAudioAggregator" defaultconstructoraccess="protected" opaque="false" hidden="true" parent="GstAggregator" version="1.14">
-      <class_struct cname="GstAudioAggregatorClass" version="1.14">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAggregatorClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_output_buffer" />
-        <method vm="aggregate_one_buffer" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_aggregator_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="AggregateOneBuffer" cname="aggregate_one_buffer">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstAudioAggregatorPad*" />
-          <parameter name="inbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="in_offset" type="guint" />
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="out_offset" type="guint" />
-          <parameter name="num_frames" type="guint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateOutputBuffer" cname="create_output_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="num_frames" type="guint" />
-        </parameters>
-      </virtual_method>
-      <method name="SetSinkCaps" cname="gst_audio_aggregator_set_sink_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstAudioAggregatorPad*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="AlignmentThreshold" cname="alignment-threshold" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DiscontWait" cname="discont-wait" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ForceLive" cname="force-live" type="gboolean" readable="true" writeable="true" construct="false" construct-only="true" version="1.22" />
-      <property name="IgnoreInactivePads" cname="ignore-inactive-pads" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="OutputBufferDuration" cname="output-buffer-duration" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="OutputBufferDurationFraction" cname="output-buffer-duration-fraction" type="*" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstAggregator*" hidden="true" />
-      <field cname="current_caps" access="public" writeable="false" readable="true" is_callback="false" name="CurrentCaps" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioAggregatorPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioAggregatorConvertPad" cname="GstAudioAggregatorConvertPad" opaque="false" hidden="true" parent="GstAudioAggregatorPad" version="1.14">
-      <class_struct cname="GstAudioAggregatorConvertPadClass" version="1.14">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAudioAggregatorPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_aggregator_convert_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="ConverterConfig" cname="converter-config" type="GstStructure*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="private" writeable="false" readable="false" is_callback="false" name="Parent" type="GstAudioAggregatorPad*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioAggregatorConvertPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioAggregatorPad" cname="GstAudioAggregatorPad" opaque="false" hidden="true" parent="GstAggregatorPad" version="1.14">
-      <class_struct cname="GstAudioAggregatorPadClass" version="1.14">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAggregatorPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="convert_buffer" />
-        <method vm="update_conversion_info" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_aggregator_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="ConvertBuffer" cname="convert_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="in_info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="out_info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="UpdateConversionInfo" cname="update_conversion_info">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <property name="QosMessages" cname="qos-messages" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstAggregatorPad*" hidden="true" />
-      <field cname="info" access="public" writeable="false" readable="true" is_callback="false" name="Info" type="GstAudioInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioAggregatorPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioBaseSink" cname="GstAudioBaseSink" opaque="false" hidden="false" parent="GstBaseSink">
-      <class_struct cname="GstAudioBaseSinkClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBaseSinkClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_ringbuffer" />
-        <method vm="payload" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_base_sink_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="CreateRingbuffer" cname="create_ringbuffer">
-        <return-type type="GstAudioRingBuffer*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Payload" cname="payload">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="CreateRingbuffer" cname="gst_audio_base_sink_create_ringbuffer">
-        <return-type type="GstAudioRingBuffer*" />
-        <parameters />
-      </method>
-      <method name="GetAlignmentThreshold" cname="gst_audio_base_sink_get_alignment_threshold">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetDiscontWait" cname="gst_audio_base_sink_get_discont_wait">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetDriftTolerance" cname="gst_audio_base_sink_get_drift_tolerance">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="GetProvideClock" cname="gst_audio_base_sink_get_provide_clock">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetSlaveMethod" cname="gst_audio_base_sink_get_slave_method">
-        <return-type type="GstAudioBaseSinkSlaveMethod" />
-        <parameters />
-      </method>
-      <method name="ReportDeviceFailure" cname="gst_audio_base_sink_report_device_failure" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetAlignmentThreshold" cname="gst_audio_base_sink_set_alignment_threshold">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="alignment_threshold" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetCustomSlavingCallback" cname="gst_audio_base_sink_set_custom_slaving_callback" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="callback" type="GstAudioBaseSinkCustomSlavingCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetDiscontWait" cname="gst_audio_base_sink_set_discont_wait">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="discont_wait" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetDriftTolerance" cname="gst_audio_base_sink_set_drift_tolerance">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="drift_tolerance" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetProvideClock" cname="gst_audio_base_sink_set_provide_clock">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="provide" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSlaveMethod" cname="gst_audio_base_sink_set_slave_method">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="method" type="GstAudioBaseSinkSlaveMethod" />
-        </parameters>
-      </method>
-      <property name="AlignmentThreshold" cname="alignment-threshold" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="BufferTime" cname="buffer-time" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="CanActivatePull" cname="can-activate-pull" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DiscontWait" cname="discont-wait" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DriftTolerance" cname="drift-tolerance" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="LatencyTime" cname="latency-time" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ProvideClock" cname="provide-clock" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SlaveMethod" cname="slave-method" type="GstAudioBaseSinkSlaveMethod" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstBaseSink*" />
-      <field cname="ringbuffer" access="public" writeable="false" readable="true" is_callback="false" name="Ringbuffer" type="GstAudioRingBuffer*" />
-      <field cname="buffer_time" access="public" writeable="false" readable="true" is_callback="false" name="BufferTimeField" type="guint64" />
-      <field cname="latency_time" access="public" writeable="false" readable="true" is_callback="false" name="LatencyTimeField" type="guint64" />
-      <field cname="next_sample" access="public" writeable="false" readable="true" is_callback="false" name="NextSample" type="guint64" />
-      <field cname="provided_clock" access="public" writeable="false" readable="true" is_callback="false" name="ProvidedClock" type="GstClock*" />
-      <field cname="eos_rendering" access="public" writeable="false" readable="true" is_callback="false" name="EosRendering" type="gboolean" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioBaseSinkPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioBaseSrc" cname="GstAudioBaseSrc" opaque="false" hidden="false" parent="GstPushSrc">
-      <class_struct cname="GstAudioBaseSrcClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstPushSrcClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_ringbuffer" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_base_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="CreateRingbuffer" cname="create_ringbuffer">
-        <return-type type="GstAudioRingBuffer*" />
-        <parameters />
-      </virtual_method>
-      <method name="CreateRingbuffer" cname="gst_audio_base_src_create_ringbuffer">
-        <return-type type="GstAudioRingBuffer*" />
-        <parameters />
-      </method>
-      <method name="GetProvideClock" cname="gst_audio_base_src_get_provide_clock">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetSlaveMethod" cname="gst_audio_base_src_get_slave_method">
-        <return-type type="GstAudioBaseSrcSlaveMethod" />
-        <parameters />
-      </method>
-      <method name="SetProvideClock" cname="gst_audio_base_src_set_provide_clock">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="provide" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSlaveMethod" cname="gst_audio_base_src_set_slave_method">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="method" type="GstAudioBaseSrcSlaveMethod" />
-        </parameters>
-      </method>
-      <property name="ActualBufferTime" cname="actual-buffer-time" type="gint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="ActualLatencyTime" cname="actual-latency-time" type="gint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="BufferTime" cname="buffer-time" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="LatencyTime" cname="latency-time" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ProvideClock" cname="provide-clock" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SlaveMethod" cname="slave-method" type="GstAudioBaseSrcSlaveMethod" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstPushSrc*" />
-      <field cname="ringbuffer" access="public" writeable="false" readable="true" is_callback="false" name="Ringbuffer" type="GstAudioRingBuffer*" />
-      <field cname="buffer_time" access="public" writeable="false" readable="true" is_callback="false" name="BufferTimeField" type="guint64" />
-      <field cname="latency_time" access="public" writeable="false" readable="true" is_callback="false" name="LatencyTimeField" type="guint64" />
-      <field cname="next_sample" access="public" writeable="false" readable="true" is_callback="false" name="NextSample" type="guint64" />
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstClock*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioBaseSrcPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioCdSrc" cname="GstAudioCdSrc" opaque="false" hidden="false" parent="GstPushSrc">
-      <implements>
-        <interface cname="GstURIHandler" />
-      </implements>
-      <class_struct cname="GstAudioCdSrcClass">
-        <field cname="pushsrc_class" access="public" writeable="false" readable="true" is_callback="false" name="PushsrcClass" type="GstPushSrcClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open" />
-        <method vm="close" />
-        <method vm="read_sector" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_cd_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="device" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ReadSector" cname="read_sector">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="sector" type="gint" />
-        </parameters>
-      </virtual_method>
-      <method name="AddTrack" cname="gst_audio_cd_src_add_track">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="track" type="GstAudioCdSrcTrack*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="Device" cname="device" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Mode" cname="mode" type="GstAudioCdSrcMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Track" cname="track" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="pushsrc" access="public" writeable="false" readable="true" is_callback="false" name="Pushsrc" type="GstPushSrc*" />
-      <field cname="tags" access="public" writeable="false" readable="true" is_callback="false" name="Tags" type="GstTagList*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioCdSrcPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved1" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved1" type="guint" array="true" array_len="2" element_type="guint" padding="true" />
-      <field cname="_gst_reserved2" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved2" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioClock" cname="GstAudioClock" opaque="false" hidden="false" parent="GstSystemClock">
-      <class_struct cname="GstAudioClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstSystemClockClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_audio_clock_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="func" type="GstAudioClockGetTimeFunc" />
-          <parameter name="user_data" type="gpointer" />
-          <parameter name="destroy_notify" type="GDestroyNotify" />
-        </parameters>
-      </constructor>
-      <method name="Adjust" cname="gst_audio_clock_adjust">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetTime" cname="gst_audio_clock_get_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Invalidate" cname="gst_audio_clock_invalidate">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Reset" cname="gst_audio_clock_reset">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstSystemClock*" />
-      <field cname="func" access="public" writeable="false" readable="true" is_callback="false" name="Func" type="GstAudioClockGetTimeFunc" />
-      <field cname="user_data" access="public" writeable="false" readable="true" is_callback="false" name="UserData" type="gpointer" />
-      <field cname="destroy_notify" access="public" writeable="false" readable="true" is_callback="false" name="DestroyNotify" type="GDestroyNotify" hidden="1" />
-      <field cname="last_time" access="private" writeable="false" readable="false" is_callback="false" name="LastTime" type="guint64" />
-      <field cname="time_offset" access="private" writeable="false" readable="false" is_callback="false" name="TimeOffset" type="gint64" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioDecoder" cname="GstAudioDecoder" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstAudioDecoderClass">
-        <field cname="element_class" access="public" writeable="false" readable="true" is_callback="false" name="ElementClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="set_format" />
-        <method vm="parse" />
-        <method vm="handle_frame" />
-        <method vm="flush" />
-        <method vm="pre_push" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="open" />
-        <method vm="close" />
-        <method vm="negotiate" />
-        <method vm="decide_allocation" />
-        <method vm="propose_allocation" />
-        <method vm="sink_query" />
-        <method vm="src_query" />
-        <method vm="getcaps" />
-        <method vm="transform_meta" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="16" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_decoder_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="hard" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Getcaps" cname="getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleFrame" cname="handle_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Parse" cname="parse">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="adapter" type="GstAdapter*" />
-          <parameter name="offset" type="gint*" owned="true" pass_as="out" />
-          <parameter name="length" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrePush" cname="pre_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetFormat" cname="set_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="TransformMeta" cname="transform_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="inbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AllocateOutputBuffer" cname="gst_audio_decoder_allocate_output_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="FinishFrame" cname="gst_audio_decoder_finish_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter allow-none="1" name="buf" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="frames" type="gint" />
-        </parameters>
-      </method>
-      <method name="FinishSubframe" cname="gst_audio_decoder_finish_subframe" version="1.16">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter allow-none="1" name="buf" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAllocator" cname="gst_audio_decoder_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAudioInfo" cname="gst_audio_decoder_get_audio_info">
-        <return-type type="GstAudioInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDelay" cname="gst_audio_decoder_get_delay">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetDrainable" cname="gst_audio_decoder_get_drainable">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetEstimateRate" cname="gst_audio_decoder_get_estimate_rate">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_audio_decoder_get_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="min" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetMaxErrors" cname="gst_audio_decoder_get_max_errors">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetMinLatency" cname="gst_audio_decoder_get_min_latency">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetNeedsFormat" cname="gst_audio_decoder_get_needs_format">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetParseState" cname="gst_audio_decoder_get_parse_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="sync" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="eos" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetPlc" cname="gst_audio_decoder_get_plc">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetPlcAware" cname="gst_audio_decoder_get_plc_aware">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetTolerance" cname="gst_audio_decoder_get_tolerance">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_audio_decoder_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="Negotiate" cname="gst_audio_decoder_negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ProxyGetcaps" cname="gst_audio_decoder_proxy_getcaps" version="1.6">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetAllocationCaps" cname="gst_audio_decoder_set_allocation_caps" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocation_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDrainable" cname="gst_audio_decoder_set_drainable">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetEstimateRate" cname="gst_audio_decoder_set_estimate_rate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_audio_decoder_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min" type="guint64" />
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaxErrors" cname="gst_audio_decoder_set_max_errors">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetMinLatency" cname="gst_audio_decoder_set_min_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetNeedsFormat" cname="gst_audio_decoder_set_needs_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetOutputCaps" cname="gst_audio_decoder_set_output_caps" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetOutputFormat" cname="gst_audio_decoder_set_output_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPlc" cname="gst_audio_decoder_set_plc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPlcAware" cname="gst_audio_decoder_set_plc_aware">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="plc" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTolerance" cname="gst_audio_decoder_set_tolerance">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tolerance" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetUseDefaultPadAcceptcaps" cname="gst_audio_decoder_set_use_default_pad_acceptcaps" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="use" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="MaxErrors" cname="max-errors" type="gint" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="MinLatency" cname="min-latency" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Plc" cname="plc" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Tolerance" cname="tolerance" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="stream_lock" access="public" writeable="false" readable="true" is_callback="false" name="StreamLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="input_segment" access="public" writeable="false" readable="true" is_callback="false" name="InputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="output_segment" access="public" writeable="false" readable="true" is_callback="false" name="OutputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioDecoderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioEncoder" cname="GstAudioEncoder" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <implements>
-        <interface cname="GstPreset" />
-      </implements>
-      <class_struct cname="GstAudioEncoderClass">
-        <field cname="element_class" access="public" writeable="false" readable="true" is_callback="false" name="ElementClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="set_format" />
-        <method vm="handle_frame" />
-        <method vm="flush" />
-        <method vm="pre_push" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="getcaps" />
-        <method vm="open" />
-        <method vm="close" />
-        <method vm="negotiate" />
-        <method vm="decide_allocation" />
-        <method vm="propose_allocation" />
-        <method vm="transform_meta" />
-        <method vm="sink_query" />
-        <method vm="src_query" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="17" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_encoder_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Getcaps" cname="getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleFrame" cname="handle_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="PrePush" cname="pre_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetFormat" cname="set_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="TransformMeta" cname="transform_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="inbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AllocateOutputBuffer" cname="gst_audio_encoder_allocate_output_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="FinishFrame" cname="gst_audio_encoder_finish_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter allow-none="1" name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="samples" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetAllocator" cname="gst_audio_encoder_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAudioInfo" cname="gst_audio_encoder_get_audio_info">
-        <return-type type="GstAudioInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetDrainable" cname="gst_audio_encoder_get_drainable">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetFrameMax" cname="gst_audio_encoder_get_frame_max">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetFrameSamplesMax" cname="gst_audio_encoder_get_frame_samples_max">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetFrameSamplesMin" cname="gst_audio_encoder_get_frame_samples_min">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetHardMin" cname="gst_audio_encoder_get_hard_min">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetHardResync" cname="gst_audio_encoder_get_hard_resync">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_audio_encoder_get_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="min" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetLookahead" cname="gst_audio_encoder_get_lookahead">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetMarkGranule" cname="gst_audio_encoder_get_mark_granule">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetPerfectTimestamp" cname="gst_audio_encoder_get_perfect_timestamp">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetTolerance" cname="gst_audio_encoder_get_tolerance">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_audio_encoder_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="Negotiate" cname="gst_audio_encoder_negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ProxyGetcaps" cname="gst_audio_encoder_proxy_getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetAllocationCaps" cname="gst_audio_encoder_set_allocation_caps" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocation_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDrainable" cname="gst_audio_encoder_set_drainable">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetFrameMax" cname="gst_audio_encoder_set_frame_max">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetFrameSamplesMax" cname="gst_audio_encoder_set_frame_samples_max">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetFrameSamplesMin" cname="gst_audio_encoder_set_frame_samples_min">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetHardMin" cname="gst_audio_encoder_set_hard_min">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetHardResync" cname="gst_audio_encoder_set_hard_resync">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetHeaders" cname="gst_audio_encoder_set_headers">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="headers" type="GList*" element_type="GList*" elements_owned="true" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_audio_encoder_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min" type="guint64" />
-          <parameter name="max" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetLookahead" cname="gst_audio_encoder_set_lookahead">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetMarkGranule" cname="gst_audio_encoder_set_mark_granule">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetOutputFormat" cname="gst_audio_encoder_set_output_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPerfectTimestamp" cname="gst_audio_encoder_set_perfect_timestamp">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTolerance" cname="gst_audio_encoder_set_tolerance">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tolerance" type="guint64" />
-        </parameters>
-      </method>
-      <property name="HardResync" cname="hard-resync" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MarkGranule" cname="mark-granule" type="gboolean" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="PerfectTimestamp" cname="perfect-timestamp" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Tolerance" cname="tolerance" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="stream_lock" access="public" writeable="false" readable="true" is_callback="false" name="StreamLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="input_segment" access="public" writeable="false" readable="true" is_callback="false" name="InputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="output_segment" access="public" writeable="false" readable="true" is_callback="false" name="OutputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioEncoderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioFilter" cname="GstAudioFilter" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstBaseTransform">
-      <class_struct cname="GstAudioFilterClass">
-        <field cname="basetransformclass" access="public" writeable="false" readable="true" is_callback="false" name="Basetransformclass" type="GstBaseTransformClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="setup" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="AddAudioPadTemplate" cname="gst_audio_filter_class_add_pad_templates" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="allowed_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetType" cname="gst_audio_filter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Setup" cname="setup">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <field cname="basetransform" access="public" writeable="false" readable="true" is_callback="false" name="Basetransform" type="GstBaseTransform*" />
-      <field cname="info" access="public" writeable="false" readable="true" is_callback="false" name="Info" type="GstAudioInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioRingBuffer" cname="GstAudioRingBuffer" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstAudioRingBufferClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open_device" />
-        <method vm="acquire" />
-        <method vm="release" />
-        <method vm="close_device" />
-        <method vm="start" />
-        <method vm="pause" />
-        <method vm="resume" />
-        <method vm="stop" />
-        <method vm="delay" />
-        <method vm="activate" />
-        <method vm="commit" />
-        <method vm="clear_all" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_ring_buffer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="DebugSpecBuff" cname="gst_audio_ring_buffer_debug_spec_buff" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DebugSpecCaps" cname="gst_audio_ring_buffer_debug_spec_caps" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseCaps" cname="gst_audio_ring_buffer_parse_caps" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <virtual_method name="Acquire" cname="acquire">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Activate" cname="activate">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ClearAll" cname="clear_all">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="CloseDevice" cname="close_device">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Commit" cname="commit">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="sample" type="guint64*" owned="true" pass_as="ref" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="in_samples" type="gint" array_index="1" />
-          <parameter name="out_samples" type="gint" />
-          <parameter name="accum" type="gint*" owned="true" pass_as="ref" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Delay" cname="delay">
-        <return-type type="guint" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="OpenDevice" cname="open_device">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Pause" cname="pause">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Release" cname="release">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Resume" cname="resume">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="Acquire" cname="gst_audio_ring_buffer_acquire">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Activate" cname="gst_audio_ring_buffer_activate">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Advance" cname="gst_audio_ring_buffer_advance">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="advance" type="guint" />
-        </parameters>
-      </method>
-      <method name="Clear" cname="gst_audio_ring_buffer_clear">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="segment" type="gint" />
-        </parameters>
-      </method>
-      <method name="ClearAll" cname="gst_audio_ring_buffer_clear_all">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="CloseDevice" cname="gst_audio_ring_buffer_close_device">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Commit" cname="gst_audio_ring_buffer_commit">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="sample" type="guint64*" owned="true" pass_as="ref" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="in_samples" type="gint" array_index="1" />
-          <parameter name="out_samples" type="gint" />
-          <parameter name="accum" type="gint*" owned="true" pass_as="ref" />
-        </parameters>
-      </method>
-      <method name="Convert" cname="gst_audio_ring_buffer_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_fmt" type="GstFormat" />
-          <parameter name="src_val" type="gint64" />
-          <parameter name="dest_fmt" type="GstFormat" />
-          <parameter name="dest_val" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Delay" cname="gst_audio_ring_buffer_delay">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="DeviceIsOpen" cname="gst_audio_ring_buffer_device_is_open">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsAcquired" cname="gst_audio_ring_buffer_is_acquired">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsActive" cname="gst_audio_ring_buffer_is_active">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsFlushing" cname="gst_audio_ring_buffer_is_flushing">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="MayStart" cname="gst_audio_ring_buffer_may_start">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="allowed" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="OpenDevice" cname="gst_audio_ring_buffer_open_device">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Pause" cname="gst_audio_ring_buffer_pause">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PrepareRead" cname="gst_audio_ring_buffer_prepare_read" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="segment" type="gint*" owned="true" pass_as="out" />
-          <parameter name="readptr" type="guint8***" owned="true" pass_as="out" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="gint*" owned="true" pass_as="out" array_index="1" />
-        </parameters>
-      </method>
-      <method name="Read" cname="gst_audio_ring_buffer_read">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="sample" type="guint64" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="guint" array_index="1" />
-          <parameter name="timestamp" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Release" cname="gst_audio_ring_buffer_release">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SamplesDone" cname="gst_audio_ring_buffer_samples_done">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="SetCallbackFull" cname="gst_audio_ring_buffer_set_callback_full" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" allow-none="1" name="cb" type="GstAudioRingBufferCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetChannelPositions" cname="gst_audio_ring_buffer_set_channel_positions">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="position" type="const GstAudioChannelPosition*" array="true" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="SetFlushing" cname="gst_audio_ring_buffer_set_flushing">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSample" cname="gst_audio_ring_buffer_set_sample">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sample" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetTimestamp" cname="gst_audio_ring_buffer_set_timestamp">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="readseg" type="gint" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Start" cname="gst_audio_ring_buffer_start">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_audio_ring_buffer_stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="cond" access="public" writeable="false" readable="true" is_callback="false" name="Cond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="open" access="public" writeable="false" readable="true" is_callback="false" name="Open" type="gboolean" />
-      <field cname="acquired" access="public" writeable="false" readable="true" is_callback="false" name="Acquired" type="gboolean" />
-      <field cname="memory" access="public" writeable="false" readable="true" is_callback="false" name="Memory" type="guint8" />
-      <field cname="size" access="public" writeable="false" readable="true" is_callback="false" name="Size" type="gsize" />
-      <field cname="timestamps" access="private" writeable="false" readable="false" is_callback="false" name="Timestamps" type="guint64" />
-      <field cname="spec" access="public" writeable="false" readable="true" is_callback="false" name="Spec" type="GstAudioRingBufferSpec">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="samples_per_seg" access="public" writeable="false" readable="true" is_callback="false" name="SamplesPerSeg" type="gint" />
-      <field cname="empty_seg" access="public" writeable="false" readable="true" is_callback="false" name="EmptySeg" type="guint8*" />
-      <field cname="state" access="public" writeable="false" readable="true" is_callback="false" name="State" type="gint" />
-      <field cname="segdone" access="public" writeable="false" readable="true" is_callback="false" name="Segdone" type="gint" />
-      <field cname="segbase" access="public" writeable="false" readable="true" is_callback="false" name="Segbase" type="gint" />
-      <field cname="waiting" access="public" writeable="false" readable="true" is_callback="false" name="Waiting" type="gint" />
-      <field cname="callback" access="private" writeable="false" readable="false" is_callback="false" name="Callback" type="GstAudioRingBufferCallback" />
-      <field cname="cb_data" access="private" writeable="false" readable="false" is_callback="false" name="CbData" type="gpointer" />
-      <field cname="need_reorder" access="private" writeable="false" readable="false" is_callback="false" name="NeedReorder" type="gboolean" />
-      <field cname="channel_reorder_map" access="private" writeable="false" readable="false" is_callback="false" name="ChannelReorderMap" type="gint" array="true" array_len="64" element_type="gint" />
-      <field cname="flushing" access="private" writeable="false" readable="false" is_callback="false" name="Flushing" type="gboolean" />
-      <field cname="may_start" access="private" writeable="false" readable="false" is_callback="false" name="MayStartField" type="gint" />
-      <field cname="active" access="private" writeable="false" readable="false" is_callback="false" name="Active" type="gboolean" />
-      <field cname="cb_data_notify" access="private" writeable="false" readable="false" is_callback="false" name="CbDataNotify" type="GDestroyNotify" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioSink" cname="GstAudioSink" opaque="false" hidden="false" parent="GstAudioBaseSink">
-      <class_struct cname="GstAudioSinkClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAudioBaseSinkClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open" />
-        <method vm="prepare" />
-        <method vm="unprepare" />
-        <method vm="close" />
-        <method vm="write" />
-        <method vm="delay" />
-        <method vm="reset" />
-        <method vm="pause" />
-        <method vm="resume" />
-        <method vm="stop" />
-        <field cname="extension" access="public" writeable="false" readable="true" is_callback="false" name="Extension" type="GstAudioSinkClassExtension*">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_audio_sink_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Delay" cname="delay">
-        <return-type type="guint" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Pause" cname="pause">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Prepare" cname="prepare">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Reset" cname="reset">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Resume" cname="resume">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unprepare" cname="unprepare">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Write" cname="write">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="data" type="gpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="length" type="guint" />
-        </parameters>
-      </virtual_method>
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstAudioBaseSink*" />
-      <field cname="thread" access="private" writeable="false" readable="false" is_callback="false" name="Thread" type="GThread*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="AudioSrc" cname="GstAudioSrc" opaque="false" hidden="false" parent="GstAudioBaseSrc">
-      <class_struct cname="GstAudioSrcClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAudioBaseSrcClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open" />
-        <method vm="prepare" />
-        <method vm="unprepare" />
-        <method vm="close" />
-        <method vm="read" />
-        <method vm="delay" />
-        <method vm="reset" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Delay" cname="delay">
-        <return-type type="guint" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Prepare" cname="prepare">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Read" cname="read">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="data" type="gpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="length" type="guint" />
-          <parameter name="timestamp" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Reset" cname="reset">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unprepare" cname="unprepare">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstAudioBaseSrc*" />
-      <field cname="thread" access="private" writeable="false" readable="false" is_callback="false" name="Thread" type="GThread*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="AudioAggregatorConvertPadPrivate" cname="GstAudioAggregatorConvertPadPrivate" opaque="true" hidden="true" />
-    <struct name="AudioAggregatorPadPrivate" cname="GstAudioAggregatorPadPrivate" opaque="true" hidden="true" />
-    <struct name="AudioAggregatorPrivate" cname="GstAudioAggregatorPrivate" opaque="true" hidden="true" />
-    <struct name="AudioBaseSinkPrivate" cname="GstAudioBaseSinkPrivate" opaque="true" hidden="true" />
-    <struct name="AudioBaseSrcPrivate" cname="GstAudioBaseSrcPrivate" opaque="true" hidden="true" />
-    <struct name="AudioBuffer" cname="GstAudioBuffer" opaque="false" hidden="false" version="1.16">
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstAudioInfo" array_index="4">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="n_samples" access="public" writeable="true" readable="true" is_callback="false" name="NSamples" type="gsize" />
-      <field cname="n_planes" access="public" writeable="true" readable="true" is_callback="false" name="NPlanes" type="gint" />
-      <field cname="planes" access="public" writeable="true" readable="true" is_callback="false" name="Planes" type="gpointer" />
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="map_infos" access="private" writeable="false" readable="false" is_callback="false" name="MapInfos" type="GstMapInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv_planes_arr" access="private" writeable="false" readable="false" is_callback="false" name="PrivPlanesArr" type="gpointer" array="true" array_len="8" element_type="gpointer" hidden="true" />
-      <field cname="priv_map_infos_arr" access="private" writeable="false" readable="false" is_callback="false" name="PrivMapInfosArr" type="GstMapInfo" array="true" array_len="8" element_type="Gst.MapInfo" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="Unmap" cname="gst_audio_buffer_unmap" version="1.16">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Clip" cname="gst_audio_buffer_clip" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="rate" type="gint" />
-          <parameter name="bpf" type="gint" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_audio_buffer_map" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstAudioBuffer*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="gstbuffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="ReorderChannels" cname="gst_audio_buffer_reorder_channels" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="channels" type="gint" array_index="4" />
-          <parameter name="from" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-          <parameter name="to" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="Truncate" cname="gst_audio_buffer_truncate" shared="true" version="1.16">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="bpf" type="gint" />
-          <parameter name="trim" type="gsize" />
-          <parameter name="samples" type="gsize" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="AudioCdSrcPrivate" cname="GstAudioCdSrcPrivate" opaque="true" hidden="true" />
-    <struct name="AudioCdSrcTrack" cname="GstAudioCdSrcTrack" opaque="false" hidden="false">
-      <field cname="is_audio" access="public" writeable="true" readable="true" is_callback="false" name="IsAudio" type="gboolean" />
-      <field cname="num" access="public" writeable="true" readable="true" is_callback="false" name="Num" type="guint" />
-      <field cname="start" access="public" writeable="true" readable="true" is_callback="false" name="Start" type="guint" />
-      <field cname="end" access="public" writeable="true" readable="true" is_callback="false" name="End" type="guint" />
-      <field cname="tags" access="public" writeable="true" readable="true" is_callback="false" name="Tags" type="GstTagList*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved1" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved1" type="guint" array="true" array_len="2" element_type="guint" padding="true" />
-      <field cname="_gst_reserved2" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved2" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="AudioChannelMixer" cname="GstAudioChannelMixer" opaque="true" hidden="false">
-      <method name="Free" cname="gst_audio_channel_mixer_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsPassthrough" cname="gst_audio_channel_mixer_is_passthrough">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Samples" cname="gst_audio_channel_mixer_samples">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="in" type="gpointer" />
-          <parameter allow-none="1" name="out" type="gpointer" />
-          <parameter name="samples" type="gint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="AudioClippingMeta" cname="GstAudioClippingMeta" opaque="false" hidden="false" version="1.8">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstFormat" />
-      <field cname="start" access="public" writeable="true" readable="true" is_callback="false" name="Start" type="guint64" />
-      <field cname="end" access="public" writeable="true" readable="true" is_callback="false" name="End" type="guint64" />
-      <method name="GetInfo" cname="gst_audio_clipping_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="AudioConverter" cname="GstAudioConverter" opaque="false" hidden="false" version="1.8">
-      <method name="GetType" cname="gst_audio_converter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_audio_converter_new">
-        <parameters>
-          <parameter name="flags" type="GstAudioConverterFlags" />
-          <parameter name="in_info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="out_info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="config" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Convert" cname="gst_audio_converter_convert" version="1.14" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstAudioConverterFlags" />
-          <parameter name="in" type="gpointer" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="in_size" type="gsize" array_index="1" />
-          <parameter name="out" type="gpointer**" owned="true" pass_as="out" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="out_size" type="gsize*" owned="true" pass_as="out" array_index="3" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_audio_converter_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetConfig" cname="gst_audio_converter_get_config">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="in_rate" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="out_rate" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetInFrames" cname="gst_audio_converter_get_in_frames">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="out_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetMaxLatency" cname="gst_audio_converter_get_max_latency">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="GetOutFrames" cname="gst_audio_converter_get_out_frames">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="in_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="IsPassthrough" cname="gst_audio_converter_is_passthrough" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Reset" cname="gst_audio_converter_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Samples" cname="gst_audio_converter_samples">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GstAudioConverterFlags" />
-          <parameter allow-none="1" name="in" type="gpointer" />
-          <parameter name="in_frames" type="gsize" />
-          <parameter allow-none="1" name="out" type="gpointer" />
-          <parameter name="out_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="SupportsInplace" cname="gst_audio_converter_supports_inplace" version="1.12">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="UpdateConfig" cname="gst_audio_converter_update_config">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter allow-none="1" name="config" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="AudioDecoderPrivate" cname="GstAudioDecoderPrivate" opaque="true" hidden="true" />
-    <struct name="AudioDownmixMeta" cname="GstAudioDownmixMeta" opaque="false" hidden="false" parent="GstMeta">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="from_position" access="public" writeable="true" readable="true" is_callback="false" name="FromPosition" type="GstAudioChannelPosition*" />
-      <field cname="to_position" access="public" writeable="true" readable="true" is_callback="false" name="ToPosition" type="GstAudioChannelPosition*" />
-      <field cname="from_channels" access="public" writeable="true" readable="true" is_callback="false" name="FromChannels" type="gint" />
-      <field cname="to_channels" access="public" writeable="true" readable="true" is_callback="false" name="ToChannels" type="gint" />
-      <field cname="matrix" access="public" writeable="true" readable="true" is_callback="false" name="Matrix" type="gfloat" />
-      <method name="GetInfo" cname="gst_audio_downmix_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="AudioEncoderPrivate" cname="GstAudioEncoderPrivate" opaque="true" hidden="true" />
-    <struct name="AudioFormatInfo" cname="GstAudioFormatInfo" opaque="false" hidden="false">
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstAudioFormat" />
-      <field cname="name" access="public" writeable="true" readable="true" is_callback="false" name="Name" type="gchar*" />
-      <field cname="description" access="public" writeable="true" readable="true" is_callback="false" name="Description" type="gchar*" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstAudioFormatFlags" />
-      <field cname="endianness" access="public" writeable="true" readable="true" is_callback="false" name="Endianness" type="gint" />
-      <field cname="width" access="public" writeable="true" readable="true" is_callback="false" name="Width" type="gint" />
-      <field cname="depth" access="public" writeable="true" readable="true" is_callback="false" name="Depth" type="gint" />
-      <field cname="silence" access="public" writeable="true" readable="true" is_callback="false" name="Silence" type="guint8" array="true" array_len="8" element_type="guint8" />
-      <field cname="unpack_format" access="public" writeable="true" readable="true" is_callback="false" name="UnpackFormat" type="GstAudioFormat" />
-      <field cname="unpack_func" access="public" writeable="true" readable="true" is_callback="false" name="UnpackFunc" type="GstAudioFormatUnpack" />
-      <field cname="pack_func" access="public" writeable="true" readable="true" is_callback="false" name="PackFunc" type="GstAudioFormatPack" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="FillSilence" cname="gst_audio_format_info_fill_silence" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dest" type="gpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="length" type="gsize" />
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="AudioInfo" cname="GstAudioInfo" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_audio_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="finfo" access="public" writeable="true" readable="true" is_callback="false" name="Finfo" type="GstAudioFormatInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstAudioFlags" />
-      <field cname="layout" access="public" writeable="true" readable="true" is_callback="false" name="Layout" type="GstAudioLayout" />
-      <field cname="rate" access="public" writeable="true" readable="true" is_callback="false" name="Rate" type="gint" />
-      <field cname="channels" access="public" writeable="true" readable="true" is_callback="false" name="Channels" type="gint" />
-      <field cname="bpf" access="public" writeable="true" readable="true" is_callback="false" name="Bpf" type="gint" />
-      <field cname="position" access="public" writeable="true" readable="true" is_callback="false" name="Position" type="GstAudioChannelPosition" array="true" array_len="64" element_type="AudioChannelPosition" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <constructor cname="gst_audio_info_new" disable_void_ctor="" />
-      <constructor cname="gst_audio_info_new_from_caps" version="1.20">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Convert" cname="gst_audio_info_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_fmt" type="GstFormat" />
-          <parameter name="src_val" type="gint64" />
-          <parameter name="dest_fmt" type="GstFormat" />
-          <parameter name="dest_val" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_audio_info_copy">
-        <return-type type="GstAudioInfo*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_audio_info_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_audio_info_is_equal" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetFormat" cname="gst_audio_info_set_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="rate" type="gint" />
-          <parameter name="channels" type="gint" />
-          <parameter allow-none="1" name="position" type="const GstAudioChannelPosition*" array="true" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="ToCaps" cname="gst_audio_info_to_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FromCaps" cname="gst_audio_info_from_caps" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_audio_info_init" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="AudioLevelMeta" cname="GstAudioLevelMeta" opaque="false" hidden="false" version="1.20">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="level" access="public" writeable="true" readable="true" is_callback="false" name="Level" type="guint8" />
-      <field cname="voice_activity" access="public" writeable="true" readable="true" is_callback="false" name="VoiceActivity" type="gboolean" />
-      <method name="GetInfo" cname="gst_audio_level_meta_get_info" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="AudioMeta" cname="GstAudioMeta" opaque="false" hidden="false" version="1.16">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstAudioInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="samples" access="public" writeable="true" readable="true" is_callback="false" name="Samples" type="gsize" />
-      <field cname="offsets" access="public" writeable="true" readable="true" is_callback="false" name="Offsets" type="gsize" />
-      <field cname="priv_offsets_arr" access="private" writeable="false" readable="false" is_callback="false" name="PrivOffsetsArr" type="gsize" array="true" array_len="8" element_type="gsize" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="GetInfo" cname="gst_audio_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="AudioQuantize" cname="GstAudioQuantize" opaque="true" hidden="false">
-      <method name="Free" cname="gst_audio_quantize_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Reset" cname="gst_audio_quantize_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Samples" cname="gst_audio_quantize_samples">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="in" type="gpointer" />
-          <parameter allow-none="1" name="out" type="gpointer" />
-          <parameter name="samples" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="AudioResampler" cname="GstAudioResampler" opaque="true" hidden="false" version="1.10">
-      <method name="Free" cname="gst_audio_resampler_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetInFrames" cname="gst_audio_resampler_get_in_frames">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="out_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetMaxLatency" cname="gst_audio_resampler_get_max_latency">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="GetOutFrames" cname="gst_audio_resampler_get_out_frames">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="in_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Resample" cname="gst_audio_resampler_resample">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="in" type="gpointer" />
-          <parameter name="in_frames" type="gsize" />
-          <parameter allow-none="1" name="out" type="gpointer" />
-          <parameter name="out_frames" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Reset" cname="gst_audio_resampler_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Update" cname="gst_audio_resampler_update">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="New" cname="gst_audio_resampler_new" shared="true">
-        <return-type type="GstAudioResampler*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="method" type="GstAudioResamplerMethod" />
-          <parameter name="flags" type="GstAudioResamplerFlags" />
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="channels" type="gint" />
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="OptionsSetQuality" cname="gst_audio_resampler_options_set_quality" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="method" type="GstAudioResamplerMethod" />
-          <parameter name="quality" type="guint" />
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="AudioRingBufferSpec" cname="GstAudioRingBufferSpec" opaque="true" hidden="false">
-      <field cname="caps" access="public" writeable="true" readable="true" is_callback="false" name="Caps" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstAudioRingBufferFormatType" />
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstAudioInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="latency_time" access="public" writeable="true" readable="true" is_callback="false" name="LatencyTime" type="guint64" />
-      <field cname="buffer_time" access="public" writeable="true" readable="true" is_callback="false" name="BufferTime" type="guint64" />
-      <field cname="segsize" access="public" writeable="true" readable="true" is_callback="false" name="Segsize" type="gint" />
-      <field cname="segtotal" access="public" writeable="true" readable="true" is_callback="false" name="Segtotal" type="gint" />
-      <field cname="seglatency" access="public" writeable="true" readable="true" is_callback="false" name="Seglatency" type="gint" />
-      <union name="ABI" cname="ABI">
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="dsd_format" access="public" writeable="true" readable="true" is_callback="false" name="DsdFormat" type="GstDsdFormat" />
-        </struct>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </union>
-    </struct>
-    <struct name="AudioSinkClassExtension" cname="GstAudioSinkClassExtension" opaque="false" hidden="false">
-      <field cname="clear_all" access="public" writeable="false" readable="true" is_callback="true" name="ClearAll" type="GstAudioClearAllFunc" />
-    </struct>
-    <boxed name="AudioStreamAlign" cname="GstAudioStreamAlign" opaque="false" hidden="false" version="1.14">
-      <method name="GetType" cname="gst_audio_stream_align_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_audio_stream_align_new" version="1.14">
-        <parameters>
-          <parameter name="rate" type="gint" />
-          <parameter name="alignment_threshold" type="guint64" />
-          <parameter name="discont_wait" type="guint64" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_audio_stream_align_copy" version="1.14">
-        <return-type type="GstAudioStreamAlign*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_audio_stream_align_free" version="1.14">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetAlignmentThreshold" cname="gst_audio_stream_align_get_alignment_threshold" version="1.14">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetDiscontWait" cname="gst_audio_stream_align_get_discont_wait" version="1.14">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetRate" cname="gst_audio_stream_align_get_rate" version="1.14">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetSamplesSinceDiscont" cname="gst_audio_stream_align_get_samples_since_discont" version="1.14">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetTimestampAtDiscont" cname="gst_audio_stream_align_get_timestamp_at_discont" version="1.14">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="MarkDiscont" cname="gst_audio_stream_align_mark_discont" version="1.14">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Process" cname="gst_audio_stream_align_process" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="discont" type="gboolean" />
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="n_samples" type="guint" />
-          <parameter name="out_timestamp" type="guint64" owned="true" pass_as="out" />
-          <parameter name="out_duration" type="guint64" owned="true" pass_as="out" />
-          <parameter name="out_sample_position" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetAlignmentThreshold" cname="gst_audio_stream_align_set_alignment_threshold" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="alignment_threshold" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetDiscontWait" cname="gst_audio_stream_align_set_discont_wait" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="discont_wait" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetRate" cname="gst_audio_stream_align_set_rate" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="rate" type="gint" />
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="DsdInfo" cname="GstDsdInfo" opaque="false" hidden="false" version="1.24">
-      <method name="GetType" cname="gst_dsd_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstDsdFormat" />
-      <field cname="rate" access="public" writeable="true" readable="true" is_callback="false" name="Rate" type="gint" />
-      <field cname="channels" access="public" writeable="true" readable="true" is_callback="false" name="Channels" type="gint" />
-      <field cname="layout" access="public" writeable="true" readable="true" is_callback="false" name="Layout" type="GstAudioLayout" />
-      <field cname="reversed_bytes" access="public" writeable="true" readable="true" is_callback="false" name="ReversedBytes" type="gboolean" />
-      <field cname="positions" access="public" writeable="true" readable="true" is_callback="false" name="Positions" type="GstAudioChannelPosition" array="true" array_len="64" element_type="AudioChannelPosition" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstAudioFlags" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <constructor cname="gst_dsd_info_new" disable_void_ctor="" version="1.24" />
-      <constructor cname="gst_dsd_info_new_from_caps" version="1.24">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_dsd_info_copy" version="1.24">
-        <return-type type="GstDsdInfo*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_dsd_info_free" version="1.24">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_dsd_info_is_equal" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstDsdInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetFormat" cname="gst_dsd_info_set_format" version="1.24" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstDsdFormat" />
-          <parameter name="rate" type="gint" />
-          <parameter name="channels" type="gint" />
-          <parameter allow-none="1" name="positions" type="const GstAudioChannelPosition*" array="true" array_len="64" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="ToCaps" cname="gst_dsd_info_to_caps" version="1.24">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FromCaps" cname="gst_dsd_info_from_caps" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstDsdInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_dsd_info_init" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstDsdInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="DsdPlaneOffsetMeta" cname="GstDsdPlaneOffsetMeta" opaque="false" hidden="false" version="1.24">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="num_channels" access="public" writeable="true" readable="true" is_callback="false" name="NumChannels" type="gint" />
-      <field cname="num_bytes_per_channel" access="public" writeable="true" readable="true" is_callback="false" name="NumBytesPerChannel" type="gsize" />
-      <field cname="offsets" access="public" writeable="true" readable="true" is_callback="false" name="Offsets" type="gsize" />
-      <field cname="priv_offsets_arr" access="private" writeable="false" readable="false" is_callback="false" name="PrivOffsetsArr" type="gsize" array="true" array_len="8" element_type="gsize" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="GetInfo" cname="gst_dsd_plane_offset_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <object name="Global" cname="GstAudioGlobal" opaque="true">
-      <method name="AudioBufferClip" cname="gst_audio_buffer_clip" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="rate" type="gint" />
-          <parameter name="bpf" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioBufferMap" cname="gst_audio_buffer_map" shared="true" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstAudioBuffer*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="gstbuffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="AudioBufferReorderChannels" cname="gst_audio_buffer_reorder_channels" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="channels" type="gint" array_index="4" />
-          <parameter name="from" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-          <parameter name="to" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="AudioBufferTruncate" cname="gst_audio_buffer_truncate" shared="true" version="1.16">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="bpf" type="gint" />
-          <parameter name="trim" type="gsize" />
-          <parameter name="samples" type="gsize" />
-        </parameters>
-      </method>
-      <method name="AudioChannelGetFallbackMask" cname="gst_audio_channel_get_fallback_mask" shared="true" version="1.8">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="channels" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioChannelPositionsFromMask" cname="gst_audio_channel_positions_from_mask" shared="true">
-        <return-type type="gboolean" array_index="2" />
-        <parameters>
-          <parameter name="channels" type="gint" array_index="2" />
-          <parameter name="channel_mask" type="guint64" />
-          <parameter name="position" type="GstAudioChannelPosition*" array="true" array_length_param_index="0" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="AudioChannelPositionsToMask" cname="gst_audio_channel_positions_to_mask" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="1" element_type="AudioChannelPosition" />
-          <parameter name="channels" type="gint" />
-          <parameter name="force_order" type="gboolean" />
-          <parameter name="channel_mask" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="AudioChannelPositionsToString" cname="gst_audio_channel_positions_to_string" shared="true" version="1.10">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="1" element_type="AudioChannelPosition" />
-          <parameter name="channels" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioChannelPositionsToValidOrder" cname="gst_audio_channel_positions_to_valid_order" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="position" type="GstAudioChannelPosition*" array="true" array_length_param_index="1" element_type="AudioChannelPosition" />
-          <parameter name="channels" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioCheckValidChannelPositions" cname="gst_audio_check_valid_channel_positions" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="1" element_type="AudioChannelPosition" />
-          <parameter name="channels" type="gint" />
-          <parameter name="force_order" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="AudioClippingMetaApiGetType" cname="gst_audio_clipping_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AudioClippingMetaGetInfo" cname="gst_audio_clipping_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="AudioDownmixMetaApiGetType" cname="gst_audio_downmix_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AudioDownmixMetaGetInfo" cname="gst_audio_downmix_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="AudioFormatBuildInteger" cname="gst_audio_format_build_integer" shared="true">
-        <return-type type="GstAudioFormat" />
-        <parameters>
-          <parameter name="sign" type="gboolean" />
-          <parameter name="endianness" type="gint" />
-          <parameter name="width" type="gint" />
-          <parameter name="depth" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioFormatFillSilence" cname="gst_audio_format_fill_silence" shared="true" deprecated="true" deprecated-version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstAudioFormatInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dest" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="n_length" type="gsize" array_index="1" />
-        </parameters>
-      </method>
-      <method name="AudioFormatFromString" cname="gst_audio_format_from_string" shared="true">
-        <return-type type="GstAudioFormat" />
-        <parameters>
-          <parameter name="format" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AudioFormatGetInfo" cname="gst_audio_format_get_info" shared="true">
-        <return-type type="GstAudioFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="format" type="GstAudioFormat" />
-        </parameters>
-      </method>
-      <method name="AudioFormatInfoGetType" cname="gst_audio_format_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AudioFormatToString" cname="gst_audio_format_to_string" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="format" type="GstAudioFormat" />
-        </parameters>
-      </method>
-      <method name="AudioFormatsRaw" cname="gst_audio_formats_raw" shared="true" version="1.18">
-        <return-type type="const GstAudioFormat*" array="true" array_length_param_index="0" element_type="AudioFormat" />
-        <parameters>
-          <parameter name="len" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="AudioGetChannelReorderMap" cname="gst_audio_get_channel_reorder_map" shared="true">
-        <return-type type="gboolean" array_index="3" />
-        <parameters>
-          <parameter name="channels" type="gint" array_index="3" />
-          <parameter name="from" type="const GstAudioChannelPosition*" array="true" array_length_param_index="0" element_type="AudioChannelPosition" />
-          <parameter name="to" type="const GstAudioChannelPosition*" array="true" array_length_param_index="0" element_type="AudioChannelPosition" />
-          <parameter name="reorder_map" type="gint*" array="true" array_length_param_index="0" element_type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioIec61937FrameSize" cname="gst_audio_iec61937_frame_size" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AudioIec61937Payload" cname="gst_audio_iec61937_payload" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="src_n" type="guint" />
-          <parameter name="dst" type="guint8*" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter name="dst_n" type="guint" array_index="2" />
-          <parameter name="spec" type="GstAudioRingBufferSpec*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="endianness" type="gint" />
-        </parameters>
-      </method>
-      <method name="AudioInfoFromCaps" cname="gst_audio_info_from_caps" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AudioInfoInit" cname="gst_audio_info_init" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstAudioInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AudioLevelMetaApiGetType" cname="gst_audio_level_meta_api_get_type" shared="true" version="1.20">
-        <return-type type="GType" />
-      </method>
-      <method name="AudioLevelMetaGetInfo" cname="gst_audio_level_meta_get_info" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="AudioMakeRawCaps" cname="gst_audio_make_raw_caps" shared="true" version="1.18">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="formats" type="const GstAudioFormat*" array="true" array_length_param_index="1" element_type="AudioFormat" />
-          <parameter name="len" type="guint" />
-          <parameter name="layout" type="GstAudioLayout" />
-        </parameters>
-      </method>
-      <method name="AudioMetaApiGetType" cname="gst_audio_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AudioMetaGetInfo" cname="gst_audio_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="AudioReorderChannels" cname="gst_audio_reorder_channels" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="channels" type="gint" array_index="5" />
-          <parameter name="from" type="const GstAudioChannelPosition*" array="true" array_length_param_index="3" element_type="AudioChannelPosition" />
-          <parameter name="to" type="const GstAudioChannelPosition*" array="true" array_length_param_index="3" element_type="AudioChannelPosition" />
-        </parameters>
-      </method>
-      <method name="AudioResamplerNew" cname="gst_audio_resampler_new" shared="true">
-        <return-type type="GstAudioResampler*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="method" type="GstAudioResamplerMethod" />
-          <parameter name="flags" type="GstAudioResamplerFlags" />
-          <parameter name="format" type="GstAudioFormat" />
-          <parameter name="channels" type="gint" />
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AudioResamplerOptionsSetQuality" cname="gst_audio_resampler_options_set_quality" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="method" type="GstAudioResamplerMethod" />
-          <parameter name="quality" type="guint" />
-          <parameter name="in_rate" type="gint" />
-          <parameter name="out_rate" type="gint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferAddAudioClippingMeta" cname="gst_buffer_add_audio_clipping_meta" shared="true" version="1.8">
-        <return-type type="GstAudioClippingMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="format" type="GstFormat" />
-          <parameter name="start" type="guint64" />
-          <parameter name="end" type="guint64" />
-        </parameters>
-      </method>
-      <method name="BufferAddAudioDownmixMeta" cname="gst_buffer_add_audio_downmix_meta" shared="true">
-        <return-type type="GstAudioDownmixMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="from_position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-          <parameter name="from_channels" type="gint" array_index="1" />
-          <parameter name="to_position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="4" element_type="AudioChannelPosition" />
-          <parameter name="to_channels" type="gint" array_index="3" />
-          <parameter name="matrix" type="gfloat" />
-        </parameters>
-      </method>
-      <method name="BufferAddAudioLevelMeta" cname="gst_buffer_add_audio_level_meta" shared="true" version="1.20">
-        <return-type type="GstAudioLevelMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="level" type="guint8" />
-          <parameter name="voice_activity" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="BufferAddAudioMeta" cname="gst_buffer_add_audio_meta" shared="true" version="1.16">
-        <return-type type="GstAudioMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstAudioInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="samples" type="gsize" />
-          <parameter allow-none="1" name="offsets" type="gsize" />
-        </parameters>
-      </method>
-      <method name="BufferAddDsdPlaneOffsetMeta" cname="gst_buffer_add_dsd_plane_offset_meta" shared="true" version="1.24">
-        <return-type type="GstDsdPlaneOffsetMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="num_channels" type="gint" />
-          <parameter name="num_bytes_per_channel" type="gsize" />
-          <parameter allow-none="1" name="offsets" type="gsize" />
-        </parameters>
-      </method>
-      <method name="BufferGetAudioDownmixMetaForChannels" cname="gst_buffer_get_audio_downmix_meta_for_channels" shared="true">
-        <return-type type="GstAudioDownmixMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="to_position" type="const GstAudioChannelPosition*" array="true" array_length_param_index="2" element_type="AudioChannelPosition" />
-          <parameter name="to_channels" type="gint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="BufferGetAudioLevelMeta" cname="gst_buffer_get_audio_level_meta" shared="true" version="1.20">
-        <return-type type="GstAudioLevelMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DsdConvert" cname="gst_dsd_convert" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="input_data" type="guint8" />
-          <parameter name="output_data" type="guint8" />
-          <parameter name="input_format" type="GstDsdFormat" />
-          <parameter name="output_format" type="GstDsdFormat" />
-          <parameter name="input_layout" type="GstAudioLayout" />
-          <parameter name="output_layout" type="GstAudioLayout" />
-          <parameter name="input_plane_offsets" type="gsize" />
-          <parameter name="output_plane_offsets" type="gsize" />
-          <parameter name="num_dsd_bytes" type="gsize" />
-          <parameter name="num_channels" type="gint" />
-          <parameter name="reverse_byte_bits" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="DsdFormatFromString" cname="gst_dsd_format_from_string" shared="true" version="1.24">
-        <return-type type="GstDsdFormat" />
-        <parameters>
-          <parameter name="str" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="DsdFormatGetWidth" cname="gst_dsd_format_get_width" shared="true" version="1.24">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="format" type="GstDsdFormat" />
-        </parameters>
-      </method>
-      <method name="DsdFormatToString" cname="gst_dsd_format_to_string" shared="true" version="1.24">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="format" type="GstDsdFormat" />
-        </parameters>
-      </method>
-      <method name="DsdInfoFromCaps" cname="gst_dsd_info_from_caps" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstDsdInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DsdInfoInit" cname="gst_dsd_info_init" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstDsdInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DsdPlaneOffsetMetaApiGetType" cname="gst_dsd_plane_offset_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="DsdPlaneOffsetMetaGetInfo" cname="gst_dsd_plane_offset_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="StreamVolumeConvertVolume" cname="gst_stream_volume_convert_volume" shared="true">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="from" type="GstStreamVolumeFormat" />
-          <parameter name="to" type="GstStreamVolumeFormat" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstAudioConstants" opaque="true">
-      <constant value="(int) [ 1, max ]" ctype="gchar*" gtype="gchar*" name="AUDIO_CHANNELS_RANGE" />
-      <constant value="GstAudioConverter.dither-method" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_DITHER_METHOD" />
-      <constant value="GstAudioConverter.dither-threshold" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_DITHER_THRESHOLD" version="1.22" />
-      <constant value="GstAudioConverter.mix-matrix" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_MIX_MATRIX" />
-      <constant value="GstAudioConverter.noise-shaping-method" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_NOISE_SHAPING_METHOD" />
-      <constant value="GstAudioConverter.quantization" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_QUANTIZATION" />
-      <constant value="GstAudioConverter.resampler-method" ctype="gchar*" gtype="gchar*" name="AUDIO_CONVERTER_OPT_RESAMPLER_METHOD" />
-      <constant value="-1" ctype="gint" gtype="gint" name="AUDIO_DECODER_MAX_ERRORS" />
-      <constant value="sink" ctype="gchar*" gtype="gchar*" name="AUDIO_DECODER_SINK_NAME" />
-      <constant value="src" ctype="gchar*" gtype="gchar*" name="AUDIO_DECODER_SRC_NAME" />
-      <constant value="2" ctype="gint" gtype="gint" name="AUDIO_DEF_CHANNELS" />
-      <constant value="S16LE" ctype="gchar*" gtype="gchar*" name="AUDIO_DEF_FORMAT" />
-      <constant value="44100" ctype="gint" gtype="gint" name="AUDIO_DEF_RATE" />
-      <constant value="sink" ctype="gchar*" gtype="gchar*" name="AUDIO_ENCODER_SINK_NAME" />
-      <constant value="src" ctype="gchar*" gtype="gchar*" name="AUDIO_ENCODER_SRC_NAME" />
-      <constant value="{ F64BE, F64LE, F32BE, F32LE, S32BE, S32LE, U32BE, U32LE, S24_32BE, S24_32LE, U24_32BE, U24_32LE, S24BE, S24LE, U24BE, U24LE, S20BE, S20LE, U20BE, U20LE, S18BE, S18LE, U18BE, U18LE, S16BE, S16LE, U16BE, U16LE, S8, U8 }" ctype="gchar*" gtype="gchar*" name="AUDIO_FORMATS_ALL" />
-      <constant value="(int) [ 1, max ]" ctype="gchar*" gtype="gchar*" name="AUDIO_RATE_RANGE" />
-      <constant value="GstAudioResampler.cubic-b" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_CUBIC_B" />
-      <constant value="GstAudioResampler.cubic-c" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_CUBIC_C" />
-      <constant value="GstAudioResampler.cutoff" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_CUTOFF" />
-      <constant value="GstAudioResampler.filter-interpolation" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_FILTER_INTERPOLATION" />
-      <constant value="GstAudioResampler.filter-mode" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_FILTER_MODE" />
-      <constant value="GstAudioResampler.filter-mode-threshold" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_FILTER_MODE_THRESHOLD" />
-      <constant value="GstAudioResampler.filter-oversample" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_FILTER_OVERSAMPLE" />
-      <constant value="GstAudioResampler.max-phase-error" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_MAX_PHASE_ERROR" />
-      <constant value="GstAudioResampler.n-taps" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_N_TAPS" />
-      <constant value="GstAudioResampler.stop-attenutation" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_STOP_ATTENUATION" />
-      <constant value="GstAudioResampler.transition-bandwidth" ctype="gchar*" gtype="gchar*" name="AUDIO_RESAMPLER_OPT_TRANSITION_BANDWIDTH" />
-      <constant value="4" ctype="gint" gtype="gint" name="AUDIO_RESAMPLER_QUALITY_DEFAULT" />
-      <constant value="10" ctype="gint" gtype="gint" name="AUDIO_RESAMPLER_QUALITY_MAX" />
-      <constant value="0" ctype="gint" gtype="gint" name="AUDIO_RESAMPLER_QUALITY_MIN" />
-      <constant value="{ DSDU32BE, DSDU16BE, DSDU8, DSDU32LE, DSDU16LE }" ctype="gchar*" gtype="gchar*" name="DSD_FORMATS_ALL" version="1.24" />
-      <constant value="audio/x-dsd" ctype="gchar*" gtype="gchar*" name="DSD_MEDIA_TYPE" version="1.24" />
-      <constant value="105" ctype="gint" gtype="gint" name="DSD_SILENCE_PATTERN_BYTE" version="1.24" />
-      <constant value="channels" ctype="gchar*" gtype="gchar*" name="META_TAG_AUDIO_CHANNELS_STR" version="1.2" />
-      <constant value="rate" ctype="gchar*" gtype="gchar*" name="META_TAG_AUDIO_RATE_STR" version="1.8" />
-      <constant value="audio" ctype="gchar*" gtype="gchar*" name="META_TAG_AUDIO_STR" version="1.2" />
-      <constant value="dsdplaneoffsets" ctype="gchar*" gtype="gchar*" name="META_TAG_DSD_PLANE_OFFSETS_STR" version="1.24" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Base" library="gstbase-1.0-0.dll">
-    <enum name="AggregatorStartTimeSelection" cname="GstAggregatorStartTimeSelection" type="enum" gtype="gst_aggregator_start_time_selection_get_type" version="1.18">
-      <member cname="GST_AGGREGATOR_START_TIME_SELECTION_ZERO" name="Zero" value="0" />
-      <member cname="GST_AGGREGATOR_START_TIME_SELECTION_FIRST" name="First" value="1" />
-      <member cname="GST_AGGREGATOR_START_TIME_SELECTION_SET" name="Set" value="2" />
-    </enum>
-    <enum name="BaseParseFrameFlags" cname="GstBaseParseFrameFlags" type="flags">
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_NEW_FRAME" name="NewFrame" value="1" />
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_NO_FRAME" name="NoFrame" value="2" />
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_CLIP" name="Clip" value="4" />
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_DROP" name="Drop" value="8" />
-      <member cname="GST_BASE_PARSE_FRAME_FLAG_QUEUE" name="Queue" value="16" />
-    </enum>
-    <enum name="BaseSrcFlags" cname="GstBaseSrcFlags" type="flags">
-      <member cname="GST_BASE_SRC_FLAG_STARTING" name="Starting" value="16384" />
-      <member cname="GST_BASE_SRC_FLAG_STARTED" name="Started" value="32768" />
-      <member cname="GST_BASE_SRC_FLAG_LAST" name="Last" value="1048576" />
-    </enum>
-    <enum name="CollectPadsStateFlags" cname="GstCollectPadsStateFlags" type="flags">
-      <member cname="GST_COLLECT_PADS_STATE_EOS" name="Eos" value="1" />
-      <member cname="GST_COLLECT_PADS_STATE_FLUSHING" name="Flushing" value="2" />
-      <member cname="GST_COLLECT_PADS_STATE_NEW_SEGMENT" name="NewSegment" value="4" />
-      <member cname="GST_COLLECT_PADS_STATE_WAITING" name="Waiting" value="8" />
-      <member cname="GST_COLLECT_PADS_STATE_LOCKED" name="Locked" value="16" />
-    </enum>
-    <callback name="CollectDataDestroyNotify" cname="GstCollectDataDestroyNotify">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="data" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="CollectPadsBufferFunction" cname="GstCollectPadsBufferFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter name="data" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="buffer" type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsClipFunction" cname="GstCollectPadsClipFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter name="data" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="inbuffer" type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="outbuffer" type="GstBuffer**" owned="true" pass_as="out">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="4" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsCompareFunction" cname="GstCollectPadsCompareFunction">
-      <return-type type="gint" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter name="data1" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="timestamp1" type="guint64" />
-        <parameter name="data2" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="timestamp2" type="guint64" />
-        <parameter allow-none="1" closure="5" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsEventFunction" cname="GstCollectPadsEventFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter name="pad" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="event" type="GstEvent*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsFlushFunction" cname="GstCollectPadsFlushFunction" version="1.4">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsFunction" cname="GstCollectPadsFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="CollectPadsQueryFunction" cname="GstCollectPadsQueryFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pads" type="GstCollectPads*" />
-        <parameter name="pad" type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="query" type="GstQuery*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback hidden="0" name="DataQueueCheckFullFunction" cname="GstDataQueueCheckFullFunction">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="queue" type="GstDataQueue*" />
-        <parameter name="visible" type="guint" />
-        <parameter name="bytes" type="guint" />
-        <parameter name="time" type="guint64" />
-        <parameter allow-none="1" name="checkdata" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="DataQueueEmptyCallback" cname="GstDataQueueEmptyCallback">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="queue" type="GstDataQueue*" />
-        <parameter allow-none="1" name="checkdata" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="DataQueueFullCallback" cname="GstDataQueueFullCallback">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="queue" type="GstDataQueue*" />
-        <parameter allow-none="1" name="checkdata" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="TypeFindHelperGetRangeFunction" cname="GstTypeFindHelperGetRangeFunction">
-      <return-type type="GstFlowReturn" />
-      <parameters>
-        <parameter name="obj" type="GstObject*" />
-        <parameter allow-none="1" name="parent" type="GstObject*" />
-        <parameter name="offset" type="guint64" />
-        <parameter name="length" type="guint" />
-        <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <object name="Adapter" cname="GstAdapter" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstAdapterClass" />
-      <method name="GetType" cname="gst_adapter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_adapter_new" disable_void_ctor="" />
-      <method name="Available" cname="gst_adapter_available">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="AvailableFast" cname="gst_adapter_available_fast">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="Clear" cname="gst_adapter_clear">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="CopyBytes" cname="gst_adapter_copy_bytes" version="1.4">
-        <return-type type="GBytes*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="DistanceFromDiscont" cname="gst_adapter_distance_from_discont" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="DtsAtDiscont" cname="gst_adapter_dts_at_discont" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Flush" cname="gst_adapter_flush">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flush" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetBuffer" cname="gst_adapter_get_buffer" version="1.6">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetBufferFast" cname="gst_adapter_get_buffer_fast" version="1.6">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetBufferList" cname="gst_adapter_get_buffer_list" version="1.6">
-        <return-type type="GstBufferList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="GetList" cname="gst_adapter_get_list" version="1.6">
-        <return-type type="GList*" element_type="GList*" elements_owned="true" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_adapter_map">
-        <return-type type="gconstpointer" array="true" array_length_param_index="0" element_type="guint8" />
-        <parameters>
-          <parameter name="size" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="MaskedScanUint32" cname="gst_adapter_masked_scan_uint32">
-        <return-type type="gssize" />
-        <parameters>
-          <parameter name="mask" type="guint32" />
-          <parameter name="pattern" type="guint32" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="MaskedScanUint32Peek" cname="gst_adapter_masked_scan_uint32_peek">
-        <return-type type="gssize" />
-        <parameters>
-          <parameter name="mask" type="guint32" />
-          <parameter name="pattern" type="guint32" />
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gsize" />
-          <parameter allow-none="1" name="value" type="guint32*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="OffsetAtDiscont" cname="gst_adapter_offset_at_discont" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="PrevDts" cname="gst_adapter_prev_dts">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter allow-none="1" name="distance" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PrevDtsAtOffset" cname="gst_adapter_prev_dts_at_offset" version="1.2">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter allow-none="1" name="distance" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PrevOffset" cname="gst_adapter_prev_offset" version="1.10">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter allow-none="1" name="distance" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PrevPts" cname="gst_adapter_prev_pts">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter allow-none="1" name="distance" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PrevPtsAtOffset" cname="gst_adapter_prev_pts_at_offset" version="1.2">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-          <parameter allow-none="1" name="distance" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PtsAtDiscont" cname="gst_adapter_pts_at_discont" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Push" cname="gst_adapter_push">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Take" cname="gst_adapter_take">
-        <return-type type="gpointer*" owned="true" array="true" array_length_param_index="0" element_type="guint8" />
-        <parameters>
-          <parameter name="nbytes" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TakeBuffer" cname="gst_adapter_take_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="TakeBufferFast" cname="gst_adapter_take_buffer_fast" version="1.2">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="TakeBufferList" cname="gst_adapter_take_buffer_list" version="1.6">
-        <return-type type="GstBufferList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="TakeList" cname="gst_adapter_take_list">
-        <return-type type="GList*" element_type="GList*" elements_owned="true" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="nbytes" type="gsize" />
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_adapter_unmap">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </object>
-    <object name="Aggregator" cname="GstAggregator" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement" version="1.14">
-      <class_struct cname="GstAggregatorClass" version="1.14">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="flush" />
-        <method vm="clip" />
-        <method vm="finish_buffer" />
-        <method vm="sink_event" />
-        <method vm="sink_query" />
-        <method vm="src_event" />
-        <method vm="src_query" />
-        <method vm="src_activate" />
-        <method vm="aggregate" />
-        <method vm="stop" />
-        <method vm="start" />
-        <method vm="get_next_time" />
-        <method vm="create_new_pad" />
-        <method vm="update_src_caps" />
-        <method vm="fixate_src_caps" />
-        <method vm="negotiated_src_caps" />
-        <method vm="decide_allocation" />
-        <method vm="propose_allocation" />
-        <method vm="negotiate" />
-        <method vm="sink_event_pre_queue" />
-        <method vm="sink_query_pre_queue" />
-        <method vm="finish_buffer_list" />
-        <method vm="peek_next_sample" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="15" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_aggregator_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Aggregate" cname="aggregate">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="timeout" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Clip" cname="clip">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateNewPad" cname="create_new_pad" hidden="true">
-        <return-type type="GstAggregatorPad*" />
-        <parameters>
-          <parameter name="templ" type="GstPadTemplate*" />
-          <parameter name="req_name" type="const-gchar*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FinishBuffer" cname="finish_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FinishBufferList" cname="finish_buffer_list" version="1.18">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="bufferlist" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FixateSrcCaps" cname="fixate_src_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetNextTime" cname="get_next_time">
-        <return-type type="guint64" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="NegotiatedSrcCaps" cname="negotiated_src_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PeekNextSample" cname="peek_next_sample" version="1.18">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstAggregatorPad*" />
-          <parameter name="decide_query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEventPreQueue" cname="sink_event_pre_queue">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQueryPreQueue" cname="sink_query_pre_queue">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="aggregator_pad" type="GstAggregatorPad*" />
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcActivate" cname="src_activate">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mode" type="GstPadMode" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="UpdateSrcCaps" cname="update_src_caps">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="_ret" type="GstCaps**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="FinishBuffer" cname="gst_aggregator_finish_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FinishBufferList" cname="gst_aggregator_finish_buffer_list" version="1.18">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="bufferlist" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAllocator" cname="gst_aggregator_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBufferPool" cname="gst_aggregator_get_buffer_pool">
-        <return-type type="GstBufferPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetForceLive" cname="gst_aggregator_get_force_live" version="1.22">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetIgnoreInactivePads" cname="gst_aggregator_get_ignore_inactive_pads" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_aggregator_get_latency">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Negotiate" cname="gst_aggregator_negotiate" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PeekNextSample" cname="gst_aggregator_peek_next_sample" version="1.18">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="pad" type="GstAggregatorPad*" />
-        </parameters>
-      </method>
-      <method name="SelectedSamples" cname="gst_aggregator_selected_samples" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pts" type="guint64" />
-          <parameter name="dts" type="guint64" />
-          <parameter name="duration" type="guint64" />
-          <parameter allow-none="1" name="info" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetForceLive" cname="gst_aggregator_set_force_live" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="force_live" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetIgnoreInactivePads" cname="gst_aggregator_set_ignore_inactive_pads" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ignore" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_aggregator_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_latency" type="guint64" />
-          <parameter name="max_latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetSrcCaps" cname="gst_aggregator_set_src_caps">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SimpleGetNextTime" cname="gst_aggregator_simple_get_next_time" version="1.16">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="UpdateSegment" cname="gst_aggregator_update_segment" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="EmitSignals" cname="emit-signals" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="Latency" cname="latency" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MinUpstreamLatency" cname="min-upstream-latency" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <property name="StartTime" cname="start-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="StartTimeSelection" cname="start-time-selection" type="GstAggregatorStartTimeSelection" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstElement*" hidden="true" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAggregatorPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      <signal name="SamplesSelected" cname="samples-selected" when="first" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="pts" type="guint64" />
-          <parameter name="dts" type="guint64" />
-          <parameter name="duration" type="guint64" />
-          <parameter allow-none="1" name="info" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-    </object>
-    <object name="AggregatorPad" cname="GstAggregatorPad" opaque="false" hidden="false" parent="GstPad" version="1.14">
-      <class_struct cname="GstAggregatorPadClass" version="1.14">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="flush" />
-        <method vm="skip_buffer" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_aggregator_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="aggregator" type="GstAggregator*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SkipBuffer" cname="skip_buffer">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="aggregator" type="GstAggregator*" />
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="DropBuffer" cname="gst_aggregator_pad_drop_buffer">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasBuffer" cname="gst_aggregator_pad_has_buffer" version="1.14.1">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEos" cname="gst_aggregator_pad_is_eos">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsInactive" cname="gst_aggregator_pad_is_inactive" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="PeekBuffer" cname="gst_aggregator_pad_peek_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="PopBuffer" cname="gst_aggregator_pad_pop_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <property name="EmitSignals" cname="emit-signals" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstPad*" hidden="true" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAggregatorPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="BufferConsumed" cname="buffer-consumed" when="first">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-    </object>
-    <object name="BaseParse" cname="GstBaseParse" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstBaseParseClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="set_sink_caps" />
-        <method vm="handle_frame" />
-        <method vm="pre_push_frame" />
-        <method vm="convert" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="get_sink_caps" />
-        <method vm="detect" />
-        <method vm="sink_query" />
-        <method vm="src_query" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="18" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_base_parse_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Convert" cname="convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_value" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_value" type="gint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Detect" cname="detect">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetSinkCaps" cname="get_sink_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleFrame" cname="handle_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstBaseParseFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="skipsize" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrePushFrame" cname="pre_push_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstBaseParseFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetSinkCaps" cname="set_sink_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="AddIndexEntry" cname="gst_base_parse_add_index_entry">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="ts" type="guint64" />
-          <parameter name="key" type="gboolean" />
-          <parameter name="force" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="ConvertDefault" cname="gst_base_parse_convert_default">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_value" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Drain" cname="gst_base_parse_drain" version="1.12">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="FinishFrame" cname="gst_base_parse_finish_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstBaseParseFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="gint" />
-        </parameters>
-      </method>
-      <method name="MergeTags" cname="gst_base_parse_merge_tags" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="PushFrame" cname="gst_base_parse_push_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstBaseParseFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetAverageBitrate" cname="gst_base_parse_set_average_bitrate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bitrate" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetDuration" cname="gst_base_parse_set_duration">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fmt" type="GstFormat" />
-          <parameter name="duration" type="gint64" />
-          <parameter name="interval" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetFrameRate" cname="gst_base_parse_set_frame_rate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fps_num" type="guint" />
-          <parameter name="fps_den" type="guint" />
-          <parameter name="lead_in" type="guint" />
-          <parameter name="lead_out" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetHasTimingInfo" cname="gst_base_parse_set_has_timing_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="has_timing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetInferTs" cname="gst_base_parse_set_infer_ts">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="infer_ts" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_base_parse_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_latency" type="guint64" />
-          <parameter name="max_latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMinFrameSize" cname="gst_base_parse_set_min_frame_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_size" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetPassthrough" cname="gst_base_parse_set_passthrough">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="passthrough" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPtsInterpolation" cname="gst_base_parse_set_pts_interpolation">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pts_interpolate" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSyncable" cname="gst_base_parse_set_syncable">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="syncable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTsAtOffset" cname="gst_base_parse_set_ts_at_offset" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gsize" />
-        </parameters>
-      </method>
-      <property name="DisablePassthrough" cname="disable-passthrough" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="flags" access="public" writeable="false" readable="true" is_callback="false" name="Flags" type="guint" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBaseParsePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <object name="BaseSink" cname="GstBaseSink" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstBaseSinkClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_caps" />
-        <method vm="set_caps" />
-        <method vm="fixate" />
-        <method vm="activate_pull" />
-        <method vm="get_times" />
-        <method vm="propose_allocation" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="unlock" />
-        <method vm="unlock_stop" />
-        <method vm="query" />
-        <method vm="event" />
-        <method vm="wait_event" />
-        <method vm="prepare" />
-        <method vm="prepare_list" />
-        <method vm="preroll" />
-        <method vm="render" />
-        <method vm="render_list" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_base_sink_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="ActivatePull" cname="activate_pull">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Event" cname="event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Fixate" cname="fixate">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetCaps" cname="get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetTimes" cname="get_times">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="guint64" owned="true" pass_as="out" />
-          <parameter name="end" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Prepare" cname="prepare">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrepareList" cname="prepare_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Preroll" cname="preroll">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Query" cname="query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Render" cname="render">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="RenderList" cname="render_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCaps" cname="set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unlock" cname="unlock">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="UnlockStop" cname="unlock_stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="WaitEvent" cname="wait_event">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="DoPreroll" cname="gst_base_sink_do_preroll">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="obj" type="GstMiniObject*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBlocksize" cname="gst_base_sink_get_blocksize">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetDropOutOfSegment" cname="gst_base_sink_get_drop_out_of_segment" version="1.12">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetLastSample" cname="gst_base_sink_get_last_sample">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_base_sink_get_latency">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMaxBitrate" cname="gst_base_sink_get_max_bitrate" version="1.2">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMaxLateness" cname="gst_base_sink_get_max_lateness">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="GetProcessingDeadline" cname="gst_base_sink_get_processing_deadline" version="1.16">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetRenderDelay" cname="gst_base_sink_get_render_delay">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetStats" cname="gst_base_sink_get_stats" version="1.18">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetSync" cname="gst_base_sink_get_sync">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetThrottleTime" cname="gst_base_sink_get_throttle_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetTsOffset" cname="gst_base_sink_get_ts_offset">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="IsAsyncEnabled" cname="gst_base_sink_is_async_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsLastSampleEnabled" cname="gst_base_sink_is_last_sample_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsQosEnabled" cname="gst_base_sink_is_qos_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="QueryLatency" cname="gst_base_sink_query_latency">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="live" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="upstream_live" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="min_latency" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetAsyncEnabled" cname="gst_base_sink_set_async_enabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBlocksize" cname="gst_base_sink_set_blocksize">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="blocksize" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetDropOutOfSegment" cname="gst_base_sink_set_drop_out_of_segment" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="drop_out_of_segment" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLastSampleEnabled" cname="gst_base_sink_set_last_sample_enabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetMaxBitrate" cname="gst_base_sink_set_max_bitrate" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max_bitrate" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaxLateness" cname="gst_base_sink_set_max_lateness">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max_lateness" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetProcessingDeadline" cname="gst_base_sink_set_processing_deadline" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="processing_deadline" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetQosEnabled" cname="gst_base_sink_set_qos_enabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetRenderDelay" cname="gst_base_sink_set_render_delay">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="delay" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetSync" cname="gst_base_sink_set_sync">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sync" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetThrottleTime" cname="gst_base_sink_set_throttle_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="throttle" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetTsOffset" cname="gst_base_sink_set_ts_offset">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="offset" type="gint64" />
-        </parameters>
-      </method>
-      <method name="Wait" cname="gst_base_sink_wait">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-          <parameter allow-none="1" name="jitter" type="gint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="WaitClock" cname="gst_base_sink_wait_clock">
-        <return-type type="GstClockReturn" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-          <parameter allow-none="1" name="jitter" type="gint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="WaitPreroll" cname="gst_base_sink_wait_preroll">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <property name="Async" cname="async" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Blocksize" cname="blocksize" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="EnableLastSample" cname="enable-last-sample" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="LastSample" cname="last-sample" type="GstSample*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="MaxBitrate" cname="max-bitrate" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.2" />
-      <property name="MaxLateness" cname="max-lateness" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ProcessingDeadline" cname="processing-deadline" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <property name="Qos" cname="qos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="RenderDelay" cname="render-delay" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Stats" cname="stats" type="GstStructure*" readable="true" writeable="false" construct="false" construct-only="false" version="1.18" />
-      <property name="Sync" cname="sync" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ThrottleTime" cname="throttle-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="TsOffset" cname="ts-offset" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="pad_mode" access="public" writeable="false" readable="true" is_callback="false" name="PadMode" type="GstPadMode" />
-      <field cname="offset" access="public" writeable="false" readable="true" is_callback="false" name="Offset" type="guint64" />
-      <field cname="can_activate_pull" access="public" writeable="false" readable="true" is_callback="false" name="CanActivatePull" type="gboolean" />
-      <field cname="can_activate_push" access="public" writeable="false" readable="true" is_callback="false" name="CanActivatePush" type="gboolean" />
-      <field cname="preroll_lock" access="public" writeable="false" readable="true" is_callback="false" name="PrerollLock" type="GMutex*" />
-      <field cname="preroll_cond" access="public" writeable="false" readable="true" is_callback="false" name="PrerollCond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="eos" access="public" writeable="false" readable="true" is_callback="false" name="Eos" type="gboolean" />
-      <field cname="need_preroll" access="public" writeable="false" readable="true" is_callback="false" name="NeedPreroll" type="gboolean" />
-      <field cname="have_preroll" access="public" writeable="false" readable="true" is_callback="false" name="HavePreroll" type="gboolean" />
-      <field cname="playing_async" access="public" writeable="false" readable="true" is_callback="false" name="PlayingAsync" type="gboolean" />
-      <field cname="have_newsegment" access="public" writeable="false" readable="true" is_callback="false" name="HaveNewsegment" type="gboolean" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="clock_id" access="private" writeable="false" readable="false" is_callback="false" name="ClockId" type="gpointer" />
-      <field cname="sync" access="private" writeable="false" readable="false" is_callback="false" name="SyncField" type="gboolean" />
-      <field cname="flushing" access="private" writeable="false" readable="false" is_callback="false" name="Flushing" type="gboolean" />
-      <field cname="running" access="private" writeable="false" readable="false" is_callback="false" name="Running" type="gboolean" />
-      <field cname="max_lateness" access="private" writeable="false" readable="false" is_callback="false" name="MaxLatenessField" type="gint64" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBaseSinkPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-    </object>
-    <object name="BaseSrc" cname="GstBaseSrc" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstBaseSrcClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_caps" />
-        <method vm="negotiate" />
-        <method vm="fixate" />
-        <method vm="set_caps" />
-        <method vm="decide_allocation" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="get_times" />
-        <method vm="get_size" />
-        <method vm="is_seekable" />
-        <method vm="prepare_seek_segment" />
-        <method vm="do_seek" />
-        <method vm="unlock" />
-        <method vm="unlock_stop" />
-        <method vm="query" />
-        <method vm="event" />
-        <method vm="create" />
-        <method vm="alloc" />
-        <method vm="fill" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_base_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Alloc" cname="alloc">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter name="buf" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Create" cname="create">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter allow-none="1" name="buf" type="GstBuffer**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="DoSeek" cname="do_seek">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Event" cname="event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Fill" cname="fill">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="offset" type="guint64" />
-          <parameter name="size" type="guint" />
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Fixate" cname="fixate">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetCaps" cname="get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetSize" cname="get_size">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="size" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetTimes" cname="get_times">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start" type="guint64" owned="true" pass_as="out" />
-          <parameter name="end" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="IsSeekable" cname="is_seekable">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="PrepareSeekSegment" cname="prepare_seek_segment">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="seek" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Query" cname="query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCaps" cname="set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unlock" cname="unlock">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="UnlockStop" cname="unlock_stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="GetAllocator" cname="gst_base_src_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBlocksize" cname="gst_base_src_get_blocksize">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetBufferPool" cname="gst_base_src_get_buffer_pool">
-        <return-type type="GstBufferPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDoTimestamp" cname="gst_base_src_get_do_timestamp">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsAsync" cname="gst_base_src_is_async">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsLive" cname="gst_base_src_is_live">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Negotiate" cname="gst_base_src_negotiate" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="NewSeamlessSegment" cname="gst_base_src_new_seamless_segment" deprecated="true" deprecated-version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="start" type="gint64" />
-          <parameter name="stop" type="gint64" />
-          <parameter name="time" type="gint64" />
-        </parameters>
-      </method>
-      <method name="NewSegment" cname="gst_base_src_new_segment" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushSegment" cname="gst_base_src_push_segment" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="segment" type="GstSegment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryLatency" cname="gst_base_src_query_latency">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="live" type="gboolean*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="min_latency" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetAsync" cname="gst_base_src_set_async">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="async" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetAutomaticEos" cname="gst_base_src_set_automatic_eos" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="automatic_eos" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBlocksize" cname="gst_base_src_set_blocksize">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="blocksize" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetCaps" cname="gst_base_src_set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetDoTimestamp" cname="gst_base_src_set_do_timestamp">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timestamp" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDynamicSize" cname="gst_base_src_set_dynamic_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dynamic" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetFormat" cname="gst_base_src_set_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstFormat" />
-        </parameters>
-      </method>
-      <method name="SetLive" cname="gst_base_src_set_live">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="live" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="StartComplete" cname="gst_base_src_start_complete">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_ret" type="GstFlowReturn" />
-        </parameters>
-      </method>
-      <method name="StartWait" cname="gst_base_src_start_wait">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <method name="SubmitBufferList" cname="gst_base_src_submit_buffer_list" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="WaitPlaying" cname="gst_base_src_wait_playing">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <property name="Blocksize" cname="blocksize" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DoTimestamp" cname="do-timestamp" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="NumBuffers" cname="num-buffers" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Typefind" cname="typefind" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="live_lock" access="public" writeable="false" readable="true" is_callback="false" name="LiveLock" type="GMutex*" />
-      <field cname="live_cond" access="public" writeable="false" readable="true" is_callback="false" name="LiveCond" type="GCond">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="is_live" access="public" writeable="false" readable="true" is_callback="false" name="IsLiveField" type="gboolean" />
-      <field cname="live_running" access="public" writeable="false" readable="true" is_callback="false" name="LiveRunning" type="gboolean" />
-      <field cname="blocksize" access="public" writeable="false" readable="true" is_callback="false" name="BlocksizeField" type="guint" />
-      <field cname="can_activate_push" access="public" writeable="false" readable="true" is_callback="false" name="CanActivatePush" type="gboolean" />
-      <field cname="random_access" access="public" writeable="false" readable="true" is_callback="false" name="RandomAccess" type="gboolean" />
-      <field cname="clock_id" access="public" writeable="false" readable="true" is_callback="false" name="ClockId" type="gpointer" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="need_newsegment" access="public" writeable="false" readable="true" is_callback="false" name="NeedNewsegment" type="gboolean" />
-      <field cname="num_buffers" access="public" writeable="false" readable="true" is_callback="false" name="NumBuffersField" type="gint" />
-      <field cname="num_buffers_left" access="public" writeable="false" readable="true" is_callback="false" name="NumBuffersLeft" type="gint" />
-      <field cname="typefind" access="public" writeable="false" readable="true" is_callback="false" name="TypefindField" type="gboolean" />
-      <field cname="running" access="public" writeable="false" readable="true" is_callback="false" name="Running" type="gboolean" />
-      <field cname="pending_seek" access="public" writeable="false" readable="true" is_callback="false" name="PendingSeek" type="GstEvent*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="public" writeable="false" readable="true" is_callback="false" name="Priv" type="GstBaseSrcPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-    </object>
-    <object name="BaseTransform" cname="GstBaseTransform" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstBaseTransformClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="passthrough_on_same_caps" access="public" writeable="false" readable="true" is_callback="false" name="PassthroughOnSameCaps" type="gboolean" />
-        <field cname="transform_ip_on_passthrough" access="public" writeable="false" readable="true" is_callback="false" name="TransformIpOnPassthrough" type="gboolean" />
-        <method vm="transform_caps" />
-        <method vm="fixate_caps" />
-        <method vm="accept_caps" />
-        <method vm="set_caps" />
-        <method vm="query" />
-        <method vm="decide_allocation" />
-        <method vm="filter_meta" />
-        <method vm="propose_allocation" />
-        <method vm="transform_size" />
-        <method vm="get_unit_size" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="prepare_output_buffer" />
-        <method vm="copy_metadata" />
-        <method vm="transform_meta" />
-        <method vm="before_transform" />
-        <method vm="transform" />
-        <method vm="transform_ip" />
-        <method vm="submit_input_buffer" />
-        <method vm="generate_output" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="18" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_base_transform_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="AcceptCaps" cname="accept_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="BeforeTransform" cname="before_transform">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CopyMetadata" cname="copy_metadata">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="input" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FilterMeta" cname="filter_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="api" type="GType" />
-          <parameter name="params" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FixateCaps" cname="fixate_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="othercaps" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GenerateOutput" cname="generate_output">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="outbuf" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetUnitSize" cname="get_unit_size">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrepareOutputBuffer" cname="prepare_output_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="input" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outbuf" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="decide_query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Query" cname="query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCaps" cname="set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="incaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outcaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="SubmitInputBuffer" cname="submit_input_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="is_discont" type="gboolean" />
-          <parameter name="input" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Transform" cname="transform">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="inbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformCaps" cname="transform_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformIp" cname="transform_ip">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformMeta" cname="transform_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="outbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="inbuf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformSize" cname="transform_size">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="direction" type="GstPadDirection" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="gsize" />
-          <parameter name="othercaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="othersize" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <method name="GetAllocator" cname="gst_base_transform_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBufferPool" cname="gst_base_transform_get_buffer_pool">
-        <return-type type="GstBufferPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="IsInPlace" cname="gst_base_transform_is_in_place">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsPassthrough" cname="gst_base_transform_is_passthrough">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsQosEnabled" cname="gst_base_transform_is_qos_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Reconfigure" cname="gst_base_transform_reconfigure" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ReconfigureSink" cname="gst_base_transform_reconfigure_sink">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="ReconfigureSrc" cname="gst_base_transform_reconfigure_src">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetGapAware" cname="gst_base_transform_set_gap_aware">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="gap_aware" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetInPlace" cname="gst_base_transform_set_in_place">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="in_place" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPassthrough" cname="gst_base_transform_set_passthrough">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="passthrough" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPreferPassthrough" cname="gst_base_transform_set_prefer_passthrough" version="1.0.1">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="prefer_passthrough" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetQosEnabled" cname="gst_base_transform_set_qos_enabled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="UpdateQos" cname="gst_base_transform_update_qos">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="proportion" type="gdouble" />
-          <parameter name="diff" type="gint64" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UpdateSrcCaps" cname="gst_base_transform_update_src_caps" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="updated_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <property name="Qos" cname="qos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="have_segment" access="public" writeable="false" readable="true" is_callback="false" name="HaveSegment" type="gboolean" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="queued_buf" access="public" writeable="false" readable="true" is_callback="false" name="QueuedBuf" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstBaseTransformPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="19" element_type="gpointer" padding="true" />
-    </object>
-    <object name="CollectPads" cname="GstCollectPads" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstCollectPadsClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_collect_pads_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_collect_pads_new" disable_void_ctor="" />
-      <method name="AddPad" cname="gst_collect_pads_add_pad">
-        <return-type type="GstCollectData*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="size" type="guint" />
-          <parameter scope="async" name="destroy_notify" type="GstCollectDataDestroyNotify" />
-          <parameter name="lock" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Available" cname="gst_collect_pads_available">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="ClipRunningTime" cname="gst_collect_pads_clip_running_time">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="cdata" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="outbuf" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="EventDefault" cname="gst_collect_pads_event_default">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="discard" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Flush" cname="gst_collect_pads_flush">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="Peek" cname="gst_collect_pads_peek">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Pop" cname="gst_collect_pads_pop">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryDefault" cname="gst_collect_pads_query_default">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="discard" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="ReadBuffer" cname="gst_collect_pads_read_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemovePad" cname="gst_collect_pads_remove_pad">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="SetBufferFunction" cname="gst_collect_pads_set_buffer_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsBufferFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetClipFunction" cname="gst_collect_pads_set_clip_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="clipfunc" type="GstCollectPadsClipFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetCompareFunction" cname="gst_collect_pads_set_compare_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsCompareFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetEventFunction" cname="gst_collect_pads_set_event_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsEventFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetFlushFunction" cname="gst_collect_pads_set_flush_function" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsFlushFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetFlushing" cname="gst_collect_pads_set_flushing">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetFunction" cname="gst_collect_pads_set_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetQueryFunction" cname="gst_collect_pads_set_query_function">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" scope="call" name="func" type="GstCollectPadsQueryFunction" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetWaiting" cname="gst_collect_pads_set_waiting">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="waiting" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SrcEventDefault" cname="gst_collect_pads_src_event_default" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Start" cname="gst_collect_pads_start">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_collect_pads_stop">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="TakeBuffer" cname="gst_collect_pads_take_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="GstCollectData*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GstObject*" hidden="true" />
-      <field cname="data" access="public" writeable="false" readable="true" is_callback="false" name="Data" type="GSList*" element_type="GSList*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="stream_lock" access="private" writeable="false" readable="false" is_callback="false" name="StreamLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstCollectPadsPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="DataQueue" cname="GstDataQueue" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstDataQueueClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="empty" />
-        <method signal_vm="full" />
-        <field cname="_gst_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_data_queue_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="CurrentLevelBytes" cname="current-level-bytes" type="guint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="CurrentLevelTime" cname="current-level-time" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="CurrentLevelVisible" cname="current-level-visible" type="guint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <field cname="object" access="public" writeable="false" readable="true" is_callback="false" name="Object" type="GObject*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstDataQueuePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="Empty" cname="empty" when="first" field_name="empty">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="Full" cname="full" when="first" field_name="full">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-    </object>
-    <object name="PushSrc" cname="GstPushSrc" opaque="false" hidden="false" parent="GstBaseSrc">
-      <class_struct cname="GstPushSrcClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBaseSrcClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create" />
-        <method vm="alloc" />
-        <method vm="fill" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_push_src_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Alloc" cname="alloc">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Create" cname="create">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter allow-none="1" name="buf" type="GstBuffer**" owned="true" pass_as="ref">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Fill" cname="fill">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstBaseSrc*" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="AggregatorPadPrivate" cname="GstAggregatorPadPrivate" opaque="true" hidden="true" />
-    <struct name="AggregatorPrivate" cname="GstAggregatorPrivate" opaque="true" hidden="true" />
-    <boxed name="BaseParseFrame" cname="GstBaseParseFrame" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_base_parse_frame_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="out_buffer" access="public" writeable="true" readable="true" is_callback="false" name="OutBuffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="guint" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint64" />
-      <field cname="overhead" access="public" writeable="true" readable="true" is_callback="false" name="Overhead" type="gint" />
-      <field cname="size" access="private" writeable="false" readable="false" is_callback="false" name="Size" type="gint" />
-      <field cname="_gst_reserved_i" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReservedI" type="guint" array="true" array_len="2" element_type="guint" padding="true" />
-      <field cname="_gst_reserved_p" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReservedP" type="gpointer" array="true" array_len="2" element_type="gpointer" padding="true" />
-      <field cname="_private_flags" access="private" writeable="false" readable="false" is_callback="false" name="_privatePrivateFlags" type="guint" />
-      <constructor cname="gst_base_parse_frame_new">
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstBaseParseFrameFlags" />
-          <parameter name="overhead" type="gint" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_base_parse_frame_copy" version="1.12.1">
-        <return-type type="GstBaseParseFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_base_parse_frame_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_base_parse_frame_init">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="BaseParsePrivate" cname="GstBaseParsePrivate" opaque="true" hidden="true" />
-    <struct name="BaseSinkPrivate" cname="GstBaseSinkPrivate" opaque="true" hidden="true" />
-    <struct name="BaseSrcPrivate" cname="GstBaseSrcPrivate" opaque="true" hidden="true" />
-    <struct name="BaseTransformPrivate" cname="GstBaseTransformPrivate" opaque="true" hidden="true" />
-    <struct name="BitReader" cname="GstBitReader" opaque="false" hidden="false">
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <field cname="byte" access="public" writeable="true" readable="true" is_callback="false" name="Byte" type="guint" />
-      <field cname="bit" access="public" writeable="true" readable="true" is_callback="false" name="Bit" type="guint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="Free" cname="gst_bit_reader_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetBitsUint16" cname="gst_bit_reader_get_bits_uint16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint16*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetBitsUint32" cname="gst_bit_reader_get_bits_uint32">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetBitsUint64" cname="gst_bit_reader_get_bits_uint64">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint64*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetBitsUint8" cname="gst_bit_reader_get_bits_uint8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint8*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetPos" cname="gst_bit_reader_get_pos">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetRemaining" cname="gst_bit_reader_get_remaining">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetSize" cname="gst_bit_reader_get_size">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_bit_reader_init">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="PeekBitsUint16" cname="gst_bit_reader_peek_bits_uint16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint16*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PeekBitsUint32" cname="gst_bit_reader_peek_bits_uint32">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PeekBitsUint64" cname="gst_bit_reader_peek_bits_uint64">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint64*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PeekBitsUint8" cname="gst_bit_reader_peek_bits_uint8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint8*" owned="true" pass_as="out" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetPos" cname="gst_bit_reader_set_pos">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pos" type="guint" />
-        </parameters>
-      </method>
-      <method name="Skip" cname="gst_bit_reader_skip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="SkipToByte" cname="gst_bit_reader_skip_to_byte">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="BitWriter" cname="GstBitWriter" opaque="false" hidden="false" version="1.16">
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="guint8" />
-      <field cname="bit_size" access="public" writeable="true" readable="true" is_callback="false" name="BitSize" type="guint" />
-      <field cname="bit_capacity" access="private" writeable="false" readable="false" is_callback="false" name="BitCapacity" type="guint" />
-      <field cname="auto_grow" access="private" writeable="false" readable="false" is_callback="false" name="AutoGrow" type="gboolean" />
-      <field cname="owned" access="private" writeable="false" readable="false" is_callback="false" name="Owned" type="gboolean" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="AlignBytes" cname="gst_bit_writer_align_bytes">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="trailing_bit" type="guint8" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_bit_writer_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="FreeAndGetBuffer" cname="gst_bit_writer_free_and_get_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FreeAndGetData" cname="gst_bit_writer_free_and_get_data">
-        <return-type type="guint8**" owned="true" array="true" element_type="guint8" />
-        <parameters />
-      </method>
-      <method name="GetData" cname="gst_bit_writer_get_data">
-        <return-type type="guint8*" array="true" element_type="guint8" />
-        <parameters />
-      </method>
-      <method name="GetRemaining" cname="gst_bit_writer_get_remaining">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetSize" cname="gst_bit_writer_get_size">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="PutBitsUint16" cname="gst_bit_writer_put_bits_uint16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="guint16" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PutBitsUint32" cname="gst_bit_writer_put_bits_uint32">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="guint32" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PutBitsUint64" cname="gst_bit_writer_put_bits_uint64">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="guint64" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PutBitsUint8" cname="gst_bit_writer_put_bits_uint8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="guint8" />
-          <parameter name="nbits" type="guint" />
-        </parameters>
-      </method>
-      <method name="PutBytes" cname="gst_bit_writer_put_bytes">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" element_type="guint8" />
-          <parameter name="nbytes" type="guint" />
-        </parameters>
-      </method>
-      <method name="Reset" cname="gst_bit_writer_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="ResetAndGetBuffer" cname="gst_bit_writer_reset_and_get_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ResetAndGetData" cname="gst_bit_writer_reset_and_get_data">
-        <return-type type="guint8**" owned="true" array="true" element_type="guint8" />
-        <parameters />
-      </method>
-      <method name="SetPos" cname="gst_bit_writer_set_pos">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pos" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="ByteReader" cname="GstByteReader" opaque="1" hidden="false">
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <field cname="byte" access="public" writeable="true" readable="true" is_callback="false" name="Byte" type="guint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="ByteWriter" cname="GstByteWriter" opaque="false" hidden="false">
-      <field cname="parent" access="public" writeable="true" readable="true" is_callback="false" name="Parent" type="GstByteReader">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="alloc_size" access="public" writeable="true" readable="true" is_callback="false" name="AllocSize" type="guint" />
-      <field cname="fixed" access="public" writeable="true" readable="true" is_callback="false" name="Fixed" type="gboolean" />
-      <field cname="owned" access="public" writeable="true" readable="true" is_callback="false" name="Owned" type="gboolean" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="EnsureFreeSpace" cname="gst_byte_writer_ensure_free_space">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="Fill" cname="gst_byte_writer_fill">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="value" type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_byte_writer_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="FreeAndGetBuffer" cname="gst_byte_writer_free_and_get_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FreeAndGetData" cname="gst_byte_writer_free_and_get_data">
-        <return-type type="guint8*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetRemaining" cname="gst_byte_writer_get_remaining">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_byte_writer_init">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="InitWithData" cname="gst_byte_writer_init_with_data">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="initialized" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="InitWithSize" cname="gst_byte_writer_init_with_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="guint" />
-          <parameter name="fixed" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="PutBuffer" cname="gst_byte_writer_put_buffer">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="offset" type="gsize" />
-          <parameter name="size" type="gssize" />
-        </parameters>
-      </method>
-      <method name="PutData" cname="gst_byte_writer_put_data">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="PutFloat32Be" cname="gst_byte_writer_put_float32_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gfloat" />
-        </parameters>
-      </method>
-      <method name="PutFloat32Le" cname="gst_byte_writer_put_float32_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gfloat" />
-        </parameters>
-      </method>
-      <method name="PutFloat64Be" cname="gst_byte_writer_put_float64_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="PutFloat64Le" cname="gst_byte_writer_put_float64_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="PutInt16Be" cname="gst_byte_writer_put_int16_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint16" />
-        </parameters>
-      </method>
-      <method name="PutInt16Le" cname="gst_byte_writer_put_int16_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint16" />
-        </parameters>
-      </method>
-      <method name="PutInt24Be" cname="gst_byte_writer_put_int24_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint32" />
-        </parameters>
-      </method>
-      <method name="PutInt24Le" cname="gst_byte_writer_put_int24_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint32" />
-        </parameters>
-      </method>
-      <method name="PutInt32Be" cname="gst_byte_writer_put_int32_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint32" />
-        </parameters>
-      </method>
-      <method name="PutInt32Le" cname="gst_byte_writer_put_int32_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint32" />
-        </parameters>
-      </method>
-      <method name="PutInt64Be" cname="gst_byte_writer_put_int64_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint64" />
-        </parameters>
-      </method>
-      <method name="PutInt64Le" cname="gst_byte_writer_put_int64_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint64" />
-        </parameters>
-      </method>
-      <method name="PutInt8" cname="gst_byte_writer_put_int8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="gint8" />
-        </parameters>
-      </method>
-      <method name="PutStringUtf16" cname="gst_byte_writer_put_string_utf16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const guint16*" array="true" null_term_array="true" element_type="guint16" />
-        </parameters>
-      </method>
-      <method name="PutStringUtf32" cname="gst_byte_writer_put_string_utf32">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const guint32*" array="true" null_term_array="true" element_type="guint32" />
-        </parameters>
-      </method>
-      <method name="PutStringUtf8" cname="gst_byte_writer_put_string_utf8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PutUint16Be" cname="gst_byte_writer_put_uint16_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint16" />
-        </parameters>
-      </method>
-      <method name="PutUint16Le" cname="gst_byte_writer_put_uint16_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint16" />
-        </parameters>
-      </method>
-      <method name="PutUint24Be" cname="gst_byte_writer_put_uint24_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32" />
-        </parameters>
-      </method>
-      <method name="PutUint24Le" cname="gst_byte_writer_put_uint24_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32" />
-        </parameters>
-      </method>
-      <method name="PutUint32Be" cname="gst_byte_writer_put_uint32_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32" />
-        </parameters>
-      </method>
-      <method name="PutUint32Le" cname="gst_byte_writer_put_uint32_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint32" />
-        </parameters>
-      </method>
-      <method name="PutUint64Be" cname="gst_byte_writer_put_uint64_be">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-        </parameters>
-      </method>
-      <method name="PutUint64Le" cname="gst_byte_writer_put_uint64_le">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint64" />
-        </parameters>
-      </method>
-      <method name="PutUint8" cname="gst_byte_writer_put_uint8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="val" type="guint8" />
-        </parameters>
-      </method>
-      <method name="Reset" cname="gst_byte_writer_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="ResetAndGetBuffer" cname="gst_byte_writer_reset_and_get_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ResetAndGetData" cname="gst_byte_writer_reset_and_get_data">
-        <return-type type="guint8**" owned="true" array="true" element_type="guint8" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="CollectData" cname="GstCollectData" opaque="false" hidden="false">
-      <field cname="collect" access="public" writeable="true" readable="true" is_callback="false" name="Collect" type="GstCollectPads*" />
-      <field cname="pad" access="public" writeable="true" readable="true" is_callback="false" name="Pad" type="GstPad*" />
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="pos" access="public" writeable="true" readable="true" is_callback="false" name="Pos" type="guint" />
-      <field cname="segment" access="public" writeable="true" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="state" access="private" writeable="false" readable="false" is_callback="false" name="State" type="GstCollectPadsStateFlags" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstCollectDataPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <union name="ABI" cname="ABI">
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="dts" access="public" writeable="true" readable="true" is_callback="false" name="Dts" type="gint64" />
-        </struct>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </union>
-    </struct>
-    <struct name="CollectDataPrivate" cname="GstCollectDataPrivate" opaque="true" hidden="true" />
-    <struct name="CollectPadsPrivate" cname="GstCollectPadsPrivate" opaque="true" hidden="true" />
-    <struct name="DataQueueItem" cname="GstDataQueueItem" opaque="false" hidden="false">
-      <field cname="object" access="public" writeable="true" readable="true" is_callback="false" name="Object" type="GstMiniObject*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <field cname="duration" access="public" writeable="true" readable="true" is_callback="false" name="Duration" type="guint64" />
-      <field cname="visible" access="public" writeable="true" readable="true" is_callback="false" name="Visible" type="gboolean" />
-      <field cname="destroy" access="public" writeable="true" readable="true" is_callback="false" name="Destroy" type="GDestroyNotify" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="DataQueuePrivate" cname="GstDataQueuePrivate" opaque="true" hidden="true" />
-    <struct name="DataQueueSize" cname="GstDataQueueSize" opaque="false" hidden="false">
-      <field cname="visible" access="public" writeable="true" readable="true" is_callback="false" name="Visible" type="guint" />
-      <field cname="bytes" access="public" writeable="true" readable="true" is_callback="false" name="Bytes" type="guint" />
-      <field cname="time" access="public" writeable="true" readable="true" is_callback="false" name="Time" type="guint64" />
-    </struct>
-    <boxed name="FlowCombiner" cname="GstFlowCombiner" opaque="false" hidden="false" version="1.4">
-      <method name="GetType" cname="gst_flow_combiner_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_flow_combiner_new" disable_void_ctor="" version="1.4" />
-      <method name="AddPad" cname="gst_flow_combiner_add_pad" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="Clear" cname="gst_flow_combiner_clear" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_flow_combiner_free" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Ref" cname="gst_flow_combiner_ref" version="1.12.1">
-        <return-type type="GstFlowCombiner*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="RemovePad" cname="gst_flow_combiner_remove_pad" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="Reset" cname="gst_flow_combiner_reset" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_flow_combiner_unref" version="1.12.1">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="UpdateFlow" cname="gst_flow_combiner_update_flow" version="1.4">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="fret" type="GstFlowReturn" />
-        </parameters>
-      </method>
-      <method name="UpdatePadFlow" cname="gst_flow_combiner_update_pad_flow" version="1.6">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="fret" type="GstFlowReturn" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="QueueArray" cname="GstQueueArray" opaque="true" hidden="false">
-      <method name="PushTailStruct" cname="gst_queue_array_push_tail_struct">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="p_struct" type="gpointer" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="TypeFindData" cname="GstTypeFindData" opaque="true" hidden="false" version="1.22" />
-    <object name="Global" cname="GstBaseGlobal" opaque="true">
-      <method name="TypeFindHelper" cname="gst_type_find_helper" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstPad*" />
-          <parameter name="size" type="guint64" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForBuffer" cname="gst_type_find_helper_for_buffer" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForBufferWithCaps" cname="gst_type_find_helper_for_buffer_with_caps" shared="true" version="1.22">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForBufferWithExtension" cname="gst_type_find_helper_for_buffer_with_extension" shared="true" version="1.16">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="extension" type="const-gchar*" />
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForData" cname="gst_type_find_helper_for_data" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForDataWithCaps" cname="gst_type_find_helper_for_data_with_caps" shared="true" version="1.22">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForDataWithExtension" cname="gst_type_find_helper_for_data_with_extension" shared="true" version="1.16">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter allow-none="1" name="extension" type="const-gchar*" />
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperForExtension" cname="gst_type_find_helper_for_extension" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="extension" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperGetRange" cname="gst_type_find_helper_get_range" shared="true">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="obj" type="GstObject*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter scope="call" name="func" type="GstTypeFindHelperGetRangeFunction" />
-          <parameter name="size" type="guint64" />
-          <parameter allow-none="1" name="extension" type="const-gchar*" />
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindHelperGetRangeFull" cname="gst_type_find_helper_get_range_full" shared="true" version="1.14.3">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="obj" type="GstObject*" />
-          <parameter allow-none="1" name="parent" type="GstObject*" />
-          <parameter scope="call" name="func" type="GstTypeFindHelperGetRangeFunction" />
-          <parameter name="size" type="guint64" />
-          <parameter allow-none="1" name="extension" type="const-gchar*" />
-          <parameter name="caps" type="GstCaps**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="prob" type="GstTypeFindProbability" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="TypeFindListFactoriesForCaps" cname="gst_type_find_list_factories_for_caps" shared="true" version="1.22">
-        <return-type type="GList*" element_type="GstTypeFindFactory*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="obj" type="GstObject*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstBaseConstants" opaque="true">
-      <constant value="2" ctype="gint" gtype="gint" name="BASE_PARSE_FLAG_DRAINING" />
-      <constant value="1" ctype="gint" gtype="gint" name="BASE_PARSE_FLAG_LOST_SYNC" />
-      <constant value="sink" ctype="gchar*" gtype="gchar*" name="BASE_TRANSFORM_SINK_NAME" />
-      <constant value="src" ctype="gchar*" gtype="gchar*" name="BASE_TRANSFORM_SRC_NAME" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Controller" library="gstcontroller-1.0-0.dll">
-    <enum name="InterpolationMode" cname="GstInterpolationMode" type="enum" gtype="gst_interpolation_mode_get_type">
-      <member cname="GST_INTERPOLATION_MODE_NONE" name="None" value="0" />
-      <member cname="GST_INTERPOLATION_MODE_LINEAR" name="Linear" value="1" />
-      <member cname="GST_INTERPOLATION_MODE_CUBIC" name="Cubic" value="2" />
-      <member cname="GST_INTERPOLATION_MODE_CUBIC_MONOTONIC" name="CubicMonotonic" value="3" />
-    </enum>
-    <enum name="LFOWaveform" cname="GstLFOWaveform" type="enum" gtype="gst_lfo_waveform_get_type">
-      <member cname="GST_LFO_WAVEFORM_SINE" name="Sine" value="0" />
-      <member cname="GST_LFO_WAVEFORM_SQUARE" name="Square" value="1" />
-      <member cname="GST_LFO_WAVEFORM_SAW" name="Saw" value="2" />
-      <member cname="GST_LFO_WAVEFORM_REVERSE_SAW" name="ReverseSaw" value="3" />
-      <member cname="GST_LFO_WAVEFORM_TRIANGLE" name="Triangle" value="4" />
-    </enum>
-    <callback name="DirectControlBindingConvertGValue" cname="GstDirectControlBindingConvertGValue">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="self" type="GstDirectControlBinding*" />
-        <parameter name="src_value" type="gdouble" />
-        <parameter name="dest_value" type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="DirectControlBindingConvertValue" cname="GstDirectControlBindingConvertValue">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="self" type="GstDirectControlBinding*" />
-        <parameter name="src_value" type="gdouble" />
-        <parameter allow-none="1" name="dest_value" type="gpointer" />
-      </parameters>
-    </callback>
-    <object name="ARGBControlBinding" cname="GstARGBControlBinding" opaque="false" hidden="false" parent="GstControlBinding">
-      <class_struct cname="GstARGBControlBindingClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstControlBindingClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_argb_control_binding_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_argb_control_binding_new">
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="cs_a" type="GstControlSource*" />
-          <parameter name="cs_r" type="GstControlSource*" />
-          <parameter name="cs_g" type="GstControlSource*" />
-          <parameter name="cs_b" type="GstControlSource*" />
-        </parameters>
-      </constructor>
-      <property name="ControlSourceA" cname="control-source-a" type="GstControlSource*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="ControlSourceB" cname="control-source-b" type="GstControlSource*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="ControlSourceG" cname="control-source-g" type="GstControlSource*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="ControlSourceR" cname="control-source-r" type="GstControlSource*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstControlBinding*" hidden="true" />
-      <field cname="cs_a" access="private" writeable="false" readable="false" is_callback="false" name="CsA" type="GstControlSource*" />
-      <field cname="cs_r" access="private" writeable="false" readable="false" is_callback="false" name="CsR" type="GstControlSource*" />
-      <field cname="cs_g" access="private" writeable="false" readable="false" is_callback="false" name="CsG" type="GstControlSource*" />
-      <field cname="cs_b" access="private" writeable="false" readable="false" is_callback="false" name="CsB" type="GstControlSource*" />
-      <field cname="cur_value" access="private" writeable="false" readable="false" is_callback="false" name="CurValue" type="GValue">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="last_value" access="private" writeable="false" readable="false" is_callback="false" name="LastValue" type="guint32" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="DirectControlBinding" cname="GstDirectControlBinding" opaque="false" hidden="false" parent="GstControlBinding">
-      <class_struct cname="GstDirectControlBindingClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstControlBindingClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_direct_control_binding_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_direct_control_binding_new">
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="cs" type="GstControlSource*" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_direct_control_binding_new_absolute" version="1.6">
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="cs" type="GstControlSource*" />
-        </parameters>
-      </constructor>
-      <property name="Absolute" cname="absolute" type="gboolean" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="ControlSource" cname="control-source" type="GstControlSource*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstControlBinding*" hidden="true" />
-      <field cname="cs" access="private" writeable="false" readable="false" is_callback="false" name="Cs" type="GstControlSource*" />
-      <field cname="cur_value" access="private" writeable="false" readable="false" is_callback="false" name="CurValue" type="GValue">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="last_value" access="private" writeable="false" readable="false" is_callback="false" name="LastValue" type="gdouble" />
-      <field cname="byte_size" access="private" writeable="false" readable="false" is_callback="false" name="ByteSize" type="gint" />
-      <field cname="convert_value" access="private" writeable="false" readable="false" is_callback="false" name="ConvertValue" type="GstDirectControlBindingConvertValue" />
-      <field cname="convert_g_value" access="private" writeable="false" readable="false" is_callback="false" name="ConvertGValue" type="GstDirectControlBindingConvertGValue" />
-      <union name="ABI" cname="ABI">
-        <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="want_absolute" access="public" writeable="true" readable="true" is_callback="false" name="WantAbsolute" type="gboolean" />
-        </struct>
-      </union>
-    </object>
-    <object name="InterpolationControlSource" cname="GstInterpolationControlSource" opaque="false" hidden="false" parent="GstTimedValueControlSource">
-      <class_struct cname="GstInterpolationControlSourceClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstTimedValueControlSourceClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_interpolation_control_source_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_interpolation_control_source_new" disable_void_ctor="" />
-      <property name="Mode" cname="mode" type="GstInterpolationMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstTimedValueControlSource*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstInterpolationControlSourcePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="LFOControlSource" cname="GstLFOControlSource" opaque="false" hidden="false" parent="GstControlSource">
-      <class_struct cname="GstLFOControlSourceClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstControlSourceClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_lfo_control_source_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_lfo_control_source_new" disable_void_ctor="" />
-      <property name="Amplitude" cname="amplitude" type="gdouble" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Frequency" cname="frequency" type="gdouble" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Offset" cname="offset" type="gdouble" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Timeshift" cname="timeshift" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Waveform" cname="waveform" type="GstLFOWaveform" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstControlSource*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstLFOControlSourcePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="lock" access="private" writeable="false" readable="false" is_callback="false" name="Lock" type="GMutex*" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="ProxyControlBinding" cname="GstProxyControlBinding" opaque="false" hidden="false" parent="GstControlBinding">
-      <class_struct cname="GstProxyControlBindingClass">
-        <field cname="parent_class" access="private" writeable="false" readable="false" is_callback="false" name="ParentClass" type="GstControlBindingClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_padding" access="private" writeable="false" readable="false" is_callback="false" name="_Padding" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_proxy_control_binding_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_proxy_control_binding_new" version="1.12">
-        <parameters>
-          <parameter name="_object" type="GstObject*" />
-          <parameter name="property_name" type="const-gchar*" />
-          <parameter name="ref_object" type="GstObject*" />
-          <parameter name="ref_property_name" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <field cname="parent" access="private" writeable="false" readable="false" is_callback="false" name="Parent" type="GstControlBinding*" hidden="true" />
-      <field cname="ref_object" access="private" writeable="false" readable="false" is_callback="false" name="RefObject" type="gpointer">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="property_name" access="private" writeable="false" readable="false" is_callback="false" name="PropertyName" type="gchar*" />
-      <field cname="_padding" access="private" writeable="false" readable="false" is_callback="false" name="_Padding" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="TimedValueControlSource" cname="GstTimedValueControlSource" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstControlSource">
-      <class_struct cname="GstTimedValueControlSourceClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstControlSourceClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_timed_value_control_source_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="FindControlPointIter" cname="gst_timed_value_control_source_find_control_point_iter">
-        <return-type type="GSequenceIter*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetAll" cname="gst_timed_value_control_source_get_all">
-        <return-type type="GList*" element_type="GList*" elements_owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetCount" cname="gst_timed_value_control_source_get_count">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_timed_value_control_source_set">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="value" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="SetFromList" cname="gst_timed_value_control_source_set_from_list">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timedvalues" type="GSList*" element_type="GSList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Unset" cname="gst_timed_value_control_source_unset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="UnsetAll" cname="gst_timed_value_control_source_unset_all">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstControlSource*" hidden="true" />
-      <field cname="lock" access="public" writeable="false" readable="true" is_callback="false" name="Lock" type="GMutex*" />
-      <field cname="values" access="public" writeable="false" readable="true" is_callback="false" name="Values" type="GSequence*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="nvalues" access="public" writeable="false" readable="true" is_callback="false" name="Nvalues" type="gint" />
-      <field cname="valid_cache" access="public" writeable="false" readable="true" is_callback="false" name="ValidCache" type="gboolean" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTimedValueControlSourcePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="ValueAdded" cname="value-added" when="first" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timed_value" type="GstControlPoint*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="ValueChanged" cname="value-changed" when="first" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timed_value" type="GstControlPoint*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="ValueRemoved" cname="value-removed" when="first" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timed_value" type="GstControlPoint*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-    </object>
-    <object name="TriggerControlSource" cname="GstTriggerControlSource" opaque="false" hidden="false" parent="GstTimedValueControlSource">
-      <class_struct cname="GstTriggerControlSourceClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstTimedValueControlSourceClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_trigger_control_source_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_trigger_control_source_new" disable_void_ctor="" />
-      <property name="Tolerance" cname="tolerance" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstTimedValueControlSource*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTriggerControlSourcePrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <boxed name="ControlPoint" cname="GstControlPoint" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_control_point_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="timestamp" access="public" writeable="true" readable="true" is_callback="false" name="Timestamp" type="guint64" />
-      <field cname="value" access="public" writeable="true" readable="true" is_callback="false" name="Value" type="gdouble" />
-      <union name="cache" cname="cache">
-        <struct name="cubic" cname="cubic" opaque="false" hidden="false">
-          <field cname="h" access="public" writeable="true" readable="true" is_callback="false" name="H" type="gdouble" />
-          <field cname="z" access="public" writeable="true" readable="true" is_callback="false" name="Z" type="gdouble" />
-        </struct>
-        <struct name="cubic_monotonic" cname="cubic_monotonic" opaque="false" hidden="false">
-          <field cname="c1s" access="public" writeable="true" readable="true" is_callback="false" name="C1s" type="gdouble" />
-          <field cname="c2s" access="public" writeable="true" readable="true" is_callback="false" name="C2s" type="gdouble" />
-          <field cname="c3s" access="public" writeable="true" readable="true" is_callback="false" name="C3s" type="gdouble" />
-        </struct>
-        <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="guint8" array="true" array_len="64" element_type="guint8" padding="true" />
-      </union>
-      <method name="Copy" cname="gst_control_point_copy">
-        <return-type type="GstControlPoint*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_control_point_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="InterpolationControlSourcePrivate" cname="GstInterpolationControlSourcePrivate" opaque="true" hidden="true" />
-    <struct name="LFOControlSourcePrivate" cname="GstLFOControlSourcePrivate" opaque="true" hidden="true" />
-    <struct name="TimedValueControlSourcePrivate" cname="GstTimedValueControlSourcePrivate" opaque="true" hidden="true" />
-    <struct name="TriggerControlSourcePrivate" cname="GstTriggerControlSourcePrivate" opaque="true" hidden="true" />
-    <object name="Global" cname="GstControllerGlobal" opaque="true">
-      <method name="TimedValueControlInvalidateCache" cname="gst_timed_value_control_invalidate_cache" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="self" type="GstTimedValueControlSource*" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstControllerConstants" opaque="true" />
-  </namespace>
-  <namespace name="Gst.Net" library="gstnet-1.0-0.dll">
-    <callback name="PtpStatisticsCallback" cname="GstPtpStatisticsCallback">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="domain" type="guint8" />
-        <parameter name="stats" type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <object name="NetClientClock" cname="GstNetClientClock" opaque="false" hidden="false" parent="GstSystemClock">
-      <class_struct cname="GstNetClientClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstSystemClockClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_net_client_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_net_client_clock_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="remote_address" type="const-gchar*" />
-          <parameter name="remote_port" type="gint" />
-          <parameter name="base_time" type="guint64" />
-        </parameters>
-      </constructor>
-      <property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="BaseTime" cname="base-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Bus" cname="bus" type="GstBus*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="InternalClock" cname="internal-clock" type="GstClock*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="MinimumUpdateInterval" cname="minimum-update-interval" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Port" cname="port" type="gint" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="QosDscp" cname="qos-dscp" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="RoundTripLimit" cname="round-trip-limit" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstSystemClock*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstNetClientClockPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="NetTimeProvider" cname="GstNetTimeProvider" opaque="false" hidden="false" parent="GstObject">
-      <implements>
-        <interface cname="GInitable" />
-      </implements>
-      <class_struct cname="GstNetTimeProviderClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_net_time_provider_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_net_time_provider_new">
-        <parameters>
-          <parameter name="clock" type="GstClock*" />
-          <parameter name="address" type="const-gchar*" />
-          <parameter name="port" type="gint" />
-        </parameters>
-      </constructor>
-      <property name="Active" cname="active" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Clock" cname="clock" type="GstClock*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Port" cname="port" type="gint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="QosDscp" cname="qos-dscp" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstNetTimeProviderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="NtpClock" cname="GstNtpClock" opaque="false" hidden="true" parent="GstNetClientClock">
-      <class_struct cname="GstNtpClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstSystemClockClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_ntp_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_ntp_clock_new" version="1.6">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="remote_address" type="const-gchar*" />
-          <parameter name="remote_port" type="gint" />
-          <parameter name="base_time" type="guint64" />
-        </parameters>
-      </constructor>
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstSystemClock*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstNetClientClockPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="PtpClock" cname="GstPtpClock" opaque="false" hidden="false" parent="GstSystemClock" version="1.6">
-      <class_struct cname="GstPtpClockClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstSystemClockClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_ptp_clock_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_ptp_clock_new" version="1.6">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="domain" type="guint" />
-        </parameters>
-      </constructor>
-      <property name="Domain" cname="domain" type="guint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="GrandmasterClockId" cname="grandmaster-clock-id" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="InternalClock" cname="internal-clock" type="GstClock*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="MasterClockId" cname="master-clock-id" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <field cname="clock" access="public" writeable="false" readable="true" is_callback="false" name="Clock" type="GstSystemClock*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstPtpClockPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="NetAddressMeta" cname="GstNetAddressMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="addr" access="public" writeable="true" readable="true" is_callback="false" name="Addr" type="GSocketAddress*" />
-      <method name="GetInfo" cname="gst_net_address_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="NetClientClockPrivate" cname="GstNetClientClockPrivate" opaque="true" hidden="true" />
-    <struct name="NetControlMessageMeta" cname="GstNetControlMessageMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="message" access="public" writeable="true" readable="true" is_callback="false" name="Message" type="GSocketControlMessage*" />
-      <method name="GetInfo" cname="gst_net_control_message_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="NetTimePacket" cname="GstNetTimePacket" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_net_time_packet_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="local_time" access="public" writeable="true" readable="true" is_callback="false" name="LocalTime" type="guint64" />
-      <field cname="remote_time" access="public" writeable="true" readable="true" is_callback="false" name="RemoteTime" type="guint64" />
-      <constructor cname="gst_net_time_packet_new">
-        <parameters>
-          <parameter name="buffer" type="const guint8*" array="true" array_len="16" element_type="guint8" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_net_time_packet_copy">
-        <return-type type="GstNetTimePacket*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_net_time_packet_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Send" cname="gst_net_time_packet_send">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="dest_address" type="GSocketAddress*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="Serialize" cname="gst_net_time_packet_serialize">
-        <return-type type="guint8**" owned="true" array="true" array_len="16" element_type="guint8" />
-        <parameters />
-      </method>
-      <method name="Receive" cname="gst_net_time_packet_receive" shared="true">
-        <return-type type="GstNetTimePacket*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters throws="1">
-          <parameter name="socket" type="GSocket*" />
-          <parameter allow-none="1" name="src_address" type="GSocketAddress*" owned="true" pass_as="out" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="NetTimeProviderPrivate" cname="GstNetTimeProviderPrivate" opaque="true" hidden="true" />
-    <struct name="PtpClockPrivate" cname="GstPtpClockPrivate" opaque="true" hidden="true" />
-    <object name="Global" cname="GstNetGlobal" opaque="true">
-      <method name="BufferAddNetAddressMeta" cname="gst_buffer_add_net_address_meta" shared="true">
-        <return-type type="GstNetAddressMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="addr" type="GSocketAddress*" />
-        </parameters>
-      </method>
-      <method name="BufferAddNetControlMessageMeta" cname="gst_buffer_add_net_control_message_meta" shared="true">
-        <return-type type="GstNetControlMessageMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="message" type="GSocketControlMessage*" />
-        </parameters>
-      </method>
-      <method name="BufferGetNetAddressMeta" cname="gst_buffer_get_net_address_meta" shared="true">
-        <return-type type="GstNetAddressMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NetAddressMetaApiGetType" cname="gst_net_address_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="NetAddressMetaGetInfo" cname="gst_net_address_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="NetControlMessageMetaApiGetType" cname="gst_net_control_message_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="NetControlMessageMetaGetInfo" cname="gst_net_control_message_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="NetTimePacketReceive" cname="gst_net_time_packet_receive" shared="true">
-        <return-type type="GstNetTimePacket*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters throws="1">
-          <parameter name="socket" type="GSocket*" />
-          <parameter allow-none="1" name="src_address" type="GSocketAddress*" owned="true" pass_as="out" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="NetUtilsSetSocketTos" cname="gst_net_utils_set_socket_tos" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="qos_dscp" type="gint" />
-        </parameters>
-      </method>
-      <method name="PtpDeinit" cname="gst_ptp_deinit" shared="true" version="1.6">
-        <return-type type="void" />
-      </method>
-      <method name="PtpInit" cname="gst_ptp_init" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="clock_id" type="guint64" />
-          <parameter allow-none="1" name="interfaces" type="const-gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="PtpIsInitialized" cname="gst_ptp_is_initialized" shared="true" version="1.6">
-        <return-type type="gboolean" />
-      </method>
-      <method name="PtpIsSupported" cname="gst_ptp_is_supported" shared="true" version="1.6">
-        <return-type type="gboolean" />
-      </method>
-      <method name="PtpStatisticsCallbackAdd" cname="gst_ptp_statistics_callback_add" shared="true" version="1.6">
-        <return-type type="gulong" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="callback" type="GstPtpStatisticsCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_data" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="PtpStatisticsCallbackRemove" cname="gst_ptp_statistics_callback_remove" shared="true" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="id" type="gulong" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstNetConstants" opaque="true">
-      <constant value="16" ctype="gint" gtype="gint" name="NET_TIME_PACKET_SIZE" />
-      <constant value="18446744073709551615" ctype="guint64" gtype="guint64" name="PTP_CLOCK_ID_NONE" />
-      <constant value="GstPtpStatisticsBestMasterClockSelected" ctype="gchar*" gtype="gchar*" name="PTP_STATISTICS_BEST_MASTER_CLOCK_SELECTED" />
-      <constant value="GstPtpStatisticsNewDomainFound" ctype="gchar*" gtype="gchar*" name="PTP_STATISTICS_NEW_DOMAIN_FOUND" />
-      <constant value="GstPtpStatisticsPathDelayMeasured" ctype="gchar*" gtype="gchar*" name="PTP_STATISTICS_PATH_DELAY_MEASURED" />
-      <constant value="GstPtpStatisticsTimeUpdated" ctype="gchar*" gtype="gchar*" name="PTP_STATISTICS_TIME_UPDATED" />
-    </object>
-  </namespace>
-  <namespace name="Gst.PbUtils" library="gstpbutils-1.0-0.dll">
-    <enum name="AudioVisualizerShader" cname="GstAudioVisualizerShader" type="enum" gtype="gst_audio_visualizer_shader_get_type">
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_NONE" name="None" value="0" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE" name="Fade" value="1" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP" name="FadeAndMoveUp" value="2" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN" name="FadeAndMoveDown" value="3" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT" name="FadeAndMoveLeft" value="4" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT" name="FadeAndMoveRight" value="5" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT" name="FadeAndMoveHorizOut" value="6" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN" name="FadeAndMoveHorizIn" value="7" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT" name="FadeAndMoveVertOut" value="8" />
-      <member cname="GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN" name="FadeAndMoveVertIn" value="9" />
-    </enum>
-    <enum name="DiscovererResult" cname="GstDiscovererResult" type="enum" gtype="gst_discoverer_result_get_type">
-      <member cname="GST_DISCOVERER_OK" name="Ok" value="0" />
-      <member cname="GST_DISCOVERER_URI_INVALID" name="UriInvalid" value="1" />
-      <member cname="GST_DISCOVERER_ERROR" name="Error" value="2" />
-      <member cname="GST_DISCOVERER_TIMEOUT" name="Timeout" value="3" />
-      <member cname="GST_DISCOVERER_BUSY" name="Busy" value="4" />
-      <member cname="GST_DISCOVERER_MISSING_PLUGINS" name="MissingPlugins" value="5" />
-    </enum>
-    <enum name="InstallPluginsReturn" cname="GstInstallPluginsReturn" type="enum" gtype="gst_install_plugins_return_get_type">
-      <member cname="GST_INSTALL_PLUGINS_SUCCESS" name="Success" value="0" />
-      <member cname="GST_INSTALL_PLUGINS_NOT_FOUND" name="NotFound" value="1" />
-      <member cname="GST_INSTALL_PLUGINS_ERROR" name="Error" value="2" />
-      <member cname="GST_INSTALL_PLUGINS_PARTIAL_SUCCESS" name="PartialSuccess" value="3" />
-      <member cname="GST_INSTALL_PLUGINS_USER_ABORT" name="UserAbort" value="4" />
-      <member cname="GST_INSTALL_PLUGINS_CRASHED" name="Crashed" value="100" />
-      <member cname="GST_INSTALL_PLUGINS_INVALID" name="Invalid" value="101" />
-      <member cname="GST_INSTALL_PLUGINS_STARTED_OK" name="StartedOk" value="200" />
-      <member cname="GST_INSTALL_PLUGINS_INTERNAL_FAILURE" name="InternalFailure" value="201" />
-      <member cname="GST_INSTALL_PLUGINS_HELPER_MISSING" name="HelperMissing" value="202" />
-      <member cname="GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS" name="InstallInProgress" value="203" />
-    </enum>
-    <enum name="DiscovererSerializeFlags" cname="GstDiscovererSerializeFlags" type="flags" gtype="gst_discoverer_serialize_flags_get_type" version="1.6">
-      <member cname="GST_DISCOVERER_SERIALIZE_BASIC" name="Basic" value="0" />
-      <member cname="GST_DISCOVERER_SERIALIZE_CAPS" name="Caps" value="1" />
-      <member cname="GST_DISCOVERER_SERIALIZE_TAGS" name="Tags" value="2" />
-      <member cname="GST_DISCOVERER_SERIALIZE_MISC" name="Misc" value="4" />
-      <member cname="GST_DISCOVERER_SERIALIZE_ALL" name="All" value="7" />
-    </enum>
-    <enum name="PbUtilsCapsDescriptionFlags" cname="GstPbUtilsCapsDescriptionFlags" type="flags" gtype="gst_pb_utils_caps_description_flags_get_type" version="1.20">
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_CONTAINER" name="Container" value="1" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_AUDIO" name="Audio" value="2" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_VIDEO" name="Video" value="4" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_IMAGE" name="Image" value="8" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_SUBTITLE" name="Subtitle" value="16" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_TAG" name="Tag" value="32" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_GENERIC" name="Generic" value="64" />
-      <member cname="GST_PBUTILS_CAPS_DESCRIPTION_FLAG_METADATA" name="Metadata" value="128" />
-    </enum>
-    <callback name="AudioVisualizerShaderFunc" cname="GstAudioVisualizerShaderFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="scope" type="GstAudioVisualizer*" />
-        <parameter name="s" type="GstVideoFrame*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="d" type="GstVideoFrame*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-      </parameters>
-    </callback>
-    <callback name="InstallPluginsResultFunc" cname="GstInstallPluginsResultFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="_result" type="GstInstallPluginsReturn" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <object name="AudioVisualizer" cname="GstAudioVisualizer" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstAudioVisualizerClass">
-        <field cname="parent_class" access="private" writeable="false" readable="false" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="setup" />
-        <method vm="render" />
-        <method vm="decide_allocation" />
-      </class_struct>
-      <method name="GetType" cname="gst_audio_visualizer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Render" cname="render">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="audio" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="video" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Setup" cname="setup">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <property name="ShadeAmount" cname="shade-amount" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Shader" cname="shader" type="GstAudioVisualizerShader" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstElement*" hidden="true" />
-      <field cname="req_spf" access="public" writeable="false" readable="true" is_callback="false" name="ReqSpf" type="guint" />
-      <field cname="vinfo" access="public" writeable="false" readable="true" is_callback="false" name="Vinfo" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="ainfo" access="public" writeable="false" readable="true" is_callback="false" name="Ainfo" type="GstAudioInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstAudioVisualizerPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <object name="Discoverer" cname="GstDiscoverer" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstDiscovererClass">
-        <field cname="parentclass" access="public" writeable="false" readable="true" is_callback="false" name="Parentclass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="finished" />
-        <method signal_vm="starting" />
-        <method signal_vm="discovered" />
-        <method signal_vm="source_setup" />
-        <method vm="load_serialize_info" />
-        <field cname="_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_Reserved" type="gpointer" array="true" array_len="3" element_type="gpointer" />
-      </class_struct>
-      <method name="GetType" cname="gst_discoverer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_discoverer_new">
-        <parameters>
-          <parameter name="timeout" type="guint64" />
-        </parameters>
-      </constructor>
-      <virtual_method name="LoadSerializeInfo" cname="load_serialize_info" version="1.24">
-        <return-type type="GstDiscovererInfo*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <method name="DiscoverUri" cname="gst_discoverer_discover_uri">
-        <return-type type="GstDiscovererInfo*" owned="true" />
-        <parameters throws="1">
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="DiscoverUriAsync" cname="gst_discoverer_discover_uri_async">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Start" cname="gst_discoverer_start">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_discoverer_stop">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="Timeout" cname="timeout" type="guint64" readable="true" writeable="true" construct="true" construct-only="false" />
-      <property name="UseCache" cname="use-cache" type="gboolean" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstDiscovererPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_Reserved" type="gpointer" array="true" array_len="4" element_type="gpointer" />
-      <signal name="Discovered" cname="discovered" when="last" field_name="discovered">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstDiscovererInfo*" />
-          <parameter allow-none="1" name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="Finished" cname="finished" when="last" field_name="finished">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="LoadSerializedInfo" cname="load-serialized-info" when="last" version="1.24">
-        <return-type type="GstDiscovererInfo*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </signal>
-      <signal name="SourceSetup" cname="source-setup" when="last" field_name="source_setup">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="source" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="Starting" cname="starting" when="last" field_name="starting">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-    </object>
-    <object name="DiscovererAudioInfo" cname="GstDiscovererAudioInfo" opaque="false" hidden="false" parent="GstDiscovererStreamInfo">
-      <method name="GetType" cname="gst_discoverer_audio_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetBitrate" cname="gst_discoverer_audio_info_get_bitrate">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetChannelMask" cname="gst_discoverer_audio_info_get_channel_mask" version="1.14">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetChannels" cname="gst_discoverer_audio_info_get_channels">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetDepth" cname="gst_discoverer_audio_info_get_depth">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetLanguage" cname="gst_discoverer_audio_info_get_language">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetMaxBitrate" cname="gst_discoverer_audio_info_get_max_bitrate">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetSampleRate" cname="gst_discoverer_audio_info_get_sample_rate">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-    </object>
-    <object name="DiscovererContainerInfo" cname="GstDiscovererContainerInfo" opaque="false" hidden="false" parent="GstDiscovererStreamInfo">
-      <method name="GetType" cname="gst_discoverer_container_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetStreams" cname="gst_discoverer_container_info_get_streams">
-        <return-type type="GList*" element_type="GstDiscovererStreamInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_discoverer_container_info_get_tags" version="1.20">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </object>
-    <object name="DiscovererInfo" cname="GstDiscovererInfo" opaque="false" hidden="false" parent="GObject">
-      <method name="GetType" cname="gst_discoverer_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="FromVariant" cname="gst_discoverer_info_from_variant" shared="true" version="1.6">
-        <return-type type="GstDiscovererInfo*" owned="true" />
-        <parameters>
-          <parameter name="variant" type="GVariant*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_discoverer_info_copy">
-        <return-type type="GstDiscovererInfo*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetAudioStreams" cname="gst_discoverer_info_get_audio_streams">
-        <return-type type="GList*" element_type="GstDiscovererAudioInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetContainerStreams" cname="gst_discoverer_info_get_container_streams">
-        <return-type type="GList*" element_type="GstDiscovererContainerInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDuration" cname="gst_discoverer_info_get_duration">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetLive" cname="gst_discoverer_info_get_live" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetMisc" cname="gst_discoverer_info_get_misc" deprecated="true">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetMissingElementsInstallerDetails" cname="gst_discoverer_info_get_missing_elements_installer_details" version="1.4">
-        <return-type type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="GetResult" cname="gst_discoverer_info_get_result">
-        <return-type type="GstDiscovererResult" />
-        <parameters />
-      </method>
-      <method name="GetSeekable" cname="gst_discoverer_info_get_seekable">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetStreamInfo" cname="gst_discoverer_info_get_stream_info">
-        <return-type type="GstDiscovererStreamInfo*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStreamList" cname="gst_discoverer_info_get_stream_list">
-        <return-type type="GList*" element_type="GstDiscovererStreamInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStreams" cname="gst_discoverer_info_get_streams">
-        <return-type type="GList*" element_type="GstDiscovererStreamInfo*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter name="streamtype" type="GType" />
-        </parameters>
-      </method>
-      <method name="GetSubtitleStreams" cname="gst_discoverer_info_get_subtitle_streams">
-        <return-type type="GList*" element_type="GstDiscovererSubtitleInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_discoverer_info_get_tags" deprecated="true" deprecated-version="1.20">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetToc" cname="gst_discoverer_info_get_toc">
-        <return-type type="GstToc*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetUri" cname="gst_discoverer_info_get_uri">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetVideoStreams" cname="gst_discoverer_info_get_video_streams">
-        <return-type type="GList*" element_type="GstDiscovererVideoInfo*" elements_owned="true" owned="true" />
-        <parameters />
-      </method>
-      <method name="ToVariant" cname="gst_discoverer_info_to_variant" version="1.6">
-        <return-type type="GVariant*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstDiscovererSerializeFlags" />
-        </parameters>
-      </method>
-    </object>
-    <object name="DiscovererStreamInfo" cname="GstDiscovererStreamInfo" opaque="false" hidden="false" parent="GObject">
-      <method name="GetType" cname="gst_discoverer_stream_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="ListFree" cname="gst_discoverer_stream_info_list_free" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="infos" type="GList*" element_type="GstDiscovererStreamInfo*" />
-        </parameters>
-      </method>
-      <method name="GetCaps" cname="gst_discoverer_stream_info_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetMisc" cname="gst_discoverer_stream_info_get_misc" deprecated="true">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetNext" cname="gst_discoverer_stream_info_get_next">
-        <return-type type="GstDiscovererStreamInfo*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPrevious" cname="gst_discoverer_stream_info_get_previous">
-        <return-type type="GstDiscovererStreamInfo*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStreamId" cname="gst_discoverer_stream_info_get_stream_id">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetStreamNumber" cname="gst_discoverer_stream_info_get_stream_number" version="1.20">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetStreamTypeNick" cname="gst_discoverer_stream_info_get_stream_type_nick">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetTags" cname="gst_discoverer_stream_info_get_tags">
-        <return-type type="GstTagList*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetToc" cname="gst_discoverer_stream_info_get_toc">
-        <return-type type="GstToc*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </object>
-    <object name="DiscovererSubtitleInfo" cname="GstDiscovererSubtitleInfo" opaque="false" hidden="false" parent="GstDiscovererStreamInfo">
-      <method name="GetType" cname="gst_discoverer_subtitle_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetLanguage" cname="gst_discoverer_subtitle_info_get_language">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-    </object>
-    <object name="DiscovererVideoInfo" cname="GstDiscovererVideoInfo" opaque="false" hidden="false" parent="GstDiscovererStreamInfo">
-      <method name="GetType" cname="gst_discoverer_video_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="GetBitrate" cname="gst_discoverer_video_info_get_bitrate">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetDepth" cname="gst_discoverer_video_info_get_depth">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetFramerateDenom" cname="gst_discoverer_video_info_get_framerate_denom">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetFramerateNum" cname="gst_discoverer_video_info_get_framerate_num">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetHeight" cname="gst_discoverer_video_info_get_height">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMaxBitrate" cname="gst_discoverer_video_info_get_max_bitrate">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetParDenom" cname="gst_discoverer_video_info_get_par_denom">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetParNum" cname="gst_discoverer_video_info_get_par_num">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetWidth" cname="gst_discoverer_video_info_get_width">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="IsImage" cname="gst_discoverer_video_info_is_image">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsInterlaced" cname="gst_discoverer_video_info_is_interlaced">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </object>
-    <object name="EncodingAudioProfile" cname="GstEncodingAudioProfile" opaque="false" hidden="false" parent="GstEncodingProfile">
-      <class_struct cname="GstEncodingAudioProfileClass" />
-      <method name="GetType" cname="gst_encoding_audio_profile_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_encoding_audio_profile_new">
-        <parameters>
-          <parameter name="format" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="preset" type="const-gchar*" />
-          <parameter name="restriction" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="presence" type="guint" />
-        </parameters>
-      </constructor>
-    </object>
-    <object name="EncodingContainerProfile" cname="GstEncodingContainerProfile" opaque="false" hidden="false" parent="GstEncodingProfile">
-      <class_struct cname="GstEncodingContainerProfileClass" />
-      <method name="GetType" cname="gst_encoding_container_profile_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_encoding_container_profile_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter name="format" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="preset" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AddProfile" cname="gst_encoding_container_profile_add_profile">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="profile" type="GstEncodingProfile*" owned="true" />
-        </parameters>
-      </method>
-      <method name="ContainsProfile" cname="gst_encoding_container_profile_contains_profile">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="profile" type="GstEncodingProfile*" />
-        </parameters>
-      </method>
-      <method name="GetProfiles" cname="gst_encoding_container_profile_get_profiles">
-        <return-type type="GList*" element_type="GstEncodingProfile*" />
-        <parameters />
-      </method>
-    </object>
-    <object name="EncodingProfile" cname="GstEncodingProfile" opaque="true" hidden="false" parent="GObject">
-      <class_struct cname="GstEncodingProfileClass" />
-      <method name="GetType" cname="gst_encoding_profile_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Find" cname="gst_encoding_profile_find" shared="true">
-        <return-type type="GstEncodingProfile*" owned="true" />
-        <parameters>
-          <parameter name="targetname" type="const-gchar*" />
-          <parameter allow-none="1" name="profilename" type="const-gchar*" />
-          <parameter allow-none="1" name="category" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FromDiscoverer" cname="gst_encoding_profile_from_discoverer" shared="true">
-        <return-type type="GstEncodingProfile*" owned="true" />
-        <parameters>
-          <parameter name="info" type="GstDiscovererInfo*" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_encoding_profile_copy" version="1.12">
-        <return-type type="GstEncodingProfile*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetAllowDynamicOutput" cname="gst_encoding_profile_get_allow_dynamic_output">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetDescription" cname="gst_encoding_profile_get_description">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetElementProperties" cname="gst_encoding_profile_get_element_properties" version="1.20">
-        <return-type type="GstStructure*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetFileExtension" cname="gst_encoding_profile_get_file_extension">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetFormat" cname="gst_encoding_profile_get_format">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetInputCaps" cname="gst_encoding_profile_get_input_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetName" cname="gst_encoding_profile_get_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetPresence" cname="gst_encoding_profile_get_presence">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPreset" cname="gst_encoding_profile_get_preset">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetPresetName" cname="gst_encoding_profile_get_preset_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetRestriction" cname="gst_encoding_profile_get_restriction">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetSingleSegment" cname="gst_encoding_profile_get_single_segment" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetTypeNick" cname="gst_encoding_profile_get_type_nick">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="IsEnabled" cname="gst_encoding_profile_is_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_encoding_profile_is_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="b" type="GstEncodingProfile*" />
-        </parameters>
-      </method>
-      <method name="SetAllowDynamicOutput" cname="gst_encoding_profile_set_allow_dynamic_output">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="allow_dynamic_output" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDescription" cname="gst_encoding_profile_set_description">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="description" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetElementProperties" cname="gst_encoding_profile_set_element_properties" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="element_properties" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetEnabled" cname="gst_encoding_profile_set_enabled" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetFormat" cname="gst_encoding_profile_set_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetName" cname="gst_encoding_profile_set_name">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPresence" cname="gst_encoding_profile_set_presence">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="presence" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetPreset" cname="gst_encoding_profile_set_preset">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="preset" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPresetName" cname="gst_encoding_profile_set_preset_name">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="preset_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetRestriction" cname="gst_encoding_profile_set_restriction">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="restriction" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetSingleSegment" cname="gst_encoding_profile_set_single_segment" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="single_segment" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="ElementProperties" cname="element-properties" type="GstStructure*" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="RestrictionCaps" cname="restriction-caps" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="false" />
-    </object>
-    <object name="EncodingTarget" cname="GstEncodingTarget" opaque="false" hidden="false" parent="GObject">
-      <method name="GetType" cname="gst_encoding_target_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_encoding_target_new">
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-          <parameter name="category" type="const-gchar*" />
-          <parameter name="description" type="const-gchar*" />
-          <parameter name="profiles" type="GList*" element_type="GstEncodingProfile*" />
-        </parameters>
-      </constructor>
-      <method name="Load" cname="gst_encoding_target_load" shared="true">
-        <return-type type="GstEncodingTarget*" owned="true" />
-        <parameters throws="1">
-          <parameter name="name" type="const-gchar*" />
-          <parameter allow-none="1" name="category" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="LoadFromFile" cname="gst_encoding_target_load_from_file" shared="true">
-        <return-type type="GstEncodingTarget*" owned="true" />
-        <parameters throws="1">
-          <parameter name="filepath" type="const-gfilename*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="AddProfile" cname="gst_encoding_target_add_profile">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="profile" type="GstEncodingProfile*" owned="true" />
-        </parameters>
-      </method>
-      <method name="GetCategory" cname="gst_encoding_target_get_category">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetDescription" cname="gst_encoding_target_get_description">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetName" cname="gst_encoding_target_get_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetPath" cname="gst_encoding_target_get_path" version="1.18">
-        <return-type type="const-gfilename*" />
-        <parameters />
-      </method>
-      <method name="GetProfile" cname="gst_encoding_target_get_profile">
-        <return-type type="GstEncodingProfile*" owned="true" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetProfiles" cname="gst_encoding_target_get_profiles">
-        <return-type type="GList*" element_type="GstEncodingProfile*" />
-        <parameters />
-      </method>
-      <method name="Save" cname="gst_encoding_target_save">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="SaveToFile" cname="gst_encoding_target_save_to_file">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter name="filepath" type="const-gfilename*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-    </object>
-    <object name="EncodingVideoProfile" cname="GstEncodingVideoProfile" opaque="false" hidden="false" parent="GstEncodingProfile">
-      <class_struct cname="GstEncodingVideoProfileClass" />
-      <method name="GetType" cname="gst_encoding_video_profile_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_encoding_video_profile_new">
-        <parameters>
-          <parameter name="format" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="preset" type="const-gchar*" />
-          <parameter name="restriction" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="presence" type="guint" />
-        </parameters>
-      </constructor>
-      <method name="GetPass" cname="gst_encoding_video_profile_get_pass">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetVariableframerate" cname="gst_encoding_video_profile_get_variableframerate">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetPass" cname="gst_encoding_video_profile_set_pass">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pass" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetVariableframerate" cname="gst_encoding_video_profile_set_variableframerate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="variableframerate" type="gboolean" />
-        </parameters>
-      </method>
-    </object>
-    <struct name="AudioVisualizerPrivate" cname="GstAudioVisualizerPrivate" opaque="true" hidden="true" />
-    <struct name="DiscovererPrivate" cname="GstDiscovererPrivate" opaque="true" hidden="true" />
-    <boxed name="InstallPluginsContext" cname="GstInstallPluginsContext" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_install_plugins_context_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_install_plugins_context_new" disable_void_ctor="" />
-      <method name="Copy" cname="gst_install_plugins_context_copy" version="1.12.1">
-        <return-type type="GstInstallPluginsContext*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_install_plugins_context_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetConfirmSearch" cname="gst_install_plugins_context_set_confirm_search" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="confirm_search" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDesktopId" cname="gst_install_plugins_context_set_desktop_id" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="desktop_id" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetStartupNotificationId" cname="gst_install_plugins_context_set_startup_notification_id" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="startup_id" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetXid" cname="gst_install_plugins_context_set_xid">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="xid" type="guint" />
-        </parameters>
-      </method>
-    </boxed>
-    <object name="Global" cname="GstPbutilsGlobal" opaque="true">
-      <method name="CodecUtilsAacCapsSetLevelAndProfile" cname="gst_codec_utils_aac_caps_set_level_and_profile" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="audio_config" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="guint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetChannels" cname="gst_codec_utils_aac_get_channels" shared="true" version="1.10">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="audio_config" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetIndexFromSampleRate" cname="gst_codec_utils_aac_get_index_from_sample_rate" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="rate" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetLevel" cname="gst_codec_utils_aac_get_level" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="audio_config" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetProfile" cname="gst_codec_utils_aac_get_profile" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="audio_config" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetSampleRate" cname="gst_codec_utils_aac_get_sample_rate" shared="true" version="1.10">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="audio_config" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsAacGetSampleRateFromIndex" cname="gst_codec_utils_aac_get_sample_rate_from_index" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="sr_idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsCapsFromMimeCodec" cname="gst_codec_utils_caps_from_mime_codec" shared="true" version="1.22">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="codecs_field" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsCapsGetMimeCodec" cname="gst_codec_utils_caps_get_mime_codec" shared="true" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CodecUtilsH264CapsSetLevelAndProfile" cname="gst_codec_utils_h264_caps_set_level_and_profile" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="sps" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="guint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH264GetLevel" cname="gst_codec_utils_h264_get_level" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="sps" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH264GetLevelIdc" cname="gst_codec_utils_h264_get_level_idc" shared="true">
-        <return-type type="guint8" />
-        <parameters>
-          <parameter name="level" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH264GetProfile" cname="gst_codec_utils_h264_get_profile" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="sps" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH264GetProfileFlagsLevel" cname="gst_codec_utils_h264_get_profile_flags_level" shared="true" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="codec_data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-          <parameter allow-none="1" name="profile" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="flags" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="level" type="guint8*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH265CapsSetLevelTierAndProfile" cname="gst_codec_utils_h265_caps_set_level_tier_and_profile" shared="true" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="profile_tier_level" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="guint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH265GetLevel" cname="gst_codec_utils_h265_get_level" shared="true" version="1.4">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="profile_tier_level" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH265GetLevelIdc" cname="gst_codec_utils_h265_get_level_idc" shared="true" version="1.4">
-        <return-type type="guint8" />
-        <parameters>
-          <parameter name="level" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH265GetProfile" cname="gst_codec_utils_h265_get_profile" shared="true" version="1.4">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="profile_tier_level" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsH265GetTier" cname="gst_codec_utils_h265_get_tier" shared="true" version="1.4">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="profile_tier_level" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsMpeg4videoCapsSetLevelAndProfile" cname="gst_codec_utils_mpeg4video_caps_set_level_and_profile" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="vis_obj_seq" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="len" type="guint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsMpeg4videoGetLevel" cname="gst_codec_utils_mpeg4video_get_level" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="vis_obj_seq" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsMpeg4videoGetProfile" cname="gst_codec_utils_mpeg4video_get_profile" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="vis_obj_seq" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsOpusCreateCaps" cname="gst_codec_utils_opus_create_caps" shared="true" version="1.8">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="rate" type="guint32" />
-          <parameter name="channels" type="guint8" />
-          <parameter name="channel_mapping_family" type="guint8" />
-          <parameter name="stream_count" type="guint8" />
-          <parameter name="coupled_count" type="guint8" />
-          <parameter allow-none="1" name="channel_mapping" type="const guint8*" array="true" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsOpusCreateCapsFromHeader" cname="gst_codec_utils_opus_create_caps_from_header" shared="true" version="1.8">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="header" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="comments" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CodecUtilsOpusCreateHeader" cname="gst_codec_utils_opus_create_header" shared="true" version="1.8">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="rate" type="guint32" />
-          <parameter name="channels" type="guint8" />
-          <parameter name="channel_mapping_family" type="guint8" />
-          <parameter name="stream_count" type="guint8" />
-          <parameter name="coupled_count" type="guint8" />
-          <parameter allow-none="1" name="channel_mapping" type="const guint8*" array="true" element_type="guint8" />
-          <parameter name="pre_skip" type="guint16" />
-          <parameter name="output_gain" type="gint16" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsOpusParseCaps" cname="gst_codec_utils_opus_parse_caps" shared="true" version="1.8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="rate" type="guint32*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channels" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channel_mapping_family" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stream_count" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="coupled_count" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channel_mapping" type="guint8**" owned="true" pass_as="out" array="true" array_len="256" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="CodecUtilsOpusParseHeader" cname="gst_codec_utils_opus_parse_header" shared="true" version="1.8">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="header" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="rate" type="guint32*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channels" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channel_mapping_family" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="stream_count" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="coupled_count" type="guint8*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="channel_mapping" type="guint8**" owned="true" pass_as="out" array="true" array_len="256" element_type="guint8" />
-          <parameter allow-none="1" name="pre_skip" type="guint16*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="output_gain" type="gint16*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EncodingListAllTargets" cname="gst_encoding_list_all_targets" shared="true">
-        <return-type type="GList*" element_type="GstEncodingTarget*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="categoryname" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="EncodingListAvailableCategories" cname="gst_encoding_list_available_categories" shared="true">
-        <return-type type="GList*" element_type="gchar*" elements_owned="true" owned="true" />
-      </method>
-      <method name="InstallPluginsAsync" cname="gst_install_plugins_async" shared="true">
-        <return-type type="GstInstallPluginsReturn" />
-        <parameters>
-          <parameter name="details" type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter allow-none="1" name="ctx" type="GstInstallPluginsContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter closure="3" scope="async" name="func" type="GstInstallPluginsResultFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="InstallPluginsInstallationInProgress" cname="gst_install_plugins_installation_in_progress" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="InstallPluginsReturnGetName" cname="gst_install_plugins_return_get_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="_ret" type="GstInstallPluginsReturn" />
-        </parameters>
-      </method>
-      <method name="InstallPluginsSupported" cname="gst_install_plugins_supported" shared="true">
-        <return-type type="gboolean" />
-      </method>
-      <method name="InstallPluginsSync" cname="gst_install_plugins_sync" shared="true">
-        <return-type type="GstInstallPluginsReturn" />
-        <parameters>
-          <parameter name="details" type="const gchar* const*" array="true" null_term_array="true" element_type="gchar*" />
-          <parameter allow-none="1" name="ctx" type="GstInstallPluginsContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsMissingPluginMessage" cname="gst_is_missing_plugin_message" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="msg" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingDecoderInstallerDetailNew" cname="gst_missing_decoder_installer_detail_new" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="decode_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingDecoderMessageNew" cname="gst_missing_decoder_message_new" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-          <parameter name="decode_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingElementInstallerDetailNew" cname="gst_missing_element_installer_detail_new" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="factory_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MissingElementMessageNew" cname="gst_missing_element_message_new" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-          <parameter name="factory_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MissingEncoderInstallerDetailNew" cname="gst_missing_encoder_installer_detail_new" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="encode_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingEncoderMessageNew" cname="gst_missing_encoder_message_new" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-          <parameter name="encode_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingPluginMessageGetDescription" cname="gst_missing_plugin_message_get_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="msg" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingPluginMessageGetInstallerDetail" cname="gst_missing_plugin_message_get_installer_detail" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="msg" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MissingUriSinkInstallerDetailNew" cname="gst_missing_uri_sink_installer_detail_new" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MissingUriSinkMessageNew" cname="gst_missing_uri_sink_message_new" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MissingUriSourceInstallerDetailNew" cname="gst_missing_uri_source_installer_detail_new" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MissingUriSourceMessageNew" cname="gst_missing_uri_source_message_new" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="element" type="GstElement*" />
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PbUtilsAddCodecDescriptionToTagList" cname="gst_pb_utils_add_codec_description_to_tag_list" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="codec_tag" type="const-gchar*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetCapsDescriptionFlags" cname="gst_pb_utils_get_caps_description_flags" shared="true" version="1.20">
-        <return-type type="GstPbUtilsCapsDescriptionFlags" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetCodecDescription" cname="gst_pb_utils_get_codec_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetDecoderDescription" cname="gst_pb_utils_get_decoder_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetElementDescription" cname="gst_pb_utils_get_element_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="factory_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PbUtilsGetEncoderDescription" cname="gst_pb_utils_get_encoder_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetFileExtensionFromCaps" cname="gst_pb_utils_get_file_extension_from_caps" shared="true" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PbUtilsGetSinkDescription" cname="gst_pb_utils_get_sink_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PbUtilsGetSourceDescription" cname="gst_pb_utils_get_source_description" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="protocol" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="PbUtilsInit" cname="gst_pb_utils_init" shared="true">
-        <return-type type="void" />
-      </method>
-      <method name="PluginsBaseVersion" cname="gst_plugins_base_version" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="major" type="guint*" owned="true" pass_as="out" />
-          <parameter name="minor" type="guint*" owned="true" pass_as="out" />
-          <parameter name="micro" type="guint*" owned="true" pass_as="out" />
-          <parameter name="nano" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="PluginsBaseVersionString" cname="gst_plugins_base_version_string" shared="true">
-        <return-type type="gchar*" owned="true" />
-      </method>
-    </object>
-    <object name="Constants" cname="GstPbutilsConstants" opaque="true">
-      <constant value="capture" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_CAPTURE" />
-      <constant value="device" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_DEVICE" />
-      <constant value="file-extension" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_FILE_EXTENSION" />
-      <constant value="online-service" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_ONLINE_SERVICE" />
-      <constant value="storage-editing" ctype="gchar*" gtype="gchar*" name="ENCODING_CATEGORY_STORAGE_EDITING" />
-      <constant value="1" ctype="gint" gtype="gint"                    name="PLUGINS_BASE_VERSION_MAJOR" />
-      <constant value="11" ctype="gint" gtype="gint"                    name="PLUGINS_BASE_VERSION_MICRO" />
-      <constant value="24" ctype="gint" gtype="gint"                    name="PLUGINS_BASE_VERSION_MINOR" />
-      <constant value="0" ctype="gint" gtype="gint"                               name="PLUGINS_BASE_VERSION_NANO" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Rtp" library="gstrtp-1.0-0.dll">
-    <enum name="RTCPFBType" cname="GstRTCPFBType" type="enum" gtype="gst_rtcpfb_type_get_type">
-      <member cname="GST_RTCP_FB_TYPE_INVALID" name="FbTypeInvalid" value="0" />
-      <member cname="GST_RTCP_RTPFB_TYPE_NACK" name="RtpfbTypeNack" value="1" />
-      <member cname="GST_RTCP_PSFB_TYPE_PLI" name="PsfbTypePli" value="1" />
-      <member cname="GST_RTCP_PSFB_TYPE_SLI" name="PsfbTypeSli" value="2" />
-      <member cname="GST_RTCP_RTPFB_TYPE_TMMBR" name="RtpfbTypeTmmbr" value="3" />
-      <member cname="GST_RTCP_PSFB_TYPE_RPSI" name="PsfbTypeRpsi" value="3" />
-      <member cname="GST_RTCP_RTPFB_TYPE_TMMBN" name="RtpfbTypeTmmbn" value="4" />
-      <member cname="GST_RTCP_PSFB_TYPE_FIR" name="PsfbTypeFir" value="4" />
-      <member cname="GST_RTCP_RTPFB_TYPE_RTCP_SR_REQ" name="RtpfbTypeRtcpSrReq" value="5" />
-      <member cname="GST_RTCP_PSFB_TYPE_TSTR" name="PsfbTypeTstr" value="5" />
-      <member cname="GST_RTCP_PSFB_TYPE_TSTN" name="PsfbTypeTstn" value="6" />
-      <member cname="GST_RTCP_PSFB_TYPE_VBCN" name="PsfbTypeVbcn" value="7" />
-      <member cname="GST_RTCP_RTPFB_TYPE_TWCC" name="RtpfbTypeTwcc" value="15" />
-      <member cname="GST_RTCP_PSFB_TYPE_AFB" name="PsfbTypeAfb" value="15" />
-    </enum>
-    <enum name="RTCPSDESType" cname="GstRTCPSDESType" type="enum" gtype="gst_rtcpsdes_type_get_type">
-      <member cname="GST_RTCP_SDES_INVALID" name="Invalid" value="-1" />
-      <member cname="GST_RTCP_SDES_END" name="End" value="0" />
-      <member cname="GST_RTCP_SDES_CNAME" name="Cname" value="1" />
-      <member cname="GST_RTCP_SDES_NAME" name="Name" value="2" />
-      <member cname="GST_RTCP_SDES_EMAIL" name="Email" value="3" />
-      <member cname="GST_RTCP_SDES_PHONE" name="Phone" value="4" />
-      <member cname="GST_RTCP_SDES_LOC" name="Loc" value="5" />
-      <member cname="GST_RTCP_SDES_TOOL" name="Tool" value="6" />
-      <member cname="GST_RTCP_SDES_NOTE" name="Note" value="7" />
-      <member cname="GST_RTCP_SDES_PRIV" name="Priv" value="8" />
-      <member cname="GST_RTCP_SDES_H323_CADDR" name="H323Caddr" value="9" />
-      <member cname="GST_RTCP_SDES_APSI" name="Apsi" value="10" />
-      <member cname="GST_RTCP_SDES_RGRP" name="Rgrp" value="11" />
-      <member cname="GST_RTCP_SDES_RTP_STREAM_ID" name="RtpStreamId" value="12" />
-      <member cname="GST_RTCP_SDES_REPAIRED_RTP_STREAM_ID" name="RepairedRtpStreamId" value="13" />
-      <member cname="GST_RTCP_SDES_CCID" name="Ccid" value="14" />
-      <member cname="GST_RTCP_SDES_MID" name="Mid" value="15" />
-    </enum>
-    <enum name="RTCPType" cname="GstRTCPType" type="enum" gtype="gst_rtcp_type_get_type">
-      <member cname="GST_RTCP_TYPE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTCP_TYPE_SR" name="Sr" value="200" />
-      <member cname="GST_RTCP_TYPE_RR" name="Rr" value="201" />
-      <member cname="GST_RTCP_TYPE_SDES" name="Sdes" value="202" />
-      <member cname="GST_RTCP_TYPE_BYE" name="Bye" value="203" />
-      <member cname="GST_RTCP_TYPE_APP" name="App" value="204" />
-      <member cname="GST_RTCP_TYPE_RTPFB" name="Rtpfb" value="205" />
-      <member cname="GST_RTCP_TYPE_PSFB" name="Psfb" value="206" />
-      <member cname="GST_RTCP_TYPE_XR" name="Xr" value="207" />
-    </enum>
-    <enum name="RTCPXRType" cname="GstRTCPXRType" type="enum" gtype="gst_rtcpxr_type_get_type" version="1.16">
-      <member cname="GST_RTCP_XR_TYPE_INVALID" name="Invalid" value="-1" />
-      <member cname="GST_RTCP_XR_TYPE_LRLE" name="Lrle" value="1" />
-      <member cname="GST_RTCP_XR_TYPE_DRLE" name="Drle" value="2" />
-      <member cname="GST_RTCP_XR_TYPE_PRT" name="Prt" value="3" />
-      <member cname="GST_RTCP_XR_TYPE_RRT" name="Rrt" value="4" />
-      <member cname="GST_RTCP_XR_TYPE_DLRR" name="Dlrr" value="5" />
-      <member cname="GST_RTCP_XR_TYPE_SSUMM" name="Ssumm" value="6" />
-      <member cname="GST_RTCP_XR_TYPE_VOIP_METRICS" name="VoipMetrics" value="7" />
-    </enum>
-    <enum name="RTPPayload" cname="GstRTPPayload" type="enum" gtype="gst_rtp_payload_get_type">
-      <member cname="GST_RTP_PAYLOAD_PCMU" name="Pcmu" value="0" />
-      <member cname="GST_RTP_PAYLOAD_1016" name="_1016" value="1" />
-      <member cname="GST_RTP_PAYLOAD_G721" name="G721" value="2" />
-      <member cname="GST_RTP_PAYLOAD_GSM" name="Gsm" value="3" />
-      <member cname="GST_RTP_PAYLOAD_G723" name="G723" value="4" />
-      <member cname="GST_RTP_PAYLOAD_DVI4_8000" name="Dvi48000" value="5" />
-      <member cname="GST_RTP_PAYLOAD_DVI4_16000" name="Dvi416000" value="6" />
-      <member cname="GST_RTP_PAYLOAD_LPC" name="Lpc" value="7" />
-      <member cname="GST_RTP_PAYLOAD_PCMA" name="Pcma" value="8" />
-      <member cname="GST_RTP_PAYLOAD_G722" name="G722" value="9" />
-      <member cname="GST_RTP_PAYLOAD_L16_STEREO" name="L16Stereo" value="10" />
-      <member cname="GST_RTP_PAYLOAD_L16_MONO" name="L16Mono" value="11" />
-      <member cname="GST_RTP_PAYLOAD_QCELP" name="Qcelp" value="12" />
-      <member cname="GST_RTP_PAYLOAD_CN" name="Cn" value="13" />
-      <member cname="GST_RTP_PAYLOAD_MPA" name="Mpa" value="14" />
-      <member cname="GST_RTP_PAYLOAD_G728" name="G728" value="15" />
-      <member cname="GST_RTP_PAYLOAD_DVI4_11025" name="Dvi411025" value="16" />
-      <member cname="GST_RTP_PAYLOAD_DVI4_22050" name="Dvi422050" value="17" />
-      <member cname="GST_RTP_PAYLOAD_G729" name="G729" value="18" />
-      <member cname="GST_RTP_PAYLOAD_CELLB" name="Cellb" value="25" />
-      <member cname="GST_RTP_PAYLOAD_JPEG" name="Jpeg" value="26" />
-      <member cname="GST_RTP_PAYLOAD_NV" name="Nv" value="28" />
-      <member cname="GST_RTP_PAYLOAD_H261" name="H261" value="31" />
-      <member cname="GST_RTP_PAYLOAD_MPV" name="Mpv" value="32" />
-      <member cname="GST_RTP_PAYLOAD_MP2T" name="Mp2t" value="33" />
-      <member cname="GST_RTP_PAYLOAD_H263" name="H263" value="34" />
-    </enum>
-    <enum name="RTPProfile" cname="GstRTPProfile" type="enum" gtype="gst_rtp_profile_get_type" version="1.6">
-      <member cname="GST_RTP_PROFILE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_RTP_PROFILE_AVP" name="Avp" value="1" />
-      <member cname="GST_RTP_PROFILE_SAVP" name="Savp" value="2" />
-      <member cname="GST_RTP_PROFILE_AVPF" name="Avpf" value="3" />
-      <member cname="GST_RTP_PROFILE_SAVPF" name="Savpf" value="4" />
-    </enum>
-    <enum name="RTPBufferFlags" cname="GstRTPBufferFlags" type="flags" gtype="gst_rtp_buffer_flags_get_type" version="1.10">
-      <member cname="GST_RTP_BUFFER_FLAG_RETRANSMISSION" name="Retransmission" value="1048576" />
-      <member cname="GST_RTP_BUFFER_FLAG_REDUNDANT" name="Redundant" value="2097152" />
-      <member cname="GST_RTP_BUFFER_FLAG_LAST" name="Last" value="268435456" />
-    </enum>
-    <enum name="RTPBufferMapFlags" cname="GstRTPBufferMapFlags" type="flags" gtype="gst_rtp_buffer_map_flags_get_type" version="1.6.1">
-      <member cname="GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING" name="SkipPadding" value="65536" />
-      <member cname="GST_RTP_BUFFER_MAP_FLAG_LAST" name="Last" value="16777216" />
-    </enum>
-    <enum name="RTPHeaderExtensionDirection" cname="GstRTPHeaderExtensionDirection" type="flags" gtype="gst_rtp_header_extension_direction_get_type" version="1.20">
-      <member cname="GST_RTP_HEADER_EXTENSION_DIRECTION_INACTIVE" name="Inactive" value="0" />
-      <member cname="GST_RTP_HEADER_EXTENSION_DIRECTION_SENDONLY" name="Sendonly" value="1" />
-      <member cname="GST_RTP_HEADER_EXTENSION_DIRECTION_RECVONLY" name="Recvonly" value="2" />
-      <member cname="GST_RTP_HEADER_EXTENSION_DIRECTION_SENDRECV" name="Sendrecv" value="3" />
-      <member cname="GST_RTP_HEADER_EXTENSION_DIRECTION_INHERITED" name="Inherited" value="4" />
-    </enum>
-    <enum name="RTPHeaderExtensionFlags" cname="GstRTPHeaderExtensionFlags" type="flags" gtype="gst_rtp_header_extension_flags_get_type" version="1.20">
-      <member cname="GST_RTP_HEADER_EXTENSION_ONE_BYTE" name="OneByte" value="1" />
-      <member cname="GST_RTP_HEADER_EXTENSION_TWO_BYTE" name="TwoByte" value="2" />
-    </enum>
-    <object name="RTPBaseAudioPayload" cname="GstRTPBaseAudioPayload" opaque="false" hidden="false" parent="GstRTPBasePayload">
-      <class_struct cname="GstRTPBaseAudioPayloadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstRTPBasePayloadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtp_base_audio_payload_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Flush" cname="gst_rtp_base_audio_payload_flush">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetAdapter" cname="gst_rtp_base_audio_payload_get_adapter">
-        <return-type type="GstAdapter*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Push" cname="gst_rtp_base_audio_payload_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="payload_len" type="guint" />
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetFrameBased" cname="gst_rtp_base_audio_payload_set_frame_based">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetFrameOptions" cname="gst_rtp_base_audio_payload_set_frame_options">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="frame_duration" type="gint" />
-          <parameter name="frame_size" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetSampleBased" cname="gst_rtp_base_audio_payload_set_sample_based">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetSampleOptions" cname="gst_rtp_base_audio_payload_set_sample_options">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sample_size" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetSamplebitsOptions" cname="gst_rtp_base_audio_payload_set_samplebits_options">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sample_size" type="gint" />
-        </parameters>
-      </method>
-      <property name="BufferList" cname="buffer-list" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="payload" access="public" writeable="false" readable="true" is_callback="false" name="Payload" type="GstRTPBasePayload*" />
-      <field cname="priv" access="public" writeable="false" readable="true" is_callback="false" name="Priv" type="GstRTPBaseAudioPayloadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="base_ts" access="public" writeable="false" readable="true" is_callback="false" name="BaseTs" type="guint64" />
-      <field cname="frame_size" access="public" writeable="false" readable="true" is_callback="false" name="FrameSize" type="gint" />
-      <field cname="frame_duration" access="public" writeable="false" readable="true" is_callback="false" name="FrameDuration" type="gint" />
-      <field cname="sample_size" access="public" writeable="false" readable="true" is_callback="false" name="SampleSize" type="gint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTPBaseDepayload" cname="GstRTPBaseDepayload" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstRTPBaseDepayloadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="set_caps" />
-        <method vm="process" />
-        <method vm="packet_lost" />
-        <method vm="handle_event" />
-        <method vm="process_rtp_packet" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtp_base_depayload_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="HandleEvent" cname="handle_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PacketLost" cname="packet_lost">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Process" cname="process">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="in" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProcessRtpPacket" cname="process_rtp_packet">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="rtp_buffer" type="GstRTPBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCaps" cname="set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="Delayed" cname="gst_rtp_base_depayload_delayed" version="1.24">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Dropped" cname="gst_rtp_base_depayload_dropped" version="1.24">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Flush" cname="gst_rtp_base_depayload_flush" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="keep_current" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="IsAggregateHdrextEnabled" cname="gst_rtp_base_depayload_is_aggregate_hdrext_enabled" version="1.24">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsSourceInfoEnabled" cname="gst_rtp_base_depayload_is_source_info_enabled" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Push" cname="gst_rtp_base_depayload_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="out_buf" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushList" cname="gst_rtp_base_depayload_push_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="out_list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetAggregateHdrextEnabled" cname="gst_rtp_base_depayload_set_aggregate_hdrext_enabled" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSourceInfoEnabled" cname="gst_rtp_base_depayload_set_source_info_enabled" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="AutoHeaderExtension" cname="auto-header-extension" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MaxReorder" cname="max-reorder" type="gint" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="SourceInfo" cname="source-info" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <property name="Stats" cname="stats" type="GstStructure*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstElement*" hidden="true" />
-      <field cname="sinkpad" access="public" writeable="false" readable="true" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="public" writeable="false" readable="true" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="clock_rate" access="public" writeable="false" readable="true" is_callback="false" name="ClockRate" type="guint" />
-      <field cname="segment" access="public" writeable="false" readable="true" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="need_newsegment" access="public" writeable="false" readable="true" is_callback="false" name="NeedNewsegment" type="gboolean" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTPBaseDepayloadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="AddExtension" cname="add-extension" when="last" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ext" type="GstRTPHeaderExtension*" owned="true" />
-        </parameters>
-      </signal>
-      <signal name="ClearExtensions" cname="clear-extensions" when="last" version="1.20">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="RequestExtension" cname="request-extension" when="last" version="1.20">
-        <return-type type="GstRTPHeaderExtension*" owned="true" />
-        <parameters>
-          <parameter name="ext_id" type="guint" />
-          <parameter allow-none="1" name="ext_uri" type="const-gchar*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTPBasePayload" cname="GstRTPBasePayload" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstRTPBasePayloadClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_caps" />
-        <method vm="set_caps" />
-        <method vm="handle_buffer" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="query" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtp_base_payload_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GetCaps" cname="get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleBuffer" cname="handle_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Query" cname="query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="pad" type="GstPad*" />
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCaps" cname="set_caps">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AllocateOutputBuffer" cname="gst_rtp_base_payload_allocate_output_buffer" version="1.16">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="GetSourceCount" cname="gst_rtp_base_payload_get_source_count" version="1.16">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsFilled" cname="gst_rtp_base_payload_is_filled">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="size" type="guint" />
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </method>
-      <method name="IsSourceInfoEnabled" cname="gst_rtp_base_payload_is_source_info_enabled" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Push" cname="gst_rtp_base_payload_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PushList" cname="gst_rtp_base_payload_push_list">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="list" type="GstBufferList*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetOptions" cname="gst_rtp_base_payload_set_options">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="media" type="const-gchar*" />
-          <parameter name="dynamic" type="gboolean" />
-          <parameter name="encoding_name" type="const-gchar*" />
-          <parameter name="clock_rate" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetOutcapsStructure" cname="gst_rtp_base_payload_set_outcaps_structure" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="s" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetSourceInfoEnabled" cname="gst_rtp_base_payload_set_source_info_enabled" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="AutoHeaderExtension" cname="auto-header-extension" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MaxPtime" cname="max-ptime" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MinPtime" cname="min-ptime" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Mtu" cname="mtu" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="OnvifNoRateControl" cname="onvif-no-rate-control" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <property name="PerfectRtptime" cname="perfect-rtptime" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Pt" cname="pt" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="PtimeMultiple" cname="ptime-multiple" type="gint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="ScaleRtptime" cname="scale-rtptime" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="Seqnum" cname="seqnum" type="guint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="SeqnumOffset" cname="seqnum-offset" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SourceInfo" cname="source-info" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.16" />
-      <property name="Ssrc" cname="ssrc" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Stats" cname="stats" type="GstStructure*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="Timestamp" cname="timestamp" type="guint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="TimestampOffset" cname="timestamp-offset" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="private" writeable="false" readable="false" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="private" writeable="false" readable="false" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="ts_base" access="private" writeable="false" readable="false" is_callback="false" name="TsBase" type="guint32" />
-      <field cname="seqnum_base" access="private" writeable="false" readable="false" is_callback="false" name="SeqnumBase" type="guint16" />
-      <field cname="media" access="private" writeable="false" readable="false" is_callback="false" name="Media" type="gchar*" />
-      <field cname="encoding_name" access="private" writeable="false" readable="false" is_callback="false" name="EncodingName" type="gchar*" />
-      <field cname="dynamic" access="private" writeable="false" readable="false" is_callback="false" name="Dynamic" type="gboolean" />
-      <field cname="clock_rate" access="private" writeable="false" readable="false" is_callback="false" name="ClockRate" type="guint32" />
-      <field cname="ts_offset" access="private" writeable="false" readable="false" is_callback="false" name="TsOffset" type="gint32" />
-      <field cname="timestamp" access="private" writeable="false" readable="false" is_callback="false" name="TimestampField" type="guint32" />
-      <field cname="seqnum_offset" access="private" writeable="false" readable="false" is_callback="false" name="SeqnumOffsetField" type="gint16" />
-      <field cname="seqnum" access="private" writeable="false" readable="false" is_callback="false" name="SeqnumField" type="guint16" />
-      <field cname="max_ptime" access="private" writeable="false" readable="false" is_callback="false" name="MaxPtimeField" type="gint64" />
-      <field cname="pt" access="private" writeable="false" readable="false" is_callback="false" name="PtField" type="guint" />
-      <field cname="ssrc" access="private" writeable="false" readable="false" is_callback="false" name="SsrcField" type="guint" />
-      <field cname="current_ssrc" access="private" writeable="false" readable="false" is_callback="false" name="CurrentSsrc" type="guint" />
-      <field cname="mtu" access="private" writeable="false" readable="false" is_callback="false" name="MtuField" type="guint" />
-      <field cname="segment" access="private" writeable="false" readable="false" is_callback="false" name="Segment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="min_ptime" access="private" writeable="false" readable="false" is_callback="false" name="MinPtimeField" type="guint64" />
-      <field cname="ptime" access="private" writeable="false" readable="false" is_callback="false" name="Ptime" type="guint64" />
-      <field cname="ptime_multiple" access="private" writeable="false" readable="false" is_callback="false" name="PtimeMultipleField" type="guint64" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTPBasePayloadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="AddExtension" cname="add-extension" when="last" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ext" type="GstRTPHeaderExtension*" owned="true" />
-        </parameters>
-      </signal>
-      <signal name="ClearExtensions" cname="clear-extensions" when="last" version="1.20">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="RequestExtension" cname="request-extension" when="last" version="1.20">
-        <return-type type="GstRTPHeaderExtension*" owned="true" />
-        <parameters>
-          <parameter name="ext_id" type="guint" />
-          <parameter name="ext_uri" type="const-gchar*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTPHeaderExtension" cname="GstRTPHeaderExtension" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement" version="1.20">
-      <class_struct cname="GstRTPHeaderExtensionClass" version="1.20">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_supported_flags" />
-        <method vm="get_max_size" />
-        <method vm="write" />
-        <method vm="read" />
-        <method vm="set_non_rtp_sink_caps" />
-        <method vm="update_non_rtp_src_caps" />
-        <method vm="set_attributes" />
-        <method vm="set_caps_from_attributes" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="SetUri" cname="gst_rtp_header_extension_class_set_uri" shared="true" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetType" cname="gst_rtp_header_extension_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="CreateFromUri" cname="gst_rtp_header_extension_create_from_uri" shared="true" version="1.20">
-        <return-type type="GstRTPHeaderExtension*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <virtual_method name="GetMaxSize" cname="get_max_size" version="1.20">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="input_meta" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetSupportedFlags" cname="get_supported_flags" version="1.20">
-        <return-type type="GstRTPHeaderExtensionFlags" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Read" cname="read" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="read_flags" type="GstRTPHeaderExtensionFlags" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetAttributes" cname="set_attributes">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="direction" type="GstRTPHeaderExtensionDirection" />
-          <parameter name="attributes" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetCapsFromAttributes" cname="set_caps_from_attributes" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetNonRtpSinkCaps" cname="set_non_rtp_sink_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="UpdateNonRtpSrcCaps" cname="update_non_rtp_src_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Write" cname="write" version="1.20">
-        <return-type type="gssize" />
-        <parameters>
-          <parameter name="input_meta" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="write_flags" type="GstRTPHeaderExtensionFlags" />
-          <parameter name="output" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="3" />
-        </parameters>
-      </virtual_method>
-      <method name="GetDirection" cname="gst_rtp_header_extension_get_direction" version="1.20">
-        <return-type type="GstRTPHeaderExtensionDirection" />
-        <parameters />
-      </method>
-      <method name="GetId" cname="gst_rtp_header_extension_get_id" version="1.20">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMaxSize" cname="gst_rtp_header_extension_get_max_size" version="1.20">
-        <return-type type="gsize" />
-        <parameters>
-          <parameter name="input_meta" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSdpCapsFieldName" cname="gst_rtp_header_extension_get_sdp_caps_field_name" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSupportedFlags" cname="gst_rtp_header_extension_get_supported_flags" version="1.20">
-        <return-type type="GstRTPHeaderExtensionFlags" />
-        <parameters />
-      </method>
-      <method name="GetUri" cname="gst_rtp_header_extension_get_uri" version="1.20">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="Read" cname="gst_rtp_header_extension_read" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="read_flags" type="GstRTPHeaderExtensionFlags" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="1" />
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetAttributesFromCaps" cname="gst_rtp_header_extension_set_attributes_from_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetCapsFromAttributes" cname="gst_rtp_header_extension_set_caps_from_attributes" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetCapsFromAttributesHelper" cname="gst_rtp_header_extension_set_caps_from_attributes_helper" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="attributes" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetDirection" cname="gst_rtp_header_extension_set_direction" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="direction" type="GstRTPHeaderExtensionDirection" />
-        </parameters>
-      </method>
-      <method name="SetId" cname="gst_rtp_header_extension_set_id" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ext_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetNonRtpSinkCaps" cname="gst_rtp_header_extension_set_non_rtp_sink_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetWantsUpdateNonRtpSrcCaps" cname="gst_rtp_header_extension_set_wants_update_non_rtp_src_caps" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="state" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="UpdateNonRtpSrcCaps" cname="gst_rtp_header_extension_update_non_rtp_src_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetWantsUpdateNonRtpSrcCaps" cname="gst_rtp_header_extension_wants_update_non_rtp_src_caps" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Write" cname="gst_rtp_header_extension_write" version="1.20">
-        <return-type type="gssize" />
-        <parameters>
-          <parameter name="input_meta" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="write_flags" type="GstRTPHeaderExtensionFlags" />
-          <parameter name="output" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="3" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstElement*" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="RTCPBuffer" cname="GstRTCPBuffer" opaque="false" hidden="false">
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="map" access="public" writeable="true" readable="true" is_callback="false" name="MapInfo" type="GstMapInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="AddPacket" cname="gst_rtcp_buffer_add_packet">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstRTCPType" />
-          <parameter name="packet" type="GstRTCPPacket*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetFirstPacket" cname="gst_rtcp_buffer_get_first_packet">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="packet" type="GstRTCPPacket*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetPacketCount" cname="gst_rtcp_buffer_get_packet_count">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Unmap" cname="gst_rtcp_buffer_unmap">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Map" cname="gst_rtcp_buffer_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-          <parameter name="rtcp" type="GstRTCPBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="New" cname="gst_rtcp_buffer_new" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="mtu" type="guint" />
-        </parameters>
-      </method>
-      <method name="NewCopyData" cname="gst_rtcp_buffer_new_copy_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="guint" />
-        </parameters>
-      </method>
-      <method name="NewTakeData" cname="gst_rtcp_buffer_new_take_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="guint" />
-        </parameters>
-      </method>
-      <method name="Validate" cname="gst_rtcp_buffer_validate" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ValidateData" cname="gst_rtcp_buffer_validate_data" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="ValidateDataReduced" cname="gst_rtcp_buffer_validate_data_reduced" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="ValidateReduced" cname="gst_rtcp_buffer_validate_reduced" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTCPPacket" cname="GstRTCPPacket" opaque="false" hidden="false">
-      <field cname="rtcp" access="public" writeable="true" readable="true" is_callback="false" name="Rtcp" type="GstRTCPBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint" />
-      <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gboolean" />
-      <field cname="count" access="private" writeable="false" readable="false" is_callback="false" name="Count" type="guint8" />
-      <field cname="type" access="private" writeable="false" readable="false" is_callback="false" name="Type" type="GstRTCPType" />
-      <field cname="length" access="private" writeable="false" readable="false" is_callback="false" name="Length" type="guint16" />
-      <field cname="item_offset" access="private" writeable="false" readable="false" is_callback="false" name="ItemOffset" type="guint" />
-      <field cname="item_count" access="private" writeable="false" readable="false" is_callback="false" name="ItemCount" type="guint" />
-      <field cname="entry_offset" access="private" writeable="false" readable="false" is_callback="false" name="EntryOffset" type="guint" />
-      <method name="AddProfileSpecificExt" cname="gst_rtcp_packet_add_profile_specific_ext" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddRb" cname="gst_rtcp_packet_add_rb">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="fractionlost" type="guint8" />
-          <parameter name="packetslost" type="gint32" />
-          <parameter name="exthighestseq" type="guint32" />
-          <parameter name="jitter" type="guint32" />
-          <parameter name="lsr" type="guint32" />
-          <parameter name="dlsr" type="guint32" />
-        </parameters>
-      </method>
-      <method name="AppGetData" cname="gst_rtcp_packet_app_get_data" version="1.10">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="AppGetDataLength" cname="gst_rtcp_packet_app_get_data_length" version="1.10">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="AppGetName" cname="gst_rtcp_packet_app_get_name" version="1.10">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="AppGetSsrc" cname="gst_rtcp_packet_app_get_ssrc" version="1.10">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="AppGetSubtype" cname="gst_rtcp_packet_app_get_subtype" version="1.10">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="AppSetDataLength" cname="gst_rtcp_packet_app_set_data_length" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="wordlen" type="guint16" />
-        </parameters>
-      </method>
-      <method name="AppSetName" cname="gst_rtcp_packet_app_set_name" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AppSetSsrc" cname="gst_rtcp_packet_app_set_ssrc" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="AppSetSubtype" cname="gst_rtcp_packet_app_set_subtype" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="subtype" type="guint8" />
-        </parameters>
-      </method>
-      <method name="ByeAddSsrc" cname="gst_rtcp_packet_bye_add_ssrc">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="ByeAddSsrcs" cname="gst_rtcp_packet_bye_add_ssrcs">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32*" array="true" array_length_param_index="1" element_type="guint32" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="ByeGetNthSsrc" cname="gst_rtcp_packet_bye_get_nth_ssrc">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-        </parameters>
-      </method>
-      <method name="ByeGetReason" cname="gst_rtcp_packet_bye_get_reason">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="ByeGetReasonLen" cname="gst_rtcp_packet_bye_get_reason_len">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="ByeGetSsrcCount" cname="gst_rtcp_packet_bye_get_ssrc_count">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="ByeSetReason" cname="gst_rtcp_packet_bye_set_reason">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="reason" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="CopyProfileSpecificExt" cname="gst_rtcp_packet_copy_profile_specific_ext" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8**" owned="true" pass_as="out" array="false" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="FbGetFci" cname="gst_rtcp_packet_fb_get_fci">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="FbGetFciLength" cname="gst_rtcp_packet_fb_get_fci_length">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="FbGetMediaSsrc" cname="gst_rtcp_packet_fb_get_media_ssrc">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="FbGetSenderSsrc" cname="gst_rtcp_packet_fb_get_sender_ssrc">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="FbGetType" cname="gst_rtcp_packet_fb_get_type">
-        <return-type type="GstRTCPFBType" />
-        <parameters />
-      </method>
-      <method name="FbSetFciLength" cname="gst_rtcp_packet_fb_set_fci_length">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="wordlen" type="guint16" />
-        </parameters>
-      </method>
-      <method name="FbSetMediaSsrc" cname="gst_rtcp_packet_fb_set_media_ssrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="FbSetSenderSsrc" cname="gst_rtcp_packet_fb_set_sender_ssrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="FbSetType" cname="gst_rtcp_packet_fb_set_type">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="type" type="GstRTCPFBType" />
-        </parameters>
-      </method>
-      <method name="GetCount" cname="gst_rtcp_packet_get_count">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="GetLength" cname="gst_rtcp_packet_get_length">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="GetPadding" cname="gst_rtcp_packet_get_padding">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetProfileSpecificExt" cname="gst_rtcp_packet_get_profile_specific_ext" version="1.10">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8**" pass_as="out" array="false" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetProfileSpecificExtLength" cname="gst_rtcp_packet_get_profile_specific_ext_length" version="1.10">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="GetRb" cname="gst_rtcp_packet_get_rb">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-          <parameter name="ssrc" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="fractionlost" type="guint8*" owned="true" pass_as="out" />
-          <parameter name="packetslost" type="gint32*" owned="true" pass_as="out" />
-          <parameter name="exthighestseq" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="jitter" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="lsr" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="dlsr" type="guint32*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetRbCount" cname="gst_rtcp_packet_get_rb_count">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetType" cname="gst_rtcp_packet_get_type">
-        <return-type type="GstRTCPType" />
-        <parameters />
-      </method>
-      <method name="MoveToNext" cname="gst_rtcp_packet_move_to_next">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Remove" cname="gst_rtcp_packet_remove">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="RrGetSsrc" cname="gst_rtcp_packet_rr_get_ssrc">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="RrSetSsrc" cname="gst_rtcp_packet_rr_set_ssrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SdesAddEntry" cname="gst_rtcp_packet_sdes_add_entry">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstRTCPSDESType" />
-          <parameter name="len" type="guint8" array_index="2" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="SdesAddItem" cname="gst_rtcp_packet_sdes_add_item">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SdesCopyEntry" cname="gst_rtcp_packet_sdes_copy_entry" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstRTCPSDESType" />
-          <parameter name="len" type="guint8*" owned="true" pass_as="out" array_index="2" />
-          <parameter name="data" type="guint8***" owned="true" pass_as="out" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="SdesFirstEntry" cname="gst_rtcp_packet_sdes_first_entry">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SdesFirstItem" cname="gst_rtcp_packet_sdes_first_item">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SdesGetEntry" cname="gst_rtcp_packet_sdes_get_entry" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstRTCPSDESType" />
-          <parameter name="len" type="guint8*" owned="true" pass_as="out" array_index="2" />
-          <parameter name="data" type="guint8**" pass_as="out" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="SdesGetItemCount" cname="gst_rtcp_packet_sdes_get_item_count">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SdesGetSsrc" cname="gst_rtcp_packet_sdes_get_ssrc">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="SdesNextEntry" cname="gst_rtcp_packet_sdes_next_entry">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SdesNextItem" cname="gst_rtcp_packet_sdes_next_item">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetRb" cname="gst_rtcp_packet_set_rb">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="fractionlost" type="guint8" />
-          <parameter name="packetslost" type="gint32" />
-          <parameter name="exthighestseq" type="guint32" />
-          <parameter name="jitter" type="guint32" />
-          <parameter name="lsr" type="guint32" />
-          <parameter name="dlsr" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SrGetSenderInfo" cname="gst_rtcp_packet_sr_get_sender_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="ntptime" type="guint64*" owned="true" pass_as="out" />
-          <parameter name="rtptime" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="packet_count" type="guint32*" owned="true" pass_as="out" />
-          <parameter name="octet_count" type="guint32*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SrSetSenderInfo" cname="gst_rtcp_packet_sr_set_sender_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="ntptime" type="guint64" />
-          <parameter name="rtptime" type="guint32" />
-          <parameter name="packet_count" type="guint32" />
-          <parameter name="octet_count" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrFirstRb" cname="gst_rtcp_packet_xr_first_rb" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="XrGetBlockLength" cname="gst_rtcp_packet_xr_get_block_length" version="1.16">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="XrGetBlockType" cname="gst_rtcp_packet_xr_get_block_type" version="1.16">
-        <return-type type="GstRTCPXRType" />
-        <parameters />
-      </method>
-      <method name="XrGetDlrrBlock" cname="gst_rtcp_packet_xr_get_dlrr_block" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="last_rr" type="guint32" />
-          <parameter name="delay" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetPrtBySeq" cname="gst_rtcp_packet_xr_get_prt_by_seq" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="seq" type="guint16" />
-          <parameter name="receipt_time" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetPrtInfo" cname="gst_rtcp_packet_xr_get_prt_info" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="thinning" type="guint8" />
-          <parameter name="begin_seq" type="guint16" />
-          <parameter name="end_seq" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetRleInfo" cname="gst_rtcp_packet_xr_get_rle_info" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="thinning" type="guint8" />
-          <parameter name="begin_seq" type="guint16" />
-          <parameter name="end_seq" type="guint16" />
-          <parameter name="chunk_count" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetRleNthChunk" cname="gst_rtcp_packet_xr_get_rle_nth_chunk" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="nth" type="guint" />
-          <parameter name="chunk" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetRrt" cname="gst_rtcp_packet_xr_get_rrt" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-        </parameters>
-      </method>
-      <method name="XrGetSsrc" cname="gst_rtcp_packet_xr_get_ssrc" version="1.16">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="XrGetSummaryInfo" cname="gst_rtcp_packet_xr_get_summary_info" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="begin_seq" type="guint16" />
-          <parameter name="end_seq" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetSummaryJitter" cname="gst_rtcp_packet_xr_get_summary_jitter" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="min_jitter" type="guint32" />
-          <parameter name="max_jitter" type="guint32" />
-          <parameter name="mean_jitter" type="guint32" />
-          <parameter name="dev_jitter" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetSummaryPkt" cname="gst_rtcp_packet_xr_get_summary_pkt" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="lost_packets" type="guint32" />
-          <parameter name="dup_packets" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetSummaryTtl" cname="gst_rtcp_packet_xr_get_summary_ttl" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="is_ipv4" type="gboolean" />
-          <parameter name="min_ttl" type="guint8" />
-          <parameter name="max_ttl" type="guint8" />
-          <parameter name="mean_ttl" type="guint8" />
-          <parameter name="dev_ttl" type="guint8" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipBurstMetrics" cname="gst_rtcp_packet_xr_get_voip_burst_metrics" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="burst_density" type="guint8" />
-          <parameter name="gap_density" type="guint8" />
-          <parameter name="burst_duration" type="guint16" />
-          <parameter name="gap_duration" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipConfigurationParams" cname="gst_rtcp_packet_xr_get_voip_configuration_params" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="gmin" type="guint8" />
-          <parameter name="rx_config" type="guint8" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipDelayMetrics" cname="gst_rtcp_packet_xr_get_voip_delay_metrics" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="roundtrip_delay" type="guint16" />
-          <parameter name="end_system_delay" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipJitterBufferParams" cname="gst_rtcp_packet_xr_get_voip_jitter_buffer_params" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="jb_nominal" type="guint16" />
-          <parameter name="jb_maximum" type="guint16" />
-          <parameter name="jb_abs_max" type="guint16" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipMetricsSsrc" cname="gst_rtcp_packet_xr_get_voip_metrics_ssrc" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipPacketMetrics" cname="gst_rtcp_packet_xr_get_voip_packet_metrics" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="loss_rate" type="guint8" />
-          <parameter name="discard_rate" type="guint8" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipQualityMetrics" cname="gst_rtcp_packet_xr_get_voip_quality_metrics" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="r_factor" type="guint8" />
-          <parameter name="ext_r_factor" type="guint8" />
-          <parameter name="mos_lq" type="guint8" />
-          <parameter name="mos_cq" type="guint8" />
-        </parameters>
-      </method>
-      <method name="XrGetVoipSignalMetrics" cname="gst_rtcp_packet_xr_get_voip_signal_metrics" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="signal_level" type="guint8" />
-          <parameter name="noise_level" type="guint8" />
-          <parameter name="rerl" type="guint8" />
-          <parameter name="gmin" type="guint8" />
-        </parameters>
-      </method>
-      <method name="XrNextRb" cname="gst_rtcp_packet_xr_next_rb" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="RTPBaseAudioPayloadPrivate" cname="GstRTPBaseAudioPayloadPrivate" opaque="true" hidden="true" />
-    <struct name="RTPBaseDepayloadPrivate" cname="GstRTPBaseDepayloadPrivate" opaque="true" hidden="true" />
-    <struct name="RTPBasePayloadPrivate" cname="GstRTPBasePayloadPrivate" opaque="true" hidden="true" />
-    <struct name="RTPBuffer" cname="GstRTPBuffer" opaque="false" hidden="false">
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*" array_index="1">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="state" access="public" writeable="true" readable="true" is_callback="false" name="State" type="guint" array_index="4" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gpointer" array_index="3" array="true" array_len="4" element_type="gpointer" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" array_index="4" array="true" array_len="4" element_type="gsize" />
-      <field cname="map" access="public" writeable="true" readable="true" is_callback="false" name="MapInfo" type="GstMapInfo" array="true" array_len="4" element_type="Gst.MapInfo" />
-      <method name="AddExtensionOnebyteHeader" cname="gst_rtp_buffer_add_extension_onebyte_header">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="id" type="guint8" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-          <parameter name="n_length" type="guint" array_index="1" />
-        </parameters>
-      </method>
-      <method name="AddExtensionTwobytesHeader" cname="gst_rtp_buffer_add_extension_twobytes_header">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="appbits" type="guint8" />
-          <parameter name="id" type="guint8" />
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter name="n_length" type="guint" array_index="2" />
-        </parameters>
-      </method>
-      <method name="GetCsrc" cname="gst_rtp_buffer_get_csrc">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="idx" type="guint8" />
-        </parameters>
-      </method>
-      <method name="GetCsrcCount" cname="gst_rtp_buffer_get_csrc_count">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="GetExtension" cname="gst_rtp_buffer_get_extension">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetExtensionBytes" cname="gst_rtp_buffer_get_extension_bytes" version="1.2">
-        <return-type type="GBytes*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="bits" type="guint16*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetExtensionOnebyteHeader" cname="gst_rtp_buffer_get_extension_onebyte_header" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="id" type="guint8" />
-          <parameter name="nth" type="guint" />
-          <parameter allow-none="1" name="data" type="gpointer*" pass_as="out" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter allow-none="1" name="size" type="guint*" owned="true" pass_as="out" array_index="2" />
-        </parameters>
-      </method>
-      <method name="GetExtensionTwobytesHeader" cname="gst_rtp_buffer_get_extension_twobytes_header" hidden="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="appbits" type="guint8*" owned="true" pass_as="out" />
-          <parameter name="id" type="guint8" />
-          <parameter name="nth" type="guint" />
-          <parameter allow-none="1" name="data" type="gpointer*" pass_as="out" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter allow-none="1" name="size" type="guint*" owned="true" pass_as="out" array_index="3" />
-        </parameters>
-      </method>
-      <method name="GetHeaderLen" cname="gst_rtp_buffer_get_header_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMarker" cname="gst_rtp_buffer_get_marker">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetPacketLen" cname="gst_rtp_buffer_get_packet_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPadding" cname="gst_rtp_buffer_get_padding">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetPayloadBuffer" cname="gst_rtp_buffer_get_payload_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetPayloadBytes" cname="gst_rtp_buffer_get_payload_bytes" version="1.2">
-        <return-type type="GBytes*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetPayloadLen" cname="gst_rtp_buffer_get_payload_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPayloadSubbuffer" cname="gst_rtp_buffer_get_payload_subbuffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="offset" type="guint" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetPayloadType" cname="gst_rtp_buffer_get_payload_type">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="GetSeq" cname="gst_rtp_buffer_get_seq">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="GetSsrc" cname="gst_rtp_buffer_get_ssrc">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetTimestamp" cname="gst_rtp_buffer_get_timestamp">
-        <return-type type="guint32" />
-        <parameters />
-      </method>
-      <method name="GetVersion" cname="gst_rtp_buffer_get_version">
-        <return-type type="guint8" />
-        <parameters />
-      </method>
-      <method name="PadTo" cname="gst_rtp_buffer_pad_to">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveExtensionData" cname="gst_rtp_buffer_remove_extension_data" version="1.20">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetCsrc" cname="gst_rtp_buffer_set_csrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="idx" type="guint8" />
-          <parameter name="csrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetExtension" cname="gst_rtp_buffer_set_extension">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="extension" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetExtensionData" cname="gst_rtp_buffer_set_extension_data">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bits" type="guint16" />
-          <parameter name="length" type="guint16" />
-        </parameters>
-      </method>
-      <method name="SetMarker" cname="gst_rtp_buffer_set_marker">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="marker" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPacketLen" cname="gst_rtp_buffer_set_packet_len">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetPadding" cname="gst_rtp_buffer_set_padding">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="padding" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetPayloadType" cname="gst_rtp_buffer_set_payload_type">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="payload_type" type="guint8" />
-        </parameters>
-      </method>
-      <method name="SetSeq" cname="gst_rtp_buffer_set_seq">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="seq" type="guint16" />
-        </parameters>
-      </method>
-      <method name="SetSsrc" cname="gst_rtp_buffer_set_ssrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetTimestamp" cname="gst_rtp_buffer_set_timestamp">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timestamp" type="guint32" />
-        </parameters>
-      </method>
-      <method name="SetVersion" cname="gst_rtp_buffer_set_version">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="version" type="guint8" />
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_rtp_buffer_unmap">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="AllocateData" cname="gst_rtp_buffer_allocate_data" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="CalcHeaderLen" cname="gst_rtp_buffer_calc_header_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="CalcPacketLen" cname="gst_rtp_buffer_calc_packet_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="CalcPayloadLen" cname="gst_rtp_buffer_calc_payload_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="packet_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="CompareSeqnum" cname="gst_rtp_buffer_compare_seqnum" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="seqnum1" type="guint16" />
-          <parameter name="seqnum2" type="guint16" />
-        </parameters>
-      </method>
-      <method name="DefaultClockRate" cname="gst_rtp_buffer_default_clock_rate" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="payload_type" type="guint8" />
-        </parameters>
-      </method>
-      <method name="ExtTimestamp" cname="gst_rtp_buffer_ext_timestamp" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="exttimestamp" type="guint64*" owned="true" pass_as="ref" />
-          <parameter name="timestamp" type="guint32" />
-        </parameters>
-      </method>
-      <method name="GetExtensionOnebyteHeaderFromBytes" cname="gst_rtp_buffer_get_extension_onebyte_header_from_bytes" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bytes" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="bit_pattern" type="guint16" />
-          <parameter name="id" type="guint8" />
-          <parameter name="nth" type="guint" />
-          <parameter name="data" type="gpointer*" pass_as="out" array="true" array_length_param_index="5" element_type="guint8" />
-          <parameter name="size" type="guint*" owned="true" pass_as="out" array_index="4" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_rtp_buffer_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-          <parameter name="rtp" type="GstRTPBuffer*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NewAllocate" cname="gst_rtp_buffer_new_allocate" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="NewAllocateLen" cname="gst_rtp_buffer_new_allocate_len" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="packet_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="NewCopyData" cname="gst_rtp_buffer_new_copy_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-        </parameters>
-      </method>
-      <method name="NewTakeData" cname="gst_rtp_buffer_new_take_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" owned="true" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTPPayloadInfo" cname="GstRTPPayloadInfo" opaque="false" hidden="false">
-      <field cname="payload_type" access="public" writeable="true" readable="true" is_callback="false" name="PayloadType" type="guint8" />
-      <field cname="media" access="public" writeable="true" readable="true" is_callback="false" name="Media" type="gchar*" />
-      <field cname="encoding_name" access="public" writeable="true" readable="true" is_callback="false" name="EncodingName" type="gchar*" />
-      <field cname="clock_rate" access="public" writeable="true" readable="true" is_callback="false" name="ClockRate" type="guint" />
-      <field cname="encoding_parameters" access="public" writeable="true" readable="true" is_callback="false" name="EncodingParameters" type="gchar*" />
-      <field cname="bitrate" access="public" writeable="true" readable="true" is_callback="false" name="Bitrate" type="guint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="ForName" cname="gst_rtp_payload_info_for_name" shared="true">
-        <return-type type="GstRTPPayloadInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="media" type="const-gchar*" />
-          <parameter name="encoding_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ForPt" cname="gst_rtp_payload_info_for_pt" shared="true">
-        <return-type type="GstRTPPayloadInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="payload_type" type="guint8" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTPSourceMeta" cname="GstRTPSourceMeta" opaque="false" hidden="false" version="1.16">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="ssrc" access="public" writeable="true" readable="true" is_callback="false" name="Ssrc" type="guint32" />
-      <field cname="ssrc_valid" access="public" writeable="true" readable="true" is_callback="false" name="SsrcValid" type="gboolean" />
-      <field cname="csrc" access="public" writeable="true" readable="true" is_callback="false" name="Csrc" type="guint32" array="true" array_len="15" element_type="guint32" />
-      <field cname="csrc_count" access="public" writeable="true" readable="true" is_callback="false" name="CsrcCount" type="guint" />
-      <method name="AppendCsrc" cname="gst_rtp_source_meta_append_csrc" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="csrc" type="const guint32*" array="true" array_length_param_index="1" element_type="guint32" />
-          <parameter name="csrc_count" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSourceCount" cname="gst_rtp_source_meta_get_source_count" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SetSsrc" cname="gst_rtp_source_meta_set_ssrc" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="ssrc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_rtp_source_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <object name="Global" cname="GstRtpGlobal" opaque="true">
-      <method name="BufferAddRtpSourceMeta" cname="gst_buffer_add_rtp_source_meta" shared="true" version="1.16">
-        <return-type type="GstRTPSourceMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="ssrc" type="guint32" />
-          <parameter allow-none="1" name="csrc" type="const guint32*" array="true" array_length_param_index="3" element_type="guint32" />
-          <parameter name="csrc_count" type="guint" array_index="2" />
-        </parameters>
-      </method>
-      <method name="BufferGetRtpSourceMeta" cname="gst_buffer_get_rtp_source_meta" shared="true" version="1.16">
-        <return-type type="GstRTPSourceMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtcpBufferMap" cname="gst_rtcp_buffer_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-          <parameter name="rtcp" type="GstRTCPBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtcpBufferNew" cname="gst_rtcp_buffer_new" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="mtu" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtcpBufferNewCopyData" cname="gst_rtcp_buffer_new_copy_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtcpBufferNewTakeData" cname="gst_rtcp_buffer_new_take_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtcpBufferValidate" cname="gst_rtcp_buffer_validate" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtcpBufferValidateData" cname="gst_rtcp_buffer_validate_data" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtcpBufferValidateDataReduced" cname="gst_rtcp_buffer_validate_data_reduced" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtcpBufferValidateReduced" cname="gst_rtcp_buffer_validate_reduced" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtcpNtpToUnix" cname="gst_rtcp_ntp_to_unix" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="ntptime" type="guint64" />
-        </parameters>
-      </method>
-      <method name="RtcpSdesNameToType" cname="gst_rtcp_sdes_name_to_type" shared="true">
-        <return-type type="GstRTCPSDESType" />
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtcpSdesTypeToName" cname="gst_rtcp_sdes_type_to_name" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstRTCPSDESType" />
-        </parameters>
-      </method>
-      <method name="RtcpUnixToNtp" cname="gst_rtcp_unix_to_ntp" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="unixtime" type="guint64" />
-        </parameters>
-      </method>
-      <method name="RtpBufferAllocateData" cname="gst_rtp_buffer_allocate_data" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferCalcHeaderLen" cname="gst_rtp_buffer_calc_header_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferCalcPacketLen" cname="gst_rtp_buffer_calc_packet_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferCalcPayloadLen" cname="gst_rtp_buffer_calc_payload_len" shared="true">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="packet_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferCompareSeqnum" cname="gst_rtp_buffer_compare_seqnum" shared="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="seqnum1" type="guint16" />
-          <parameter name="seqnum2" type="guint16" />
-        </parameters>
-      </method>
-      <method name="RtpBufferDefaultClockRate" cname="gst_rtp_buffer_default_clock_rate" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="payload_type" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferExtTimestamp" cname="gst_rtp_buffer_ext_timestamp" shared="true">
-        <return-type type="guint64" />
-        <parameters>
-          <parameter name="exttimestamp" type="guint64*" owned="true" pass_as="ref" />
-          <parameter name="timestamp" type="guint32" />
-        </parameters>
-      </method>
-      <method name="RtpBufferGetExtensionOnebyteHeaderFromBytes" cname="gst_rtp_buffer_get_extension_onebyte_header_from_bytes" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bytes" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="bit_pattern" type="guint16" />
-          <parameter name="id" type="guint8" />
-          <parameter name="nth" type="guint" />
-          <parameter name="data" type="gpointer*" pass_as="out" array="true" array_length_param_index="5" element_type="guint8" />
-          <parameter name="size" type="guint*" owned="true" pass_as="out" array_index="4" />
-        </parameters>
-      </method>
-      <method name="RtpBufferMap" cname="gst_rtp_buffer_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-          <parameter name="rtp" type="GstRTPBuffer*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtpBufferNewAllocate" cname="gst_rtp_buffer_new_allocate" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="payload_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferNewAllocateLen" cname="gst_rtp_buffer_new_allocate_len" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="packet_len" type="guint" />
-          <parameter name="pad_len" type="guint8" />
-          <parameter name="csrc_count" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpBufferNewCopyData" cname="gst_rtp_buffer_new_copy_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-        </parameters>
-      </method>
-      <method name="RtpBufferNewTakeData" cname="gst_rtp_buffer_new_take_data" shared="true">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="data" type="guint8*" owned="true" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-        </parameters>
-      </method>
-      <method name="RtpGetHeaderExtensionList" cname="gst_rtp_get_header_extension_list" shared="true" version="1.20">
-        <return-type type="GList*" element_type="GstElementFactory*" elements_owned="true" owned="true" />
-      </method>
-      <method name="RtpHdrextGetNtp56" cname="gst_rtp_hdrext_get_ntp_56" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="gpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="ntptime" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RtpHdrextGetNtp64" cname="gst_rtp_hdrext_get_ntp_64" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="data" type="gpointer" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="ntptime" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RtpHdrextSetNtp56" cname="gst_rtp_hdrext_set_ntp_56" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="gpointer" />
-          <parameter name="size" type="guint" />
-          <parameter name="ntptime" type="guint64" />
-        </parameters>
-      </method>
-      <method name="RtpHdrextSetNtp64" cname="gst_rtp_hdrext_set_ntp_64" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="gpointer" />
-          <parameter name="size" type="guint" />
-          <parameter name="ntptime" type="guint64" />
-        </parameters>
-      </method>
-      <method name="RtpPayloadInfoForName" cname="gst_rtp_payload_info_for_name" shared="true">
-        <return-type type="GstRTPPayloadInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="media" type="const-gchar*" />
-          <parameter name="encoding_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtpPayloadInfoForPt" cname="gst_rtp_payload_info_for_pt" shared="true">
-        <return-type type="GstRTPPayloadInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="payload_type" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtpSourceMetaApiGetType" cname="gst_rtp_source_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="RtpSourceMetaGetInfo" cname="gst_rtp_source_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </object>
-    <object name="Constants" cname="GstRtpConstants" opaque="true">
-      <constant value="31" ctype="gint" gtype="gint" name="RTCP_MAX_BYE_SSRC_COUNT" />
-      <constant value="31" ctype="gint" gtype="gint" name="RTCP_MAX_RB_COUNT" />
-      <constant value="255" ctype="gint" gtype="gint" name="RTCP_MAX_SDES" />
-      <constant value="31" ctype="gint" gtype="gint" name="RTCP_MAX_SDES_ITEM_COUNT" />
-      <constant value="49400" ctype="gint" gtype="gint" name="RTCP_REDUCED_SIZE_VALID_MASK" />
-      <constant value="57598" ctype="gint" gtype="gint" name="RTCP_VALID_MASK" />
-      <constant value="200" ctype="gint" gtype="gint" name="RTCP_VALID_VALUE" />
-      <constant value="2" ctype="gint" gtype="gint" name="RTCP_VERSION" />
-      <constant value="urn:ietf:params:rtp-hdrext:" ctype="gchar*" gtype="gchar*" name="RTP_HDREXT_BASE" />
-      <constant value="Network/Extension/RTPHeader" ctype="gchar*" gtype="gchar*" name="RTP_HDREXT_ELEMENT_CLASS" version="1.20" />
-      <constant value="ntp-56" ctype="gchar*" gtype="gchar*" name="RTP_HDREXT_NTP_56" />
-      <constant value="7" ctype="gint" gtype="gint" name="RTP_HDREXT_NTP_56_SIZE" />
-      <constant value="ntp-64" ctype="gchar*" gtype="gchar*" name="RTP_HDREXT_NTP_64" />
-      <constant value="8" ctype="gint" gtype="gint" name="RTP_HDREXT_NTP_64_SIZE" />
-      <constant value="RTP-Header-Extension-URI" ctype="gchar*" gtype="gchar*" name="RTP_HEADER_EXTENSION_URI_METADATA_KEY" version="1.20" />
-      <constant value="1" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_1016_STRING" />
-      <constant value="25" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_CELLB_STRING" />
-      <constant value="13" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_CN_STRING" />
-      <constant value="16" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_DVI4_11025_STRING" />
-      <constant value="6" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_DVI4_16000_STRING" />
-      <constant value="17" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_DVI4_22050_STRING" />
-      <constant value="5" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_DVI4_8000_STRING" />
-      <constant value="[96, 127]" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_DYNAMIC_STRING" />
-      <constant value="2" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G721_STRING" />
-      <constant value="9" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G722_STRING" />
-      <constant value="17" ctype="gint" gtype="gint" name="RTP_PAYLOAD_G723_53" />
-      <constant value="17" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G723_53_STRING" />
-      <constant value="16" ctype="gint" gtype="gint" name="RTP_PAYLOAD_G723_63" />
-      <constant value="16" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G723_63_STRING" />
-      <constant value="4" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G723_STRING" />
-      <constant value="15" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G728_STRING" />
-      <constant value="18" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_G729_STRING" />
-      <constant value="3" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_GSM_STRING" />
-      <constant value="31" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_H261_STRING" />
-      <constant value="34" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_H263_STRING" />
-      <constant value="26" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_JPEG_STRING" />
-      <constant value="11" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_L16_MONO_STRING" />
-      <constant value="10" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_L16_STEREO_STRING" />
-      <constant value="7" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_LPC_STRING" />
-      <constant value="33" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_MP2T_STRING" />
-      <constant value="14" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_MPA_STRING" />
-      <constant value="32" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_MPV_STRING" />
-      <constant value="28" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_NV_STRING" />
-      <constant value="8" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_PCMA_STRING" />
-      <constant value="0" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_PCMU_STRING" />
-      <constant value="12" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_QCELP_STRING" />
-      <constant value="19" ctype="gint" gtype="gint" name="RTP_PAYLOAD_TS41" />
-      <constant value="19" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_TS41_STRING" />
-      <constant value="18" ctype="gint" gtype="gint" name="RTP_PAYLOAD_TS48" />
-      <constant value="18" ctype="gchar*" gtype="gchar*" name="RTP_PAYLOAD_TS48_STRING" />
-      <constant value="15" ctype="gint" gtype="gint" name="RTP_SOURCE_META_MAX_CSRC_COUNT" />
-      <constant value="2" ctype="gint" gtype="gint" name="RTP_VERSION" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Rtsp" library="gstrtsp-1.0-0.dll">
-    <enum name="RTSPAuthMethod" cname="GstRTSPAuthMethod" type="enum" gtype="gst_rtsp_auth_method_get_type">
-      <member cname="GST_RTSP_AUTH_NONE" name="None" value="0" />
-      <member cname="GST_RTSP_AUTH_BASIC" name="Basic" value="1" />
-      <member cname="GST_RTSP_AUTH_DIGEST" name="Digest" value="2" />
-    </enum>
-    <enum name="RTSPFamily" cname="GstRTSPFamily" type="enum" gtype="gst_rtsp_family_get_type">
-      <member cname="GST_RTSP_FAM_NONE" name="None" value="0" />
-      <member cname="GST_RTSP_FAM_INET" name="Inet" value="1" />
-      <member cname="GST_RTSP_FAM_INET6" name="Inet6" value="2" />
-    </enum>
-    <enum name="RTSPHeaderField" cname="GstRTSPHeaderField" type="enum" gtype="gst_rtsp_header_field_get_type">
-      <member cname="GST_RTSP_HDR_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_HDR_ACCEPT" name="Accept" value="1" />
-      <member cname="GST_RTSP_HDR_ACCEPT_ENCODING" name="AcceptEncoding" value="2" />
-      <member cname="GST_RTSP_HDR_ACCEPT_LANGUAGE" name="AcceptLanguage" value="3" />
-      <member cname="GST_RTSP_HDR_ALLOW" name="Allow" value="4" />
-      <member cname="GST_RTSP_HDR_AUTHORIZATION" name="Authorization" value="5" />
-      <member cname="GST_RTSP_HDR_BANDWIDTH" name="Bandwidth" value="6" />
-      <member cname="GST_RTSP_HDR_BLOCKSIZE" name="Blocksize" value="7" />
-      <member cname="GST_RTSP_HDR_CACHE_CONTROL" name="CacheControl" value="8" />
-      <member cname="GST_RTSP_HDR_CONFERENCE" name="Conference" value="9" />
-      <member cname="GST_RTSP_HDR_CONNECTION" name="Connection" value="10" />
-      <member cname="GST_RTSP_HDR_CONTENT_BASE" name="ContentBase" value="11" />
-      <member cname="GST_RTSP_HDR_CONTENT_ENCODING" name="ContentEncoding" value="12" />
-      <member cname="GST_RTSP_HDR_CONTENT_LANGUAGE" name="ContentLanguage" value="13" />
-      <member cname="GST_RTSP_HDR_CONTENT_LENGTH" name="ContentLength" value="14" />
-      <member cname="GST_RTSP_HDR_CONTENT_LOCATION" name="ContentLocation" value="15" />
-      <member cname="GST_RTSP_HDR_CONTENT_TYPE" name="ContentType" value="16" />
-      <member cname="GST_RTSP_HDR_CSEQ" name="Cseq" value="17" />
-      <member cname="GST_RTSP_HDR_DATE" name="Date" value="18" />
-      <member cname="GST_RTSP_HDR_EXPIRES" name="Expires" value="19" />
-      <member cname="GST_RTSP_HDR_FROM" name="From" value="20" />
-      <member cname="GST_RTSP_HDR_IF_MODIFIED_SINCE" name="IfModifiedSince" value="21" />
-      <member cname="GST_RTSP_HDR_LAST_MODIFIED" name="LastModified" value="22" />
-      <member cname="GST_RTSP_HDR_PROXY_AUTHENTICATE" name="ProxyAuthenticate" value="23" />
-      <member cname="GST_RTSP_HDR_PROXY_REQUIRE" name="ProxyRequire" value="24" />
-      <member cname="GST_RTSP_HDR_PUBLIC" name="Public" value="25" />
-      <member cname="GST_RTSP_HDR_RANGE" name="Range" value="26" />
-      <member cname="GST_RTSP_HDR_REFERER" name="Referer" value="27" />
-      <member cname="GST_RTSP_HDR_REQUIRE" name="Require" value="28" />
-      <member cname="GST_RTSP_HDR_RETRY_AFTER" name="RetryAfter" value="29" />
-      <member cname="GST_RTSP_HDR_RTP_INFO" name="RtpInfo" value="30" />
-      <member cname="GST_RTSP_HDR_SCALE" name="Scale" value="31" />
-      <member cname="GST_RTSP_HDR_SESSION" name="Session" value="32" />
-      <member cname="GST_RTSP_HDR_SERVER" name="Server" value="33" />
-      <member cname="GST_RTSP_HDR_SPEED" name="Speed" value="34" />
-      <member cname="GST_RTSP_HDR_TRANSPORT" name="Transport" value="35" />
-      <member cname="GST_RTSP_HDR_UNSUPPORTED" name="Unsupported" value="36" />
-      <member cname="GST_RTSP_HDR_USER_AGENT" name="UserAgent" value="37" />
-      <member cname="GST_RTSP_HDR_VIA" name="Via" value="38" />
-      <member cname="GST_RTSP_HDR_WWW_AUTHENTICATE" name="WwwAuthenticate" value="39" />
-      <member cname="GST_RTSP_HDR_CLIENT_CHALLENGE" name="ClientChallenge" value="40" />
-      <member cname="GST_RTSP_HDR_REAL_CHALLENGE1" name="RealChallenge1" value="41" />
-      <member cname="GST_RTSP_HDR_REAL_CHALLENGE2" name="RealChallenge2" value="42" />
-      <member cname="GST_RTSP_HDR_REAL_CHALLENGE3" name="RealChallenge3" value="43" />
-      <member cname="GST_RTSP_HDR_SUBSCRIBE" name="Subscribe" value="44" />
-      <member cname="GST_RTSP_HDR_ALERT" name="Alert" value="45" />
-      <member cname="GST_RTSP_HDR_CLIENT_ID" name="ClientId" value="46" />
-      <member cname="GST_RTSP_HDR_COMPANY_ID" name="CompanyId" value="47" />
-      <member cname="GST_RTSP_HDR_GUID" name="Guid" value="48" />
-      <member cname="GST_RTSP_HDR_REGION_DATA" name="RegionData" value="49" />
-      <member cname="GST_RTSP_HDR_MAX_ASM_WIDTH" name="MaxAsmWidth" value="50" />
-      <member cname="GST_RTSP_HDR_LANGUAGE" name="Language" value="51" />
-      <member cname="GST_RTSP_HDR_PLAYER_START_TIME" name="PlayerStartTime" value="52" />
-      <member cname="GST_RTSP_HDR_LOCATION" name="Location" value="53" />
-      <member cname="GST_RTSP_HDR_ETAG" name="Etag" value="54" />
-      <member cname="GST_RTSP_HDR_IF_MATCH" name="IfMatch" value="55" />
-      <member cname="GST_RTSP_HDR_ACCEPT_CHARSET" name="AcceptCharset" value="56" />
-      <member cname="GST_RTSP_HDR_SUPPORTED" name="Supported" value="57" />
-      <member cname="GST_RTSP_HDR_VARY" name="Vary" value="58" />
-      <member cname="GST_RTSP_HDR_X_ACCELERATE_STREAMING" name="XAccelerateStreaming" value="59" />
-      <member cname="GST_RTSP_HDR_X_ACCEPT_AUTHENT" name="XAcceptAuthent" value="60" />
-      <member cname="GST_RTSP_HDR_X_ACCEPT_PROXY_AUTHENT" name="XAcceptProxyAuthent" value="61" />
-      <member cname="GST_RTSP_HDR_X_BROADCAST_ID" name="XBroadcastId" value="62" />
-      <member cname="GST_RTSP_HDR_X_BURST_STREAMING" name="XBurstStreaming" value="63" />
-      <member cname="GST_RTSP_HDR_X_NOTICE" name="XNotice" value="64" />
-      <member cname="GST_RTSP_HDR_X_PLAYER_LAG_TIME" name="XPlayerLagTime" value="65" />
-      <member cname="GST_RTSP_HDR_X_PLAYLIST" name="XPlaylist" value="66" />
-      <member cname="GST_RTSP_HDR_X_PLAYLIST_CHANGE_NOTICE" name="XPlaylistChangeNotice" value="67" />
-      <member cname="GST_RTSP_HDR_X_PLAYLIST_GEN_ID" name="XPlaylistGenId" value="68" />
-      <member cname="GST_RTSP_HDR_X_PLAYLIST_SEEK_ID" name="XPlaylistSeekId" value="69" />
-      <member cname="GST_RTSP_HDR_X_PROXY_CLIENT_AGENT" name="XProxyClientAgent" value="70" />
-      <member cname="GST_RTSP_HDR_X_PROXY_CLIENT_VERB" name="XProxyClientVerb" value="71" />
-      <member cname="GST_RTSP_HDR_X_RECEDING_PLAYLISTCHANGE" name="XRecedingPlaylistchange" value="72" />
-      <member cname="GST_RTSP_HDR_X_RTP_INFO" name="XRtpInfo" value="73" />
-      <member cname="GST_RTSP_HDR_X_STARTUPPROFILE" name="XStartupprofile" value="74" />
-      <member cname="GST_RTSP_HDR_TIMESTAMP" name="Timestamp" value="75" />
-      <member cname="GST_RTSP_HDR_AUTHENTICATION_INFO" name="AuthenticationInfo" value="76" />
-      <member cname="GST_RTSP_HDR_HOST" name="Host" value="77" />
-      <member cname="GST_RTSP_HDR_PRAGMA" name="Pragma" value="78" />
-      <member cname="GST_RTSP_HDR_X_SERVER_IP_ADDRESS" name="XServerIpAddress" value="79" />
-      <member cname="GST_RTSP_HDR_X_SESSIONCOOKIE" name="XSessioncookie" value="80" />
-      <member cname="GST_RTSP_HDR_RTCP_INTERVAL" name="RtcpInterval" value="81" />
-      <member cname="GST_RTSP_HDR_KEYMGMT" name="Keymgmt" value="82" />
-      <member cname="GST_RTSP_HDR_PIPELINED_REQUESTS" name="PipelinedRequests" value="83" />
-      <member cname="GST_RTSP_HDR_MEDIA_PROPERTIES" name="MediaProperties" value="84" />
-      <member cname="GST_RTSP_HDR_SEEK_STYLE" name="SeekStyle" value="85" />
-      <member cname="GST_RTSP_HDR_ACCEPT_RANGES" name="AcceptRanges" value="86" />
-      <member cname="GST_RTSP_HDR_FRAMES" name="Frames" value="87" />
-      <member cname="GST_RTSP_HDR_RATE_CONTROL" name="RateControl" value="88" />
-      <member cname="GST_RTSP_HDR_LAST" name="Last" value="89" />
-    </enum>
-    <enum name="RTSPMsgType" cname="GstRTSPMsgType" type="enum" gtype="gst_rtsp_msg_type_get_type">
-      <member cname="GST_RTSP_MESSAGE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_MESSAGE_REQUEST" name="Request" value="1" />
-      <member cname="GST_RTSP_MESSAGE_RESPONSE" name="Response" value="2" />
-      <member cname="GST_RTSP_MESSAGE_HTTP_REQUEST" name="HttpRequest" value="3" />
-      <member cname="GST_RTSP_MESSAGE_HTTP_RESPONSE" name="HttpResponse" value="4" />
-      <member cname="GST_RTSP_MESSAGE_DATA" name="Data" value="5" />
-    </enum>
-    <enum name="RTSPRangeUnit" cname="GstRTSPRangeUnit" type="enum" gtype="gst_rtsp_range_unit_get_type">
-      <member cname="GST_RTSP_RANGE_SMPTE" name="Smpte" value="0" />
-      <member cname="GST_RTSP_RANGE_SMPTE_30_DROP" name="Smpte30Drop" value="1" />
-      <member cname="GST_RTSP_RANGE_SMPTE_25" name="Smpte25" value="2" />
-      <member cname="GST_RTSP_RANGE_NPT" name="Npt" value="3" />
-      <member cname="GST_RTSP_RANGE_CLOCK" name="Clock" value="4" />
-    </enum>
-    <enum name="RTSPResult" cname="GstRTSPResult" type="enum" gtype="gst_rtsp_result_get_type">
-      <member cname="GST_RTSP_ELAST" name="Elast" value="-17" />
-      <member cname="GST_RTSP_ETPOST" name="Etpost" value="-16" />
-      <member cname="GST_RTSP_ETGET" name="Etget" value="-15" />
-      <member cname="GST_RTSP_ETIMEOUT" name="Etimeout" value="-14" />
-      <member cname="GST_RTSP_ENOTIP" name="Enotip" value="-13" />
-      <member cname="GST_RTSP_ENET" name="Enet" value="-12" />
-      <member cname="GST_RTSP_EEOF" name="Eeof" value="-11" />
-      <member cname="GST_RTSP_EWSAVERSION" name="Ewsaversion" value="-10" />
-      <member cname="GST_RTSP_EWSASTART" name="Ewsastart" value="-9" />
-      <member cname="GST_RTSP_EPARSE" name="Eparse" value="-8" />
-      <member cname="GST_RTSP_ESYS" name="Esys" value="-7" />
-      <member cname="GST_RTSP_ENOTIMPL" name="Enotimpl" value="-6" />
-      <member cname="GST_RTSP_ERESOLV" name="Eresolv" value="-5" />
-      <member cname="GST_RTSP_ENOMEM" name="Enomem" value="-4" />
-      <member cname="GST_RTSP_EINTR" name="Eintr" value="-3" />
-      <member cname="GST_RTSP_EINVAL" name="Einval" value="-2" />
-      <member cname="GST_RTSP_ERROR" name="Error" value="-1" />
-      <member cname="GST_RTSP_OK" name="Ok" value="0" />
-    </enum>
-    <enum name="RTSPState" cname="GstRTSPState" type="enum" gtype="gst_rtsp_state_get_type">
-      <member cname="GST_RTSP_STATE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_STATE_INIT" name="Init" value="1" />
-      <member cname="GST_RTSP_STATE_READY" name="Ready" value="2" />
-      <member cname="GST_RTSP_STATE_SEEKING" name="Seeking" value="3" />
-      <member cname="GST_RTSP_STATE_PLAYING" name="Playing" value="4" />
-      <member cname="GST_RTSP_STATE_RECORDING" name="Recording" value="5" />
-    </enum>
-    <enum name="RTSPStatusCode" cname="GstRTSPStatusCode" type="enum" gtype="gst_rtsp_status_code_get_type">
-      <member cname="GST_RTSP_STS_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_STS_CONTINUE" name="Continue" value="100" />
-      <member cname="GST_RTSP_STS_OK" name="Ok" value="200" />
-      <member cname="GST_RTSP_STS_CREATED" name="Created" value="201" />
-      <member cname="GST_RTSP_STS_LOW_ON_STORAGE" name="LowOnStorage" value="250" />
-      <member cname="GST_RTSP_STS_MULTIPLE_CHOICES" name="MultipleChoices" value="300" />
-      <member cname="GST_RTSP_STS_MOVED_PERMANENTLY" name="MovedPermanently" value="301" />
-      <member cname="GST_RTSP_STS_MOVE_TEMPORARILY" name="MoveTemporarily" value="302" />
-      <member cname="GST_RTSP_STS_SEE_OTHER" name="SeeOther" value="303" />
-      <member cname="GST_RTSP_STS_NOT_MODIFIED" name="NotModified" value="304" />
-      <member cname="GST_RTSP_STS_USE_PROXY" name="UseProxy" value="305" />
-      <member cname="GST_RTSP_STS_BAD_REQUEST" name="BadRequest" value="400" />
-      <member cname="GST_RTSP_STS_UNAUTHORIZED" name="Unauthorized" value="401" />
-      <member cname="GST_RTSP_STS_PAYMENT_REQUIRED" name="PaymentRequired" value="402" />
-      <member cname="GST_RTSP_STS_FORBIDDEN" name="Forbidden" value="403" />
-      <member cname="GST_RTSP_STS_NOT_FOUND" name="NotFound" value="404" />
-      <member cname="GST_RTSP_STS_METHOD_NOT_ALLOWED" name="MethodNotAllowed" value="405" />
-      <member cname="GST_RTSP_STS_NOT_ACCEPTABLE" name="NotAcceptable" value="406" />
-      <member cname="GST_RTSP_STS_PROXY_AUTH_REQUIRED" name="ProxyAuthRequired" value="407" />
-      <member cname="GST_RTSP_STS_REQUEST_TIMEOUT" name="RequestTimeout" value="408" />
-      <member cname="GST_RTSP_STS_GONE" name="Gone" value="410" />
-      <member cname="GST_RTSP_STS_LENGTH_REQUIRED" name="LengthRequired" value="411" />
-      <member cname="GST_RTSP_STS_PRECONDITION_FAILED" name="PreconditionFailed" value="412" />
-      <member cname="GST_RTSP_STS_REQUEST_ENTITY_TOO_LARGE" name="RequestEntityTooLarge" value="413" />
-      <member cname="GST_RTSP_STS_REQUEST_URI_TOO_LARGE" name="RequestUriTooLarge" value="414" />
-      <member cname="GST_RTSP_STS_UNSUPPORTED_MEDIA_TYPE" name="UnsupportedMediaType" value="415" />
-      <member cname="GST_RTSP_STS_PARAMETER_NOT_UNDERSTOOD" name="ParameterNotUnderstood" value="451" />
-      <member cname="GST_RTSP_STS_CONFERENCE_NOT_FOUND" name="ConferenceNotFound" value="452" />
-      <member cname="GST_RTSP_STS_NOT_ENOUGH_BANDWIDTH" name="NotEnoughBandwidth" value="453" />
-      <member cname="GST_RTSP_STS_SESSION_NOT_FOUND" name="SessionNotFound" value="454" />
-      <member cname="GST_RTSP_STS_METHOD_NOT_VALID_IN_THIS_STATE" name="MethodNotValidInThisState" value="455" />
-      <member cname="GST_RTSP_STS_HEADER_FIELD_NOT_VALID_FOR_RESOURCE" name="HeaderFieldNotValidForResource" value="456" />
-      <member cname="GST_RTSP_STS_INVALID_RANGE" name="InvalidRange" value="457" />
-      <member cname="GST_RTSP_STS_PARAMETER_IS_READONLY" name="ParameterIsReadonly" value="458" />
-      <member cname="GST_RTSP_STS_AGGREGATE_OPERATION_NOT_ALLOWED" name="AggregateOperationNotAllowed" value="459" />
-      <member cname="GST_RTSP_STS_ONLY_AGGREGATE_OPERATION_ALLOWED" name="OnlyAggregateOperationAllowed" value="460" />
-      <member cname="GST_RTSP_STS_UNSUPPORTED_TRANSPORT" name="UnsupportedTransport" value="461" />
-      <member cname="GST_RTSP_STS_DESTINATION_UNREACHABLE" name="DestinationUnreachable" value="462" />
-      <member cname="GST_RTSP_STS_KEY_MANAGEMENT_FAILURE" name="KeyManagementFailure" value="463" />
-      <member cname="GST_RTSP_STS_INTERNAL_SERVER_ERROR" name="InternalServerError" value="500" />
-      <member cname="GST_RTSP_STS_NOT_IMPLEMENTED" name="NotImplemented" value="501" />
-      <member cname="GST_RTSP_STS_BAD_GATEWAY" name="BadGateway" value="502" />
-      <member cname="GST_RTSP_STS_SERVICE_UNAVAILABLE" name="ServiceUnavailable" value="503" />
-      <member cname="GST_RTSP_STS_GATEWAY_TIMEOUT" name="GatewayTimeout" value="504" />
-      <member cname="GST_RTSP_STS_RTSP_VERSION_NOT_SUPPORTED" name="RtspVersionNotSupported" value="505" />
-      <member cname="GST_RTSP_STS_OPTION_NOT_SUPPORTED" name="OptionNotSupported" value="551" />
-    </enum>
-    <enum name="RTSPTimeType" cname="GstRTSPTimeType" type="enum" gtype="gst_rtsp_time_type_get_type">
-      <member cname="GST_RTSP_TIME_SECONDS" name="Seconds" value="0" />
-      <member cname="GST_RTSP_TIME_NOW" name="Now" value="1" />
-      <member cname="GST_RTSP_TIME_END" name="End" value="2" />
-      <member cname="GST_RTSP_TIME_FRAMES" name="Frames" value="3" />
-      <member cname="GST_RTSP_TIME_UTC" name="Utc" value="4" />
-    </enum>
-    <enum name="RTSPVersion" cname="GstRTSPVersion" type="enum" gtype="gst_rtsp_version_get_type">
-      <member cname="GST_RTSP_VERSION_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_VERSION_1_0" name="_110" value="16" />
-      <member cname="GST_RTSP_VERSION_1_1" name="_111" value="17" />
-      <member cname="GST_RTSP_VERSION_2_0" name="_220" value="32" />
-    </enum>
-    <enum name="RTSPEvent" cname="GstRTSPEvent" type="flags" gtype="gst_rtsp_event_get_type">
-      <member cname="GST_RTSP_EV_READ" name="Read" value="1" />
-      <member cname="GST_RTSP_EV_WRITE" name="Write" value="2" />
-    </enum>
-    <enum name="RTSPLowerTrans" cname="GstRTSPLowerTrans" type="flags" gtype="gst_rtsp_lower_trans_get_type">
-      <member cname="GST_RTSP_LOWER_TRANS_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_RTSP_LOWER_TRANS_UDP" name="Udp" value="1" />
-      <member cname="GST_RTSP_LOWER_TRANS_UDP_MCAST" name="UdpMcast" value="2" />
-      <member cname="GST_RTSP_LOWER_TRANS_TCP" name="Tcp" value="4" />
-      <member cname="GST_RTSP_LOWER_TRANS_HTTP" name="Http" value="16" />
-      <member cname="GST_RTSP_LOWER_TRANS_TLS" name="Tls" value="32" />
-    </enum>
-    <enum name="RTSPMethod" cname="GstRTSPMethod" type="flags" gtype="gst_rtsp_method_get_type">
-      <member cname="GST_RTSP_INVALID" name="Invalid" value="0" />
-      <member cname="GST_RTSP_DESCRIBE" name="Describe" value="1" />
-      <member cname="GST_RTSP_ANNOUNCE" name="Announce" value="2" />
-      <member cname="GST_RTSP_GET_PARAMETER" name="GetParameter" value="4" />
-      <member cname="GST_RTSP_OPTIONS" name="Options" value="8" />
-      <member cname="GST_RTSP_PAUSE" name="Pause" value="16" />
-      <member cname="GST_RTSP_PLAY" name="Play" value="32" />
-      <member cname="GST_RTSP_RECORD" name="Record" value="64" />
-      <member cname="GST_RTSP_REDIRECT" name="Redirect" value="128" />
-      <member cname="GST_RTSP_SETUP" name="Setup" value="256" />
-      <member cname="GST_RTSP_SET_PARAMETER" name="SetParameter" value="512" />
-      <member cname="GST_RTSP_TEARDOWN" name="Teardown" value="1024" />
-      <member cname="GST_RTSP_GET" name="Get" value="2048" />
-      <member cname="GST_RTSP_POST" name="Post" value="4096" />
-    </enum>
-    <enum name="RTSPProfile" cname="GstRTSPProfile" type="flags" gtype="gst_rtsp_profile_get_type">
-      <member cname="GST_RTSP_PROFILE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_RTSP_PROFILE_AVP" name="Avp" value="1" />
-      <member cname="GST_RTSP_PROFILE_SAVP" name="Savp" value="2" />
-      <member cname="GST_RTSP_PROFILE_AVPF" name="Avpf" value="4" />
-      <member cname="GST_RTSP_PROFILE_SAVPF" name="Savpf" value="8" />
-    </enum>
-    <enum name="RTSPTransMode" cname="GstRTSPTransMode" type="flags" gtype="gst_rtsp_trans_mode_get_type">
-      <member cname="GST_RTSP_TRANS_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_RTSP_TRANS_RTP" name="Rtp" value="1" />
-      <member cname="GST_RTSP_TRANS_RDT" name="Rdt" value="2" />
-    </enum>
-    <callback name="RTSPConnectionAcceptCertificateFunc" cname="GstRTSPConnectionAcceptCertificateFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="conn" type="GTlsConnection*" />
-        <parameter name="peer_cert" type="GTlsCertificate*" />
-        <parameter name="errors" type="GTlsCertificateFlags" />
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <interface name="RTSPExtension" cname="GstRTSPExtension" opaque="false" hidden="false">
-      <class_struct cname="GstRTSPExtensionInterface">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="detect_server" />
-        <method vm="before_send" />
-        <method vm="after_send" />
-        <method vm="parse_sdp" />
-        <method vm="setup_media" />
-        <method vm="configure_stream" />
-        <method vm="get_transports" />
-        <method vm="stream_select" />
-        <method signal_vm="send" />
-        <method vm="receive_request" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_extension_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="AfterSend" cname="after_send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="resp" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="BeforeSend" cname="before_send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ConfigureStream" cname="configure_stream">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="DetectServer" cname="detect_server">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="resp" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetTransports" cname="get_transports">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="protocols" type="GstRTSPLowerTrans" />
-          <parameter name="transport" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ParseSdp" cname="parse_sdp">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="s" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ReceiveRequest" cname="receive_request">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetupMedia" cname="setup_media">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="StreamSelect" cname="stream_select">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AfterSend" cname="gst_rtsp_extension_after_send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="resp" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BeforeSend" cname="gst_rtsp_extension_before_send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConfigureStream" cname="gst_rtsp_extension_configure_stream">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DetectServer" cname="gst_rtsp_extension_detect_server">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="resp" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetTransports" cname="gst_rtsp_extension_get_transports">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="protocols" type="GstRTSPLowerTrans" />
-          <parameter name="transport" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ParseSdp" cname="gst_rtsp_extension_parse_sdp">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="s" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReceiveRequest" cname="gst_rtsp_extension_receive_request">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Send" cname="gst_rtsp_extension_send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="req" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="resp" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetupMedia" cname="gst_rtsp_extension_setup_media">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="StreamSelect" cname="gst_rtsp_extension_stream_select">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <signal name="SendEvent" cname="send" when="last" field_name="send">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="_object" type="gpointer" />
-          <parameter allow-none="1" name="p0" type="gpointer" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </interface>
-    <boxed name="RTSPAuthCredential" cname="GstRTSPAuthCredential" opaque="false" hidden="false" version="1.12">
-      <method name="GetType" cname="gst_rtsp_auth_credential_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="scheme" access="public" writeable="true" readable="true" is_callback="false" name="Scheme" type="GstRTSPAuthMethod" />
-      <field cname="params" access="public" writeable="true" readable="true" is_callback="false" name="Params" type="GstRTSPAuthParam**">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="authorization" access="public" writeable="true" readable="true" is_callback="false" name="Authorization" type="gchar*" />
-    </boxed>
-    <boxed name="RTSPAuthParam" cname="GstRTSPAuthParam" opaque="false" hidden="false" version="1.12">
-      <method name="GetType" cname="gst_rtsp_auth_param_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="name" access="public" writeable="true" readable="true" is_callback="false" name="Name" type="gchar*" />
-      <field cname="value" access="public" writeable="true" readable="true" is_callback="false" name="Value" type="gchar*" />
-      <method name="Copy" cname="gst_rtsp_auth_param_copy">
-        <return-type type="GstRTSPAuthParam*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_rtsp_auth_param_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="RTSPConnection" cname="GstRTSPConnection" opaque="true" hidden="false">
-      <method name="ClearAuthParams" cname="gst_rtsp_connection_clear_auth_params">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Close" cname="gst_rtsp_connection_close">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="Connect" cname="gst_rtsp_connection_connect" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConnectUsec" cname="gst_rtsp_connection_connect_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="ConnectWithResponse" cname="gst_rtsp_connection_connect_with_response" version="1.8" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="response" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ConnectWithResponseUsec" cname="gst_rtsp_connection_connect_with_response_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="gint64" />
-          <parameter name="response" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DoTunnel" cname="gst_rtsp_connection_do_tunnel">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="conn2" type="GstRTSPConnection*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Flush" cname="gst_rtsp_connection_flush">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="flush" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_rtsp_connection_free">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="GetIgnoreXServerReply" cname="gst_rtsp_connection_get_ignore_x_server_reply" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetIp" cname="gst_rtsp_connection_get_ip">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetReadSocket" cname="gst_rtsp_connection_get_read_socket">
-        <return-type type="GSocket*" />
-        <parameters />
-      </method>
-      <method name="GetRememberSessionId" cname="gst_rtsp_connection_get_remember_session_id">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetTls" cname="gst_rtsp_connection_get_tls" version="1.2">
-        <return-type type="GTlsConnection*" />
-        <parameters throws="1">
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="GetTlsDatabase" cname="gst_rtsp_connection_get_tls_database" version="1.4">
-        <return-type type="GTlsDatabase*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTlsInteraction" cname="gst_rtsp_connection_get_tls_interaction" version="1.6">
-        <return-type type="GTlsInteraction*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTlsValidationFlags" cname="gst_rtsp_connection_get_tls_validation_flags" version="1.2.1">
-        <return-type type="GTlsCertificateFlags" />
-        <parameters />
-      </method>
-      <method name="GetTunnelid" cname="gst_rtsp_connection_get_tunnelid">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetUrl" cname="gst_rtsp_connection_get_url">
-        <return-type type="GstRTSPUrl*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetWriteSocket" cname="gst_rtsp_connection_get_write_socket">
-        <return-type type="GSocket*" />
-        <parameters />
-      </method>
-      <method name="IsTunneled" cname="gst_rtsp_connection_is_tunneled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="NextTimeout" cname="gst_rtsp_connection_next_timeout" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NextTimeoutUsec" cname="gst_rtsp_connection_next_timeout_usec" version="1.18">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="Poll" cname="gst_rtsp_connection_poll" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="events" type="GstRTSPEvent" />
-          <parameter name="revents" type="GstRTSPEvent" owned="true" pass_as="out" />
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PollUsec" cname="gst_rtsp_connection_poll_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="events" type="GstRTSPEvent" />
-          <parameter name="revents" type="GstRTSPEvent" pass_as="out" />
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="Read" cname="gst_rtsp_connection_read" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReadUsec" cname="gst_rtsp_connection_read_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="Receive" cname="gst_rtsp_connection_receive" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReceiveUsec" cname="gst_rtsp_connection_receive_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="ResetTimeout" cname="gst_rtsp_connection_reset_timeout">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="Send" cname="gst_rtsp_connection_send" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendMessages" cname="gst_rtsp_connection_send_messages" version="1.16" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="messages" type="GstRTSPMessage*" array="true" array_length_param_index="1" element_type="RTSPMessage" />
-          <parameter name="n_messages" type="guint" />
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendMessagesUsec" cname="gst_rtsp_connection_send_messages_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="messages" type="GstRTSPMessage*" array="true" array_length_param_index="1" element_type="RTSPMessage" />
-          <parameter name="n_messages" type="guint" />
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SendUsec" cname="gst_rtsp_connection_send_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="SetAcceptCertificateFunc" cname="gst_rtsp_connection_set_accept_certificate_func" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstRTSPConnectionAcceptCertificateFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetAuth" cname="gst_rtsp_connection_set_auth">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="method" type="GstRTSPAuthMethod" />
-          <parameter name="user" type="const-gchar*" />
-          <parameter name="pass" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetAuthParam" cname="gst_rtsp_connection_set_auth_param">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="param" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetContentLengthLimit" cname="gst_rtsp_connection_set_content_length_limit" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="limit" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetHttpMode" cname="gst_rtsp_connection_set_http_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetIgnoreXServerReply" cname="gst_rtsp_connection_set_ignore_x_server_reply" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ignore" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetIp" cname="gst_rtsp_connection_set_ip">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ip" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetProxy" cname="gst_rtsp_connection_set_proxy">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="host" type="const-gchar*" />
-          <parameter name="port" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetQosDscp" cname="gst_rtsp_connection_set_qos_dscp">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="qos_dscp" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetRememberSessionId" cname="gst_rtsp_connection_set_remember_session_id">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="remember" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTlsDatabase" cname="gst_rtsp_connection_set_tls_database" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="database" type="GTlsDatabase*" />
-        </parameters>
-      </method>
-      <method name="SetTlsInteraction" cname="gst_rtsp_connection_set_tls_interaction" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="interaction" type="GTlsInteraction*" />
-        </parameters>
-      </method>
-      <method name="SetTlsValidationFlags" cname="gst_rtsp_connection_set_tls_validation_flags" version="1.2.1">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flags" type="GTlsCertificateFlags" />
-        </parameters>
-      </method>
-      <method name="SetTunneled" cname="gst_rtsp_connection_set_tunneled">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tunneled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="Write" cname="gst_rtsp_connection_write" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="WriteUsec" cname="gst_rtsp_connection_write_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="Accept" cname="gst_rtsp_connection_accept" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cancellable" type="GCancellable*" />
-        </parameters>
-      </method>
-      <method name="Create" cname="gst_rtsp_connection_create" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CreateFromSocket" cname="gst_rtsp_connection_create_from_socket" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="ip" type="const-gchar*" />
-          <parameter name="port" type="guint16" />
-          <parameter name="initial_buffer" type="const-gchar*" />
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="RTSPMessage" cname="GstRTSPMessage" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_rtsp_msg_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstRTSPMsgType" />
-      <union name="type_data" cname="type_data">
-        <struct name="request" cname="request" opaque="false" hidden="false">
-          <field cname="method" access="public" writeable="true" readable="true" is_callback="false" name="Method" type="GstRTSPMethod" />
-          <field cname="uri" access="public" writeable="true" readable="true" is_callback="false" name="Uri" type="gchar*" />
-          <field cname="version" access="public" writeable="true" readable="true" is_callback="false" name="Version" type="GstRTSPVersion" />
-        </struct>
-        <struct name="response" cname="response" opaque="false" hidden="false">
-          <field cname="code" access="public" writeable="true" readable="true" is_callback="false" name="Code" type="GstRTSPStatusCode" />
-          <field cname="reason" access="public" writeable="true" readable="true" is_callback="false" name="Reason" type="gchar*" />
-          <field cname="version" access="public" writeable="true" readable="true" is_callback="false" name="Version" type="GstRTSPVersion" />
-        </struct>
-        <struct name="data" cname="data" opaque="false" hidden="false">
-          <field cname="channel" access="public" writeable="true" readable="true" is_callback="false" name="Channel" type="guint8" />
-        </struct>
-      </union>
-      <field cname="hdr_fields" access="private" writeable="false" readable="false" is_callback="false" name="HdrFields" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="body" access="private" writeable="false" readable="false" is_callback="false" name="Body" type="guint8*" />
-      <field cname="body_size" access="private" writeable="false" readable="false" is_callback="false" name="BodySize" type="guint" />
-      <field cname="body_buffer" access="private" writeable="false" readable="false" is_callback="false" name="BodyBuffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      <method name="AddHeader" cname="gst_rtsp_message_add_header">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddHeaderByName" cname="gst_rtsp_message_add_header_by_name" version="1.6">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="header" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AppendHeaders" cname="gst_rtsp_message_append_headers">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="str" type="GString*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_rtsp_message_copy" version="1.14">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="copy" type="GstRTSPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Dump" cname="gst_rtsp_message_dump">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_rtsp_message_free">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="GetBody" cname="gst_rtsp_message_get_body" hidden="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="guint8**" pass_as="out" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetBodyBuffer" cname="gst_rtsp_message_get_body_buffer" version="1.16">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetHeader" cname="gst_rtsp_message_get_header">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-          <parameter allow-none="1" name="value" type="const-gchar*" pass_as="out" />
-          <parameter name="indx" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetHeaderByName" cname="gst_rtsp_message_get_header_by_name" version="1.6">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="header" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" pass_as="out" />
-          <parameter name="index" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetMessageType" cname="gst_rtsp_message_get_type">
-        <return-type type="GstRTSPMsgType" />
-        <parameters />
-      </method>
-      <method name="HasBodyBuffer" cname="gst_rtsp_message_has_body_buffer" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_rtsp_message_init">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="InitData" cname="gst_rtsp_message_init_data">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="channel" type="guint8" />
-        </parameters>
-      </method>
-      <method name="InitRequest" cname="gst_rtsp_message_init_request">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="method" type="GstRTSPMethod" />
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="InitResponse" cname="gst_rtsp_message_init_response">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="code" type="GstRTSPStatusCode" />
-          <parameter allow-none="1" name="reason" type="const-gchar*" />
-          <parameter allow-none="1" name="request" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseAuthCredentials" cname="gst_rtsp_message_parse_auth_credentials" version="1.12" hidden="true">
-        <return-type type="GstRTSPAuthCredential***" owned="true" array="true" null_term_array="true" element_type="RTSPAuthCredential" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-        </parameters>
-      </method>
-      <method name="ParseData" cname="gst_rtsp_message_parse_data">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="channel" type="guint8*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseRequest" cname="gst_rtsp_message_parse_request">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="method" type="GstRTSPMethod" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="uri" type="const-gchar*" pass_as="out" />
-          <parameter allow-none="1" name="version" type="GstRTSPVersion" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ParseResponse" cname="gst_rtsp_message_parse_response">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="code" type="GstRTSPStatusCode" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="reason" type="const-gchar*" pass_as="out" />
-          <parameter allow-none="1" name="version" type="GstRTSPVersion" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RemoveHeader" cname="gst_rtsp_message_remove_header">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-          <parameter name="indx" type="gint" />
-        </parameters>
-      </method>
-      <method name="RemoveHeaderByName" cname="gst_rtsp_message_remove_header_by_name" version="1.6">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="header" type="const-gchar*" />
-          <parameter name="index" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetBody" cname="gst_rtsp_message_set_body">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetBodyBuffer" cname="gst_rtsp_message_set_body_buffer" version="1.16">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="StealBody" cname="gst_rtsp_message_steal_body" hidden="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="guint8***" owned="true" pass_as="out" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="StealBodyBuffer" cname="gst_rtsp_message_steal_body_buffer" version="1.16">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TakeBody" cname="gst_rtsp_message_take_body">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="guint8**" owned="true" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="TakeBodyBuffer" cname="gst_rtsp_message_take_body_buffer" version="1.16">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="TakeHeader" cname="gst_rtsp_message_take_header">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-          <parameter name="value" type="gchar*" owned="true" />
-        </parameters>
-      </method>
-      <method name="TakeHeaderByName" cname="gst_rtsp_message_take_header_by_name" version="1.6">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="header" type="const-gchar*" />
-          <parameter name="value" type="gchar*" owned="true" />
-        </parameters>
-      </method>
-      <method name="Unset" cname="gst_rtsp_message_unset">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="RTSPRange" cname="GstRTSPRange" opaque="false" hidden="false">
-      <field cname="min" access="public" writeable="true" readable="true" is_callback="false" name="Min" type="gint" />
-      <field cname="max" access="public" writeable="true" readable="true" is_callback="false" name="Max" type="gint" />
-      <method name="ConvertUnits" cname="gst_rtsp_range_convert_units" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="unit" type="GstRTSPRangeUnit" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_rtsp_range_free" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetTimes" cname="gst_rtsp_range_get_times" shared="true" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="min" type="guint64" owned="true" pass_as="out" />
-          <parameter name="max" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Parse" cname="gst_rtsp_range_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="rangestr" type="const-gchar*" />
-          <parameter name="range" type="GstRTSPTimeRange**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_rtsp_range_to_string" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTSPTime" cname="GstRTSPTime" opaque="false" hidden="false">
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstRTSPTimeType" />
-      <field cname="seconds" access="public" writeable="true" readable="true" is_callback="false" name="Seconds" type="gdouble" />
-    </struct>
-    <struct name="RTSPTime2" cname="GstRTSPTime2" opaque="false" hidden="false" version="1.2">
-      <field cname="frames" access="public" writeable="true" readable="true" is_callback="false" name="Frames" type="gdouble" />
-      <field cname="year" access="public" writeable="true" readable="true" is_callback="false" name="Year" type="guint" />
-      <field cname="month" access="public" writeable="true" readable="true" is_callback="false" name="Month" type="guint" />
-      <field cname="day" access="public" writeable="true" readable="true" is_callback="false" name="Day" type="guint" />
-    </struct>
-    <struct name="RTSPTimeRange" cname="GstRTSPTimeRange" opaque="false" hidden="false">
-      <field cname="unit" access="public" writeable="true" readable="true" is_callback="false" name="Unit" type="GstRTSPRangeUnit" />
-      <field cname="min" access="public" writeable="true" readable="true" is_callback="false" name="Min" type="GstRTSPTime">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="max" access="public" writeable="true" readable="true" is_callback="false" name="Max" type="GstRTSPTime">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="min2" access="public" writeable="true" readable="true" is_callback="false" name="Min2" type="GstRTSPTime2">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="max2" access="public" writeable="true" readable="true" is_callback="false" name="Max2" type="GstRTSPTime2">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </struct>
-    <struct name="RTSPTransport" cname="GstRTSPTransport" opaque="false" hidden="false">
-      <field cname="trans" access="public" writeable="true" readable="true" is_callback="false" name="Trans" type="GstRTSPTransMode" />
-      <field cname="profile" access="public" writeable="true" readable="true" is_callback="false" name="Profile" type="GstRTSPProfile" />
-      <field cname="lower_transport" access="public" writeable="true" readable="true" is_callback="false" name="LowerTransport" type="GstRTSPLowerTrans" />
-      <field cname="destination" access="public" writeable="true" readable="true" is_callback="false" name="Destination" type="gchar*" />
-      <field cname="source" access="public" writeable="true" readable="true" is_callback="false" name="Source" type="gchar*" />
-      <field cname="layers" access="public" writeable="true" readable="true" is_callback="false" name="Layers" type="guint" />
-      <field cname="mode_play" access="public" writeable="true" readable="true" is_callback="false" name="ModePlay" type="gboolean" />
-      <field cname="mode_record" access="public" writeable="true" readable="true" is_callback="false" name="ModeRecord" type="gboolean" />
-      <field cname="append" access="public" writeable="true" readable="true" is_callback="false" name="Append" type="gboolean" />
-      <field cname="interleaved" access="public" writeable="true" readable="true" is_callback="false" name="Interleaved" type="GstRTSPRange">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="ttl" access="public" writeable="true" readable="true" is_callback="false" name="Ttl" type="guint" />
-      <field cname="port" access="public" writeable="true" readable="true" is_callback="false" name="Port" type="GstRTSPRange">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="client_port" access="public" writeable="true" readable="true" is_callback="false" name="ClientPort" type="GstRTSPRange">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="server_port" access="public" writeable="true" readable="true" is_callback="false" name="ServerPort" type="GstRTSPRange">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="ssrc" access="public" writeable="true" readable="true" is_callback="false" name="Ssrc" type="guint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="AsText" cname="gst_rtsp_transport_as_text">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_rtsp_transport_free">
-        <return-type type="GstRTSPResult" />
-        <parameters />
-      </method>
-      <method name="GetMediaType" cname="gst_rtsp_transport_get_media_type" version="1.4">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="media_type" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetManager" cname="gst_rtsp_transport_get_manager" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPTransMode" />
-          <parameter name="manager" type="const-gchar*" pass_as="out" />
-          <parameter name="option" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetMime" cname="gst_rtsp_transport_get_mime" shared="true" deprecated="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPTransMode" />
-          <parameter name="mime" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_rtsp_transport_init" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="New" cname="gst_rtsp_transport_new" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Parse" cname="gst_rtsp_transport_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="str" type="const-gchar*" />
-          <parameter name="transport" type="GstRTSPTransport*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="RTSPUrl" cname="GstRTSPUrl" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_rtsp_url_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="transports" access="public" writeable="true" readable="true" is_callback="false" name="Transports" type="GstRTSPLowerTrans" />
-      <field cname="family" access="public" writeable="true" readable="true" is_callback="false" name="Family" type="GstRTSPFamily" />
-      <field cname="user" access="public" writeable="true" readable="true" is_callback="false" name="User" type="gchar*" />
-      <field cname="passwd" access="public" writeable="true" readable="true" is_callback="false" name="Passwd" type="gchar*" />
-      <field cname="host" access="public" writeable="true" readable="true" is_callback="false" name="Host" type="gchar*" />
-      <field cname="port" access="public" writeable="true" readable="true" is_callback="false" name="Port" type="guint16" />
-      <field cname="abspath" access="public" writeable="true" readable="true" is_callback="false" name="Abspath" type="gchar*" />
-      <field cname="query" access="public" writeable="true" readable="true" is_callback="false" name="Query" type="gchar*" />
-      <method name="Copy" cname="gst_rtsp_url_copy">
-        <return-type type="GstRTSPUrl*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="DecodePathComponents" cname="gst_rtsp_url_decode_path_components">
-        <return-type type="gchar***" owned="true" array="true" null_term_array="true" element_type="gchar*" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_rtsp_url_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetPort" cname="gst_rtsp_url_get_port">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="port" type="guint16*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetRequestUri" cname="gst_rtsp_url_get_request_uri">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetRequestUriWithControl" cname="gst_rtsp_url_get_request_uri_with_control" version="1.18">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="control_path" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPort" cname="gst_rtsp_url_set_port">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="port" type="guint16" />
-        </parameters>
-      </method>
-      <method name="Parse" cname="gst_rtsp_url_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="urlstr" type="const-gchar*" />
-          <parameter name="url" type="GstRTSPUrl**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="RTSPWatch" cname="GstRTSPWatch" opaque="true" hidden="false">
-      <method name="Attach" cname="gst_rtsp_watch_attach">
-        <return-type type="guint" />
-        <parameters>
-          <parameter allow-none="1" name="context" type="GMainContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetSendBacklog" cname="gst_rtsp_watch_get_send_backlog" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="bytes" type="gsize*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="messages" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Reset" cname="gst_rtsp_watch_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SendMessage" cname="gst_rtsp_watch_send_message">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SendMessages" cname="gst_rtsp_watch_send_messages" version="1.16">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="messages" type="GstRTSPMessage*" array="true" array_length_param_index="1" element_type="RTSPMessage" />
-          <parameter name="n_messages" type="guint" />
-          <parameter allow-none="1" name="id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetFlushing" cname="gst_rtsp_watch_set_flushing" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="flushing" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSendBacklog" cname="gst_rtsp_watch_set_send_backlog" version="1.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bytes" type="gsize" />
-          <parameter name="messages" type="guint" />
-        </parameters>
-      </method>
-      <method name="Unref" cname="gst_rtsp_watch_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="WaitBacklog" cname="gst_rtsp_watch_wait_backlog" version="1.4" deprecated="true" deprecated-version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="WaitBacklogUsec" cname="gst_rtsp_watch_wait_backlog_usec" version="1.18">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="timeout" type="gint64" />
-        </parameters>
-      </method>
-      <method name="WriteData" cname="gst_rtsp_watch_write_data">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8**" owned="true" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter allow-none="1" name="id" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTSPWatchFuncs" cname="GstRTSPWatchFuncs" opaque="false" hidden="false">
-      <field cname="message_received" access="public" writeable="false" readable="true" is_callback="true" name="MessageReceived" type="GstRtspMessageReceivedFunc" />
-      <field cname="message_sent" access="public" writeable="false" readable="true" is_callback="true" name="MessageSent" type="GstRtspMessageSentFunc" />
-      <field cname="closed" access="public" writeable="false" readable="true" is_callback="true" name="Closed" type="GstRtspClosedFunc" />
-      <field cname="error" access="public" writeable="false" readable="true" is_callback="true" name="Error" type="GstRtspErrorFunc" />
-      <field cname="tunnel_start" access="public" writeable="false" readable="true" is_callback="true" name="TunnelStart" type="GstRtspTunnelStartFunc" />
-      <field cname="tunnel_complete" access="public" writeable="false" readable="true" is_callback="true" name="TunnelComplete" type="GstRtspTunnelCompleteFunc" />
-      <field cname="error_full" access="public" writeable="false" readable="true" is_callback="true" name="ErrorFull" type="GstRtspErrorFullFunc" />
-      <field cname="tunnel_lost" access="public" writeable="false" readable="true" is_callback="true" name="TunnelLost" type="GstRtspTunnelLostFunc" />
-      <field cname="tunnel_http_response" access="public" writeable="false" readable="true" is_callback="true" name="TunnelHttpResponse" type="GstRtspTunnelHttpResponseFunc" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-    </struct>
-    <object name="Global" cname="GstRtspGlobal" opaque="true">
-      <method name="RtspAuthCredentialsFree" cname="gst_rtsp_auth_credentials_free" shared="true" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="credentials" type="GstRTSPAuthCredential**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspConnectionAccept" cname="gst_rtsp_connection_accept" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cancellable" type="GCancellable*" />
-        </parameters>
-      </method>
-      <method name="RtspConnectionCreate" cname="gst_rtsp_connection_create" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspConnectionCreateFromSocket" cname="gst_rtsp_connection_create_from_socket" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="ip" type="const-gchar*" />
-          <parameter name="port" type="guint16" />
-          <parameter name="initial_buffer" type="const-gchar*" />
-          <parameter name="conn" type="GstRTSPConnection**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspFindHeaderField" cname="gst_rtsp_find_header_field" shared="true">
-        <return-type type="GstRTSPHeaderField" />
-        <parameters>
-          <parameter name="header" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspFindMethod" cname="gst_rtsp_find_method" shared="true">
-        <return-type type="GstRTSPMethod" />
-        <parameters>
-          <parameter name="method" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspGenerateDigestAuthResponse" cname="gst_rtsp_generate_digest_auth_response" shared="true" version="1.12">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="algorithm" type="const-gchar*" />
-          <parameter name="method" type="const-gchar*" />
-          <parameter name="realm" type="const-gchar*" />
-          <parameter name="username" type="const-gchar*" />
-          <parameter name="password" type="const-gchar*" />
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="nonce" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspGenerateDigestAuthResponseFromMd5" cname="gst_rtsp_generate_digest_auth_response_from_md5" shared="true" version="1.16">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="algorithm" type="const-gchar*" />
-          <parameter name="method" type="const-gchar*" />
-          <parameter name="md5" type="const-gchar*" />
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="nonce" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspHeaderAllowMultiple" cname="gst_rtsp_header_allow_multiple" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-        </parameters>
-      </method>
-      <method name="RtspHeaderAsText" cname="gst_rtsp_header_as_text" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="field" type="GstRTSPHeaderField" />
-        </parameters>
-      </method>
-      <method name="RtspMessageNew" cname="gst_rtsp_message_new" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="msg" type="GstRTSPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspMessageNewData" cname="gst_rtsp_message_new_data" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="msg" type="GstRTSPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="channel" type="guint8" />
-        </parameters>
-      </method>
-      <method name="RtspMessageNewRequest" cname="gst_rtsp_message_new_request" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="msg" type="GstRTSPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="method" type="GstRTSPMethod" />
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspMessageNewResponse" cname="gst_rtsp_message_new_response" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="msg" type="GstRTSPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="code" type="GstRTSPStatusCode" />
-          <parameter allow-none="1" name="reason" type="const-gchar*" />
-          <parameter allow-none="1" name="request" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspMethodAsText" cname="gst_rtsp_method_as_text" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="method" type="GstRTSPMethod" />
-        </parameters>
-      </method>
-      <method name="RtspOptionsAsText" cname="gst_rtsp_options_as_text" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="options" type="GstRTSPMethod" />
-        </parameters>
-      </method>
-      <method name="RtspOptionsFromText" cname="gst_rtsp_options_from_text" shared="true" version="1.2">
-        <return-type type="GstRTSPMethod" />
-        <parameters>
-          <parameter name="options" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RtspRangeConvertUnits" cname="gst_rtsp_range_convert_units" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="unit" type="GstRTSPRangeUnit" />
-        </parameters>
-      </method>
-      <method name="RtspRangeFree" cname="gst_rtsp_range_free" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspRangeGetTimes" cname="gst_rtsp_range_get_times" shared="true" version="1.2">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="min" type="guint64" owned="true" pass_as="out" />
-          <parameter name="max" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RtspRangeParse" cname="gst_rtsp_range_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="rangestr" type="const-gchar*" />
-          <parameter name="range" type="GstRTSPTimeRange**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspRangeToString" cname="gst_rtsp_range_to_string" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspStatusAsText" cname="gst_rtsp_status_as_text" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="code" type="GstRTSPStatusCode" />
-        </parameters>
-      </method>
-      <method name="RtspStrresult" cname="gst_rtsp_strresult" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="_result" type="GstRTSPResult" />
-        </parameters>
-      </method>
-      <method name="RtspTransportGetManager" cname="gst_rtsp_transport_get_manager" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPTransMode" />
-          <parameter name="manager" type="const-gchar*" pass_as="out" />
-          <parameter name="option" type="guint" />
-        </parameters>
-      </method>
-      <method name="RtspTransportGetMime" cname="gst_rtsp_transport_get_mime" shared="true" deprecated="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPTransMode" />
-          <parameter name="mime" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RtspTransportInit" cname="gst_rtsp_transport_init" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspTransportNew" cname="gst_rtsp_transport_new" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspTransportParse" cname="gst_rtsp_transport_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="str" type="const-gchar*" />
-          <parameter name="transport" type="GstRTSPTransport*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspUrlParse" cname="gst_rtsp_url_parse" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="urlstr" type="const-gchar*" />
-          <parameter name="url" type="GstRTSPUrl**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspVersionAsText" cname="gst_rtsp_version_as_text" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="version" type="GstRTSPVersion" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstRtspConstants" opaque="true">
-      <constant value="554" ctype="gint" gtype="gint" name="RTSP_DEFAULT_PORT" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Sdp" library="gstsdp-1.0-0.dll">
-    <enum name="MIKEYCacheType" cname="GstMIKEYCacheType" type="enum">
-      <member cname="GST_MIKEY_CACHE_NONE" name="None" value="0" />
-      <member cname="GST_MIKEY_CACHE_ALWAYS" name="Always" value="1" />
-      <member cname="GST_MIKEY_CACHE_FOR_CSB" name="ForCsb" value="2" />
-    </enum>
-    <enum name="MIKEYEncAlg" cname="GstMIKEYEncAlg" type="enum">
-      <member cname="GST_MIKEY_ENC_NULL" name="Null" value="0" />
-      <member cname="GST_MIKEY_ENC_AES_CM_128" name="AesCm128" value="1" />
-      <member cname="GST_MIKEY_ENC_AES_KW_128" name="AesKw128" value="2" />
-      <member cname="GST_MIKEY_ENC_AES_GCM_128" name="AesGcm128" value="6" />
-    </enum>
-    <enum name="MIKEYKVType" cname="GstMIKEYKVType" type="enum">
-      <member cname="GST_MIKEY_KV_NULL" name="Null" value="0" />
-      <member cname="GST_MIKEY_KV_SPI" name="Spi" value="1" />
-      <member cname="GST_MIKEY_KV_INTERVAL" name="Interval" value="2" />
-    </enum>
-    <enum name="MIKEYKeyDataType" cname="GstMIKEYKeyDataType" type="enum">
-      <member cname="GST_MIKEY_KD_TGK" name="Tgk" value="0" />
-      <member cname="GST_MIKEY_KD_TEK" name="Tek" value="2" />
-    </enum>
-    <enum name="MIKEYMacAlg" cname="GstMIKEYMacAlg" type="enum">
-      <member cname="GST_MIKEY_MAC_NULL" name="Null" value="0" />
-      <member cname="GST_MIKEY_MAC_HMAC_SHA_1_160" name="HmacSha1160" value="1" />
-    </enum>
-    <enum name="MIKEYMapType" cname="GstMIKEYMapType" type="enum">
-      <member cname="GST_MIKEY_MAP_TYPE_SRTP" name="MikeyMapTypeSrtp" value="0" />
-    </enum>
-    <enum name="MIKEYPRFFunc" cname="GstMIKEYPRFFunc" type="enum">
-      <member cname="GST_MIKEY_PRF_MIKEY_1" name="MikeyPrfMikey1" value="0" />
-    </enum>
-    <enum name="MIKEYPayloadType" cname="GstMIKEYPayloadType" type="enum">
-      <member cname="GST_MIKEY_PT_LAST" name="Last" value="0" />
-      <member cname="GST_MIKEY_PT_KEMAC" name="Kemac" value="1" />
-      <member cname="GST_MIKEY_PT_PKE" name="Pke" value="2" />
-      <member cname="GST_MIKEY_PT_DH" name="Dh" value="3" />
-      <member cname="GST_MIKEY_PT_SIGN" name="Sign" value="4" />
-      <member cname="GST_MIKEY_PT_T" name="T" value="5" />
-      <member cname="GST_MIKEY_PT_ID" name="Id" value="6" />
-      <member cname="GST_MIKEY_PT_CERT" name="Cert" value="7" />
-      <member cname="GST_MIKEY_PT_CHASH" name="Chash" value="8" />
-      <member cname="GST_MIKEY_PT_V" name="V" value="9" />
-      <member cname="GST_MIKEY_PT_SP" name="Sp" value="10" />
-      <member cname="GST_MIKEY_PT_RAND" name="Rand" value="11" />
-      <member cname="GST_MIKEY_PT_ERR" name="Err" value="12" />
-      <member cname="GST_MIKEY_PT_KEY_DATA" name="KeyData" value="20" />
-      <member cname="GST_MIKEY_PT_GEN_EXT" name="GenExt" value="21" />
-    </enum>
-    <enum name="MIKEYSecProto" cname="GstMIKEYSecProto" type="enum">
-      <member cname="GST_MIKEY_SEC_PROTO_SRTP" name="MikeySecProtoSrtp" value="0" />
-    </enum>
-    <enum name="MIKEYSecSRTP" cname="GstMIKEYSecSRTP" type="enum">
-      <member cname="GST_MIKEY_SP_SRTP_ENC_ALG" name="EncAlg" value="0" />
-      <member cname="GST_MIKEY_SP_SRTP_ENC_KEY_LEN" name="EncKeyLen" value="1" />
-      <member cname="GST_MIKEY_SP_SRTP_AUTH_ALG" name="AuthAlg" value="2" />
-      <member cname="GST_MIKEY_SP_SRTP_AUTH_KEY_LEN" name="AuthKeyLen" value="3" />
-      <member cname="GST_MIKEY_SP_SRTP_SALT_KEY_LEN" name="SaltKeyLen" value="4" />
-      <member cname="GST_MIKEY_SP_SRTP_PRF" name="Prf" value="5" />
-      <member cname="GST_MIKEY_SP_SRTP_KEY_DERIV_RATE" name="KeyDerivRate" value="6" />
-      <member cname="GST_MIKEY_SP_SRTP_SRTP_ENC" name="SrtpEnc" value="7" />
-      <member cname="GST_MIKEY_SP_SRTP_SRTCP_ENC" name="SrtcpEnc" value="8" />
-      <member cname="GST_MIKEY_SP_SRTP_FEC_ORDER" name="FecOrder" value="9" />
-      <member cname="GST_MIKEY_SP_SRTP_SRTP_AUTH" name="SrtpAuth" value="10" />
-      <member cname="GST_MIKEY_SP_SRTP_AUTH_TAG_LEN" name="AuthTagLen" value="11" />
-      <member cname="GST_MIKEY_SP_SRTP_SRTP_PREFIX_LEN" name="SrtpPrefixLen" value="12" />
-      <member cname="GST_MIKEY_SP_SRTP_AEAD_AUTH_TAG_LEN" name="AeadAuthTagLen" value="20" />
-    </enum>
-    <enum name="MIKEYTSType" cname="GstMIKEYTSType" type="enum">
-      <member cname="GST_MIKEY_TS_TYPE_NTP_UTC" name="NtpUtc" value="0" />
-      <member cname="GST_MIKEY_TS_TYPE_NTP" name="Ntp" value="1" />
-      <member cname="GST_MIKEY_TS_TYPE_COUNTER" name="Counter" value="2" />
-    </enum>
-    <enum name="MIKEYType" cname="GstMIKEYType" type="enum">
-      <member cname="GST_MIKEY_TYPE_INVALID" name="Invalid" value="-1" />
-      <member cname="GST_MIKEY_TYPE_PSK_INIT" name="PskInit" value="0" />
-      <member cname="GST_MIKEY_TYPE_PSK_VERIFY" name="PskVerify" value="1" />
-      <member cname="GST_MIKEY_TYPE_PK_INIT" name="PkInit" value="2" />
-      <member cname="GST_MIKEY_TYPE_PK_VERIFY" name="PkVerify" value="3" />
-      <member cname="GST_MIKEY_TYPE_DH_INIT" name="DhInit" value="4" />
-      <member cname="GST_MIKEY_TYPE_DH_RESP" name="DhResp" value="5" />
-      <member cname="GST_MIKEY_TYPE_ERROR" name="Error" value="6" />
-    </enum>
-    <enum name="SDPResult" cname="GstSDPResult" type="enum">
-      <member cname="GST_SDP_EINVAL" name="Einval" value="-1" />
-      <member cname="GST_SDP_OK" name="Ok" value="0" />
-    </enum>
-    <struct name="MIKEYDecryptInfo" cname="GstMIKEYDecryptInfo" opaque="true" hidden="false" />
-    <struct name="MIKEYEncryptInfo" cname="GstMIKEYEncryptInfo" opaque="true" hidden="false" />
-    <struct name="MIKEYMapSRTP" cname="GstMIKEYMapSRTP" opaque="false" hidden="false">
-      <field cname="policy" access="public" writeable="true" readable="true" is_callback="false" name="Policy" type="guint8" />
-      <field cname="ssrc" access="public" writeable="true" readable="true" is_callback="false" name="Ssrc" type="guint32" />
-      <field cname="roc" access="public" writeable="true" readable="true" is_callback="false" name="Roc" type="guint32" />
-    </struct>
-    <boxed name="MIKEYMessage" cname="GstMIKEYMessage" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_mikey_message_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="private" writeable="false" readable="false" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="version" access="public" writeable="true" readable="true" is_callback="false" name="Version" type="guint8" />
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstMIKEYType" />
-      <field cname="V" access="public" writeable="true" readable="true" is_callback="false" name="V" type="gboolean" />
-      <field cname="prf_func" access="public" writeable="true" readable="true" is_callback="false" name="PrfFunc" type="GstMIKEYPRFFunc" />
-      <field cname="CSB_id" access="public" writeable="true" readable="true" is_callback="false" name="CSBId" type="guint32" />
-      <field cname="map_type" access="public" writeable="true" readable="true" is_callback="false" name="MapType" type="GstMIKEYMapType" />
-      <field cname="map_info" access="public" writeable="true" readable="true" is_callback="false" name="MapInfo" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="payloads" access="public" writeable="true" readable="true" is_callback="false" name="Payloads" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <constructor cname="gst_mikey_message_new" disable_void_ctor="" version="1.4" />
-      <constructor cname="gst_mikey_message_new_from_bytes" version="1.4">
-        <parameters>
-          <parameter name="bytes" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstMIKEYDecryptInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_mikey_message_new_from_caps" version="1.8">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <constructor cname="gst_mikey_message_new_from_data" version="1.4">
-        <parameters>
-          <parameter name="data" type="guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="n_length" type="gsize" />
-          <parameter name="info" type="GstMIKEYDecryptInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="AddCsSrtp" cname="gst_mikey_message_add_cs_srtp" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="policy" type="guint8" />
-          <parameter name="ssrc" type="guint32" />
-          <parameter name="roc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="AddPayload" cname="gst_mikey_message_add_payload" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="payload" type="GstMIKEYPayload*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddPke" cname="gst_mikey_message_add_pke" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="C" type="GstMIKEYCacheType" />
-          <parameter name="data_len" type="guint16" array_index="2" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="AddRand" cname="gst_mikey_message_add_rand" version="1.4">
-        <return-type type="gboolean" array_index="1" />
-        <parameters>
-          <parameter name="len" type="guint8" array_index="1" />
-          <parameter name="rand" type="const guint8*" array="true" array_length_param_index="0" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="AddRandLen" cname="gst_mikey_message_add_rand_len" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="len" type="guint8" />
-        </parameters>
-      </method>
-      <method name="AddT" cname="gst_mikey_message_add_t" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstMIKEYTSType" />
-          <parameter name="ts_value" type="const guint8*" array="true" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="AddTNowNtpUtc" cname="gst_mikey_message_add_t_now_ntp_utc" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Base64Encode" cname="gst_mikey_message_base64_encode" version="1.8">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="FindPayload" cname="gst_mikey_message_find_payload" version="1.4">
-        <return-type type="GstMIKEYPayload*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="type" type="GstMIKEYPayloadType" />
-          <parameter name="nth" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetCsSrtp" cname="gst_mikey_message_get_cs_srtp" version="1.4">
-        <return-type type="GstMIKEYMapSRTP*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetNCs" cname="gst_mikey_message_get_n_cs" version="1.4">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNPayloads" cname="gst_mikey_message_get_n_payloads" version="1.4">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPayload" cname="gst_mikey_message_get_payload" version="1.4">
-        <return-type type="GstMIKEYPayload*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="InsertCsSrtp" cname="gst_mikey_message_insert_cs_srtp" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="map" type="GstMIKEYMapSRTP*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertPayload" cname="gst_mikey_message_insert_payload" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="payload" type="GstMIKEYPayload*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveCsSrtp" cname="gst_mikey_message_remove_cs_srtp" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-        </parameters>
-      </method>
-      <method name="RemovePayload" cname="gst_mikey_message_remove_payload" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="ReplaceCsSrtp" cname="gst_mikey_message_replace_cs_srtp" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="map" type="GstMIKEYMapSRTP*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplacePayload" cname="gst_mikey_message_replace_payload" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="payload" type="GstMIKEYPayload*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetInfo" cname="gst_mikey_message_set_info" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="version" type="guint8" />
-          <parameter name="type" type="GstMIKEYType" />
-          <parameter name="V" type="gboolean" />
-          <parameter name="prf_func" type="GstMIKEYPRFFunc" />
-          <parameter name="CSB_id" type="guint32" />
-          <parameter name="map_type" type="GstMIKEYMapType" />
-        </parameters>
-      </method>
-      <method name="ToBytes" cname="gst_mikey_message_to_bytes" version="1.4">
-        <return-type type="GBytes*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters throws="1">
-          <parameter name="info" type="GstMIKEYEncryptInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="ToCaps" cname="gst_mikey_message_to_caps" version="1.8.1">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="MIKEYPayload" cname="GstMIKEYPayload" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_mikey_payload_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="private" writeable="false" readable="false" is_callback="false" name="MiniObject" type="GstMiniObject" array_index="3" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstMIKEYPayloadType" />
-      <field cname="len" access="public" writeable="true" readable="true" is_callback="false" name="Len" type="guint" />
-      <constructor cname="gst_mikey_payload_new" version="1.4">
-        <parameters>
-          <parameter name="type" type="GstMIKEYPayloadType" />
-        </parameters>
-      </constructor>
-      <method name="KemacAddSub" cname="gst_mikey_payload_kemac_add_sub" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="newpay" type="GstMIKEYPayload*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="KemacGetNSub" cname="gst_mikey_payload_kemac_get_n_sub" version="1.4">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="KemacGetSub" cname="gst_mikey_payload_kemac_get_sub" version="1.4">
-        <return-type type="GstMIKEYPayload*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="KemacRemoveSub" cname="gst_mikey_payload_kemac_remove_sub" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="KemacSet" cname="gst_mikey_payload_kemac_set" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="enc_alg" type="GstMIKEYEncAlg" />
-          <parameter name="mac_alg" type="GstMIKEYMacAlg" />
-        </parameters>
-      </method>
-      <method name="KeyDataSetInterval" cname="gst_mikey_payload_key_data_set_interval" version="1.4">
-        <return-type type="gboolean" array_index="1" />
-        <parameters>
-          <parameter name="vf_len" type="guint8" array_index="1" />
-          <parameter name="vf_data" type="const guint8*" array="true" array_length_param_index="0" element_type="guint8" />
-          <parameter name="vt_len" type="guint8" array_index="3" />
-          <parameter name="vt_data" type="const guint8*" array="true" array_length_param_index="2" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="KeyDataSetKey" cname="gst_mikey_payload_key_data_set_key" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="key_type" type="GstMIKEYKeyDataType" />
-          <parameter name="key_len" type="guint16" array_index="2" />
-          <parameter name="key_data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="KeyDataSetSalt" cname="gst_mikey_payload_key_data_set_salt" version="1.4">
-        <return-type type="gboolean" array_index="1" />
-        <parameters>
-          <parameter name="salt_len" type="guint16" array_index="1" />
-          <parameter allow-none="1" name="salt_data" type="const guint8*" array="true" array_length_param_index="0" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="KeyDataSetSpi" cname="gst_mikey_payload_key_data_set_spi" version="1.4">
-        <return-type type="gboolean" array_index="1" />
-        <parameters>
-          <parameter name="spi_len" type="guint8" array_index="1" />
-          <parameter name="spi_data" type="const guint8*" array="true" array_length_param_index="0" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="PkeSet" cname="gst_mikey_payload_pke_set" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="C" type="GstMIKEYCacheType" />
-          <parameter name="data_len" type="guint16" array_index="2" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="RandSet" cname="gst_mikey_payload_rand_set" version="1.4">
-        <return-type type="gboolean" array_index="1" />
-        <parameters>
-          <parameter name="len" type="guint8" array_index="1" />
-          <parameter name="rand" type="const guint8*" array="true" array_length_param_index="0" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="SpAddParam" cname="gst_mikey_payload_sp_add_param" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="guint8" />
-          <parameter name="len" type="guint8" array_index="2" />
-          <parameter name="val" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="SpGetNParams" cname="gst_mikey_payload_sp_get_n_params" version="1.4">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SpGetParam" cname="gst_mikey_payload_sp_get_param" version="1.4">
-        <return-type type="GstMIKEYPayloadSPParam*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="SpRemoveParam" cname="gst_mikey_payload_sp_remove_param" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="SpSet" cname="gst_mikey_payload_sp_set" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="policy" type="guint" />
-          <parameter name="proto" type="GstMIKEYSecProto" />
-        </parameters>
-      </method>
-      <method name="TSet" cname="gst_mikey_payload_t_set" version="1.4">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="type" type="GstMIKEYTSType" />
-          <parameter name="ts_value" type="const guint8*" array="true" element_type="guint8" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="MIKEYPayloadKEMAC" cname="GstMIKEYPayloadKEMAC" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="enc_alg" access="public" writeable="true" readable="true" is_callback="false" name="EncAlg" type="GstMIKEYEncAlg" />
-      <field cname="mac_alg" access="public" writeable="true" readable="true" is_callback="false" name="MacAlg" type="GstMIKEYMacAlg" />
-      <field cname="subpayloads" access="public" writeable="true" readable="true" is_callback="false" name="Subpayloads" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-    </struct>
-    <struct name="MIKEYPayloadKeyData" cname="GstMIKEYPayloadKeyData" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="key_type" access="public" writeable="true" readable="true" is_callback="false" name="KeyType" type="GstMIKEYKeyDataType" />
-      <field cname="key_len" access="public" writeable="true" readable="true" is_callback="false" name="KeyLen" type="guint16" />
-      <field cname="key_data" access="public" writeable="true" readable="true" is_callback="false" name="KeyData" type="guint8*" />
-      <field cname="salt_len" access="public" writeable="true" readable="true" is_callback="false" name="SaltLen" type="guint16" />
-      <field cname="salt_data" access="public" writeable="true" readable="true" is_callback="false" name="SaltData" type="guint8*" />
-      <field cname="kv_type" access="public" writeable="true" readable="true" is_callback="false" name="KvType" type="GstMIKEYKVType" />
-      <field cname="kv_len" access="public" writeable="true" readable="true" is_callback="false" name="KvLen" type="guint8" array="true" array_len="2" element_type="guint8" />
-      <field cname="kv_data" access="public" writeable="true" readable="true" is_callback="false" name="KvData" type="guint8*" array="true" array_len="2" element_type="guint8" />
-    </struct>
-    <struct name="MIKEYPayloadPKE" cname="GstMIKEYPayloadPKE" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="C" access="public" writeable="true" readable="true" is_callback="false" name="C" type="GstMIKEYCacheType" />
-      <field cname="data_len" access="public" writeable="true" readable="true" is_callback="false" name="DataLen" type="guint16" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="guint8*" />
-    </struct>
-    <struct name="MIKEYPayloadRAND" cname="GstMIKEYPayloadRAND" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="len" access="public" writeable="true" readable="true" is_callback="false" name="Len" type="guint8" />
-      <field cname="rand" access="public" writeable="true" readable="true" is_callback="false" name="Rand" type="guint8" />
-    </struct>
-    <struct name="MIKEYPayloadSP" cname="GstMIKEYPayloadSP" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="policy" access="public" writeable="true" readable="true" is_callback="false" name="Policy" type="guint" />
-      <field cname="proto" access="public" writeable="true" readable="true" is_callback="false" name="Proto" type="GstMIKEYSecProto" />
-      <field cname="params" access="public" writeable="true" readable="true" is_callback="false" name="Params" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-    </struct>
-    <struct name="MIKEYPayloadSPParam" cname="GstMIKEYPayloadSPParam" opaque="false" hidden="false">
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="guint8" />
-      <field cname="len" access="public" writeable="true" readable="true" is_callback="false" name="Len" type="guint8" />
-      <field cname="val" access="public" writeable="true" readable="true" is_callback="false" name="Val" type="guint8*" />
-    </struct>
-    <struct name="MIKEYPayloadT" cname="GstMIKEYPayloadT" opaque="false" hidden="false">
-      <field cname="pt" access="public" writeable="true" readable="true" is_callback="false" name="Pt" type="GstMIKEYPayload">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstMIKEYTSType" />
-      <field cname="ts_value" access="public" writeable="true" readable="true" is_callback="false" name="TsValue" type="guint8" />
-    </struct>
-    <struct name="SDPAttribute" cname="GstSDPAttribute" opaque="false" hidden="false">
-      <field cname="key" access="public" writeable="true" readable="true" is_callback="false" name="Key" type="gchar*" />
-      <field cname="value" access="public" writeable="true" readable="true" is_callback="false" name="Value" type="gchar*" />
-      <method name="Clear" cname="gst_sdp_attribute_clear" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_sdp_attribute_set" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="SDPBandwidth" cname="GstSDPBandwidth" opaque="false" hidden="false">
-      <field cname="bwtype" access="public" writeable="true" readable="true" is_callback="false" name="Bwtype" type="gchar*" />
-      <field cname="bandwidth" access="public" writeable="true" readable="true" is_callback="false" name="Bandwidth" type="guint" />
-      <method name="Clear" cname="gst_sdp_bandwidth_clear" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_sdp_bandwidth_set" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="bwtype" type="const-gchar*" />
-          <parameter name="bandwidth" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="SDPConnection" cname="GstSDPConnection" opaque="false" hidden="false">
-      <field cname="nettype" access="public" writeable="true" readable="true" is_callback="false" name="Nettype" type="gchar*" />
-      <field cname="addrtype" access="public" writeable="true" readable="true" is_callback="false" name="Addrtype" type="gchar*" />
-      <field cname="address" access="public" writeable="true" readable="true" is_callback="false" name="Address" type="gchar*" />
-      <field cname="ttl" access="public" writeable="true" readable="true" is_callback="false" name="Ttl" type="guint" />
-      <field cname="addr_number" access="public" writeable="true" readable="true" is_callback="false" name="AddrNumber" type="guint" />
-      <method name="Clear" cname="gst_sdp_connection_clear" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_sdp_connection_set" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="nettype" type="const-gchar*" />
-          <parameter name="addrtype" type="const-gchar*" />
-          <parameter name="address" type="const-gchar*" />
-          <parameter name="ttl" type="guint" />
-          <parameter name="addr_number" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="SDPKey" cname="GstSDPKey" opaque="false" hidden="false">
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="gchar*" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gchar*" />
-    </struct>
-    <struct name="SDPMedia" cname="GstSDPMedia" opaque="false" hidden="false">
-      <field cname="media" access="public" writeable="true" readable="true" is_callback="false" name="Media" type="gchar*" />
-      <field cname="port" access="public" writeable="true" readable="true" is_callback="false" name="Port" type="guint" />
-      <field cname="num_ports" access="public" writeable="true" readable="true" is_callback="false" name="NumPorts" type="guint" />
-      <field cname="proto" access="public" writeable="true" readable="true" is_callback="false" name="Proto" type="gchar*" />
-      <field cname="fmts" access="public" writeable="true" readable="true" is_callback="false" name="Fmts" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="information" access="public" writeable="true" readable="true" is_callback="false" name="Information" type="gchar*" />
-      <field cname="connections" access="public" writeable="true" readable="true" is_callback="false" name="Connections" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="bandwidths" access="public" writeable="true" readable="true" is_callback="false" name="Bandwidths" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="key" access="public" writeable="true" readable="true" is_callback="false" name="Key" type="GstSDPKey">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="attributes" access="public" writeable="true" readable="true" is_callback="false" name="Attributes" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <method name="AddAttribute" cname="gst_sdp_media_add_attribute">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddBandwidth" cname="gst_sdp_media_add_bandwidth">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="bwtype" type="const-gchar*" />
-          <parameter name="bandwidth" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddConnection" cname="gst_sdp_media_add_connection">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="nettype" type="const-gchar*" />
-          <parameter name="addrtype" type="const-gchar*" />
-          <parameter name="address" type="const-gchar*" />
-          <parameter name="ttl" type="guint" />
-          <parameter name="addr_number" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddFormat" cname="gst_sdp_media_add_format">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="format" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AsText" cname="gst_sdp_media_as_text">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="AttributesLen" cname="gst_sdp_media_attributes_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="AttributesToCaps" cname="gst_sdp_media_attributes_to_caps" version="1.8">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BandwidthsLen" cname="gst_sdp_media_bandwidths_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="ConnectionsLen" cname="gst_sdp_media_connections_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Copy" cname="gst_sdp_media_copy" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="copy" type="GstSDPMedia**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FormatsLen" cname="gst_sdp_media_formats_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_sdp_media_free">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="GetAttribute" cname="gst_sdp_media_get_attribute">
-        <return-type type="GstSDPAttribute*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetAttributeVal" cname="gst_sdp_media_get_attribute_val">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetAttributeValN" cname="gst_sdp_media_get_attribute_val_n">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="nth" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetBandwidth" cname="gst_sdp_media_get_bandwidth">
-        <return-type type="GstSDPBandwidth*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetCapsFromMedia" cname="gst_sdp_media_get_caps_from_media" version="1.8">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="pt" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetConnection" cname="gst_sdp_media_get_connection">
-        <return-type type="GstSDPConnection*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetFormat" cname="gst_sdp_media_get_format">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetInformation" cname="gst_sdp_media_get_information">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetKey" cname="gst_sdp_media_get_key">
-        <return-type type="GstSDPKey*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetMedia" cname="gst_sdp_media_get_media">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetNumPorts" cname="gst_sdp_media_get_num_ports">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPort" cname="gst_sdp_media_get_port">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetProto" cname="gst_sdp_media_get_proto">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="InsertAttribute" cname="gst_sdp_media_insert_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="attr" type="GstSDPAttribute*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertBandwidth" cname="gst_sdp_media_insert_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="bw" type="GstSDPBandwidth*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertConnection" cname="gst_sdp_media_insert_connection" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="conn" type="GstSDPConnection*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertFormat" cname="gst_sdp_media_insert_format" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="format" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ParseKeymgmt" cname="gst_sdp_media_parse_keymgmt" version="1.8.1">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="mikey" type="GstMIKEYMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveAttribute" cname="gst_sdp_media_remove_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveBandwidth" cname="gst_sdp_media_remove_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveConnection" cname="gst_sdp_media_remove_connection" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveFormat" cname="gst_sdp_media_remove_format" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="ReplaceAttribute" cname="gst_sdp_media_replace_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="attr" type="GstSDPAttribute*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceBandwidth" cname="gst_sdp_media_replace_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="bw" type="GstSDPBandwidth*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceConnection" cname="gst_sdp_media_replace_connection" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="conn" type="GstSDPConnection*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceFormat" cname="gst_sdp_media_replace_format" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="format" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetInformation" cname="gst_sdp_media_set_information">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="information" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetKey" cname="gst_sdp_media_set_key">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="type" type="const-gchar*" />
-          <parameter name="data" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetMedia" cname="gst_sdp_media_set_media">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="med" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPortInfo" cname="gst_sdp_media_set_port_info">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="port" type="guint" />
-          <parameter name="num_ports" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetProto" cname="gst_sdp_media_set_proto">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="proto" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Uninit" cname="gst_sdp_media_uninit">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_sdp_media_init" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="New" cname="gst_sdp_media_new" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetMediaFromCaps" cname="gst_sdp_media_set_media_from_caps" shared="true" version="1.8">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="media" type="GstSDPMedia*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <boxed name="SDPMessage" cname="GstSDPMessage" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_sdp_message_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="version" access="public" writeable="true" readable="true" is_callback="false" name="Version" type="gchar*" />
-      <field cname="origin" access="public" writeable="true" readable="true" is_callback="false" name="Origin" type="GstSDPOrigin">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="session_name" access="public" writeable="true" readable="true" is_callback="false" name="SessionName" type="gchar*" />
-      <field cname="information" access="public" writeable="true" readable="true" is_callback="false" name="Information" type="gchar*" />
-      <field cname="uri" access="public" writeable="true" readable="true" is_callback="false" name="Uri" type="gchar*" />
-      <field cname="emails" access="public" writeable="true" readable="true" is_callback="false" name="Emails" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="phones" access="public" writeable="true" readable="true" is_callback="false" name="Phones" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="connection" access="public" writeable="true" readable="true" is_callback="false" name="Connection" type="GstSDPConnection">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="bandwidths" access="public" writeable="true" readable="true" is_callback="false" name="Bandwidths" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="times" access="public" writeable="true" readable="true" is_callback="false" name="Times" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="zones" access="public" writeable="true" readable="true" is_callback="false" name="Zones" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="key" access="public" writeable="true" readable="true" is_callback="false" name="Key" type="GstSDPKey">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="attributes" access="public" writeable="true" readable="true" is_callback="false" name="Attributes" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <field cname="medias" access="public" writeable="true" readable="true" is_callback="false" name="Medias" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <method name="AddAttribute" cname="gst_sdp_message_add_attribute">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter allow-none="1" name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddBandwidth" cname="gst_sdp_message_add_bandwidth">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="bwtype" type="const-gchar*" />
-          <parameter name="bandwidth" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddEmail" cname="gst_sdp_message_add_email">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="email" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddMedia" cname="gst_sdp_message_add_media">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddPhone" cname="gst_sdp_message_add_phone">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="phone" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddTime" cname="gst_sdp_message_add_time">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="start" type="const-gchar*" />
-          <parameter name="stop" type="const-gchar*" />
-          <parameter name="repeat" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-      <method name="AddZone" cname="gst_sdp_message_add_zone">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="adj_time" type="const-gchar*" />
-          <parameter name="typed_time" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AsText" cname="gst_sdp_message_as_text">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="AttributesLen" cname="gst_sdp_message_attributes_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="AttributesToCaps" cname="gst_sdp_message_attributes_to_caps" version="1.8">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BandwidthsLen" cname="gst_sdp_message_bandwidths_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Copy" cname="gst_sdp_message_copy" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="copy" type="GstSDPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Dump" cname="gst_sdp_message_dump">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="EmailsLen" cname="gst_sdp_message_emails_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_sdp_message_free">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="GetAttribute" cname="gst_sdp_message_get_attribute">
-        <return-type type="GstSDPAttribute*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetAttributeVal" cname="gst_sdp_message_get_attribute_val">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetAttributeValN" cname="gst_sdp_message_get_attribute_val_n">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="nth" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetBandwidth" cname="gst_sdp_message_get_bandwidth">
-        <return-type type="GstSDPBandwidth*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetConnection" cname="gst_sdp_message_get_connection">
-        <return-type type="GstSDPConnection*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetEmail" cname="gst_sdp_message_get_email">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetInformation" cname="gst_sdp_message_get_information">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetKey" cname="gst_sdp_message_get_key">
-        <return-type type="GstSDPKey*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetMedia" cname="gst_sdp_message_get_media">
-        <return-type type="GstSDPMedia*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetOrigin" cname="gst_sdp_message_get_origin">
-        <return-type type="GstSDPOrigin*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetPhone" cname="gst_sdp_message_get_phone">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSessionName" cname="gst_sdp_message_get_session_name">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetTime" cname="gst_sdp_message_get_time">
-        <return-type type="GstSDPTime*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetUri" cname="gst_sdp_message_get_uri">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetVersion" cname="gst_sdp_message_get_version">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetZone" cname="gst_sdp_message_get_zone">
-        <return-type type="GstSDPZone*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="InsertAttribute" cname="gst_sdp_message_insert_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="attr" type="GstSDPAttribute*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertBandwidth" cname="gst_sdp_message_insert_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="bw" type="GstSDPBandwidth*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertEmail" cname="gst_sdp_message_insert_email" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="email" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="InsertPhone" cname="gst_sdp_message_insert_phone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="phone" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="InsertTime" cname="gst_sdp_message_insert_time" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="t" type="GstSDPTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="InsertZone" cname="gst_sdp_message_insert_zone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="gint" />
-          <parameter name="zone" type="GstSDPZone*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MediasLen" cname="gst_sdp_message_medias_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="ParseKeymgmt" cname="gst_sdp_message_parse_keymgmt" version="1.8.1">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="mikey" type="GstMIKEYMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="PhonesLen" cname="gst_sdp_message_phones_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="RemoveAttribute" cname="gst_sdp_message_remove_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveBandwidth" cname="gst_sdp_message_remove_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveEmail" cname="gst_sdp_message_remove_email" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveMedia" cname="gst_sdp_message_remove_media" version="1.24">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemovePhone" cname="gst_sdp_message_remove_phone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveTime" cname="gst_sdp_message_remove_time" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="RemoveZone" cname="gst_sdp_message_remove_zone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="ReplaceAttribute" cname="gst_sdp_message_replace_attribute" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="attr" type="GstSDPAttribute*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceBandwidth" cname="gst_sdp_message_replace_bandwidth" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="bw" type="GstSDPBandwidth*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceEmail" cname="gst_sdp_message_replace_email" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="email" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ReplacePhone" cname="gst_sdp_message_replace_phone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="phone" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ReplaceTime" cname="gst_sdp_message_replace_time" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="t" type="GstSDPTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReplaceZone" cname="gst_sdp_message_replace_zone" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="zone" type="GstSDPZone*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetConnection" cname="gst_sdp_message_set_connection">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="nettype" type="const-gchar*" />
-          <parameter name="addrtype" type="const-gchar*" />
-          <parameter name="address" type="const-gchar*" />
-          <parameter name="ttl" type="guint" />
-          <parameter name="addr_number" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetInformation" cname="gst_sdp_message_set_information">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="information" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetKey" cname="gst_sdp_message_set_key">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="type" type="const-gchar*" />
-          <parameter name="data" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetOrigin" cname="gst_sdp_message_set_origin">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="username" type="const-gchar*" />
-          <parameter name="sess_id" type="const-gchar*" />
-          <parameter name="sess_version" type="const-gchar*" />
-          <parameter name="nettype" type="const-gchar*" />
-          <parameter name="addrtype" type="const-gchar*" />
-          <parameter name="addr" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetSessionName" cname="gst_sdp_message_set_session_name">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="session_name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetUri" cname="gst_sdp_message_set_uri">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetVersion" cname="gst_sdp_message_set_version">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="version" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TimesLen" cname="gst_sdp_message_times_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Uninit" cname="gst_sdp_message_uninit">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="ZonesLen" cname="gst_sdp_message_zones_len">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="AsUri" cname="gst_sdp_message_as_uri" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="scheme" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_sdp_message_init" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="msg" type="GstSDPMessage*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="New" cname="gst_sdp_message_new" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="msg" type="GstSDPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NewFromText" cname="gst_sdp_message_new_from_text" shared="true" version="1.16">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="text" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseBuffer" cname="gst_sdp_message_parse_buffer" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ParseUri" cname="gst_sdp_message_parse_uri" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="SDPOrigin" cname="GstSDPOrigin" opaque="false" hidden="false">
-      <field cname="username" access="public" writeable="true" readable="true" is_callback="false" name="Username" type="gchar*" />
-      <field cname="sess_id" access="public" writeable="true" readable="true" is_callback="false" name="SessId" type="gchar*" />
-      <field cname="sess_version" access="public" writeable="true" readable="true" is_callback="false" name="SessVersion" type="gchar*" />
-      <field cname="nettype" access="public" writeable="true" readable="true" is_callback="false" name="Nettype" type="gchar*" />
-      <field cname="addrtype" access="public" writeable="true" readable="true" is_callback="false" name="Addrtype" type="gchar*" />
-      <field cname="addr" access="public" writeable="true" readable="true" is_callback="false" name="Addr" type="gchar*" />
-    </struct>
-    <struct name="SDPTime" cname="GstSDPTime" opaque="false" hidden="false">
-      <field cname="start" access="public" writeable="true" readable="true" is_callback="false" name="Start" type="gchar*" />
-      <field cname="stop" access="public" writeable="true" readable="true" is_callback="false" name="Stop" type="gchar*" />
-      <field cname="repeat" access="public" writeable="true" readable="true" is_callback="false" name="Repeat" type="GArray*" array="true" null_term_array="true" element_type="gpointer" />
-      <method name="Clear" cname="gst_sdp_time_clear" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_sdp_time_set" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="start" type="const-gchar*" />
-          <parameter name="stop" type="const-gchar*" />
-          <parameter name="repeat" type="const gchar**" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="SDPZone" cname="GstSDPZone" opaque="false" hidden="false">
-      <field cname="time" access="public" writeable="true" readable="true" is_callback="false" name="Time" type="gchar*" />
-      <field cname="typed_time" access="public" writeable="true" readable="true" is_callback="false" name="TypedTime" type="gchar*" />
-      <method name="Clear" cname="gst_sdp_zone_clear" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters />
-      </method>
-      <method name="Set" cname="gst_sdp_zone_set" version="1.2">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="adj_time" type="const-gchar*" />
-          <parameter name="typed_time" type="const-gchar*" />
-        </parameters>
-      </method>
-    </struct>
-    <object name="Global" cname="GstSdpGlobal" opaque="true">
-      <method name="SdpAddressIsMulticast" cname="gst_sdp_address_is_multicast" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="nettype" type="const-gchar*" />
-          <parameter name="addrtype" type="const-gchar*" />
-          <parameter name="addr" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SdpMakeKeymgmt" cname="gst_sdp_make_keymgmt" shared="true" version="1.8">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="base64" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SdpMediaInit" cname="gst_sdp_media_init" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMediaNew" cname="gst_sdp_media_new" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="media" type="GstSDPMedia**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMediaSetMediaFromCaps" cname="gst_sdp_media_set_media_from_caps" shared="true" version="1.8">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="media" type="GstSDPMedia*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageAsUri" cname="gst_sdp_message_as_uri" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="scheme" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageInit" cname="gst_sdp_message_init" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="msg" type="GstSDPMessage*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageNew" cname="gst_sdp_message_new" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="msg" type="GstSDPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageNewFromText" cname="gst_sdp_message_new_from_text" shared="true" version="1.16">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="text" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageParseBuffer" cname="gst_sdp_message_parse_buffer" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="1" element_type="guint8" />
-          <parameter name="size" type="guint" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SdpMessageParseUri" cname="gst_sdp_message_parse_uri" shared="true">
-        <return-type type="GstSDPResult" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-          <parameter name="msg" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstSdpConstants" opaque="true">
-      <constant value="1" ctype="gint" gtype="gint" name="MIKEY_VERSION" />
-      <constant value="AS" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_AS" />
-      <constant value="CT" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_CT" />
-      <constant value="X-" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_EXT_PREFIX" />
-      <constant value="RR" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_RR" />
-      <constant value="RS" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_RS" />
-      <constant value="TIAS" ctype="gchar*" gtype="gchar*" name="SDP_BWTYPE_TIAS" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Tags" library="gsttag-1.0-0.dll">
-    <enum name="TagDemuxResult" cname="GstTagDemuxResult" type="enum" gtype="gst_tag_demux_result_get_type">
-      <member cname="GST_TAG_DEMUX_RESULT_BROKEN_TAG" name="BrokenTag" value="0" />
-      <member cname="GST_TAG_DEMUX_RESULT_AGAIN" name="Again" value="1" />
-      <member cname="GST_TAG_DEMUX_RESULT_OK" name="Ok" value="2" />
-    </enum>
-    <enum name="TagImageType" cname="GstTagImageType" type="enum" gtype="gst_tag_image_type_get_type">
-      <member cname="GST_TAG_IMAGE_TYPE_NONE" name="None" value="-1" />
-      <member cname="GST_TAG_IMAGE_TYPE_UNDEFINED" name="Undefined" value="0" />
-      <member cname="GST_TAG_IMAGE_TYPE_FRONT_COVER" name="FrontCover" value="1" />
-      <member cname="GST_TAG_IMAGE_TYPE_BACK_COVER" name="BackCover" value="2" />
-      <member cname="GST_TAG_IMAGE_TYPE_LEAFLET_PAGE" name="LeafletPage" value="3" />
-      <member cname="GST_TAG_IMAGE_TYPE_MEDIUM" name="Medium" value="4" />
-      <member cname="GST_TAG_IMAGE_TYPE_LEAD_ARTIST" name="LeadArtist" value="5" />
-      <member cname="GST_TAG_IMAGE_TYPE_ARTIST" name="Artist" value="6" />
-      <member cname="GST_TAG_IMAGE_TYPE_CONDUCTOR" name="Conductor" value="7" />
-      <member cname="GST_TAG_IMAGE_TYPE_BAND_ORCHESTRA" name="BandOrchestra" value="8" />
-      <member cname="GST_TAG_IMAGE_TYPE_COMPOSER" name="Composer" value="9" />
-      <member cname="GST_TAG_IMAGE_TYPE_LYRICIST" name="Lyricist" value="10" />
-      <member cname="GST_TAG_IMAGE_TYPE_RECORDING_LOCATION" name="RecordingLocation" value="11" />
-      <member cname="GST_TAG_IMAGE_TYPE_DURING_RECORDING" name="DuringRecording" value="12" />
-      <member cname="GST_TAG_IMAGE_TYPE_DURING_PERFORMANCE" name="DuringPerformance" value="13" />
-      <member cname="GST_TAG_IMAGE_TYPE_VIDEO_CAPTURE" name="VideoCapture" value="14" />
-      <member cname="GST_TAG_IMAGE_TYPE_FISH" name="Fish" value="15" />
-      <member cname="GST_TAG_IMAGE_TYPE_ILLUSTRATION" name="Illustration" value="16" />
-      <member cname="GST_TAG_IMAGE_TYPE_BAND_ARTIST_LOGO" name="BandArtistLogo" value="17" />
-      <member cname="GST_TAG_IMAGE_TYPE_PUBLISHER_STUDIO_LOGO" name="PublisherStudioLogo" value="18" />
-    </enum>
-    <enum name="TagLicenseFlags" cname="GstTagLicenseFlags" type="flags" gtype="gst_tag_license_flags_get_type">
-      <member cname="GST_TAG_LICENSE_PERMITS_REPRODUCTION" name="PermitsReproduction" value="1" />
-      <member cname="GST_TAG_LICENSE_PERMITS_DISTRIBUTION" name="PermitsDistribution" value="2" />
-      <member cname="GST_TAG_LICENSE_PERMITS_DERIVATIVE_WORKS" name="PermitsDerivativeWorks" value="4" />
-      <member cname="GST_TAG_LICENSE_PERMITS_SHARING" name="PermitsSharing" value="8" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_NOTICE" name="RequiresNotice" value="256" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_ATTRIBUTION" name="RequiresAttribution" value="512" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_SHARE_ALIKE" name="RequiresShareAlike" value="1024" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_SOURCE_CODE" name="RequiresSourceCode" value="2048" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_COPYLEFT" name="RequiresCopyleft" value="4096" />
-      <member cname="GST_TAG_LICENSE_REQUIRES_LESSER_COPYLEFT" name="RequiresLesserCopyleft" value="8192" />
-      <member cname="GST_TAG_LICENSE_PROHIBITS_COMMERCIAL_USE" name="ProhibitsCommercialUse" value="65536" />
-      <member cname="GST_TAG_LICENSE_PROHIBITS_HIGH_INCOME_NATION_USE" name="ProhibitsHighIncomeNationUse" value="131072" />
-      <member cname="GST_TAG_LICENSE_CREATIVE_COMMONS_LICENSE" name="CreativeCommonsLicense" value="16777216" />
-      <member cname="GST_TAG_LICENSE_FREE_SOFTWARE_FOUNDATION_LICENSE" name="FreeSoftwareFoundationLicense" value="33554432" />
-    </enum>
-    <interface name="TagXmpWriter" cname="GstTagXmpWriter" opaque="false" hidden="false">
-      <class_struct cname="GstTagXmpWriterInterface">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_tag_xmp_writer_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="AddAllSchemas" cname="gst_tag_xmp_writer_add_all_schemas">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="AddSchema" cname="gst_tag_xmp_writer_add_schema">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="schema" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasSchema" cname="gst_tag_xmp_writer_has_schema">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="schema" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RemoveAllSchemas" cname="gst_tag_xmp_writer_remove_all_schemas">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RemoveSchema" cname="gst_tag_xmp_writer_remove_schema">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="schema" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="TagListToXmpBuffer" cname="gst_tag_xmp_writer_tag_list_to_xmp_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="read_only" type="gboolean" />
-        </parameters>
-      </method>
-    </interface>
-    <object name="TagDemux" cname="GstTagDemux" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstTagDemuxClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="min_start_size" access="public" writeable="false" readable="true" is_callback="false" name="MinStartSize" type="guint" />
-        <field cname="min_end_size" access="public" writeable="false" readable="true" is_callback="false" name="MinEndSize" type="guint" />
-        <method vm="identify_tag" />
-        <method vm="parse_tag" />
-        <method vm="merge_tags" />
-        <field cname="reserved" access="private" writeable="false" readable="false" is_callback="false" name="Reserved" type="gpointer" array="true" array_len="4" element_type="gpointer" />
-      </class_struct>
-      <method name="GetType" cname="gst_tag_demux_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="IdentifyTag" cname="identify_tag">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start_tag" type="gboolean" />
-          <parameter name="tag_size" type="guint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="MergeTags" cname="merge_tags">
-        <return-type type="GstTagList*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="start_tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="end_tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ParseTag" cname="parse_tag">
-        <return-type type="GstTagDemuxResult" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="start_tag" type="gboolean" />
-          <parameter name="tag_size" type="guint" />
-          <parameter name="tags" type="GstTagList**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTagDemuxPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="reserved" access="private" writeable="false" readable="false" is_callback="false" name="Reserved" type="gpointer" array="true" array_len="4" element_type="gpointer" />
-    </object>
-    <object name="TagMux" cname="GstTagMux" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <implements>
-        <interface cname="GstTagSetter" />
-      </implements>
-      <class_struct cname="GstTagMuxClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="render_start_tag" />
-        <method vm="render_end_tag" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_tag_mux_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="RenderEndTag" cname="render_end_tag">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="tag_list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="RenderStartTag" cname="render_start_tag">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="tag_list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstTagMuxPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="TagDemuxPrivate" cname="GstTagDemuxPrivate" opaque="true" hidden="true" />
-    <struct name="TagMuxPrivate" cname="GstTagMuxPrivate" opaque="true" hidden="true" />
-    <object name="Global" cname="GstTagGlobal" opaque="true">
-      <method name="VorbisTagAdd" cname="gst_vorbis_tag_add" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="list" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="tag" type="const-gchar*" />
-          <parameter name="value" type="const-gchar*" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstTagConstants" opaque="true">
-      <constant value="chromaprint-fingerprint" ctype="gchar*" gtype="gchar*" name="TAG_ACOUSTID_FINGERPRINT" version="1.18" />
-      <constant value="acoustid-id" ctype="gchar*" gtype="gchar*" name="TAG_ACOUSTID_ID" version="1.18" />
-      <constant value="capturing-contrast" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_CONTRAST" />
-      <constant value="capturing-digital-zoom-ratio" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_DIGITAL_ZOOM_RATIO" />
-      <constant value="capturing-exposure-compensation" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_EXPOSURE_COMPENSATION" />
-      <constant value="capturing-exposure-mode" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_EXPOSURE_MODE" />
-      <constant value="capturing-exposure-program" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_EXPOSURE_PROGRAM" />
-      <constant value="capturing-flash-fired" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_FLASH_FIRED" />
-      <constant value="capturing-flash-mode" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_FLASH_MODE" />
-      <constant value="capturing-focal-length" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_FOCAL_LENGTH" />
-      <constant value="capturing-focal-length-35mm" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_FOCAL_LENGTH_35_MM" version="1.10" />
-      <constant value="capturing-focal-ratio" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_FOCAL_RATIO" />
-      <constant value="capturing-gain-adjustment" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_GAIN_ADJUSTMENT" />
-      <constant value="capturing-iso-speed" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_ISO_SPEED" />
-      <constant value="capturing-metering-mode" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_METERING_MODE" />
-      <constant value="capturing-saturation" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_SATURATION" />
-      <constant value="capturing-scene-capture-type" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_SCENE_CAPTURE_TYPE" />
-      <constant value="capturing-sharpness" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_SHARPNESS" />
-      <constant value="capturing-shutter-speed" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_SHUTTER_SPEED" />
-      <constant value="capturing-source" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_SOURCE" />
-      <constant value="capturing-white-balance" ctype="gchar*" gtype="gchar*" name="TAG_CAPTURING_WHITE_BALANCE" />
-      <constant value="discid" ctype="gchar*" gtype="gchar*" name="TAG_CDDA_CDDB_DISCID" />
-      <constant value="discid-full" ctype="gchar*" gtype="gchar*" name="TAG_CDDA_CDDB_DISCID_FULL" />
-      <constant value="musicbrainz-discid" ctype="gchar*" gtype="gchar*" name="TAG_CDDA_MUSICBRAINZ_DISCID" />
-      <constant value="musicbrainz-discid-full" ctype="gchar*" gtype="gchar*" name="TAG_CDDA_MUSICBRAINZ_DISCID_FULL" />
-      <constant value="cmml-clip" ctype="gchar*" gtype="gchar*" name="TAG_CMML_CLIP" />
-      <constant value="cmml-head" ctype="gchar*" gtype="gchar*" name="TAG_CMML_HEAD" />
-      <constant value="cmml-stream" ctype="gchar*" gtype="gchar*" name="TAG_CMML_STREAM" />
-      <constant value="10" ctype="gint" gtype="gint" name="TAG_ID3V2_HEADER_SIZE" />
-      <constant value="image-horizontal-ppi" ctype="gchar*" gtype="gchar*" name="TAG_IMAGE_HORIZONTAL_PPI" />
-      <constant value="image-vertical-ppi" ctype="gchar*" gtype="gchar*" name="TAG_IMAGE_VERTICAL_PPI" />
-      <constant value="musical-key" ctype="gchar*" gtype="gchar*" name="TAG_MUSICAL_KEY" version="1.2" />
-      <constant value="musicbrainz-albumartistid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_ALBUMARTISTID" />
-      <constant value="musicbrainz-albumid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_ALBUMID" />
-      <constant value="musicbrainz-artistid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_ARTISTID" />
-      <constant value="musicbrainz-releasegroupid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_RELEASEGROUPID" version="1.18" />
-      <constant value="musicbrainz-releasetrackid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_RELEASETRACKID" version="1.18" />
-      <constant value="musicbrainz-trackid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_TRACKID" />
-      <constant value="musicbrainz-trmid" ctype="gchar*" gtype="gchar*" name="TAG_MUSICBRAINZ_TRMID" />
-    </object>
-  </namespace>
-  <namespace name="Gst.Video" library="gstvideo-1.0-0.dll">
-    <enum name="ColorBalanceType" cname="GstColorBalanceType" type="enum" gtype="gst_color_balance_type_get_type">
-      <member cname="GST_COLOR_BALANCE_HARDWARE" name="Hardware" value="0" />
-      <member cname="GST_COLOR_BALANCE_SOFTWARE" name="Software" value="1" />
-    </enum>
-    <enum name="NavigationCommand" cname="GstNavigationCommand" type="enum" gtype="gst_navigation_command_get_type">
-      <member cname="GST_NAVIGATION_COMMAND_INVALID" name="Invalid" value="0" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU1" name="Menu1" value="1" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU2" name="Menu2" value="2" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU3" name="Menu3" value="3" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU4" name="Menu4" value="4" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU5" name="Menu5" value="5" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU6" name="Menu6" value="6" />
-      <member cname="GST_NAVIGATION_COMMAND_MENU7" name="Menu7" value="7" />
-      <member cname="GST_NAVIGATION_COMMAND_LEFT" name="Left" value="20" />
-      <member cname="GST_NAVIGATION_COMMAND_RIGHT" name="Right" value="21" />
-      <member cname="GST_NAVIGATION_COMMAND_UP" name="Up" value="22" />
-      <member cname="GST_NAVIGATION_COMMAND_DOWN" name="Down" value="23" />
-      <member cname="GST_NAVIGATION_COMMAND_ACTIVATE" name="Activate" value="24" />
-      <member cname="GST_NAVIGATION_COMMAND_PREV_ANGLE" name="PrevAngle" value="30" />
-      <member cname="GST_NAVIGATION_COMMAND_NEXT_ANGLE" name="NextAngle" value="31" />
-    </enum>
-    <enum name="NavigationEventType" cname="GstNavigationEventType" type="enum" gtype="gst_navigation_event_type_get_type">
-      <member cname="GST_NAVIGATION_EVENT_INVALID" name="Invalid" value="0" />
-      <member cname="GST_NAVIGATION_EVENT_KEY_PRESS" name="KeyPress" value="1" />
-      <member cname="GST_NAVIGATION_EVENT_KEY_RELEASE" name="KeyRelease" value="2" />
-      <member cname="GST_NAVIGATION_EVENT_MOUSE_BUTTON_PRESS" name="MouseButtonPress" value="3" />
-      <member cname="GST_NAVIGATION_EVENT_MOUSE_BUTTON_RELEASE" name="MouseButtonRelease" value="4" />
-      <member cname="GST_NAVIGATION_EVENT_MOUSE_MOVE" name="MouseMove" value="5" />
-      <member cname="GST_NAVIGATION_EVENT_COMMAND" name="Command" value="6" />
-      <member cname="GST_NAVIGATION_EVENT_MOUSE_SCROLL" name="MouseScroll" value="7" />
-      <member cname="GST_NAVIGATION_EVENT_TOUCH_DOWN" name="TouchDown" value="8" />
-      <member cname="GST_NAVIGATION_EVENT_TOUCH_MOTION" name="TouchMotion" value="9" />
-      <member cname="GST_NAVIGATION_EVENT_TOUCH_UP" name="TouchUp" value="10" />
-      <member cname="GST_NAVIGATION_EVENT_TOUCH_FRAME" name="TouchFrame" value="11" />
-      <member cname="GST_NAVIGATION_EVENT_TOUCH_CANCEL" name="TouchCancel" value="12" />
-    </enum>
-    <enum name="NavigationMessageType" cname="GstNavigationMessageType" type="enum" gtype="gst_navigation_message_type_get_type">
-      <member cname="GST_NAVIGATION_MESSAGE_INVALID" name="Invalid" value="0" />
-      <member cname="GST_NAVIGATION_MESSAGE_MOUSE_OVER" name="MouseOver" value="1" />
-      <member cname="GST_NAVIGATION_MESSAGE_COMMANDS_CHANGED" name="CommandsChanged" value="2" />
-      <member cname="GST_NAVIGATION_MESSAGE_ANGLES_CHANGED" name="AnglesChanged" value="3" />
-      <member cname="GST_NAVIGATION_MESSAGE_EVENT" name="Event" value="4" />
-    </enum>
-    <enum name="NavigationQueryType" cname="GstNavigationQueryType" type="enum" gtype="gst_navigation_query_type_get_type">
-      <member cname="GST_NAVIGATION_QUERY_INVALID" name="Invalid" value="0" />
-      <member cname="GST_NAVIGATION_QUERY_COMMANDS" name="Commands" value="1" />
-      <member cname="GST_NAVIGATION_QUERY_ANGLES" name="Angles" value="2" />
-    </enum>
-    <enum name="VideoAFDSpec" cname="GstVideoAFDSpec" type="enum" gtype="gst_video_afd_spec_get_type" version="1.18">
-      <member cname="GST_VIDEO_AFD_SPEC_DVB_ETSI" name="DvbEtsi" value="0" />
-      <member cname="GST_VIDEO_AFD_SPEC_ATSC_A53" name="AtscA53" value="1" />
-      <member cname="GST_VIDEO_AFD_SPEC_SMPTE_ST2016_1" name="SmpteSt20161" value="2" />
-    </enum>
-    <enum name="VideoAFDValue" cname="GstVideoAFDValue" type="enum" gtype="gst_video_afd_value_get_type" version="1.18">
-      <member cname="GST_VIDEO_AFD_UNAVAILABLE" name="Unavailable" value="0" />
-      <member cname="GST_VIDEO_AFD_16_9_TOP_ALIGNED" name="_16169TopAligned" value="2" />
-      <member cname="GST_VIDEO_AFD_14_9_TOP_ALIGNED" name="_14149TopAligned" value="3" />
-      <member cname="GST_VIDEO_AFD_GREATER_THAN_16_9" name="GreaterThan169" value="4" />
-      <member cname="GST_VIDEO_AFD_4_3_FULL_16_9_FULL" name="_443Full169Full" value="8" />
-      <member cname="GST_VIDEO_AFD_4_3_FULL_4_3_PILLAR" name="_443Full43Pillar" value="9" />
-      <member cname="GST_VIDEO_AFD_16_9_LETTER_16_9_FULL" name="_16169Letter169Full" value="10" />
-      <member cname="GST_VIDEO_AFD_14_9_LETTER_14_9_PILLAR" name="_14149Letter149Pillar" value="11" />
-      <member cname="GST_VIDEO_AFD_4_3_FULL_14_9_CENTER" name="_443Full149Center" value="13" />
-      <member cname="GST_VIDEO_AFD_16_9_LETTER_14_9_CENTER" name="_16169Letter149Center" value="14" />
-      <member cname="GST_VIDEO_AFD_16_9_LETTER_4_3_CENTER" name="_16169Letter43Center" value="15" />
-    </enum>
-    <enum name="VideoAlphaMode" cname="GstVideoAlphaMode" type="enum" gtype="gst_video_alpha_mode_get_type" version="1.6">
-      <member cname="GST_VIDEO_ALPHA_MODE_COPY" name="Copy" value="0" />
-      <member cname="GST_VIDEO_ALPHA_MODE_SET" name="Set" value="1" />
-      <member cname="GST_VIDEO_ALPHA_MODE_MULT" name="Mult" value="2" />
-    </enum>
-    <enum name="VideoAncillaryDID" cname="GstVideoAncillaryDID" type="enum" gtype="gst_video_ancillary_did_get_type" version="1.16">
-      <member cname="GST_VIDEO_ANCILLARY_DID_UNDEFINED" name="Undefined" value="0" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_DELETION" name="Deletion" value="128" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_3G_AUDIO_DATA_FIRST" name="Hanc3gAudioDataFirst" value="160" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_3G_AUDIO_DATA_LAST" name="Hanc3gAudioDataLast" value="167" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_HDTV_AUDIO_DATA_FIRST" name="HancHdtvAudioDataFirst" value="224" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_HDTV_AUDIO_DATA_LAST" name="HancHdtvAudioDataLast" value="231" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_1_FIRST" name="HancSdtvAudioData1First" value="236" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_1_LAST" name="HancSdtvAudioData1Last" value="239" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_CAMERA_POSITION" name="CameraPosition" value="240" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_ERROR_DETECTION" name="HancErrorDetection" value="244" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_2_FIRST" name="HancSdtvAudioData2First" value="248" />
-      <member cname="GST_VIDEO_ANCILLARY_DID_HANC_SDTV_AUDIO_DATA_2_LAST" name="HancSdtvAudioData2Last" value="255" />
-    </enum>
-    <enum name="VideoAncillaryDID16" cname="GstVideoAncillaryDID16" type="enum" gtype="gst_video_ancillary_di_d16_get_type" version="1.16">
-      <member cname="GST_VIDEO_ANCILLARY_DID16_S2016_3_AFD_BAR" name="S20163AfdBar" value="16645" />
-      <member cname="GST_VIDEO_ANCILLARY_DID16_S334_EIA_708" name="S334Eia708" value="24833" />
-      <member cname="GST_VIDEO_ANCILLARY_DID16_S334_EIA_608" name="S334Eia608" value="24834" />
-    </enum>
-    <enum name="VideoCaptionType" cname="GstVideoCaptionType" type="enum" gtype="gst_video_caption_type_get_type" version="1.16">
-      <member cname="GST_VIDEO_CAPTION_TYPE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_CAPTION_TYPE_CEA608_RAW" name="Cea608Raw" value="1" />
-      <member cname="GST_VIDEO_CAPTION_TYPE_CEA608_S334_1A" name="Cea608S3341a" value="2" />
-      <member cname="GST_VIDEO_CAPTION_TYPE_CEA708_RAW" name="Cea708Raw" value="3" />
-      <member cname="GST_VIDEO_CAPTION_TYPE_CEA708_CDP" name="Cea708Cdp" value="4" />
-    </enum>
-    <enum name="VideoChromaMethod" cname="GstVideoChromaMethod" type="enum" gtype="gst_video_chroma_method_get_type">
-      <member cname="GST_VIDEO_CHROMA_METHOD_NEAREST" name="Nearest" value="0" />
-      <member cname="GST_VIDEO_CHROMA_METHOD_LINEAR" name="Linear" value="1" />
-    </enum>
-    <enum name="VideoChromaMode" cname="GstVideoChromaMode" type="enum" gtype="gst_video_chroma_mode_get_type" version="1.6">
-      <member cname="GST_VIDEO_CHROMA_MODE_FULL" name="Full" value="0" />
-      <member cname="GST_VIDEO_CHROMA_MODE_UPSAMPLE_ONLY" name="UpsampleOnly" value="1" />
-      <member cname="GST_VIDEO_CHROMA_MODE_DOWNSAMPLE_ONLY" name="DownsampleOnly" value="2" />
-      <member cname="GST_VIDEO_CHROMA_MODE_NONE" name="None" value="3" />
-    </enum>
-    <enum name="VideoColorMatrix" cname="GstVideoColorMatrix" type="enum" gtype="gst_video_color_matrix_get_type">
-      <member cname="GST_VIDEO_COLOR_MATRIX_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_RGB" name="Rgb" value="1" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_FCC" name="Fcc" value="2" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_BT709" name="Bt709" value="3" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_BT601" name="Bt601" value="4" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_SMPTE240M" name="Smpte240m" value="5" />
-      <member cname="GST_VIDEO_COLOR_MATRIX_BT2020" name="Bt2020" value="6" />
-    </enum>
-    <enum name="VideoColorPrimaries" cname="GstVideoColorPrimaries" type="enum" gtype="gst_video_color_primaries_get_type">
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_BT709" name="Bt709" value="1" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_BT470M" name="Bt470m" value="2" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_BT470BG" name="Bt470bg" value="3" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_SMPTE170M" name="Smpte170m" value="4" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_SMPTE240M" name="Smpte240m" value="5" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_FILM" name="Film" value="6" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_BT2020" name="Bt2020" value="7" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_ADOBERGB" name="Adobergb" value="8" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_SMPTEST428" name="Smptest428" value="9" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_SMPTERP431" name="Smpterp431" value="10" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_SMPTEEG432" name="Smpteeg432" value="11" />
-      <member cname="GST_VIDEO_COLOR_PRIMARIES_EBU3213" name="Ebu3213" value="12" />
-    </enum>
-    <enum name="VideoColorRange" cname="GstVideoColorRange" type="enum" gtype="gst_video_color_range_get_type">
-      <member cname="GST_VIDEO_COLOR_RANGE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_COLOR_RANGE_0_255" name="_00255" value="1" />
-      <member cname="GST_VIDEO_COLOR_RANGE_16_235" name="_1616235" value="2" />
-    </enum>
-    <enum name="VideoDitherMethod" cname="GstVideoDitherMethod" type="enum" gtype="gst_video_dither_method_get_type">
-      <member cname="GST_VIDEO_DITHER_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_DITHER_VERTERR" name="Verterr" value="1" />
-      <member cname="GST_VIDEO_DITHER_FLOYD_STEINBERG" name="FloydSteinberg" value="2" />
-      <member cname="GST_VIDEO_DITHER_SIERRA_LITE" name="SierraLite" value="3" />
-      <member cname="GST_VIDEO_DITHER_BAYER" name="Bayer" value="4" />
-    </enum>
-    <enum name="VideoFieldOrder" cname="GstVideoFieldOrder" type="enum" gtype="gst_video_field_order_get_type" version="1.12">
-      <member cname="GST_VIDEO_FIELD_ORDER_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_FIELD_ORDER_TOP_FIELD_FIRST" name="TopFieldFirst" value="1" />
-      <member cname="GST_VIDEO_FIELD_ORDER_BOTTOM_FIELD_FIRST" name="BottomFieldFirst" value="2" />
-    </enum>
-    <enum name="VideoFormat" cname="GstVideoFormat" type="enum" gtype="gst_video_format_get_type">
-      <member cname="GST_VIDEO_FORMAT_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_FORMAT_ENCODED" name="Encoded" value="1" />
-      <member cname="GST_VIDEO_FORMAT_I420" name="I420" value="2" />
-      <member cname="GST_VIDEO_FORMAT_YV12" name="Yv12" value="3" />
-      <member cname="GST_VIDEO_FORMAT_YUY2" name="Yuy2" value="4" />
-      <member cname="GST_VIDEO_FORMAT_UYVY" name="Uyvy" value="5" />
-      <member cname="GST_VIDEO_FORMAT_AYUV" name="Ayuv" value="6" />
-      <member cname="GST_VIDEO_FORMAT_RGBx" name="Rgbx" value="7" />
-      <member cname="GST_VIDEO_FORMAT_BGRx" name="Bgrx" value="8" />
-      <member cname="GST_VIDEO_FORMAT_xRGB" name="Xrgb" value="9" />
-      <member cname="GST_VIDEO_FORMAT_xBGR" name="Xbgr" value="10" />
-      <member cname="GST_VIDEO_FORMAT_RGBA" name="Rgba" value="11" />
-      <member cname="GST_VIDEO_FORMAT_BGRA" name="Bgra" value="12" />
-      <member cname="GST_VIDEO_FORMAT_ARGB" name="Argb" value="13" />
-      <member cname="GST_VIDEO_FORMAT_ABGR" name="Abgr" value="14" />
-      <member cname="GST_VIDEO_FORMAT_RGB" name="Rgb" value="15" />
-      <member cname="GST_VIDEO_FORMAT_BGR" name="Bgr" value="16" />
-      <member cname="GST_VIDEO_FORMAT_Y41B" name="Y41b" value="17" />
-      <member cname="GST_VIDEO_FORMAT_Y42B" name="Y42b" value="18" />
-      <member cname="GST_VIDEO_FORMAT_YVYU" name="Yvyu" value="19" />
-      <member cname="GST_VIDEO_FORMAT_Y444" name="Y444" value="20" />
-      <member cname="GST_VIDEO_FORMAT_v210" name="V210" value="21" />
-      <member cname="GST_VIDEO_FORMAT_v216" name="V216" value="22" />
-      <member cname="GST_VIDEO_FORMAT_NV12" name="Nv12" value="23" />
-      <member cname="GST_VIDEO_FORMAT_NV21" name="Nv21" value="24" />
-      <member cname="GST_VIDEO_FORMAT_GRAY8" name="Gray8" value="25" />
-      <member cname="GST_VIDEO_FORMAT_GRAY16_BE" name="Gray16Be" value="26" />
-      <member cname="GST_VIDEO_FORMAT_GRAY16_LE" name="Gray16Le" value="27" />
-      <member cname="GST_VIDEO_FORMAT_v308" name="V308" value="28" />
-      <member cname="GST_VIDEO_FORMAT_RGB16" name="Rgb16" value="29" />
-      <member cname="GST_VIDEO_FORMAT_BGR16" name="Bgr16" value="30" />
-      <member cname="GST_VIDEO_FORMAT_RGB15" name="Rgb15" value="31" />
-      <member cname="GST_VIDEO_FORMAT_BGR15" name="Bgr15" value="32" />
-      <member cname="GST_VIDEO_FORMAT_UYVP" name="Uyvp" value="33" />
-      <member cname="GST_VIDEO_FORMAT_A420" name="A420" value="34" />
-      <member cname="GST_VIDEO_FORMAT_RGB8P" name="Rgb8p" value="35" />
-      <member cname="GST_VIDEO_FORMAT_YUV9" name="Yuv9" value="36" />
-      <member cname="GST_VIDEO_FORMAT_YVU9" name="Yvu9" value="37" />
-      <member cname="GST_VIDEO_FORMAT_IYU1" name="Iyu1" value="38" />
-      <member cname="GST_VIDEO_FORMAT_ARGB64" name="Argb64" value="39" />
-      <member cname="GST_VIDEO_FORMAT_AYUV64" name="Ayuv64" value="40" />
-      <member cname="GST_VIDEO_FORMAT_r210" name="R210" value="41" />
-      <member cname="GST_VIDEO_FORMAT_I420_10BE" name="I42010be" value="42" />
-      <member cname="GST_VIDEO_FORMAT_I420_10LE" name="I42010le" value="43" />
-      <member cname="GST_VIDEO_FORMAT_I422_10BE" name="I42210be" value="44" />
-      <member cname="GST_VIDEO_FORMAT_I422_10LE" name="I42210le" value="45" />
-      <member cname="GST_VIDEO_FORMAT_Y444_10BE" name="Y44410be" value="46" />
-      <member cname="GST_VIDEO_FORMAT_Y444_10LE" name="Y44410le" value="47" />
-      <member cname="GST_VIDEO_FORMAT_GBR" name="Gbr" value="48" />
-      <member cname="GST_VIDEO_FORMAT_GBR_10BE" name="Gbr10be" value="49" />
-      <member cname="GST_VIDEO_FORMAT_GBR_10LE" name="Gbr10le" value="50" />
-      <member cname="GST_VIDEO_FORMAT_NV16" name="Nv16" value="51" />
-      <member cname="GST_VIDEO_FORMAT_NV24" name="Nv24" value="52" />
-      <member cname="GST_VIDEO_FORMAT_NV12_64Z32" name="Nv1264z32" value="53" />
-      <member cname="GST_VIDEO_FORMAT_A420_10BE" name="A42010be" value="54" />
-      <member cname="GST_VIDEO_FORMAT_A420_10LE" name="A42010le" value="55" />
-      <member cname="GST_VIDEO_FORMAT_A422_10BE" name="A42210be" value="56" />
-      <member cname="GST_VIDEO_FORMAT_A422_10LE" name="A42210le" value="57" />
-      <member cname="GST_VIDEO_FORMAT_A444_10BE" name="A44410be" value="58" />
-      <member cname="GST_VIDEO_FORMAT_A444_10LE" name="A44410le" value="59" />
-      <member cname="GST_VIDEO_FORMAT_NV61" name="Nv61" value="60" />
-      <member cname="GST_VIDEO_FORMAT_P010_10BE" name="P01010be" value="61" />
-      <member cname="GST_VIDEO_FORMAT_P010_10LE" name="P01010le" value="62" />
-      <member cname="GST_VIDEO_FORMAT_IYU2" name="Iyu2" value="63" />
-      <member cname="GST_VIDEO_FORMAT_VYUY" name="Vyuy" value="64" />
-      <member cname="GST_VIDEO_FORMAT_GBRA" name="Gbra" value="65" />
-      <member cname="GST_VIDEO_FORMAT_GBRA_10BE" name="Gbra10be" value="66" />
-      <member cname="GST_VIDEO_FORMAT_GBRA_10LE" name="Gbra10le" value="67" />
-      <member cname="GST_VIDEO_FORMAT_GBR_12BE" name="Gbr12be" value="68" />
-      <member cname="GST_VIDEO_FORMAT_GBR_12LE" name="Gbr12le" value="69" />
-      <member cname="GST_VIDEO_FORMAT_GBRA_12BE" name="Gbra12be" value="70" />
-      <member cname="GST_VIDEO_FORMAT_GBRA_12LE" name="Gbra12le" value="71" />
-      <member cname="GST_VIDEO_FORMAT_I420_12BE" name="I42012be" value="72" />
-      <member cname="GST_VIDEO_FORMAT_I420_12LE" name="I42012le" value="73" />
-      <member cname="GST_VIDEO_FORMAT_I422_12BE" name="I42212be" value="74" />
-      <member cname="GST_VIDEO_FORMAT_I422_12LE" name="I42212le" value="75" />
-      <member cname="GST_VIDEO_FORMAT_Y444_12BE" name="Y44412be" value="76" />
-      <member cname="GST_VIDEO_FORMAT_Y444_12LE" name="Y44412le" value="77" />
-      <member cname="GST_VIDEO_FORMAT_GRAY10_LE32" name="Gray10Le32" value="78" />
-      <member cname="GST_VIDEO_FORMAT_NV12_10LE32" name="Nv1210le32" value="79" />
-      <member cname="GST_VIDEO_FORMAT_NV16_10LE32" name="Nv1610le32" value="80" />
-      <member cname="GST_VIDEO_FORMAT_NV12_10LE40" name="Nv1210le40" value="81" />
-      <member cname="GST_VIDEO_FORMAT_Y210" name="Y210" value="82" />
-      <member cname="GST_VIDEO_FORMAT_Y410" name="Y410" value="83" />
-      <member cname="GST_VIDEO_FORMAT_VUYA" name="Vuya" value="84" />
-      <member cname="GST_VIDEO_FORMAT_BGR10A2_LE" name="Bgr10a2Le" value="85" />
-      <member cname="GST_VIDEO_FORMAT_RGB10A2_LE" name="Rgb10a2Le" value="86" />
-      <member cname="GST_VIDEO_FORMAT_Y444_16BE" name="Y44416be" value="87" />
-      <member cname="GST_VIDEO_FORMAT_Y444_16LE" name="Y44416le" value="88" />
-      <member cname="GST_VIDEO_FORMAT_P016_BE" name="P016Be" value="89" />
-      <member cname="GST_VIDEO_FORMAT_P016_LE" name="P016Le" value="90" />
-      <member cname="GST_VIDEO_FORMAT_P012_BE" name="P012Be" value="91" />
-      <member cname="GST_VIDEO_FORMAT_P012_LE" name="P012Le" value="92" />
-      <member cname="GST_VIDEO_FORMAT_Y212_BE" name="Y212Be" value="93" />
-      <member cname="GST_VIDEO_FORMAT_Y212_LE" name="Y212Le" value="94" />
-      <member cname="GST_VIDEO_FORMAT_Y412_BE" name="Y412Be" value="95" />
-      <member cname="GST_VIDEO_FORMAT_Y412_LE" name="Y412Le" value="96" />
-      <member cname="GST_VIDEO_FORMAT_NV12_4L4" name="Nv124l4" value="97" />
-      <member cname="GST_VIDEO_FORMAT_NV12_32L32" name="Nv1232l32" value="98" />
-      <member cname="GST_VIDEO_FORMAT_RGBP" name="Rgbp" value="99" />
-      <member cname="GST_VIDEO_FORMAT_BGRP" name="Bgrp" value="100" />
-      <member cname="GST_VIDEO_FORMAT_AV12" name="Av12" value="101" />
-      <member cname="GST_VIDEO_FORMAT_ARGB64_LE" name="Argb64Le" value="102" />
-      <member cname="GST_VIDEO_FORMAT_ARGB64_BE" name="Argb64Be" value="103" />
-      <member cname="GST_VIDEO_FORMAT_RGBA64_LE" name="Rgba64Le" value="104" />
-      <member cname="GST_VIDEO_FORMAT_RGBA64_BE" name="Rgba64Be" value="105" />
-      <member cname="GST_VIDEO_FORMAT_BGRA64_LE" name="Bgra64Le" value="106" />
-      <member cname="GST_VIDEO_FORMAT_BGRA64_BE" name="Bgra64Be" value="107" />
-      <member cname="GST_VIDEO_FORMAT_ABGR64_LE" name="Abgr64Le" value="108" />
-      <member cname="GST_VIDEO_FORMAT_ABGR64_BE" name="Abgr64Be" value="109" />
-      <member cname="GST_VIDEO_FORMAT_NV12_16L32S" name="Nv1216l32s" value="110" />
-      <member cname="GST_VIDEO_FORMAT_NV12_8L128" name="Nv128l128" value="111" />
-      <member cname="GST_VIDEO_FORMAT_NV12_10BE_8L128" name="Nv1210be8l128" value="112" />
-      <member cname="GST_VIDEO_FORMAT_NV12_10LE40_4L4" name="Nv1210le404l4" value="113" />
-      <member cname="GST_VIDEO_FORMAT_DMA_DRM" name="DmaDrm" value="114" />
-      <member cname="GST_VIDEO_FORMAT_MT2110T" name="Mt2110t" value="115" />
-      <member cname="GST_VIDEO_FORMAT_MT2110R" name="Mt2110r" value="116" />
-    </enum>
-    <enum name="VideoGLTextureOrientation" cname="GstVideoGLTextureOrientation" type="enum" gtype="gst_video_gl_texture_orientation_get_type">
-      <member cname="GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_NORMAL" name="NormalYNormal" value="0" />
-      <member cname="GST_VIDEO_GL_TEXTURE_ORIENTATION_X_NORMAL_Y_FLIP" name="NormalYFlip" value="1" />
-      <member cname="GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_NORMAL" name="FlipYNormal" value="2" />
-      <member cname="GST_VIDEO_GL_TEXTURE_ORIENTATION_X_FLIP_Y_FLIP" name="FlipYFlip" value="3" />
-    </enum>
-    <enum name="VideoGLTextureType" cname="GstVideoGLTextureType" type="enum" gtype="gst_video_gl_texture_type_get_type">
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_LUMINANCE" name="Luminance" value="0" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_LUMINANCE_ALPHA" name="LuminanceAlpha" value="1" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_RGB16" name="Rgb16" value="2" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_RGB" name="Rgb" value="3" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_RGBA" name="Rgba" value="4" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_R" name="R" value="5" />
-      <member cname="GST_VIDEO_GL_TEXTURE_TYPE_RG" name="Rg" value="6" />
-    </enum>
-    <enum name="VideoGammaMode" cname="GstVideoGammaMode" type="enum" gtype="gst_video_gamma_mode_get_type" version="1.6">
-      <member cname="GST_VIDEO_GAMMA_MODE_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_GAMMA_MODE_REMAP" name="Remap" value="1" />
-    </enum>
-    <enum name="VideoInterlaceMode" cname="GstVideoInterlaceMode" type="enum" gtype="gst_video_interlace_mode_get_type">
-      <member cname="GST_VIDEO_INTERLACE_MODE_PROGRESSIVE" name="Progressive" value="0" />
-      <member cname="GST_VIDEO_INTERLACE_MODE_INTERLEAVED" name="Interleaved" value="1" />
-      <member cname="GST_VIDEO_INTERLACE_MODE_MIXED" name="Mixed" value="2" />
-      <member cname="GST_VIDEO_INTERLACE_MODE_FIELDS" name="Fields" value="3" />
-      <member cname="GST_VIDEO_INTERLACE_MODE_ALTERNATE" name="Alternate" value="4" />
-    </enum>
-    <enum name="VideoMatrixMode" cname="GstVideoMatrixMode" type="enum" gtype="gst_video_matrix_mode_get_type" version="1.6">
-      <member cname="GST_VIDEO_MATRIX_MODE_FULL" name="Full" value="0" />
-      <member cname="GST_VIDEO_MATRIX_MODE_INPUT_ONLY" name="InputOnly" value="1" />
-      <member cname="GST_VIDEO_MATRIX_MODE_OUTPUT_ONLY" name="OutputOnly" value="2" />
-      <member cname="GST_VIDEO_MATRIX_MODE_NONE" name="None" value="3" />
-    </enum>
-    <enum name="VideoMultiviewFramePacking" cname="GstVideoMultiviewFramePacking" type="enum" gtype="gst_video_multiview_frame_packing_get_type">
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_NONE" name="None" value="-1" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_MONO" name="Mono" value="0" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_LEFT" name="Left" value="1" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_RIGHT" name="Right" value="2" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE" name="SideBySide" value="3" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_SIDE_BY_SIDE_QUINCUNX" name="SideBySideQuincunx" value="4" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_COLUMN_INTERLEAVED" name="ColumnInterleaved" value="5" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_ROW_INTERLEAVED" name="RowInterleaved" value="6" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_TOP_BOTTOM" name="TopBottom" value="7" />
-      <member cname="GST_VIDEO_MULTIVIEW_FRAME_PACKING_CHECKERBOARD" name="Checkerboard" value="8" />
-    </enum>
-    <enum name="VideoMultiviewMode" cname="GstVideoMultiviewMode" type="enum" gtype="gst_video_multiview_mode_get_type">
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_NONE" name="None" value="-1" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_MONO" name="Mono" value="0" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_LEFT" name="Left" value="1" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_RIGHT" name="Right" value="2" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE" name="SideBySide" value="3" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_SIDE_BY_SIDE_QUINCUNX" name="SideBySideQuincunx" value="4" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_COLUMN_INTERLEAVED" name="ColumnInterleaved" value="5" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_ROW_INTERLEAVED" name="RowInterleaved" value="6" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_TOP_BOTTOM" name="TopBottom" value="7" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_CHECKERBOARD" name="Checkerboard" value="8" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_FRAME_BY_FRAME" name="FrameByFrame" value="32" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_MULTIVIEW_FRAME_BY_FRAME" name="MultiviewFrameByFrame" value="33" />
-      <member cname="GST_VIDEO_MULTIVIEW_MODE_SEPARATED" name="Separated" value="34" />
-    </enum>
-    <enum name="VideoOrientationMethod" cname="GstVideoOrientationMethod" type="enum" gtype="gst_video_orientation_method_get_type" version="1.10">
-      <member cname="GST_VIDEO_ORIENTATION_IDENTITY" name="Identity" value="0" />
-      <member cname="GST_VIDEO_ORIENTATION_90R" name="_90r" value="1" />
-      <member cname="GST_VIDEO_ORIENTATION_180" name="_180" value="2" />
-      <member cname="GST_VIDEO_ORIENTATION_90L" name="_90l" value="3" />
-      <member cname="GST_VIDEO_ORIENTATION_HORIZ" name="Horiz" value="4" />
-      <member cname="GST_VIDEO_ORIENTATION_VERT" name="Vert" value="5" />
-      <member cname="GST_VIDEO_ORIENTATION_UL_LR" name="UlLr" value="6" />
-      <member cname="GST_VIDEO_ORIENTATION_UR_LL" name="UrLl" value="7" />
-      <member cname="GST_VIDEO_ORIENTATION_AUTO" name="Auto" value="8" />
-      <member cname="GST_VIDEO_ORIENTATION_CUSTOM" name="Custom" value="9" />
-    </enum>
-    <enum name="VideoPrimariesMode" cname="GstVideoPrimariesMode" type="enum" gtype="gst_video_primaries_mode_get_type" version="1.6">
-      <member cname="GST_VIDEO_PRIMARIES_MODE_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_PRIMARIES_MODE_MERGE_ONLY" name="MergeOnly" value="1" />
-      <member cname="GST_VIDEO_PRIMARIES_MODE_FAST" name="Fast" value="2" />
-    </enum>
-    <enum name="VideoResamplerMethod" cname="GstVideoResamplerMethod" type="enum" gtype="gst_video_resampler_method_get_type" version="1.6">
-      <member cname="GST_VIDEO_RESAMPLER_METHOD_NEAREST" name="Nearest" value="0" />
-      <member cname="GST_VIDEO_RESAMPLER_METHOD_LINEAR" name="Linear" value="1" />
-      <member cname="GST_VIDEO_RESAMPLER_METHOD_CUBIC" name="Cubic" value="2" />
-      <member cname="GST_VIDEO_RESAMPLER_METHOD_SINC" name="Sinc" value="3" />
-      <member cname="GST_VIDEO_RESAMPLER_METHOD_LANCZOS" name="Lanczos" value="4" />
-    </enum>
-    <enum name="VideoTileMode" cname="GstVideoTileMode" type="enum" gtype="gst_video_tile_mode_get_type">
-      <member cname="GST_VIDEO_TILE_MODE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_TILE_MODE_ZFLIPZ_2X2" name="Zflipz2x2" value="65536" />
-      <member cname="GST_VIDEO_TILE_MODE_LINEAR" name="Linear" value="131072" />
-    </enum>
-    <enum name="VideoTileType" cname="GstVideoTileType" type="enum" gtype="gst_video_tile_type_get_type">
-      <member cname="GST_VIDEO_TILE_TYPE_INDEXED" name="Indexed" value="0" />
-    </enum>
-    <enum name="VideoTransferFunction" cname="GstVideoTransferFunction" type="enum" gtype="gst_video_transfer_function_get_type">
-      <member cname="GST_VIDEO_TRANSFER_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_TRANSFER_GAMMA10" name="Gamma10" value="1" />
-      <member cname="GST_VIDEO_TRANSFER_GAMMA18" name="Gamma18" value="2" />
-      <member cname="GST_VIDEO_TRANSFER_GAMMA20" name="Gamma20" value="3" />
-      <member cname="GST_VIDEO_TRANSFER_GAMMA22" name="Gamma22" value="4" />
-      <member cname="GST_VIDEO_TRANSFER_BT709" name="Bt709" value="5" />
-      <member cname="GST_VIDEO_TRANSFER_SMPTE240M" name="Smpte240m" value="6" />
-      <member cname="GST_VIDEO_TRANSFER_SRGB" name="Srgb" value="7" />
-      <member cname="GST_VIDEO_TRANSFER_GAMMA28" name="Gamma28" value="8" />
-      <member cname="GST_VIDEO_TRANSFER_LOG100" name="Log100" value="9" />
-      <member cname="GST_VIDEO_TRANSFER_LOG316" name="Log316" value="10" />
-      <member cname="GST_VIDEO_TRANSFER_BT2020_12" name="Bt202012" value="11" />
-      <member cname="GST_VIDEO_TRANSFER_ADOBERGB" name="Adobergb" value="12" />
-      <member cname="GST_VIDEO_TRANSFER_BT2020_10" name="Bt202010" value="13" />
-      <member cname="GST_VIDEO_TRANSFER_SMPTE2084" name="Smpte2084" value="14" />
-      <member cname="GST_VIDEO_TRANSFER_ARIB_STD_B67" name="AribStdB67" value="15" />
-      <member cname="GST_VIDEO_TRANSFER_BT601" name="Bt601" value="16" />
-    </enum>
-    <enum name="VideoVBIParserResult" cname="GstVideoVBIParserResult" type="enum" gtype="gst_video_vbi_parser_result_get_type" version="1.16">
-      <member cname="GST_VIDEO_VBI_PARSER_RESULT_DONE" name="Done" value="0" />
-      <member cname="GST_VIDEO_VBI_PARSER_RESULT_OK" name="Ok" value="1" />
-      <member cname="GST_VIDEO_VBI_PARSER_RESULT_ERROR" name="Error" value="2" />
-    </enum>
-    <enum name="NavigationModifierType" cname="GstNavigationModifierType" type="flags" gtype="gst_navigation_modifier_type_get_type" version="1.22">
-      <member cname="GST_NAVIGATION_MODIFIER_NONE" name="None" value="0" />
-      <member cname="GST_NAVIGATION_MODIFIER_SHIFT_MASK" name="ShiftMask" value="1" />
-      <member cname="GST_NAVIGATION_MODIFIER_LOCK_MASK" name="LockMask" value="2" />
-      <member cname="GST_NAVIGATION_MODIFIER_CONTROL_MASK" name="ControlMask" value="4" />
-      <member cname="GST_NAVIGATION_MODIFIER_MOD1_MASK" name="Mod1Mask" value="8" />
-      <member cname="GST_NAVIGATION_MODIFIER_MOD2_MASK" name="Mod2Mask" value="16" />
-      <member cname="GST_NAVIGATION_MODIFIER_MOD3_MASK" name="Mod3Mask" value="32" />
-      <member cname="GST_NAVIGATION_MODIFIER_MOD4_MASK" name="Mod4Mask" value="64" />
-      <member cname="GST_NAVIGATION_MODIFIER_MOD5_MASK" name="Mod5Mask" value="128" />
-      <member cname="GST_NAVIGATION_MODIFIER_BUTTON1_MASK" name="Button1Mask" value="256" />
-      <member cname="GST_NAVIGATION_MODIFIER_BUTTON2_MASK" name="Button2Mask" value="512" />
-      <member cname="GST_NAVIGATION_MODIFIER_BUTTON3_MASK" name="Button3Mask" value="1024" />
-      <member cname="GST_NAVIGATION_MODIFIER_BUTTON4_MASK" name="Button4Mask" value="2048" />
-      <member cname="GST_NAVIGATION_MODIFIER_BUTTON5_MASK" name="Button5Mask" value="4096" />
-      <member cname="GST_NAVIGATION_MODIFIER_SUPER_MASK" name="SuperMask" value="67108864" />
-      <member cname="GST_NAVIGATION_MODIFIER_HYPER_MASK" name="HyperMask" value="134217728" />
-      <member cname="GST_NAVIGATION_MODIFIER_META_MASK" name="MetaMask" value="268435456" />
-      <member cname="GST_NAVIGATION_MODIFIER_MASK" name="Mask" value="469770239" />
-    </enum>
-    <enum name="VideoBufferFlags" cname="GstVideoBufferFlags" type="flags" gtype="gst_video_buffer_flags_get_type">
-      <member cname="GST_VIDEO_BUFFER_FLAG_MARKER" name="Marker" value="512" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_INTERLACED" name="Interlaced" value="1048576" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_TFF" name="Tff" value="2097152" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_RFF" name="Rff" value="4194304" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_ONEFIELD" name="Onefield" value="8388608" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_BOTTOM_FIELD" name="BottomField" value="8388608" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_TOP_FIELD" name="TopField" value="10485760" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW" name="MultipleView" value="16777216" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE" name="FirstInBundle" value="33554432" />
-      <member cname="GST_VIDEO_BUFFER_FLAG_LAST" name="Last" value="268435456" />
-    </enum>
-    <enum name="VideoChromaFlags" cname="GstVideoChromaFlags" type="flags" gtype="gst_video_chroma_flags_get_type">
-      <member cname="GST_VIDEO_CHROMA_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_CHROMA_FLAG_INTERLACED" name="Interlaced" value="1" />
-    </enum>
-    <enum name="VideoChromaSite" cname="GstVideoChromaSite" type="flags" gtype="gst_video_chroma_site_get_type">
-      <member cname="GST_VIDEO_CHROMA_SITE_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_VIDEO_CHROMA_SITE_NONE" name="None" value="1" />
-      <member cname="GST_VIDEO_CHROMA_SITE_JPEG" name="Jpeg" value="1" />
-      <member cname="GST_VIDEO_CHROMA_SITE_H_COSITED" name="HCosited" value="2" />
-      <member cname="GST_VIDEO_CHROMA_SITE_MPEG2" name="Mpeg2" value="2" />
-      <member cname="GST_VIDEO_CHROMA_SITE_V_COSITED" name="VCosited" value="4" />
-      <member cname="GST_VIDEO_CHROMA_SITE_COSITED" name="Cosited" value="6" />
-      <member cname="GST_VIDEO_CHROMA_SITE_ALT_LINE" name="AltLine" value="8" />
-      <member cname="GST_VIDEO_CHROMA_SITE_DV" name="Dv" value="14" />
-    </enum>
-    <enum name="VideoCodecFrameFlags" cname="GstVideoCodecFrameFlags" type="flags" gtype="gst_video_codec_frame_flags_get_type">
-      <member cname="GST_VIDEO_CODEC_FRAME_FLAG_DECODE_ONLY" name="DecodeOnly" value="1" />
-      <member cname="GST_VIDEO_CODEC_FRAME_FLAG_SYNC_POINT" name="SyncPoint" value="2" />
-      <member cname="GST_VIDEO_CODEC_FRAME_FLAG_FORCE_KEYFRAME" name="ForceKeyframe" value="4" />
-      <member cname="GST_VIDEO_CODEC_FRAME_FLAG_FORCE_KEYFRAME_HEADERS" name="ForceKeyframeHeaders" value="8" />
-      <member cname="GST_VIDEO_CODEC_FRAME_FLAG_CORRUPTED" name="Corrupted" value="16" />
-    </enum>
-    <enum name="VideoDecoderRequestSyncPointFlags" cname="GstVideoDecoderRequestSyncPointFlags" type="flags" gtype="gst_video_decoder_request_sync_point_flags_get_type" version="1.20">
-      <member cname="GST_VIDEO_DECODER_REQUEST_SYNC_POINT_DISCARD_INPUT" name="DiscardInput" value="1" />
-      <member cname="GST_VIDEO_DECODER_REQUEST_SYNC_POINT_CORRUPT_OUTPUT" name="CorruptOutput" value="2" />
-    </enum>
-    <enum name="VideoDitherFlags" cname="GstVideoDitherFlags" type="flags" gtype="gst_video_dither_flags_get_type">
-      <member cname="GST_VIDEO_DITHER_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_DITHER_FLAG_INTERLACED" name="Interlaced" value="1" />
-      <member cname="GST_VIDEO_DITHER_FLAG_QUANTIZE" name="Quantize" value="2" />
-    </enum>
-    <enum name="VideoFlags" cname="GstVideoFlags" type="flags" gtype="gst_video_flags_get_type">
-      <member cname="GST_VIDEO_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_FLAG_VARIABLE_FPS" name="VariableFps" value="1" />
-      <member cname="GST_VIDEO_FLAG_PREMULTIPLIED_ALPHA" name="PremultipliedAlpha" value="2" />
-    </enum>
-    <enum name="VideoFormatFlags" cname="GstVideoFormatFlags" type="flags" gtype="gst_video_format_flags_get_type">
-      <member cname="GST_VIDEO_FORMAT_FLAG_YUV" name="Yuv" value="1" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_RGB" name="Rgb" value="2" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_GRAY" name="Gray" value="4" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_ALPHA" name="Alpha" value="8" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_LE" name="Le" value="16" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_PALETTE" name="Palette" value="32" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_COMPLEX" name="Complex" value="64" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_UNPACK" name="Unpack" value="128" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_TILED" name="Tiled" value="256" />
-      <member cname="GST_VIDEO_FORMAT_FLAG_SUBTILES" name="Subtiles" value="512" />
-    </enum>
-    <enum name="VideoFrameFlags" cname="GstVideoFrameFlags" type="flags" gtype="gst_video_frame_flags_get_type">
-      <member cname="GST_VIDEO_FRAME_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_FRAME_FLAG_INTERLACED" name="Interlaced" value="1" />
-      <member cname="GST_VIDEO_FRAME_FLAG_TFF" name="Tff" value="2" />
-      <member cname="GST_VIDEO_FRAME_FLAG_RFF" name="Rff" value="4" />
-      <member cname="GST_VIDEO_FRAME_FLAG_ONEFIELD" name="Onefield" value="8" />
-      <member cname="GST_VIDEO_FRAME_FLAG_BOTTOM_FIELD" name="BottomField" value="8" />
-      <member cname="GST_VIDEO_FRAME_FLAG_TOP_FIELD" name="TopField" value="10" />
-      <member cname="GST_VIDEO_FRAME_FLAG_MULTIPLE_VIEW" name="MultipleView" value="16" />
-      <member cname="GST_VIDEO_FRAME_FLAG_FIRST_IN_BUNDLE" name="FirstInBundle" value="32" />
-    </enum>
-    <enum name="VideoFrameMapFlags" cname="GstVideoFrameMapFlags" type="flags" gtype="gst_video_frame_map_flags_get_type" version="1.6">
-      <member cname="GST_VIDEO_FRAME_MAP_FLAG_NO_REF" name="NoRef" value="65536" />
-      <member cname="GST_VIDEO_FRAME_MAP_FLAG_LAST" name="Last" value="16777216" />
-    </enum>
-    <enum name="VideoMultiviewFlags" cname="GstVideoMultiviewFlags" type="flags" gtype="gst_video_multiview_flags_get_type">
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_VIEW_FIRST" name="RightViewFirst" value="1" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLIPPED" name="LeftFlipped" value="2" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_LEFT_FLOPPED" name="LeftFlopped" value="4" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLIPPED" name="RightFlipped" value="8" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_RIGHT_FLOPPED" name="RightFlopped" value="16" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_HALF_ASPECT" name="HalfAspect" value="16384" />
-      <member cname="GST_VIDEO_MULTIVIEW_FLAGS_MIXED_MONO" name="MixedMono" value="32768" />
-    </enum>
-    <enum name="VideoOverlayFormatFlags" cname="GstVideoOverlayFormatFlags" type="flags" gtype="gst_video_overlay_format_flags_get_type">
-      <member cname="GST_VIDEO_OVERLAY_FORMAT_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_OVERLAY_FORMAT_FLAG_PREMULTIPLIED_ALPHA" name="PremultipliedAlpha" value="1" />
-      <member cname="GST_VIDEO_OVERLAY_FORMAT_FLAG_GLOBAL_ALPHA" name="GlobalAlpha" value="2" />
-    </enum>
-    <enum name="VideoPackFlags" cname="GstVideoPackFlags" type="flags" gtype="gst_video_pack_flags_get_type">
-      <member cname="GST_VIDEO_PACK_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_PACK_FLAG_TRUNCATE_RANGE" name="TruncateRange" value="1" />
-      <member cname="GST_VIDEO_PACK_FLAG_INTERLACED" name="Interlaced" value="2" />
-    </enum>
-    <enum name="VideoResamplerFlags" cname="GstVideoResamplerFlags" type="flags" gtype="gst_video_resampler_flags_get_type" version="1.6">
-      <member cname="GST_VIDEO_RESAMPLER_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_RESAMPLER_FLAG_HALF_TAPS" name="HalfTaps" value="1" />
-    </enum>
-    <enum name="VideoScalerFlags" cname="GstVideoScalerFlags" type="flags" gtype="gst_video_scaler_flags_get_type">
-      <member cname="GST_VIDEO_SCALER_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_SCALER_FLAG_INTERLACED" name="Interlaced" value="1" />
-    </enum>
-    <enum name="VideoTimeCodeFlags" cname="GstVideoTimeCodeFlags" type="flags" gtype="gst_video_time_code_flags_get_type" version="1.10">
-      <member cname="GST_VIDEO_TIME_CODE_FLAGS_NONE" name="None" value="0" />
-      <member cname="GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME" name="DropFrame" value="1" />
-      <member cname="GST_VIDEO_TIME_CODE_FLAGS_INTERLACED" name="Interlaced" value="2" />
-    </enum>
-    <callback name="VideoAffineTransformationGetMatrix" cname="GstVideoAffineTransformationGetMatrix">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="meta" type="GstVideoAffineTransformationMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="matrix" type="gfloat" />
-      </parameters>
-    </callback>
-    <callback name="VideoConvertSampleCallback" cname="GstVideoConvertSampleCallback">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="sample" type="GstSample*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="error" type="GError*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="VideoFormatPack" cname="GstVideoFormatPack">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="info" type="GstVideoFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="flags" type="GstVideoPackFlags" />
-        <parameter allow-none="1" name="src" type="gpointer" />
-        <parameter name="sstride" type="gint" />
-        <parameter allow-none="1" name="data" type="gpointer" />
-        <parameter name="stride" type="gint" />
-        <parameter name="chroma_site" type="GstVideoChromaSite" />
-        <parameter name="y" type="gint" />
-        <parameter name="width" type="gint" />
-      </parameters>
-    </callback>
-    <callback name="VideoFormatUnpack" cname="GstVideoFormatUnpack">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="info" type="GstVideoFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="flags" type="GstVideoPackFlags" />
-        <parameter allow-none="1" name="dest" type="gpointer" />
-        <parameter allow-none="1" name="data" type="gpointer" />
-        <parameter name="stride" type="gint" />
-        <parameter name="x" type="gint" />
-        <parameter name="y" type="gint" />
-        <parameter name="width" type="gint" />
-      </parameters>
-    </callback>
-    <callback name="VideoGLTextureUpload" cname="GstVideoGLTextureUpload">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="meta" type="GstVideoGLTextureUploadMeta*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="texture_id" type="guint" />
-      </parameters>
-    </callback>
-    <interface name="ColorBalance" cname="GstColorBalance" opaque="false" hidden="false">
-      <class_struct cname="GstColorBalanceInterface">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="list_channels" />
-        <method vm="set_value" />
-        <method vm="get_value" />
-        <method vm="get_balance_type" />
-        <method signal_vm="value_changed" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_color_balance_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GetBalanceType" cname="get_balance_type">
-        <return-type type="GstColorBalanceType" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetValue" cname="get_value">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ListChannels" cname="list_channels">
-        <return-type type="GList*" element_type="GstColorBalanceChannel*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="SetValue" cname="set_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-          <parameter name="value" type="gint" />
-        </parameters>
-      </virtual_method>
-      <method name="GetBalanceType" cname="gst_color_balance_get_balance_type">
-        <return-type type="GstColorBalanceType" />
-        <parameters />
-      </method>
-      <method name="GetValue" cname="gst_color_balance_get_value">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-        </parameters>
-      </method>
-      <method name="ListChannels" cname="gst_color_balance_list_channels">
-        <return-type type="GList*" element_type="GstColorBalanceChannel*" />
-        <parameters />
-      </method>
-      <method name="SetValue" cname="gst_color_balance_set_value">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-          <parameter name="value" type="gint" />
-        </parameters>
-      </method>
-      <method name="ValueChanged" cname="gst_color_balance_value_changed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-          <parameter name="value" type="gint" />
-        </parameters>
-      </method>
-      <signal name="ValueChangedEvent" cname="value-changed" when="last" field_name="value_changed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="channel" type="GstColorBalanceChannel*" />
-          <parameter name="value" type="gint" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </interface>
-    <interface name="Navigation" cname="GstNavigation" opaque="false" hidden="false">
-      <class_struct cname="GstNavigationInterface">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="send_event" />
-        <method vm="send_event_simple" />
-      </class_struct>
-      <method name="GetType" cname="gst_navigation_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="EventGetCoordinates" cname="gst_navigation_event_get_coordinates" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventGetType" cname="gst_navigation_event_get_type" shared="true">
-        <return-type type="GstNavigationEventType" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="EventNewCommand" cname="gst_navigation_event_new_command" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="command" type="GstNavigationCommand" />
-        </parameters>
-      </method>
-      <method name="EventNewKeyPress" cname="gst_navigation_event_new_key_press" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewKeyRelease" cname="gst_navigation_event_new_key_release" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewMouseButtonPress" cname="gst_navigation_event_new_mouse_button_press" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="button" type="gint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewMouseButtonRelease" cname="gst_navigation_event_new_mouse_button_release" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="button" type="gint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewMouseMove" cname="gst_navigation_event_new_mouse_move" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewMouseScroll" cname="gst_navigation_event_new_mouse_scroll" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="delta_x" type="gdouble" />
-          <parameter name="delta_y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewTouchCancel" cname="gst_navigation_event_new_touch_cancel" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewTouchDown" cname="gst_navigation_event_new_touch_down" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="pressure" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewTouchFrame" cname="gst_navigation_event_new_touch_frame" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewTouchMotion" cname="gst_navigation_event_new_touch_motion" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="pressure" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventNewTouchUp" cname="gst_navigation_event_new_touch_up" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventParseCommand" cname="gst_navigation_event_parse_command" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="command" type="GstNavigationCommand" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseKeyEvent" cname="gst_navigation_event_parse_key_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="key" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseModifierState" cname="gst_navigation_event_parse_modifier_state" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="EventParseMouseButtonEvent" cname="gst_navigation_event_parse_mouse_button_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="button" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseMouseMoveEvent" cname="gst_navigation_event_parse_mouse_move_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseMouseScrollEvent" cname="gst_navigation_event_parse_mouse_scroll_event" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="delta_x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="delta_y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseTouchEvent" cname="gst_navigation_event_parse_touch_event" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="identifier" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pressure" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventParseTouchUpEvent" cname="gst_navigation_event_parse_touch_up_event" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="identifier" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="EventSetCoordinates" cname="gst_navigation_event_set_coordinates" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="MessageGetType" cname="gst_navigation_message_get_type" shared="true">
-        <return-type type="GstNavigationMessageType" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MessageNewAnglesChanged" cname="gst_navigation_message_new_angles_changed" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="cur_angle" type="guint" />
-          <parameter name="n_angles" type="guint" />
-        </parameters>
-      </method>
-      <method name="MessageNewCommandsChanged" cname="gst_navigation_message_new_commands_changed" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="MessageNewEvent" cname="gst_navigation_message_new_event" shared="true" version="1.6">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MessageNewMouseOver" cname="gst_navigation_message_new_mouse_over" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="MessageParseAnglesChanged" cname="gst_navigation_message_parse_angles_changed" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cur_angle" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="n_angles" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="MessageParseEvent" cname="gst_navigation_message_parse_event" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="event" type="GstEvent**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MessageParseMouseOver" cname="gst_navigation_message_parse_mouse_over" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="active" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryGetType" cname="gst_navigation_query_get_type" shared="true">
-        <return-type type="GstNavigationQueryType" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="QueryNewAngles" cname="gst_navigation_query_new_angles" shared="true">
-        <return-type type="GstQuery*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="QueryNewCommands" cname="gst_navigation_query_new_commands" shared="true">
-        <return-type type="GstQuery*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="QueryParseAngles" cname="gst_navigation_query_parse_angles" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cur_angle" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="n_angles" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryParseCommandsLength" cname="gst_navigation_query_parse_commands_length" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="n_cmds" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryParseCommandsNth" cname="gst_navigation_query_parse_commands_nth" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="nth" type="guint" />
-          <parameter allow-none="1" name="cmd" type="GstNavigationCommand" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QuerySetAngles" cname="gst_navigation_query_set_angles" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="cur_angle" type="guint" />
-          <parameter name="n_angles" type="guint" />
-        </parameters>
-      </method>
-      <method name="QuerySetCommandsv" cname="gst_navigation_query_set_commandsv" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="n_cmds" type="gint" array_index="2" />
-          <parameter name="cmds" type="GstNavigationCommand*" array="true" array_length_param_index="1" element_type="NavigationCommand" />
-        </parameters>
-      </method>
-      <virtual_method name="SendEvent" cname="send_event" deprecated="true" deprecated-version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SendEventSimple" cname="send_event_simple" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="SendCommand" cname="gst_navigation_send_command">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="command" type="GstNavigationCommand" />
-        </parameters>
-      </method>
-      <method name="SendEvent" cname="gst_navigation_send_event">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendEventSimple" cname="gst_navigation_send_event_simple" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="event" type="GstEvent*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendKeyEvent" cname="gst_navigation_send_key_event">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="event" type="const-gchar*" />
-          <parameter name="key" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SendMouseEvent" cname="gst_navigation_send_mouse_event">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="event" type="const-gchar*" />
-          <parameter name="button" type="gint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="SendMouseScrollEvent" cname="gst_navigation_send_mouse_scroll_event" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="delta_x" type="gdouble" />
-          <parameter name="delta_y" type="gdouble" />
-        </parameters>
-      </method>
-    </interface>
-    <interface name="VideoDirection" cname="GstVideoDirection" opaque="false" hidden="false" version="1.10">
-      <class_struct cname="GstVideoDirectionInterface" version="1.10">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_video_direction_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="VideoDirection" cname="video-direction" type="GstVideoOrientationMethod" readable="true" writeable="true" construct="true" construct-only="false" />
-    </interface>
-    <interface name="VideoOrientation" cname="GstVideoOrientation" opaque="false" hidden="false">
-      <class_struct cname="GstVideoOrientationInterface">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_hflip" />
-        <method vm="get_vflip" />
-        <method vm="get_hcenter" />
-        <method vm="get_vcenter" />
-        <method vm="set_hflip" />
-        <method vm="set_vflip" />
-        <method vm="set_hcenter" />
-        <method vm="set_vcenter" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_orientation_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="FromTag" cname="gst_video_orientation_from_tag" shared="true" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="method" type="GstVideoOrientationMethod" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <virtual_method name="GetHcenter" cname="get_hcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetHflip" cname="get_hflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetVcenter" cname="get_vcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetVflip" cname="get_vflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetHcenter" cname="set_hcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetHflip" cname="set_hflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetVcenter" cname="set_vcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetVflip" cname="set_vflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <method name="GetHcenter" cname="gst_video_orientation_get_hcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetHflip" cname="gst_video_orientation_get_hflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetVcenter" cname="gst_video_orientation_get_vcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetVflip" cname="gst_video_orientation_get_vflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetHcenter" cname="gst_video_orientation_set_hcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetHflip" cname="gst_video_orientation_set_hflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetVcenter" cname="gst_video_orientation_set_vcenter">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="center" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetVflip" cname="gst_video_orientation_set_vflip">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="flip" type="gboolean" />
-        </parameters>
-      </method>
-    </interface>
-    <interface name="VideoOverlay" cname="GstVideoOverlay" opaque="false" hidden="false">
-      <class_struct cname="GstVideoOverlayInterface">
-        <field cname="iface" access="public" writeable="false" readable="true" is_callback="false" name="Iface" type="GTypeInterface">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="expose" />
-        <method vm="handle_events" />
-        <method vm="set_render_rectangle" />
-        <method vm="set_window_handle" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_overlay_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="InstallProperties" cname="gst_video_overlay_install_properties" shared="true" version="1.14" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="oclass" type="GObjectClass*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="last_prop_id" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetProperty" cname="gst_video_overlay_set_property" shared="true" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="last_prop_id" type="gint" />
-          <parameter name="property_id" type="guint" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <virtual_method name="Expose" cname="expose">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="HandleEvents" cname="handle_events">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="handle_events" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetRenderRectangle" cname="set_render_rectangle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="x" type="gint" />
-          <parameter name="y" type="gint" />
-          <parameter name="width" type="gint" />
-          <parameter name="height" type="gint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetWindowHandle" cname="set_window_handle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="handle" type="gpointer" />
-        </parameters>
-      </virtual_method>
-      <method name="Expose" cname="gst_video_overlay_expose">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GotWindowHandle" cname="gst_video_overlay_got_window_handle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="handle" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="HandleEvents" cname="gst_video_overlay_handle_events">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="handle_events" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="PrepareWindowHandle" cname="gst_video_overlay_prepare_window_handle">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetRenderRectangle" cname="gst_video_overlay_set_render_rectangle">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="x" type="gint" />
-          <parameter name="y" type="gint" />
-          <parameter name="width" type="gint" />
-          <parameter name="height" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetWindowHandle" cname="gst_video_overlay_set_window_handle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="handle" type="gpointer" />
-        </parameters>
-      </method>
-    </interface>
-    <object name="ColorBalanceChannel" cname="GstColorBalanceChannel" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstColorBalanceChannelClass">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="value_changed" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_color_balance_channel_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="label" access="public" writeable="false" readable="true" is_callback="false" name="Label" type="gchar*" />
-      <field cname="min_value" access="public" writeable="false" readable="true" is_callback="false" name="MinValue" type="gint" />
-      <field cname="max_value" access="public" writeable="false" readable="true" is_callback="false" name="MaxValue" type="gint" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="ValueChanged" cname="value-changed" when="last" field_name="value_changed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="value" type="gint" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="VideoAggregator" cname="GstVideoAggregator" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstAggregator" version="1.16">
-      <class_struct cname="GstVideoAggregatorClass" version="1.16">
-        <field cname="parent_class" access="private" writeable="false" readable="false" is_callback="false" name="ParentClass" type="GstAggregatorClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="update_caps" />
-        <method vm="aggregate_frames" />
-        <method vm="create_output_buffer" />
-        <method vm="find_best_format" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_aggregator_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="AggregateFrames" cname="aggregate_frames">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="outbuffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateOutputBuffer" cname="create_output_buffer">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="outbuffer" type="GstBuffer**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FindBestFormat" cname="find_best_format">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="downstream_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="best_info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="at_least_one_alpha" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="UpdateCaps" cname="update_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="GetExecutionTaskPool" cname="gst_video_aggregator_get_execution_task_pool" version="1.20">
-        <return-type type="GstTaskPool*" owned="true" />
-        <parameters />
-      </method>
-      <property name="ForceLive" cname="force-live" type="gboolean" readable="true" writeable="true" construct="false" construct-only="true" version="1.22" />
-      <field cname="aggregator" access="public" writeable="false" readable="true" is_callback="false" name="Aggregator" type="GstAggregator*" />
-      <field cname="info" access="public" writeable="false" readable="true" is_callback="false" name="Info" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoAggregatorPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-    </object>
-    <object name="VideoAggregatorConvertPad" cname="GstVideoAggregatorConvertPad" opaque="false" hidden="false" parent="GstVideoAggregatorPad" version="1.16">
-      <class_struct cname="GstVideoAggregatorConvertPadClass" version="1.16">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstVideoAggregatorPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_conversion_info" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_aggregator_convert_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="CreateConversionInfo" cname="create_conversion_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="agg" type="GstVideoAggregator*" />
-          <parameter name="conversion_info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="UpdateConversionInfo" cname="gst_video_aggregator_convert_pad_update_conversion_info">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="ConverterConfig" cname="converter-config" type="GstStructure*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="private" writeable="false" readable="false" is_callback="false" name="Parent" type="GstVideoAggregatorPad*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoAggregatorConvertPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="VideoAggregatorPad" cname="GstVideoAggregatorPad" opaque="false" hidden="false" parent="GstAggregatorPad" version="1.16">
-      <class_struct cname="GstVideoAggregatorPadClass" version="1.16">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstAggregatorPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="update_conversion_info" />
-        <method vm="prepare_frame" />
-        <method vm="clean_frame" />
-        <method vm="prepare_frame_start" />
-        <method vm="prepare_frame_finish" />
-        <field cname="_gst_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="18" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_aggregator_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="CleanFrame" cname="clean_frame">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="videoaggregator" type="GstVideoAggregator*" />
-          <parameter name="prepared_frame" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrepareFrame" cname="prepare_frame">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="videoaggregator" type="GstVideoAggregator*" />
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prepared_frame" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrepareFrameFinish" cname="prepare_frame_finish" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="videoaggregator" type="GstVideoAggregator*" />
-          <parameter name="prepared_frame" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="PrepareFrameStart" cname="prepare_frame_start" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="videoaggregator" type="GstVideoAggregator*" />
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="prepared_frame" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="UpdateConversionInfo" cname="update_conversion_info">
-        <return-type type="void" />
-        <parameters />
-      </virtual_method>
-      <method name="GetCurrentBuffer" cname="gst_video_aggregator_pad_get_current_buffer">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetPreparedFrame" cname="gst_video_aggregator_pad_get_prepared_frame">
-        <return-type type="GstVideoFrame*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="HasCurrentBuffer" cname="gst_video_aggregator_pad_has_current_buffer">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetNeedsAlpha" cname="gst_video_aggregator_pad_set_needs_alpha">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="needs_alpha" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="MaxLastBufferRepeat" cname="max-last-buffer-repeat" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="RepeatAfterEos" cname="repeat-after-eos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Zorder" cname="zorder" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstAggregatorPad*" hidden="true" />
-      <field cname="info" access="public" writeable="false" readable="true" is_callback="false" name="Info" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoAggregatorPadPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="VideoAggregatorParallelConvertPad" cname="GstVideoAggregatorParallelConvertPad" opaque="false" hidden="false" parent="GstVideoAggregatorConvertPad" version="1.20">
-      <class_struct cname="GstVideoAggregatorParallelConvertPadClass" version="1.20">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstVideoAggregatorConvertPadClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_aggregator_parallel_convert_pad_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="parent_instance" access="public" writeable="false" readable="true" is_callback="false" name="ParentInstance" type="GstVideoAggregatorConvertPad*" />
-    </object>
-    <object name="VideoBufferPool" cname="GstVideoBufferPool" opaque="false" hidden="false" parent="GstBufferPool">
-      <class_struct cname="GstVideoBufferPoolClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBufferPoolClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-      </class_struct>
-      <method name="GetType" cname="gst_video_buffer_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_video_buffer_pool_new" disable_void_ctor="" />
-      <field cname="bufferpool" access="public" writeable="false" readable="true" is_callback="false" name="Bufferpool" type="GstBufferPool*" />
-      <field cname="priv" access="public" writeable="false" readable="true" is_callback="false" name="Priv" type="GstVideoBufferPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </object>
-    <object name="VideoDecoder" cname="GstVideoDecoder" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <class_struct cname="GstVideoDecoderClass">
-        <field cname="element_class" access="private" writeable="false" readable="false" is_callback="false" name="ElementClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open" />
-        <method vm="close" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="parse" />
-        <method vm="set_format" />
-        <method vm="reset" />
-        <method vm="finish" />
-        <method vm="handle_frame" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="negotiate" />
-        <method vm="decide_allocation" />
-        <method vm="propose_allocation" />
-        <method vm="flush" />
-        <method vm="sink_query" />
-        <method vm="src_query" />
-        <method vm="getcaps" />
-        <method vm="drain" />
-        <method vm="transform_meta" />
-        <method vm="handle_missing_data" />
-        <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gpointer" array="true" array_len="13" element_type="gpointer" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_decoder_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Drain" cname="drain">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Finish" cname="finish">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Getcaps" cname="getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleFrame" cname="handle_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleMissingData" cname="handle_missing_data" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="duration" type="guint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Parse" cname="parse">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="adapter" type="GstAdapter*" />
-          <parameter name="at_eos" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Reset" cname="reset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="hard" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetFormat" cname="set_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="state" type="GstVideoCodecState*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="TransformMeta" cname="transform_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AddToFrame" cname="gst_video_decoder_add_to_frame">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="n_bytes" type="gint" />
-        </parameters>
-      </method>
-      <method name="AllocateOutputBuffer" cname="gst_video_decoder_allocate_output_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="AllocateOutputFrame" cname="gst_video_decoder_allocate_output_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AllocateOutputFrameWithParams" cname="gst_video_decoder_allocate_output_frame_with_params" version="1.12">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="params" type="GstBufferPoolAcquireParams*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DropFrame" cname="gst_video_decoder_drop_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="DropSubframe" cname="gst_video_decoder_drop_subframe" version="1.20">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FinishFrame" cname="gst_video_decoder_finish_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FinishSubframe" cname="gst_video_decoder_finish_subframe" version="1.20">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAllocator" cname="gst_video_decoder_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBufferPool" cname="gst_video_decoder_get_buffer_pool">
-        <return-type type="GstBufferPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetEstimateRate" cname="gst_video_decoder_get_estimate_rate">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetFrame" cname="gst_video_decoder_get_frame">
-        <return-type type="GstVideoCodecFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="frame_number" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetFrames" cname="gst_video_decoder_get_frames">
-        <return-type type="GList*" element_type="GList*" elements_owned="true" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetInputSubframeIndex" cname="gst_video_decoder_get_input_subframe_index" version="1.20">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetLatency" cname="gst_video_decoder_get_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="min_latency" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetMaxDecodeTime" cname="gst_video_decoder_get_max_decode_time">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetMaxErrors" cname="gst_video_decoder_get_max_errors">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetNeedsFormat" cname="gst_video_decoder_get_needs_format" version="1.4">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetNeedsSyncPoint" cname="gst_video_decoder_get_needs_sync_point" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetOldestFrame" cname="gst_video_decoder_get_oldest_frame">
-        <return-type type="GstVideoCodecFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetOutputState" cname="gst_video_decoder_get_output_state">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetPacketized" cname="gst_video_decoder_get_packetized">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetPendingFrameSize" cname="gst_video_decoder_get_pending_frame_size" version="1.4">
-        <return-type type="gsize" />
-        <parameters />
-      </method>
-      <method name="GetProcessedSubframeIndex" cname="gst_video_decoder_get_processed_subframe_index" version="1.20">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetQosProportion" cname="gst_video_decoder_get_qos_proportion" version="1.0.3">
-        <return-type type="gdouble" />
-        <parameters />
-      </method>
-      <method name="GetSubframeMode" cname="gst_video_decoder_get_subframe_mode" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HaveFrame" cname="gst_video_decoder_have_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </method>
-      <method name="HaveLastSubframe" cname="gst_video_decoder_have_last_subframe" version="1.20">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="MergeTags" cname="gst_video_decoder_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="Negotiate" cname="gst_video_decoder_negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ProxyGetcaps" cname="gst_video_decoder_proxy_getcaps" version="1.6">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ReleaseFrame" cname="gst_video_decoder_release_frame" version="1.2.2">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RequestSyncPoint" cname="gst_video_decoder_request_sync_point" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoDecoderRequestSyncPointFlags" />
-        </parameters>
-      </method>
-      <method name="SetEstimateRate" cname="gst_video_decoder_set_estimate_rate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetInterlacedOutputState" cname="gst_video_decoder_set_interlaced_output_state" version="1.16.">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="fmt" type="GstVideoFormat" />
-          <parameter name="interlace_mode" type="GstVideoInterlaceMode" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-          <parameter allow-none="1" name="reference" type="GstVideoCodecState*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_video_decoder_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_latency" type="guint64" />
-          <parameter name="max_latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMaxErrors" cname="gst_video_decoder_set_max_errors">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="num" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetNeedsFormat" cname="gst_video_decoder_set_needs_format" version="1.4">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetNeedsSyncPoint" cname="gst_video_decoder_set_needs_sync_point" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetOutputState" cname="gst_video_decoder_set_output_state">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="fmt" type="GstVideoFormat" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-          <parameter allow-none="1" name="reference" type="GstVideoCodecState*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPacketized" cname="gst_video_decoder_set_packetized">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="packetized" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSubframeMode" cname="gst_video_decoder_set_subframe_mode" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="subframe_mode" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetUseDefaultPadAcceptcaps" cname="gst_video_decoder_set_use_default_pad_acceptcaps" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="use" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="AutomaticRequestSyncPointFlags" cname="automatic-request-sync-point-flags" type="GstVideoDecoderRequestSyncPointFlags" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="AutomaticRequestSyncPoints" cname="automatic-request-sync-points" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="DiscardCorruptedFrames" cname="discard-corrupted-frames" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="MaxErrors" cname="max-errors" type="gint" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="MinForceKeyUnitInterval" cname="min-force-key-unit-interval" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="Qos" cname="qos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <field cname="element" access="private" writeable="false" readable="false" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="private" writeable="false" readable="false" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="private" writeable="false" readable="false" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="stream_lock" access="private" writeable="false" readable="false" is_callback="false" name="StreamLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="input_segment" access="private" writeable="false" readable="false" is_callback="false" name="InputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="output_segment" access="private" writeable="false" readable="false" is_callback="false" name="OutputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoDecoderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gpointer" array="true" array_len="20" element_type="gpointer" />
-    </object>
-    <object name="VideoEncoder" cname="GstVideoEncoder" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstElement">
-      <implements>
-        <interface cname="GstPreset" />
-      </implements>
-      <class_struct cname="GstVideoEncoderClass">
-        <field cname="element_class" access="private" writeable="false" readable="false" is_callback="false" name="ElementClass" type="GstElementClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="open" />
-        <method vm="close" />
-        <method vm="start" />
-        <method vm="stop" />
-        <method vm="set_format" />
-        <method vm="handle_frame" />
-        <method vm="reset" />
-        <method vm="finish" />
-        <method vm="pre_push" />
-        <method vm="getcaps" />
-        <method vm="sink_event" />
-        <method vm="src_event" />
-        <method vm="negotiate" />
-        <method vm="decide_allocation" />
-        <method vm="propose_allocation" />
-        <method vm="flush" />
-        <method vm="sink_query" />
-        <method vm="src_query" />
-        <method vm="transform_meta" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="16" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_encoder_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="Close" cname="close">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="DecideAllocation" cname="decide_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Finish" cname="finish">
-        <return-type type="GstFlowReturn" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Flush" cname="flush">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Getcaps" cname="getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleFrame" cname="handle_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Negotiate" cname="negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Open" cname="open">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="PrePush" cname="pre_push">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ProposeAllocation" cname="propose_allocation">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Reset" cname="reset">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="hard" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetFormat" cname="set_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="state" type="GstVideoCodecState*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkEvent" cname="sink_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SinkQuery" cname="sink_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcEvent" cname="src_event">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SrcQuery" cname="src_query">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Start" cname="start">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Stop" cname="stop">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="TransformMeta" cname="transform_meta">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="meta" type="GstMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AllocateOutputBuffer" cname="gst_video_encoder_allocate_output_buffer">
-        <return-type type="GstBuffer*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="AllocateOutputFrame" cname="gst_video_encoder_allocate_output_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="FinishFrame" cname="gst_video_encoder_finish_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FinishSubframe" cname="gst_video_encoder_finish_subframe" version="1.18">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAllocator" cname="gst_video_encoder_get_allocator">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="allocator" type="GstAllocator*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="params" type="GstAllocationParams*" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetFrame" cname="gst_video_encoder_get_frame">
-        <return-type type="GstVideoCodecFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="frame_number" type="gint" />
-        </parameters>
-      </method>
-      <method name="GetFrames" cname="gst_video_encoder_get_frames">
-        <return-type type="GList*" element_type="GList*" elements_owned="true" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_video_encoder_get_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="min_latency" type="guint64" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="max_latency" type="guint64" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetMaxEncodeTime" cname="gst_video_encoder_get_max_encode_time" version="1.14">
-        <return-type type="gint64" />
-        <parameters>
-          <parameter name="frame" type="GstVideoCodecFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetMinForceKeyUnitInterval" cname="gst_video_encoder_get_min_force_key_unit_interval" version="1.18">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetOldestFrame" cname="gst_video_encoder_get_oldest_frame">
-        <return-type type="GstVideoCodecFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetOutputState" cname="gst_video_encoder_get_output_state">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IsQosEnabled" cname="gst_video_encoder_is_qos_enabled" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="MergeTags" cname="gst_video_encoder_merge_tags">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="tags" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mode" type="GstTagMergeMode" />
-        </parameters>
-      </method>
-      <method name="Negotiate" cname="gst_video_encoder_negotiate">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ProxyGetcaps" cname="gst_video_encoder_proxy_getcaps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="filter" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetHeaders" cname="gst_video_encoder_set_headers">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="headers" type="GList*" element_type="GList*" elements_owned="true" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_video_encoder_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_latency" type="guint64" />
-          <parameter name="max_latency" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMinForceKeyUnitInterval" cname="gst_video_encoder_set_min_force_key_unit_interval" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="interval" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetMinPts" cname="gst_video_encoder_set_min_pts" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="min_pts" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetOutputState" cname="gst_video_encoder_set_output_state">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="caps" type="GstCaps*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="reference" type="GstVideoCodecState*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetQosEnabled" cname="gst_video_encoder_set_qos_enabled" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="MinForceKeyUnitInterval" cname="min-force-key-unit-interval" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="Qos" cname="qos" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="element" access="private" writeable="false" readable="false" is_callback="false" name="Element" type="GstElement*" />
-      <field cname="sinkpad" access="private" writeable="false" readable="false" is_callback="false" name="Sinkpad" type="GstPad*" />
-      <field cname="srcpad" access="private" writeable="false" readable="false" is_callback="false" name="Srcpad" type="GstPad*" />
-      <field cname="stream_lock" access="private" writeable="false" readable="false" is_callback="false" name="StreamLock" type="GRecMutex">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="input_segment" access="private" writeable="false" readable="false" is_callback="false" name="InputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="output_segment" access="private" writeable="false" readable="false" is_callback="false" name="OutputSegment" type="GstSegment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoEncoderPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gpointer" array="true" array_len="20" element_type="gpointer" />
-    </object>
-    <object name="VideoFilter" cname="GstVideoFilter" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstBaseTransform">
-      <class_struct cname="GstVideoFilterClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBaseTransformClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="set_info" />
-        <method vm="transform_frame" />
-        <method vm="transform_frame_ip" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_filter_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="SetInfo" cname="set_info">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="incaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="in_info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outcaps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="out_info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformFrame" cname="transform_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="inframe" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="outframe" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TransformFrameIp" cname="transform_frame_ip">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="frame" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstBaseTransform*" />
-      <field cname="negotiated" access="public" writeable="false" readable="true" is_callback="false" name="Negotiated" type="gboolean" />
-      <field cname="in_info" access="public" writeable="false" readable="true" is_callback="false" name="InInfo" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="out_info" access="public" writeable="false" readable="true" is_callback="false" name="OutInfo" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="VideoMultiviewFlagsSet" cname="GstVideoMultiviewFlagsSet" opaque="true" hidden="false" parent="GstFlagSet">
-      <method name="GetType" cname="gst_video_multiview_flagset_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-    </struct>
-    <object name="VideoSink" cname="GstVideoSink" opaque="false" hidden="false" parent="GstBaseSink">
-      <class_struct cname="GstVideoSinkClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstBaseSinkClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="show_frame" />
-        <method vm="set_info" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_video_sink_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="CenterRect" cname="gst_video_sink_center_rect" shared="true" deprecated="true" deprecated-version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src" type="GstVideoRectangle">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dst" type="GstVideoRectangle">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="_result" type="GstVideoRectangle*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="scaling" type="gboolean" />
-        </parameters>
-      </method>
-      <virtual_method name="SetInfo" cname="set_info" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ShowFrame" cname="show_frame">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <property name="ShowPrerollFrame" cname="show-preroll-frame" type="gboolean" readable="true" writeable="true" construct="true" construct-only="false" />
-      <field cname="element" access="public" writeable="false" readable="true" is_callback="false" name="Element" type="GstBaseSink*" />
-      <field cname="width" access="public" writeable="false" readable="true" is_callback="false" name="Width" type="gint" />
-      <field cname="height" access="public" writeable="false" readable="true" is_callback="false" name="Height" type="gint" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstVideoSinkPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <struct name="VideoAFDMeta" cname="GstVideoAFDMeta" opaque="false" hidden="false" version="1.18">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="field" access="public" writeable="true" readable="true" is_callback="false" name="Field" type="guint8" />
-      <field cname="spec" access="public" writeable="true" readable="true" is_callback="false" name="Spec" type="GstVideoAFDSpec" />
-      <field cname="afd" access="public" writeable="true" readable="true" is_callback="false" name="Afd" type="GstVideoAFDValue" />
-      <method name="GetInfo" cname="gst_video_afd_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoAffineTransformationMeta" cname="GstVideoAffineTransformationMeta" opaque="false" hidden="false" version="1.8">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="matrix" access="public" writeable="true" readable="true" is_callback="false" name="Matrix" type="gfloat" array="true" array_len="16" element_type="gfloat" />
-      <method name="ApplyMatrix" cname="gst_video_affine_transformation_meta_apply_matrix" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="matrix" type="const gfloat*" array="true" array_len="16" element_type="gfloat" />
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_video_affine_transformation_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoAggregatorConvertPadPrivate" cname="GstVideoAggregatorConvertPadPrivate" opaque="true" hidden="true" />
-    <struct name="VideoAggregatorPadPrivate" cname="GstVideoAggregatorPadPrivate" opaque="true" hidden="true" />
-    <struct name="VideoAggregatorPrivate" cname="GstVideoAggregatorPrivate" opaque="true" hidden="true" />
-    <struct name="VideoAlignment" cname="GstVideoAlignment" opaque="false" hidden="false">
-      <field cname="padding_top" access="public" writeable="true" readable="true" is_callback="false" name="PaddingTop" type="guint" />
-      <field cname="padding_bottom" access="public" writeable="true" readable="true" is_callback="false" name="PaddingBottom" type="guint" />
-      <field cname="padding_left" access="public" writeable="true" readable="true" is_callback="false" name="PaddingLeft" type="guint" />
-      <field cname="padding_right" access="public" writeable="true" readable="true" is_callback="false" name="PaddingRight" type="guint" />
-      <field cname="stride_align" access="public" writeable="true" readable="true" is_callback="false" name="StrideAlign" type="guint" array="true" array_len="4" element_type="guint" />
-      <method name="Reset" cname="gst_video_alignment_reset">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="VideoAncillary" cname="GstVideoAncillary" opaque="false" hidden="false" version="1.16">
-      <field cname="DID" access="public" writeable="true" readable="true" is_callback="false" name="DID" type="guint8" />
-      <field cname="SDID_block_number" access="public" writeable="true" readable="true" is_callback="false" name="SDIDBlockNumber" type="guint8" />
-      <field cname="data_count" access="public" writeable="true" readable="true" is_callback="false" name="DataCount" type="guint8" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="guint8" array="true" array_length_param_index="2" element_type="guint8" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </struct>
-    <struct name="VideoBarMeta" cname="GstVideoBarMeta" opaque="false" hidden="false" version="1.18">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="field" access="public" writeable="true" readable="true" is_callback="false" name="Field" type="guint8" />
-      <field cname="is_letterbox" access="public" writeable="true" readable="true" is_callback="false" name="IsLetterbox" type="gboolean" />
-      <field cname="bar_data1" access="public" writeable="true" readable="true" is_callback="false" name="BarData1" type="guint" />
-      <field cname="bar_data2" access="public" writeable="true" readable="true" is_callback="false" name="BarData2" type="guint" />
-      <method name="GetInfo" cname="gst_video_bar_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoBufferPoolPrivate" cname="GstVideoBufferPoolPrivate" opaque="true" hidden="true" />
-    <struct name="VideoCaptionMeta" cname="GstVideoCaptionMeta" opaque="false" hidden="false" version="1.16">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="caption_type" access="public" writeable="true" readable="true" is_callback="false" name="CaptionType" type="GstVideoCaptionType" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="guint8*" array="true" array_length_param_index="3" element_type="guint8" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <method name="GetInfo" cname="gst_video_caption_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoChromaResample" cname="GstVideoChromaResample" opaque="true" hidden="false">
-      <method name="" cname="gst_video_chroma_resample">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="lines" type="gpointer" />
-          <parameter name="width" type="gint" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_video_chroma_resample_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetInfo" cname="gst_video_chroma_resample_get_info">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="n_lines" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="offset" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoCodecAlphaMeta" cname="GstVideoCodecAlphaMeta" opaque="false" hidden="false" version="1.20">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetInfo" cname="gst_video_codec_alpha_meta_get_info" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="VideoCodecFrame" cname="GstVideoCodecFrame" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_video_codec_frame_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="ref_count" access="private" writeable="false" readable="false" is_callback="false" name="RefCount" type="gint" />
-      <field cname="flags" access="private" writeable="false" readable="false" is_callback="false" name="Flags" type="guint32" />
-      <field cname="system_frame_number" access="public" writeable="true" readable="true" is_callback="false" name="SystemFrameNumber" type="guint32" />
-      <field cname="decode_frame_number" access="private" writeable="false" readable="false" is_callback="false" name="DecodeFrameNumber" type="guint32" />
-      <field cname="presentation_frame_number" access="private" writeable="false" readable="false" is_callback="false" name="PresentationFrameNumber" type="guint32" />
-      <field cname="dts" access="public" writeable="true" readable="true" is_callback="false" name="Dts" type="guint64" />
-      <field cname="pts" access="public" writeable="true" readable="true" is_callback="false" name="Pts" type="guint64" />
-      <field cname="duration" access="public" writeable="true" readable="true" is_callback="false" name="Duration" type="guint64" />
-      <field cname="distance_from_sync" access="public" writeable="true" readable="true" is_callback="false" name="DistanceFromSync" type="gint" />
-      <field cname="input_buffer" access="public" writeable="true" readable="true" is_callback="false" name="InputBuffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="output_buffer" access="public" writeable="true" readable="true" is_callback="false" name="OutputBuffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="deadline" access="public" writeable="true" readable="true" is_callback="false" name="Deadline" type="guint64" />
-      <field cname="events" access="private" writeable="false" readable="false" is_callback="false" name="Events" type="GList*" element_type="gpointer" />
-      <field cname="user_data" access="private" writeable="false" readable="false" is_callback="false" name="UserData" type="gpointer" />
-      <field cname="user_data_destroy_notify" access="private" writeable="false" readable="false" is_callback="false" name="UserDataDestroyNotify" type="GDestroyNotify" />
-      <union name="abidata" cname="abidata" hidden="true">
-        <struct name="ABI" cname="ABI" opaque="false" hidden="false">
-          <field cname="ts" access="private" writeable="false" readable="false" is_callback="false" name="Ts" type="guint64" />
-          <field cname="ts2" access="private" writeable="false" readable="false" is_callback="false" name="Ts2" type="guint64" />
-          <field cname="num_subframes" access="private" writeable="false" readable="false" is_callback="false" name="NumSubframes" type="guint" />
-          <field cname="subframes_processed" access="private" writeable="false" readable="false" is_callback="false" name="SubframesProcessed" type="guint" />
-        </struct>
-        <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gpointer" array="true" array_len="20" element_type="gpointer" />
-      </union>
-      <method name="GetUserData" cname="gst_video_codec_frame_get_user_data">
-        <return-type type="gpointer" />
-        <parameters />
-      </method>
-      <method name="Ref" cname="gst_video_codec_frame_ref">
-        <return-type type="GstVideoCodecFrame*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="SetUserData" cname="gst_video_codec_frame_set_user_data">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter closure="0" scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="Unref" cname="gst_video_codec_frame_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <boxed name="VideoCodecState" cname="GstVideoCodecState" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_video_codec_state_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="ref_count" access="private" writeable="false" readable="false" is_callback="false" name="RefCount" type="gint" />
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="caps" access="public" writeable="true" readable="true" is_callback="false" name="Caps" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="codec_data" access="public" writeable="true" readable="true" is_callback="false" name="CodecData" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="allocation_caps" access="public" writeable="true" readable="true" is_callback="false" name="AllocationCaps" type="GstCaps*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="mastering_display_info" access="public" writeable="true" readable="true" is_callback="false" name="MasteringDisplayInfo" type="GstVideoMasteringDisplayInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="content_light_level" access="public" writeable="true" readable="true" is_callback="false" name="ContentLightLevel" type="GstVideoContentLightLevel*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="gpointer" array="true" array_len="17" element_type="gpointer" />
-      <method name="Ref" cname="gst_video_codec_state_ref">
-        <return-type type="GstVideoCodecState*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Unref" cname="gst_video_codec_state_unref">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="VideoColorPrimariesInfo" cname="GstVideoColorPrimariesInfo" opaque="false" hidden="false" version="1.6">
-      <field cname="primaries" access="public" writeable="true" readable="true" is_callback="false" name="Primaries" type="GstVideoColorPrimaries" />
-      <field cname="Wx" access="public" writeable="true" readable="true" is_callback="false" name="Wx" type="gdouble" />
-      <field cname="Wy" access="public" writeable="true" readable="true" is_callback="false" name="Wy" type="gdouble" />
-      <field cname="Rx" access="public" writeable="true" readable="true" is_callback="false" name="Rx" type="gdouble" />
-      <field cname="Ry" access="public" writeable="true" readable="true" is_callback="false" name="Ry" type="gdouble" />
-      <field cname="Gx" access="public" writeable="true" readable="true" is_callback="false" name="Gx" type="gdouble" />
-      <field cname="Gy" access="public" writeable="true" readable="true" is_callback="false" name="Gy" type="gdouble" />
-      <field cname="Bx" access="public" writeable="true" readable="true" is_callback="false" name="Bx" type="gdouble" />
-      <field cname="By" access="public" writeable="true" readable="true" is_callback="false" name="By" type="gdouble" />
-    </struct>
-    <struct name="VideoColorimetry" cname="GstVideoColorimetry" opaque="false" hidden="false">
-      <field cname="range" access="public" writeable="true" readable="true" is_callback="false" name="Range" type="GstVideoColorRange" />
-      <field cname="matrix" access="public" writeable="true" readable="true" is_callback="false" name="Matrix" type="GstVideoColorMatrix" />
-      <field cname="transfer" access="public" writeable="true" readable="true" is_callback="false" name="Transfer" type="GstVideoTransferFunction" />
-      <field cname="primaries" access="public" writeable="true" readable="true" is_callback="false" name="Primaries" type="GstVideoColorPrimaries" />
-      <method name="FromString" cname="gst_video_colorimetry_from_string">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="color" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsEqual" cname="gst_video_colorimetry_is_equal" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstVideoColorimetry*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsEquivalent" cname="gst_video_colorimetry_is_equivalent" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bitdepth" type="guint" />
-          <parameter name="other" type="GstVideoColorimetry*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="other_bitdepth" type="guint" />
-        </parameters>
-      </method>
-      <method name="Matches" cname="gst_video_colorimetry_matches">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="color" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_video_colorimetry_to_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="VideoContentLightLevel" cname="GstVideoContentLightLevel" opaque="false" hidden="false" version="1.18">
-      <field cname="max_content_light_level" access="public" writeable="true" readable="true" is_callback="false" name="MaxContentLightLevel" type="guint16" />
-      <field cname="max_frame_average_light_level" access="public" writeable="true" readable="true" is_callback="false" name="MaxFrameAverageLightLevel" type="guint16" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="AddToCaps" cname="gst_video_content_light_level_add_to_caps" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromCaps" cname="gst_video_content_light_level_from_caps" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromString" cname="gst_video_content_light_level_from_string" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="level" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_video_content_light_level_init" version="1.18">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_video_content_light_level_is_equal" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstVideoContentLightLevel*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_video_content_light_level_to_string" version="1.18">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-    </struct>
-    <struct name="VideoConverter" cname="GstVideoConverter" opaque="true" hidden="false">
-      <method name="Frame" cname="gst_video_converter_frame" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dest" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FrameFinish" cname="gst_video_converter_frame_finish" version="1.20">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_converter_free" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetConfig" cname="gst_video_converter_get_config">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetInInfo" cname="gst_video_converter_get_in_info" version="1.22">
-        <return-type type="GstVideoInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetOutInfo" cname="gst_video_converter_get_out_info" version="1.22">
-        <return-type type="GstVideoInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="SetConfig" cname="gst_video_converter_set_config" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoCropMeta" cname="GstVideoCropMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="x" access="public" writeable="true" readable="true" is_callback="false" name="X" type="guint" />
-      <field cname="y" access="public" writeable="true" readable="true" is_callback="false" name="Y" type="guint" />
-      <field cname="width" access="public" writeable="true" readable="true" is_callback="false" name="Width" type="guint" />
-      <field cname="height" access="public" writeable="true" readable="true" is_callback="false" name="Height" type="guint" />
-      <method name="GetInfo" cname="gst_video_crop_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoDecoderPrivate" cname="GstVideoDecoderPrivate" opaque="true" hidden="true" />
-    <struct name="VideoDither" cname="GstVideoDither" opaque="true" hidden="false">
-      <method name="Free" cname="gst_video_dither_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Line" cname="gst_video_dither_line">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="line" type="gpointer" />
-          <parameter name="x" type="guint" />
-          <parameter name="y" type="guint" />
-          <parameter name="width" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoEncoderPrivate" cname="GstVideoEncoderPrivate" opaque="true" hidden="true" />
-    <struct name="VideoFormatInfo" cname="GstVideoFormatInfo" opaque="false" hidden="false">
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstVideoFormat" />
-      <field cname="name" access="public" writeable="true" readable="true" is_callback="false" name="Name" type="gchar*" />
-      <field cname="description" access="public" writeable="true" readable="true" is_callback="false" name="Description" type="gchar*" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstVideoFormatFlags" />
-      <field cname="bits" access="public" writeable="true" readable="true" is_callback="false" name="Bits" type="guint" />
-      <field cname="n_components" access="public" writeable="true" readable="true" is_callback="false" name="NComponents" type="guint" />
-      <field cname="shift" access="public" writeable="true" readable="true" is_callback="false" name="Shift" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="depth" access="public" writeable="true" readable="true" is_callback="false" name="Depth" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="pixel_stride" access="public" writeable="true" readable="true" is_callback="false" name="PixelStride" type="gint" array="true" array_len="4" element_type="gint" />
-      <field cname="n_planes" access="public" writeable="true" readable="true" is_callback="false" name="NPlanes" type="guint" />
-      <field cname="plane" access="public" writeable="true" readable="true" is_callback="false" name="Plane" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="poffset" access="public" writeable="true" readable="true" is_callback="false" name="Poffset" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="w_sub" access="public" writeable="true" readable="true" is_callback="false" name="WSub" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="h_sub" access="public" writeable="true" readable="true" is_callback="false" name="HSub" type="guint" array="true" array_len="4" element_type="guint" />
-      <field cname="unpack_format" access="public" writeable="true" readable="true" is_callback="false" name="UnpackFormat" type="GstVideoFormat" />
-      <field cname="unpack_func" access="public" writeable="true" readable="true" is_callback="false" name="UnpackFunc" type="GstVideoFormatUnpack" />
-      <field cname="pack_lines" access="public" writeable="true" readable="true" is_callback="false" name="PackLines" type="gint" />
-      <field cname="pack_func" access="public" writeable="true" readable="true" is_callback="false" name="PackFunc" type="GstVideoFormatPack" />
-      <field cname="tile_mode" access="public" writeable="true" readable="true" is_callback="false" name="TileMode" type="GstVideoTileMode" />
-      <field cname="tile_ws" access="public" writeable="true" readable="true" is_callback="false" name="TileWs" type="guint" />
-      <field cname="tile_hs" access="public" writeable="true" readable="true" is_callback="false" name="TileHs" type="guint" />
-      <field cname="tile_info" access="public" writeable="true" readable="true" is_callback="false" name="TileInfo" type="GstVideoTileInfo" array="true" array_len="4" element_type="VideoTileInfo" />
-      <method name="Component" cname="gst_video_format_info_component" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="plane" type="guint" />
-          <parameter name="components" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="ExtrapolateStride" cname="gst_video_format_info_extrapolate_stride" version="1.22">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="plane" type="gint" />
-          <parameter name="stride" type="gint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoFrame" cname="GstVideoFrame" opaque="false" hidden="false">
-      <field cname="info" access="public" writeable="true" readable="true" is_callback="false" name="Info" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstVideoFrameFlags" />
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="gpointer" />
-      <field cname="id" access="public" writeable="true" readable="true" is_callback="false" name="Id" type="gint" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="gpointer" array="true" array_len="4" element_type="gpointer" />
-      <field cname="map" access="public" writeable="true" readable="true" is_callback="false" name="MapInfo" type="GstMapInfo" array="true" array_len="4" element_type="Gst.MapInfo" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="Copy" cname="gst_video_frame_copy">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CopyPlane" cname="gst_video_frame_copy_plane">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="plane" type="guint" />
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_video_frame_unmap">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Map" cname="gst_video_frame_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoFrame*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="MapId" cname="gst_video_frame_map_id" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoFrame*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id" type="gint" />
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoGLTextureUploadMeta" cname="GstVideoGLTextureUploadMeta" opaque="false" hidden="false" noequals="true">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="texture_orientation" access="public" writeable="true" readable="true" is_callback="false" name="TextureOrientation" type="GstVideoGLTextureOrientation" />
-      <field cname="n_textures" access="public" writeable="true" readable="true" is_callback="false" name="NTextures" type="guint" />
-      <field cname="texture_type" access="public" writeable="true" readable="true" is_callback="false" name="TextureType" type="GstVideoGLTextureType" array="true" array_len="4" element_type="VideoGLTextureType" />
-      <field cname="buffer" access="private" writeable="false" readable="false" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="upload" access="private" writeable="false" readable="false" is_callback="false" name="UploadFunc" type="GstVideoGLTextureUpload" />
-      <field cname="user_data" access="private" writeable="false" readable="false" is_callback="false" name="UserData" type="gpointer" />
-      <field cname="user_data_copy" access="private" writeable="false" readable="false" is_callback="false" name="UserDataCopy" type="GBoxedCopyFunc" hidden="true" />
-      <field cname="user_data_free" access="private" writeable="false" readable="false" is_callback="false" name="UserDataFree" type="GBoxedFreeFunc" hidden="true" />
-      <method name="Upload" cname="gst_video_gl_texture_upload_meta_upload">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="texture_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_video_gl_texture_upload_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="VideoInfo" cname="GstVideoInfo" opaque="true" hidden="false">
-      <method name="GetType" cname="gst_video_info_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="finfo" access="public" writeable="true" readable="true" is_callback="false" name="Finfo" type="GstVideoFormatInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="interlace_mode" access="public" writeable="true" readable="true" is_callback="false" name="InterlaceMode" type="GstVideoInterlaceMode" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstVideoFlags" />
-      <field cname="width" access="public" writeable="true" readable="true" is_callback="false" name="Width" type="gint" />
-      <field cname="height" access="public" writeable="true" readable="true" is_callback="false" name="Height" type="gint" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <field cname="views" access="public" writeable="true" readable="true" is_callback="false" name="Views" type="gint" />
-      <field cname="chroma_site" access="public" writeable="true" readable="true" is_callback="false" name="ChromaSite" type="GstVideoChromaSite" />
-      <field cname="colorimetry" access="public" writeable="true" readable="true" is_callback="false" name="Colorimetry" type="GstVideoColorimetry">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="par_n" access="public" writeable="true" readable="true" is_callback="false" name="ParN" type="gint" />
-      <field cname="par_d" access="public" writeable="true" readable="true" is_callback="false" name="ParD" type="gint" />
-      <field cname="fps_n" access="public" writeable="true" readable="true" is_callback="false" name="FpsN" type="gint" />
-      <field cname="fps_d" access="public" writeable="true" readable="true" is_callback="false" name="FpsD" type="gint" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="gsize" array="true" array_len="4" element_type="gsize" />
-      <field cname="stride" access="public" writeable="true" readable="true" is_callback="false" name="Stride" type="gint" array="true" array_len="4" element_type="gint" />
-      <union name="ABI" cname="ABI">
-        <struct name="abi" cname="abi" opaque="false" hidden="false">
-          <field cname="multiview_mode" access="public" writeable="true" readable="true" is_callback="false" name="MultiviewMode" type="GstVideoMultiviewMode" />
-          <field cname="multiview_flags" access="public" writeable="true" readable="true" is_callback="false" name="MultiviewFlags" type="GstVideoMultiviewFlags" />
-          <field cname="field_order" access="public" writeable="true" readable="true" is_callback="false" name="FieldOrder" type="GstVideoFieldOrder" />
-        </struct>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </union>
-      <constructor cname="gst_video_info_new" disable_void_ctor="" version="1.6" />
-      <constructor cname="gst_video_info_new_from_caps" version="1.20">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Align" cname="gst_video_info_align">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="align" type="GstVideoAlignment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AlignFull" cname="gst_video_info_align_full" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="align" type="GstVideoAlignment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="plane_size" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Convert" cname="gst_video_info_convert">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="src_format" type="GstFormat" />
-          <parameter name="src_value" type="gint64" />
-          <parameter name="dest_format" type="GstFormat" />
-          <parameter name="dest_value" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_video_info_copy" version="1.6">
-        <return-type type="GstVideoInfo*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_info_free" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_video_info_is_equal">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetFormat" cname="gst_video_info_set_format">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetInterlacedFormat" cname="gst_video_info_set_interlaced_format" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="mode" type="GstVideoInterlaceMode" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-        </parameters>
-      </method>
-      <method name="ToCaps" cname="gst_video_info_to_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FromCaps" cname="gst_video_info_from_caps" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_video_info_init" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="VideoInfoDmaDrm" cname="GstVideoInfoDmaDrm" opaque="false" hidden="false" version="1.24">
-      <method name="GetType" cname="gst_video_info_dma_drm_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="vinfo" access="public" writeable="true" readable="true" is_callback="false" name="Vinfo" type="GstVideoInfo">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="drm_fourcc" access="public" writeable="true" readable="true" is_callback="false" name="DrmFourcc" type="guint32" />
-      <field cname="drm_modifier" access="public" writeable="true" readable="true" is_callback="false" name="DrmModifier" type="guint64" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="guint32" array="true" array_len="20" element_type="guint32" padding="true" />
-      <constructor cname="gst_video_info_dma_drm_new" disable_void_ctor="" version="1.24" />
-      <constructor cname="gst_video_info_dma_drm_new_from_caps" version="1.24">
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Free" cname="gst_video_info_dma_drm_free" version="1.24">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="ToCaps" cname="gst_video_info_dma_drm_to_caps" version="1.24">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ToVideoInfo" cname="gst_video_info_dma_drm_to_video_info" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromCaps" cname="gst_video_info_dma_drm_from_caps" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromVideoInfo" cname="gst_video_info_dma_drm_from_video_info" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="modifier" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_video_info_dma_drm_init" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="VideoMasteringDisplayInfo" cname="GstVideoMasteringDisplayInfo" opaque="false" hidden="false" version="1.18">
-      <field cname="display_primaries" access="public" writeable="true" readable="true" is_callback="false" name="DisplayPrimaries" type="GstVideoMasteringDisplayInfoCoordinates" array="true" array_len="3" element_type="VideoMasteringDisplayInfoCoordinates" />
-      <field cname="white_point" access="public" writeable="true" readable="true" is_callback="false" name="WhitePoint" type="GstVideoMasteringDisplayInfoCoordinates">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="max_display_mastering_luminance" access="public" writeable="true" readable="true" is_callback="false" name="MaxDisplayMasteringLuminance" type="guint32" />
-      <field cname="min_display_mastering_luminance" access="public" writeable="true" readable="true" is_callback="false" name="MinDisplayMasteringLuminance" type="guint32" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="AddToCaps" cname="gst_video_mastering_display_info_add_to_caps" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="FromCaps" cname="gst_video_mastering_display_info_from_caps" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Init" cname="gst_video_mastering_display_info_init" version="1.18">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IsEqual" cname="gst_video_mastering_display_info_is_equal" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="other" type="GstVideoMasteringDisplayInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ToString" cname="gst_video_mastering_display_info_to_string" version="1.18">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="FromString" cname="gst_video_mastering_display_info_from_string" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="minfo" type="GstVideoMasteringDisplayInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mastering" type="const-gchar*" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoMasteringDisplayInfoCoordinates" cname="GstVideoMasteringDisplayInfoCoordinates" opaque="false" hidden="false" version="1.18">
-      <field cname="x" access="public" writeable="true" readable="true" is_callback="false" name="X" type="guint16" />
-      <field cname="y" access="public" writeable="true" readable="true" is_callback="false" name="Y" type="guint16" />
-    </struct>
-    <struct name="VideoMeta" cname="GstVideoMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="buffer" access="public" writeable="true" readable="true" is_callback="false" name="Buffer" type="GstBuffer*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstVideoFrameFlags" />
-      <field cname="format" access="public" writeable="true" readable="true" is_callback="false" name="Format" type="GstVideoFormat" />
-      <field cname="id" access="public" writeable="true" readable="true" is_callback="false" name="Id" type="gint" />
-      <field cname="width" access="public" writeable="true" readable="true" is_callback="false" name="Width" type="guint" />
-      <field cname="height" access="public" writeable="true" readable="true" is_callback="false" name="Height" type="guint" />
-      <field cname="n_planes" access="public" writeable="true" readable="true" is_callback="false" name="NPlanes" type="guint" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="gsize" array="true" array_len="4" element_type="gsize" />
-      <field cname="stride" access="public" writeable="true" readable="true" is_callback="false" name="Stride" type="gint" array="true" array_len="4" element_type="gint" />
-      <field cname="map" access="public" writeable="false" readable="true" is_callback="true" name="MapField" type="GstVideoMapFieldFunc" />
-      <field cname="unmap" access="public" writeable="false" readable="true" is_callback="true" name="UnmapField" type="GstVideoUnmapFieldFunc" />
-      <field cname="alignment" access="public" writeable="true" readable="true" is_callback="false" name="Alignment" type="GstVideoAlignment">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetPlaneHeight" cname="gst_video_meta_get_plane_height" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plane_height" type="guint*" pass_as="out" array="true" array_len="4" element_type="guint" />
-        </parameters>
-      </method>
-      <method name="GetPlaneSize" cname="gst_video_meta_get_plane_size" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plane_size" type="gsize*" pass_as="out" array="true" array_len="4" element_type="gsize" />
-        </parameters>
-      </method>
-      <method name="Map" cname="gst_video_meta_map">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plane" type="guint" />
-          <parameter name="info" type="GstMapInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="data" type="gpointer*" owned="true" pass_as="out" />
-          <parameter name="stride" type="gint*" owned="true" pass_as="out" />
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="SetAlignment" cname="gst_video_meta_set_alignment" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="alignment" type="GstVideoAlignment">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Unmap" cname="gst_video_meta_unmap">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="plane" type="guint" />
-          <parameter name="info" type="GstMapInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_video_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoMetaTransform" cname="GstVideoMetaTransform" opaque="false" hidden="false">
-      <field cname="in_info" access="public" writeable="true" readable="true" is_callback="false" name="InInfo" type="GstVideoInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="out_info" access="public" writeable="true" readable="true" is_callback="false" name="OutInfo" type="GstVideoInfo*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="ScaleGetQuark" cname="gst_video_meta_transform_scale_get_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-    </struct>
-    <boxed name="VideoOverlayComposition" cname="GstVideoOverlayComposition" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_video_overlay_composition_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_video_overlay_composition_new">
-        <parameters>
-          <parameter name="rectangle" type="GstVideoOverlayRectangle*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="AddRectangle" cname="gst_video_overlay_composition_add_rectangle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="rectangle" type="GstVideoOverlayRectangle*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Blend" cname="gst_video_overlay_composition_blend">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="video_buf" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_video_overlay_composition_copy">
-        <return-type type="GstVideoOverlayComposition*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetRectangle" cname="gst_video_overlay_composition_get_rectangle">
-        <return-type type="GstVideoOverlayRectangle*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="n" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSeqnum" cname="gst_video_overlay_composition_get_seqnum">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="MakeWritable" cname="gst_video_overlay_composition_make_writable">
-        <return-type type="GstVideoOverlayComposition*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="NRectangles" cname="gst_video_overlay_composition_n_rectangles">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="VideoOverlayCompositionMeta" cname="GstVideoOverlayCompositionMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="overlay" access="public" writeable="true" readable="true" is_callback="false" name="Overlay" type="GstVideoOverlayComposition*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetInfo" cname="gst_video_overlay_composition_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="VideoOverlayRectangle" cname="GstVideoOverlayRectangle" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_video_overlay_rectangle_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_video_overlay_rectangle_new_raw">
-        <parameters>
-          <parameter name="pixels" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="render_x" type="gint" />
-          <parameter name="render_y" type="gint" />
-          <parameter name="render_width" type="guint" />
-          <parameter name="render_height" type="guint" />
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_video_overlay_rectangle_copy">
-        <return-type type="GstVideoOverlayRectangle*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetFlags" cname="gst_video_overlay_rectangle_get_flags">
-        <return-type type="GstVideoOverlayFormatFlags" />
-        <parameters />
-      </method>
-      <method name="GetGlobalAlpha" cname="gst_video_overlay_rectangle_get_global_alpha">
-        <return-type type="gfloat" />
-        <parameters />
-      </method>
-      <method name="GetPixelsArgb" cname="gst_video_overlay_rectangle_get_pixels_argb">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetPixelsAyuv" cname="gst_video_overlay_rectangle_get_pixels_ayuv">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetPixelsRaw" cname="gst_video_overlay_rectangle_get_pixels_raw">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetPixelsUnscaledArgb" cname="gst_video_overlay_rectangle_get_pixels_unscaled_argb">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetPixelsUnscaledAyuv" cname="gst_video_overlay_rectangle_get_pixels_unscaled_ayuv">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetPixelsUnscaledRaw" cname="gst_video_overlay_rectangle_get_pixels_unscaled_raw">
-        <return-type type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstVideoOverlayFormatFlags" />
-        </parameters>
-      </method>
-      <method name="GetRenderRectangle" cname="gst_video_overlay_rectangle_get_render_rectangle">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="render_x" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="render_y" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="render_width" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="render_height" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetSeqnum" cname="gst_video_overlay_rectangle_get_seqnum">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SetGlobalAlpha" cname="gst_video_overlay_rectangle_set_global_alpha">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="global_alpha" type="gfloat" />
-        </parameters>
-      </method>
-      <method name="SetRenderRectangle" cname="gst_video_overlay_rectangle_set_render_rectangle">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="render_x" type="gint" />
-          <parameter name="render_y" type="gint" />
-          <parameter name="render_width" type="guint" />
-          <parameter name="render_height" type="guint" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="VideoRectangle" cname="GstVideoRectangle" opaque="false" hidden="false">
-      <field cname="x" access="public" writeable="true" readable="true" is_callback="false" name="X" type="gint" />
-      <field cname="y" access="public" writeable="true" readable="true" is_callback="false" name="Y" type="gint" />
-      <field cname="w" access="public" writeable="true" readable="true" is_callback="false" name="W" type="gint" />
-      <field cname="h" access="public" writeable="true" readable="true" is_callback="false" name="H" type="gint" />
-    </struct>
-    <struct name="VideoRegionOfInterestMeta" cname="GstVideoRegionOfInterestMeta" opaque="false" hidden="false">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="roi_type" access="public" writeable="true" readable="true" is_callback="false" name="RoiType" type="guint32" />
-      <field cname="id" access="public" writeable="true" readable="true" is_callback="false" name="Id" type="gint" />
-      <field cname="parent_id" access="public" writeable="true" readable="true" is_callback="false" name="ParentId" type="gint" />
-      <field cname="x" access="public" writeable="true" readable="true" is_callback="false" name="X" type="guint" />
-      <field cname="y" access="public" writeable="true" readable="true" is_callback="false" name="Y" type="guint" />
-      <field cname="w" access="public" writeable="true" readable="true" is_callback="false" name="W" type="guint" />
-      <field cname="h" access="public" writeable="true" readable="true" is_callback="false" name="H" type="guint" />
-      <field cname="params" access="public" writeable="true" readable="true" is_callback="false" name="Params" type="GList*" element_type="gpointer" />
-      <method name="AddParam" cname="gst_video_region_of_interest_meta_add_param" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="s" type="GstStructure*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetParam" cname="gst_video_region_of_interest_meta_get_param" version="1.14">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="name" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetInfo" cname="gst_video_region_of_interest_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoResampler" cname="GstVideoResampler" opaque="false" hidden="false" version="1.6">
-      <field cname="in_size" access="public" writeable="true" readable="true" is_callback="false" name="InSize" type="gint" />
-      <field cname="out_size" access="public" writeable="true" readable="true" is_callback="false" name="OutSize" type="gint" />
-      <field cname="max_taps" access="public" writeable="true" readable="true" is_callback="false" name="MaxTaps" type="guint" />
-      <field cname="n_phases" access="public" writeable="true" readable="true" is_callback="false" name="NPhases" type="guint" />
-      <field cname="offset" access="public" writeable="true" readable="true" is_callback="false" name="Offset" type="guint32" />
-      <field cname="phase" access="public" writeable="true" readable="true" is_callback="false" name="Phase" type="guint32*" />
-      <field cname="n_taps" access="public" writeable="true" readable="true" is_callback="false" name="NTaps" type="guint32*" />
-      <field cname="taps" access="public" writeable="true" readable="true" is_callback="false" name="Taps" type="gdouble*" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <method name="Clear" cname="gst_video_resampler_clear" version="1.6">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_video_resampler_init">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="method" type="GstVideoResamplerMethod" />
-          <parameter name="flags" type="GstVideoResamplerFlags" />
-          <parameter name="n_phases" type="guint" />
-          <parameter name="n_taps" type="guint" />
-          <parameter name="shift" type="gdouble" />
-          <parameter name="in_size" type="guint" />
-          <parameter name="out_size" type="guint" />
-          <parameter name="options" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoSEIUserDataUnregisteredMeta" cname="GstVideoSEIUserDataUnregisteredMeta" opaque="false" hidden="false" version="1.22">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="uuid" access="public" writeable="true" readable="true" is_callback="false" name="Uuid" type="guint8" array="true" array_len="16" element_type="guint8" />
-      <field cname="data" access="public" writeable="true" readable="true" is_callback="false" name="Data" type="guint8" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="gsize" />
-      <method name="GetInfo" cname="gst_video_sei_user_data_unregistered_meta_get_info" shared="true" version="1.22">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <struct name="VideoScaler" cname="GstVideoScaler" opaque="true" hidden="false">
-      <method name="TwoD" cname="gst_video_scaler_2d">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="vscale" type="GstVideoScaler*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter allow-none="1" name="src" type="gpointer" />
-          <parameter name="src_stride" type="gint" />
-          <parameter allow-none="1" name="dest" type="gpointer" />
-          <parameter name="dest_stride" type="gint" />
-          <parameter name="x" type="guint" />
-          <parameter name="y" type="guint" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-        </parameters>
-      </method>
-      <method name="Free" cname="gst_video_scaler_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetCoeff" cname="gst_video_scaler_get_coeff">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="out_offset" type="guint" />
-          <parameter allow-none="1" name="in_offset" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="n_taps" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetMaxTaps" cname="gst_video_scaler_get_max_taps">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Horizontal" cname="gst_video_scaler_horizontal">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter allow-none="1" name="src" type="gpointer" />
-          <parameter allow-none="1" name="dest" type="gpointer" />
-          <parameter name="dest_offset" type="guint" />
-          <parameter name="width" type="guint" />
-        </parameters>
-      </method>
-      <method name="Vertical" cname="gst_video_scaler_vertical">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter allow-none="1" name="src_lines" type="gpointer" />
-          <parameter allow-none="1" name="dest" type="gpointer" />
-          <parameter name="dest_offset" type="guint" />
-          <parameter name="width" type="guint" />
-        </parameters>
-      </method>
-    </struct>
-    <struct name="VideoSinkPrivate" cname="GstVideoSinkPrivate" opaque="true" hidden="true" />
-    <struct name="VideoTileInfo" cname="GstVideoTileInfo" opaque="false" hidden="false" version="1.22">
-      <field cname="width" access="public" writeable="true" readable="true" is_callback="false" name="Width" type="guint" />
-      <field cname="height" access="public" writeable="true" readable="true" is_callback="false" name="Height" type="guint" />
-      <field cname="stride" access="public" writeable="true" readable="true" is_callback="false" name="Stride" type="guint" />
-      <field cname="size" access="public" writeable="true" readable="true" is_callback="false" name="Size" type="guint" />
-      <field cname="padding" access="private" writeable="false" readable="false" is_callback="false" name="Padding" type="guint32" array="true" array_len="4" element_type="guint32" />
-    </struct>
-    <boxed name="VideoTimeCode" cname="GstVideoTimeCode" opaque="false" hidden="false" version="1.10">
-      <method name="GetType" cname="gst_video_time_code_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="config" access="public" writeable="true" readable="true" is_callback="false" name="Config" type="GstVideoTimeCodeConfig">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="hours" access="public" writeable="true" readable="true" is_callback="false" name="Hours" type="guint" />
-      <field cname="minutes" access="public" writeable="true" readable="true" is_callback="false" name="Minutes" type="guint" />
-      <field cname="seconds" access="public" writeable="true" readable="true" is_callback="false" name="Seconds" type="guint" />
-      <field cname="frames" access="public" writeable="true" readable="true" is_callback="false" name="Frames" type="guint" />
-      <field cname="field_count" access="public" writeable="true" readable="true" is_callback="false" name="FieldCount" type="guint" />
-      <constructor cname="gst_video_time_code_new" version="1.10">
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="latest_daily_jam" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="hours" type="guint" />
-          <parameter name="minutes" type="guint" />
-          <parameter name="seconds" type="guint" />
-          <parameter name="frames" type="guint" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_video_time_code_new_empty" disable_void_ctor="" version="1.10" />
-      <constructor cname="gst_video_time_code_new_from_date_time" version="1.12">
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="dt" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_video_time_code_new_from_date_time_full" version="1.16">
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="dt" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_video_time_code_new_from_string" version="1.12">
-        <parameters>
-          <parameter name="tc_str" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AddFrames" cname="gst_video_time_code_add_frames" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="frames" type="gint64" />
-        </parameters>
-      </method>
-      <method name="AddInterval" cname="gst_video_time_code_add_interval" version="1.12">
-        <return-type type="GstVideoTimeCode*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="tc_inter" type="GstVideoTimeCodeInterval*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Clear" cname="gst_video_time_code_clear" version="1.10">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Compare" cname="gst_video_time_code_compare" version="1.10">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="tc2" type="GstVideoTimeCode*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_video_time_code_copy" version="1.10">
-        <return-type type="GstVideoTimeCode*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="FramesSinceDailyJam" cname="gst_video_time_code_frames_since_daily_jam" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_time_code_free" version="1.10">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="IncrementFrame" cname="gst_video_time_code_increment_frame" version="1.10">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_video_time_code_init" version="1.10">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter allow-none="1" name="latest_daily_jam" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="hours" type="guint" />
-          <parameter name="minutes" type="guint" />
-          <parameter name="seconds" type="guint" />
-          <parameter name="frames" type="guint" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </method>
-      <method name="InitFromDateTime" cname="gst_video_time_code_init_from_date_time" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="dt" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </method>
-      <method name="InitFromDateTimeFull" cname="gst_video_time_code_init_from_date_time_full" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="dt" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </method>
-      <method name="IsValid" cname="gst_video_time_code_is_valid" version="1.10">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="NsecSinceDailyJam" cname="gst_video_time_code_nsec_since_daily_jam" version="1.10">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="ToDateTime" cname="gst_video_time_code_to_date_time" version="1.10">
-        <return-type type="GDateTime*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="ToString" cname="gst_video_time_code_to_string" version="1.10">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="VideoTimeCodeConfig" cname="GstVideoTimeCodeConfig" opaque="false" hidden="false" version="1.10">
-      <field cname="fps_n" access="public" writeable="true" readable="true" is_callback="false" name="FpsN" type="guint" />
-      <field cname="fps_d" access="public" writeable="true" readable="true" is_callback="false" name="FpsD" type="guint" />
-      <field cname="flags" access="public" writeable="true" readable="true" is_callback="false" name="Flags" type="GstVideoTimeCodeFlags" />
-      <field cname="latest_daily_jam" access="public" writeable="true" readable="true" is_callback="false" name="LatestDailyJam" type="GDateTime*">
-        <warning>missing glib:type-name</warning>
-      </field>
-    </struct>
-    <boxed name="VideoTimeCodeInterval" cname="GstVideoTimeCodeInterval" opaque="false" hidden="false" version="1.12">
-      <method name="GetType" cname="gst_video_time_code_interval_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="hours" access="public" writeable="true" readable="true" is_callback="false" name="Hours" type="guint" />
-      <field cname="minutes" access="public" writeable="true" readable="true" is_callback="false" name="Minutes" type="guint" />
-      <field cname="seconds" access="public" writeable="true" readable="true" is_callback="false" name="Seconds" type="guint" />
-      <field cname="frames" access="public" writeable="true" readable="true" is_callback="false" name="Frames" type="guint" />
-      <constructor cname="gst_video_time_code_interval_new" version="1.12">
-        <parameters>
-          <parameter name="hours" type="guint" />
-          <parameter name="minutes" type="guint" />
-          <parameter name="seconds" type="guint" />
-          <parameter name="frames" type="guint" />
-        </parameters>
-      </constructor>
-      <constructor cname="gst_video_time_code_interval_new_from_string" version="1.12">
-        <parameters>
-          <parameter name="tc_inter_str" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="Clear" cname="gst_video_time_code_interval_clear" version="1.12">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Copy" cname="gst_video_time_code_interval_copy" version="1.12">
-        <return-type type="GstVideoTimeCodeInterval*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_time_code_interval_free" version="1.12">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Init" cname="gst_video_time_code_interval_init" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="hours" type="guint" />
-          <parameter name="minutes" type="guint" />
-          <parameter name="seconds" type="guint" />
-          <parameter name="frames" type="guint" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="VideoTimeCodeMeta" cname="GstVideoTimeCodeMeta" opaque="false" hidden="false" version="1.10">
-      <field cname="meta" access="public" writeable="true" readable="true" is_callback="false" name="Meta" type="GstMeta">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="tc" access="public" writeable="true" readable="true" is_callback="false" name="Tc" type="GstVideoTimeCode">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <method name="GetInfo" cname="gst_video_time_code_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-    </struct>
-    <boxed name="VideoVBIEncoder" cname="GstVideoVBIEncoder" opaque="false" hidden="false" version="1.16">
-      <method name="GetType" cname="gst_video_vbi_encoder_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_video_vbi_encoder_new" version="1.16">
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="pixel_width" type="guint32" />
-        </parameters>
-      </constructor>
-      <method name="AddAncillary" cname="gst_video_vbi_encoder_add_ancillary" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="composite" type="gboolean" />
-          <parameter name="DID" type="guint8" />
-          <parameter name="SDID_block_number" type="guint8" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="4" element_type="guint8" />
-          <parameter name="data_count" type="guint" array_index="3" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_video_vbi_encoder_copy">
-        <return-type type="GstVideoVBIEncoder*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_vbi_encoder_free" version="1.16">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="WriteLine" cname="gst_video_vbi_encoder_write_line">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="data" type="guint8" />
-        </parameters>
-      </method>
-    </boxed>
-    <boxed name="VideoVBIParser" cname="GstVideoVBIParser" opaque="false" hidden="false" version="1.16">
-      <method name="GetType" cname="gst_video_vbi_parser_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_video_vbi_parser_new" version="1.16">
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="pixel_width" type="guint32" />
-        </parameters>
-      </constructor>
-      <method name="AddLine" cname="gst_video_vbi_parser_add_line" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="data" type="const guint8*" array="true" element_type="guint8" />
-        </parameters>
-      </method>
-      <method name="Copy" cname="gst_video_vbi_parser_copy">
-        <return-type type="GstVideoVBIParser*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_video_vbi_parser_free" version="1.16">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetAncillary" cname="gst_video_vbi_parser_get_ancillary" version="1.16">
-        <return-type type="GstVideoVBIParserResult" />
-        <parameters>
-          <parameter name="anc" type="GstVideoAncillary*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </boxed>
-    <object name="Global" cname="GstVideoGlobal" opaque="true">
-      <method name="BufferAddVideoAfdMeta" cname="gst_buffer_add_video_afd_meta" shared="true" version="1.18">
-        <return-type type="GstVideoAFDMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="field" type="guint8" />
-          <parameter name="spec" type="GstVideoAFDSpec" />
-          <parameter name="afd" type="GstVideoAFDValue" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoAffineTransformationMeta" cname="gst_buffer_add_video_affine_transformation_meta" shared="true" version="1.8">
-        <return-type type="GstVideoAffineTransformationMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferAddVideoBarMeta" cname="gst_buffer_add_video_bar_meta" shared="true" version="1.18">
-        <return-type type="GstVideoBarMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="field" type="guint8" />
-          <parameter name="is_letterbox" type="gboolean" />
-          <parameter name="bar_data1" type="guint" />
-          <parameter name="bar_data2" type="guint" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoCaptionMeta" cname="gst_buffer_add_video_caption_meta" shared="true" version="1.16">
-        <return-type type="GstVideoCaptionMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caption_type" type="GstVideoCaptionType" />
-          <parameter name="data" type="const guint8*" array="true" array_length_param_index="3" element_type="guint8" />
-          <parameter name="size" type="gsize" array_index="2" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoCodecAlphaMeta" cname="gst_buffer_add_video_codec_alpha_meta" shared="true" version="1.20">
-        <return-type type="GstVideoCodecAlphaMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="alpha_buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferAddVideoGlTextureUploadMeta" cname="gst_buffer_add_video_gl_texture_upload_meta" shared="true">
-        <return-type type="GstVideoGLTextureUploadMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="texture_orientation" type="GstVideoGLTextureOrientation" />
-          <parameter name="n_textures" type="guint" />
-          <parameter name="texture_type" type="GstVideoGLTextureType" />
-          <parameter closure="5" scope="call" name="upload" type="GstVideoGLTextureUpload" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="call" name="user_data_copy" type="GBoxedCopyFunc" />
-          <parameter scope="call" name="user_data_free" type="GBoxedFreeFunc" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoMeta" cname="gst_buffer_add_video_meta" shared="true">
-        <return-type type="GstVideoMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoFrameFlags" />
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoOverlayCompositionMeta" cname="gst_buffer_add_video_overlay_composition_meta" shared="true">
-        <return-type type="GstVideoOverlayCompositionMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buf" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="comp" type="GstVideoOverlayComposition*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferAddVideoRegionOfInterestMeta" cname="gst_buffer_add_video_region_of_interest_meta" shared="true">
-        <return-type type="GstVideoRegionOfInterestMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="roi_type" type="const-gchar*" />
-          <parameter name="x" type="guint" />
-          <parameter name="y" type="guint" />
-          <parameter name="w" type="guint" />
-          <parameter name="h" type="guint" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoRegionOfInterestMetaId" cname="gst_buffer_add_video_region_of_interest_meta_id" shared="true">
-        <return-type type="GstVideoRegionOfInterestMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="roi_type" type="guint32" />
-          <parameter name="x" type="guint" />
-          <parameter name="y" type="guint" />
-          <parameter name="w" type="guint" />
-          <parameter name="h" type="guint" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoSeiUserDataUnregisteredMeta" cname="gst_buffer_add_video_sei_user_data_unregistered_meta" shared="true" version="1.22">
-        <return-type type="GstVideoSEIUserDataUnregisteredMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="uuid" type="guint8" />
-          <parameter name="data" type="guint8" />
-          <parameter name="size" type="gsize" />
-        </parameters>
-      </method>
-      <method name="BufferAddVideoTimeCodeMeta" cname="gst_buffer_add_video_time_code_meta" shared="true" version="1.10">
-        <return-type type="GstVideoTimeCodeMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="tc" type="GstVideoTimeCode*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferAddVideoTimeCodeMetaFull" cname="gst_buffer_add_video_time_code_meta_full" shared="true" version="1.10">
-        <return-type type="GstVideoTimeCodeMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="fps_n" type="guint" />
-          <parameter name="fps_d" type="guint" />
-          <parameter name="latest_daily_jam" type="GDateTime*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstVideoTimeCodeFlags" />
-          <parameter name="hours" type="guint" />
-          <parameter name="minutes" type="guint" />
-          <parameter name="seconds" type="guint" />
-          <parameter name="frames" type="guint" />
-          <parameter name="field_count" type="guint" />
-        </parameters>
-      </method>
-      <method name="BufferGetVideoMeta" cname="gst_buffer_get_video_meta" shared="true">
-        <return-type type="GstVideoMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferGetVideoMetaId" cname="gst_buffer_get_video_meta_id" shared="true">
-        <return-type type="GstVideoMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id" type="gint" />
-        </parameters>
-      </method>
-      <method name="BufferGetVideoRegionOfInterestMetaId" cname="gst_buffer_get_video_region_of_interest_meta_id" shared="true">
-        <return-type type="GstVideoRegionOfInterestMeta*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id" type="gint" />
-        </parameters>
-      </method>
-      <method name="BufferPoolConfigGetVideoAlignment" cname="gst_buffer_pool_config_get_video_alignment" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="align" type="GstVideoAlignment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="BufferPoolConfigSetVideoAlignment" cname="gst_buffer_pool_config_set_video_alignment" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="config" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="align" type="GstVideoAlignment*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsVideoOverlayPrepareWindowHandleMessage" cname="gst_is_video_overlay_prepare_window_handle_message" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="msg" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationEventGetCoordinates" cname="gst_navigation_event_get_coordinates" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventGetType" cname="gst_navigation_event_get_type" shared="true">
-        <return-type type="GstNavigationEventType" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationEventNewCommand" cname="gst_navigation_event_new_command" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="command" type="GstNavigationCommand" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewKeyPress" cname="gst_navigation_event_new_key_press" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewKeyRelease" cname="gst_navigation_event_new_key_release" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="key" type="const-gchar*" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewMouseButtonPress" cname="gst_navigation_event_new_mouse_button_press" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="button" type="gint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewMouseButtonRelease" cname="gst_navigation_event_new_mouse_button_release" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="button" type="gint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewMouseMove" cname="gst_navigation_event_new_mouse_move" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewMouseScroll" cname="gst_navigation_event_new_mouse_scroll" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="delta_x" type="gdouble" />
-          <parameter name="delta_y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewTouchCancel" cname="gst_navigation_event_new_touch_cancel" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewTouchDown" cname="gst_navigation_event_new_touch_down" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="pressure" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewTouchFrame" cname="gst_navigation_event_new_touch_frame" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewTouchMotion" cname="gst_navigation_event_new_touch_motion" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="pressure" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventNewTouchUp" cname="gst_navigation_event_new_touch_up" shared="true" version="1.22">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="identifier" type="guint" />
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseCommand" cname="gst_navigation_event_parse_command" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="command" type="GstNavigationCommand" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseKeyEvent" cname="gst_navigation_event_parse_key_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="key" type="const-gchar*" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseModifierState" cname="gst_navigation_event_parse_modifier_state" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="state" type="GstNavigationModifierType" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseMouseButtonEvent" cname="gst_navigation_event_parse_mouse_button_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="button" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseMouseMoveEvent" cname="gst_navigation_event_parse_mouse_move_event" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseMouseScrollEvent" cname="gst_navigation_event_parse_mouse_scroll_event" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="delta_x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="delta_y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseTouchEvent" cname="gst_navigation_event_parse_touch_event" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="identifier" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="pressure" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventParseTouchUpEvent" cname="gst_navigation_event_parse_touch_up_event" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="identifier" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="x" type="gdouble*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="y" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationEventSetCoordinates" cname="gst_navigation_event_set_coordinates" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="x" type="gdouble" />
-          <parameter name="y" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="NavigationMessageGetType" cname="gst_navigation_message_get_type" shared="true">
-        <return-type type="GstNavigationMessageType" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationMessageNewAnglesChanged" cname="gst_navigation_message_new_angles_changed" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="cur_angle" type="guint" />
-          <parameter name="n_angles" type="guint" />
-        </parameters>
-      </method>
-      <method name="NavigationMessageNewCommandsChanged" cname="gst_navigation_message_new_commands_changed" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-        </parameters>
-      </method>
-      <method name="NavigationMessageNewEvent" cname="gst_navigation_message_new_event" shared="true" version="1.6">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationMessageNewMouseOver" cname="gst_navigation_message_new_mouse_over" shared="true">
-        <return-type type="GstMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="src" type="GstObject*" />
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="NavigationMessageParseAnglesChanged" cname="gst_navigation_message_parse_angles_changed" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cur_angle" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="n_angles" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationMessageParseEvent" cname="gst_navigation_message_parse_event" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="event" type="GstEvent**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationMessageParseMouseOver" cname="gst_navigation_message_parse_mouse_over" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="active" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationQueryGetType" cname="gst_navigation_query_get_type" shared="true">
-        <return-type type="GstNavigationQueryType" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NavigationQueryNewAngles" cname="gst_navigation_query_new_angles" shared="true">
-        <return-type type="GstQuery*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="NavigationQueryNewCommands" cname="gst_navigation_query_new_commands" shared="true">
-        <return-type type="GstQuery*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="NavigationQueryParseAngles" cname="gst_navigation_query_parse_angles" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="cur_angle" type="guint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="n_angles" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationQueryParseCommandsLength" cname="gst_navigation_query_parse_commands_length" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="n_cmds" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationQueryParseCommandsNth" cname="gst_navigation_query_parse_commands_nth" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="nth" type="guint" />
-          <parameter allow-none="1" name="cmd" type="GstNavigationCommand" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="NavigationQuerySetAngles" cname="gst_navigation_query_set_angles" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="cur_angle" type="guint" />
-          <parameter name="n_angles" type="guint" />
-        </parameters>
-      </method>
-      <method name="NavigationQuerySetCommandsv" cname="gst_navigation_query_set_commandsv" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="query" type="GstQuery*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="n_cmds" type="gint" array_index="2" />
-          <parameter name="cmds" type="GstNavigationCommand*" array="true" array_length_param_index="1" element_type="NavigationCommand" />
-        </parameters>
-      </method>
-      <method name="VideoAfdMetaApiGetType" cname="gst_video_afd_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoAfdMetaGetInfo" cname="gst_video_afd_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoAffineTransformationMetaApiGetType" cname="gst_video_affine_transformation_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoAffineTransformationMetaGetInfo" cname="gst_video_affine_transformation_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoBarMetaApiGetType" cname="gst_video_bar_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoBarMetaGetInfo" cname="gst_video_bar_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoBlend" cname="gst_video_blend" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dest" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src" type="GstVideoFrame*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="x" type="gint" />
-          <parameter name="y" type="gint" />
-          <parameter name="global_alpha" type="gfloat" />
-        </parameters>
-      </method>
-      <method name="VideoBlendScaleLinearRGBA" cname="gst_video_blend_scale_linear_RGBA" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="src_buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dest_height" type="gint" />
-          <parameter name="dest_width" type="gint" />
-          <parameter name="dest" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dest_buffer" type="GstBuffer**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoCalculateDisplayRatio" cname="gst_video_calculate_display_ratio" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="dar_n" type="guint*" owned="true" pass_as="out" />
-          <parameter name="dar_d" type="guint*" owned="true" pass_as="out" />
-          <parameter name="video_width" type="guint" />
-          <parameter name="video_height" type="guint" />
-          <parameter name="video_par_n" type="guint" />
-          <parameter name="video_par_d" type="guint" />
-          <parameter name="display_par_n" type="guint" />
-          <parameter name="display_par_d" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoCaptionMetaApiGetType" cname="gst_video_caption_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoCaptionMetaGetInfo" cname="gst_video_caption_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoCaptionTypeFromCaps" cname="gst_video_caption_type_from_caps" shared="true" version="1.16">
-        <return-type type="GstVideoCaptionType" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoCaptionTypeToCaps" cname="gst_video_caption_type_to_caps" shared="true" version="1.16">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="type" type="GstVideoCaptionType" />
-        </parameters>
-      </method>
-      <method name="VideoCenterRect" cname="gst_video_center_rect" shared="true" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="src" type="GstVideoRectangle*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="dst" type="GstVideoRectangle*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="_result" type="GstVideoRectangle*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="scaling" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="VideoChromaFromString" cname="gst_video_chroma_from_string" shared="true" deprecated="true" deprecated-version="1.20">
-        <return-type type="GstVideoChromaSite" />
-        <parameters>
-          <parameter name="s" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoChromaResample" cname="gst_video_chroma_resample" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="resample" type="GstVideoChromaResample*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter allow-none="1" name="lines" type="gpointer" />
-          <parameter name="width" type="gint" />
-        </parameters>
-      </method>
-      <method name="VideoChromaSiteFromString" cname="gst_video_chroma_site_from_string" shared="true" version="1.20">
-        <return-type type="GstVideoChromaSite" />
-        <parameters>
-          <parameter name="s" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoChromaSiteToString" cname="gst_video_chroma_site_to_string" shared="true" version="1.20">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="site" type="GstVideoChromaSite" />
-        </parameters>
-      </method>
-      <method name="VideoChromaToString" cname="gst_video_chroma_to_string" shared="true" deprecated="true" deprecated-version="1.20">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="site" type="GstVideoChromaSite" />
-        </parameters>
-      </method>
-      <method name="VideoCodecAlphaMetaApiGetType" cname="gst_video_codec_alpha_meta_api_get_type" shared="true" version="1.20">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoCodecAlphaMetaGetInfo" cname="gst_video_codec_alpha_meta_get_info" shared="true" version="1.20">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoColorMatrixFromIso" cname="gst_video_color_matrix_from_iso" shared="true" version="1.18">
-        <return-type type="GstVideoColorMatrix" />
-        <parameters>
-          <parameter name="value" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoColorMatrixGetKrKb" cname="gst_video_color_matrix_get_Kr_Kb" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="matrix" type="GstVideoColorMatrix" />
-          <parameter name="Kr" type="gdouble*" owned="true" pass_as="out" />
-          <parameter name="Kb" type="gdouble*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoColorMatrixToIso" cname="gst_video_color_matrix_to_iso" shared="true" version="1.18">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="matrix" type="GstVideoColorMatrix" />
-        </parameters>
-      </method>
-      <method name="VideoColorPrimariesFromIso" cname="gst_video_color_primaries_from_iso" shared="true" version="1.18">
-        <return-type type="GstVideoColorPrimaries" />
-        <parameters>
-          <parameter name="value" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoColorPrimariesGetInfo" cname="gst_video_color_primaries_get_info" shared="true" version="1.6">
-        <return-type type="GstVideoColorPrimariesInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="primaries" type="GstVideoColorPrimaries" />
-        </parameters>
-      </method>
-      <method name="VideoColorPrimariesIsEquivalent" cname="gst_video_color_primaries_is_equivalent" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="primaries" type="GstVideoColorPrimaries" />
-          <parameter name="other" type="GstVideoColorPrimaries" />
-        </parameters>
-      </method>
-      <method name="VideoColorPrimariesToIso" cname="gst_video_color_primaries_to_iso" shared="true" version="1.18">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="primaries" type="GstVideoColorPrimaries" />
-        </parameters>
-      </method>
-      <method name="VideoColorRangeOffsets" cname="gst_video_color_range_offsets" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="range" type="GstVideoColorRange" />
-          <parameter name="info" type="GstVideoFormatInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="offset" type="gint*" pass_as="out" array="true" array_len="4" element_type="gint" />
-          <parameter name="scale" type="gint*" pass_as="out" array="true" array_len="4" element_type="gint" />
-        </parameters>
-      </method>
-      <method name="VideoColorTransferDecode" cname="gst_video_color_transfer_decode" shared="true" version="1.6" deprecated="true" deprecated-version="1.20">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="func" type="GstVideoTransferFunction" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="VideoColorTransferEncode" cname="gst_video_color_transfer_encode" shared="true" version="1.6" deprecated="true" deprecated-version="1.20">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="func" type="GstVideoTransferFunction" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="VideoConvertSample" cname="gst_video_convert_sample" shared="true">
-        <return-type type="GstSample*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters throws="1">
-          <parameter name="sample" type="GstSample*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="to_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="guint64" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="VideoConvertSampleAsync" cname="gst_video_convert_sample_async" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="sample" type="GstSample*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="to_caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timeout" type="guint64" />
-          <parameter closure="4" destroy="5" scope="notified" name="callback" type="GstVideoConvertSampleCallback" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="destroy_notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="VideoCropMetaApiGetType" cname="gst_video_crop_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoCropMetaGetInfo" cname="gst_video_crop_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoDmaDrmFourccFromFormat" cname="gst_video_dma_drm_fourcc_from_format" shared="true" version="1.24">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-        </parameters>
-      </method>
-      <method name="VideoDmaDrmFourccFromString" cname="gst_video_dma_drm_fourcc_from_string" shared="true" version="1.24">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="format_str" type="const-gchar*" />
-          <parameter allow-none="1" name="modifier" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoDmaDrmFourccToFormat" cname="gst_video_dma_drm_fourcc_to_format" shared="true" version="1.24">
-        <return-type type="GstVideoFormat" />
-        <parameters>
-          <parameter name="fourcc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="VideoDmaDrmFourccToString" cname="gst_video_dma_drm_fourcc_to_string" shared="true" version="1.24">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="fourcc" type="guint32" />
-          <parameter name="modifier" type="guint64" />
-        </parameters>
-      </method>
-      <method name="VideoEventIsForceKeyUnit" cname="gst_video_event_is_force_key_unit" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoEventNewDownstreamForceKeyUnit" cname="gst_video_event_new_downstream_force_key_unit" shared="true">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="timestamp" type="guint64" />
-          <parameter name="stream_time" type="guint64" />
-          <parameter name="running_time" type="guint64" />
-          <parameter name="all_headers" type="gboolean" />
-          <parameter name="count" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoEventNewStillFrame" cname="gst_video_event_new_still_frame" shared="true">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="in_still" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="VideoEventNewUpstreamForceKeyUnit" cname="gst_video_event_new_upstream_force_key_unit" shared="true">
-        <return-type type="GstEvent*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="running_time" type="guint64" />
-          <parameter name="all_headers" type="gboolean" />
-          <parameter name="count" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoEventParseDownstreamForceKeyUnit" cname="gst_video_event_parse_downstream_force_key_unit" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="timestamp" type="guint64" owned="true" pass_as="out" />
-          <parameter name="stream_time" type="guint64" owned="true" pass_as="out" />
-          <parameter name="running_time" type="guint64" owned="true" pass_as="out" />
-          <parameter name="all_headers" type="gboolean*" owned="true" pass_as="out" />
-          <parameter name="count" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoEventParseStillFrame" cname="gst_video_event_parse_still_frame" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="in_still" type="gboolean*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoEventParseUpstreamForceKeyUnit" cname="gst_video_event_parse_upstream_force_key_unit" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="event" type="GstEvent*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="running_time" type="guint64" owned="true" pass_as="out" />
-          <parameter name="all_headers" type="gboolean*" owned="true" pass_as="out" />
-          <parameter name="count" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoFieldOrderFromString" cname="gst_video_field_order_from_string" shared="true" version="1.12">
-        <return-type type="GstVideoFieldOrder" />
-        <parameters>
-          <parameter name="order" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoFieldOrderToString" cname="gst_video_field_order_to_string" shared="true" version="1.12">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="order" type="GstVideoFieldOrder" />
-        </parameters>
-      </method>
-      <method name="VideoFormatFromFourcc" cname="gst_video_format_from_fourcc" shared="true">
-        <return-type type="GstVideoFormat" />
-        <parameters>
-          <parameter name="fourcc" type="guint32" />
-        </parameters>
-      </method>
-      <method name="VideoFormatFromMasks" cname="gst_video_format_from_masks" shared="true">
-        <return-type type="GstVideoFormat" />
-        <parameters>
-          <parameter name="depth" type="gint" />
-          <parameter name="bpp" type="gint" />
-          <parameter name="endianness" type="gint" />
-          <parameter name="red_mask" type="guint" />
-          <parameter name="green_mask" type="guint" />
-          <parameter name="blue_mask" type="guint" />
-          <parameter name="alpha_mask" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoFormatFromString" cname="gst_video_format_from_string" shared="true">
-        <return-type type="GstVideoFormat" />
-        <parameters>
-          <parameter name="format" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoFormatGetInfo" cname="gst_video_format_get_info" shared="true">
-        <return-type type="GstVideoFormatInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-        </parameters>
-      </method>
-      <method name="VideoFormatGetPalette" cname="gst_video_format_get_palette" shared="true" version="1.2">
-        <return-type type="gpointer" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-          <parameter name="size" type="gsize*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoFormatToFourcc" cname="gst_video_format_to_fourcc" shared="true">
-        <return-type type="guint32" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-        </parameters>
-      </method>
-      <method name="VideoFormatToString" cname="gst_video_format_to_string" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="format" type="GstVideoFormat" />
-        </parameters>
-      </method>
-      <method name="VideoFormatsRaw" cname="gst_video_formats_raw" shared="true" version="1.18">
-        <return-type type="const GstVideoFormat*" array="true" array_length_param_index="0" element_type="VideoFormat" />
-        <parameters>
-          <parameter name="len" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoFrameMap" cname="gst_video_frame_map" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoFrame*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="VideoFrameMapId" cname="gst_video_frame_map_id" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="frame" type="GstVideoFrame*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="id" type="gint" />
-          <parameter name="flags" type="GstMapFlags" />
-        </parameters>
-      </method>
-      <method name="VideoGlTextureUploadMetaApiGetType" cname="gst_video_gl_texture_upload_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoGlTextureUploadMetaGetInfo" cname="gst_video_gl_texture_upload_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoGuessFramerate" cname="gst_video_guess_framerate" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="duration" type="guint64" />
-          <parameter allow-none="1" name="dest_n" type="gint*" owned="true" pass_as="out" />
-          <parameter allow-none="1" name="dest_d" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoInfoDmaDrmFromCaps" cname="gst_video_info_dma_drm_from_caps" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoInfoDmaDrmFromVideoInfo" cname="gst_video_info_dma_drm_from_video_info" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="modifier" type="guint64" />
-        </parameters>
-      </method>
-      <method name="VideoInfoDmaDrmInit" cname="gst_video_info_dma_drm_init" shared="true" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="drm_info" type="GstVideoInfoDmaDrm*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoInfoFromCaps" cname="gst_video_info_from_caps" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoInfoInit" cname="gst_video_info_init" shared="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoInterlaceModeFromString" cname="gst_video_interlace_mode_from_string" shared="true" version="1.6">
-        <return-type type="GstVideoInterlaceMode" />
-        <parameters>
-          <parameter name="mode" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoInterlaceModeToString" cname="gst_video_interlace_mode_to_string" shared="true" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="mode" type="GstVideoInterlaceMode" />
-        </parameters>
-      </method>
-      <method name="VideoIsCommonAspectRatio" cname="gst_video_is_common_aspect_ratio" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="width" type="gint" />
-          <parameter name="height" type="gint" />
-          <parameter name="par_n" type="gint" />
-          <parameter name="par_d" type="gint" />
-        </parameters>
-      </method>
-      <method name="VideoIsDmaDrmCaps" cname="gst_video_is_dma_drm_caps" shared="true" version="1.24">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoMakeRawCaps" cname="gst_video_make_raw_caps" shared="true" version="1.18">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="formats" type="const GstVideoFormat*" array="true" array_length_param_index="1" element_type="VideoFormat" />
-          <parameter name="len" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoMakeRawCapsWithFeatures" cname="gst_video_make_raw_caps_with_features" shared="true" version="1.18">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter allow-none="1" name="formats" type="const GstVideoFormat*" array="true" array_length_param_index="1" element_type="VideoFormat" />
-          <parameter name="len" type="guint" />
-          <parameter allow-none="1" name="features" type="GstCapsFeatures*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoMasteringDisplayInfoFromString" cname="gst_video_mastering_display_info_from_string" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="minfo" type="GstVideoMasteringDisplayInfo*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="mastering" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoMetaApiGetType" cname="gst_video_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoMetaGetInfo" cname="gst_video_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMetaTransformScaleGetQuark" cname="gst_video_meta_transform_scale_get_quark" shared="true">
-        <return-type type="guint32" />
-      </method>
-      <method name="VideoMultiviewGetDoubledHeightModes" cname="gst_video_multiview_get_doubled_height_modes" shared="true" version="1.6">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMultiviewGetDoubledSizeModes" cname="gst_video_multiview_get_doubled_size_modes" shared="true" version="1.6">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMultiviewGetDoubledWidthModes" cname="gst_video_multiview_get_doubled_width_modes" shared="true" version="1.6">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMultiviewGetMonoModes" cname="gst_video_multiview_get_mono_modes" shared="true" version="1.6">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMultiviewGetUnpackedModes" cname="gst_video_multiview_get_unpacked_modes" shared="true" version="1.6">
-        <return-type type="GValue*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoMultiviewGuessHalfAspect" cname="gst_video_multiview_guess_half_aspect" shared="true" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="mv_mode" type="GstVideoMultiviewMode" />
-          <parameter name="width" type="guint" />
-          <parameter name="height" type="guint" />
-          <parameter name="par_n" type="guint" />
-          <parameter name="par_d" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoMultiviewModeFromCapsString" cname="gst_video_multiview_mode_from_caps_string" shared="true" version="1.6">
-        <return-type type="GstVideoMultiviewMode" />
-        <parameters>
-          <parameter name="caps_mview_mode" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="VideoMultiviewModeToCapsString" cname="gst_video_multiview_mode_to_caps_string" shared="true" version="1.6">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="mview_mode" type="GstVideoMultiviewMode" />
-        </parameters>
-      </method>
-      <method name="VideoMultiviewVideoInfoChangeMode" cname="gst_video_multiview_video_info_change_mode" shared="true" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="info" type="GstVideoInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="out_mview_mode" type="GstVideoMultiviewMode" />
-          <parameter name="out_mview_flags" type="GstVideoMultiviewFlags" />
-        </parameters>
-      </method>
-      <method name="VideoOrientationFromTag" cname="gst_video_orientation_from_tag" shared="true" version="1.20">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="taglist" type="GstTagList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="method" type="GstVideoOrientationMethod" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoOverlayCompositionMetaApiGetType" cname="gst_video_overlay_composition_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoOverlayCompositionMetaGetInfo" cname="gst_video_overlay_composition_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoOverlayInstallProperties" cname="gst_video_overlay_install_properties" shared="true" version="1.14" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="oclass" type="GObjectClass*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="last_prop_id" type="gint" />
-        </parameters>
-      </method>
-      <method name="VideoOverlaySetProperty" cname="gst_video_overlay_set_property" shared="true" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="_object" type="GObject*" />
-          <parameter name="last_prop_id" type="gint" />
-          <parameter name="property_id" type="guint" />
-          <parameter name="value" type="GValue*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VideoRegionOfInterestMetaApiGetType" cname="gst_video_region_of_interest_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoRegionOfInterestMetaGetInfo" cname="gst_video_region_of_interest_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoSeiUserDataUnregisteredMetaApiGetType" cname="gst_video_sei_user_data_unregistered_meta_api_get_type" shared="true" version="1.22">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoSeiUserDataUnregisteredMetaGetInfo" cname="gst_video_sei_user_data_unregistered_meta_get_info" shared="true" version="1.22">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoSeiUserDataUnregisteredParsePrecisionTimeStamp" cname="gst_video_sei_user_data_unregistered_parse_precision_time_stamp" shared="true" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="user_data" type="GstVideoSEIUserDataUnregisteredMeta*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="status" type="guint8*" owned="true" pass_as="out" />
-          <parameter name="precision_time_stamp" type="guint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="VideoTileGetIndex" cname="gst_video_tile_get_index" shared="true" version="1.4">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="mode" type="GstVideoTileMode" />
-          <parameter name="x" type="gint" />
-          <parameter name="y" type="gint" />
-          <parameter name="x_tiles" type="gint" />
-          <parameter name="y_tiles" type="gint" />
-        </parameters>
-      </method>
-      <method name="VideoTimeCodeMetaApiGetType" cname="gst_video_time_code_meta_api_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="VideoTimeCodeMetaGetInfo" cname="gst_video_time_code_meta_get_info" shared="true">
-        <return-type type="GstMetaInfo*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-      </method>
-      <method name="VideoTransferFunctionDecode" cname="gst_video_transfer_function_decode" shared="true" version="1.20">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="func" type="GstVideoTransferFunction" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="VideoTransferFunctionEncode" cname="gst_video_transfer_function_encode" shared="true" version="1.20">
-        <return-type type="gdouble" />
-        <parameters>
-          <parameter name="func" type="GstVideoTransferFunction" />
-          <parameter name="val" type="gdouble" />
-        </parameters>
-      </method>
-      <method name="VideoTransferFunctionFromIso" cname="gst_video_transfer_function_from_iso" shared="true" version="1.18">
-        <return-type type="GstVideoTransferFunction" />
-        <parameters>
-          <parameter name="value" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoTransferFunctionIsEquivalent" cname="gst_video_transfer_function_is_equivalent" shared="true" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="from_func" type="GstVideoTransferFunction" />
-          <parameter name="from_bpp" type="guint" />
-          <parameter name="to_func" type="GstVideoTransferFunction" />
-          <parameter name="to_bpp" type="guint" />
-        </parameters>
-      </method>
-      <method name="VideoTransferFunctionToIso" cname="gst_video_transfer_function_to_iso" shared="true" version="1.18">
-        <return-type type="guint" />
-        <parameters>
-          <parameter name="func" type="GstVideoTransferFunction" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstVideoConstants" opaque="true">
-      <constant value="GstBufferPoolOptionVideoAffineTransformation" ctype="gchar*" gtype="gchar*" name="BUFFER_POOL_OPTION_VIDEO_AFFINE_TRANSFORMATION_META" />
-      <constant value="GstBufferPoolOptionVideoAlignment" ctype="gchar*" gtype="gchar*" name="BUFFER_POOL_OPTION_VIDEO_ALIGNMENT" />
-      <constant value="GstBufferPoolOptionVideoGLTextureUploadMeta" ctype="gchar*" gtype="gchar*" name="BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META" version="1.2.2" />
-      <constant value="GstBufferPoolOptionVideoMeta" ctype="gchar*" gtype="gchar*" name="BUFFER_POOL_OPTION_VIDEO_META" />
-      <constant value="format:Interlaced" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_FORMAT_INTERLACED" version="1.16." />
-      <constant value="meta:GstVideoAffineTransformation" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_META_GST_VIDEO_AFFINE_TRANSFORMATION_META" />
-      <constant value="meta:GstVideoGLTextureUploadMeta" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_META_GST_VIDEO_GL_TEXTURE_UPLOAD_META" />
-      <constant value="meta:GstVideoMeta" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_META_GST_VIDEO_META" />
-      <constant value="meta:GstVideoOverlayComposition" ctype="gchar*" gtype="gchar*" name="CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION" />
-      <constant value="colorspace" ctype="gchar*" gtype="gchar*" name="META_TAG_VIDEO_COLORSPACE_STR" version="1.2" />
-      <constant value="orientation" ctype="gchar*" gtype="gchar*" name="META_TAG_VIDEO_ORIENTATION_STR" version="1.2" />
-      <constant value="size" ctype="gchar*" gtype="gchar*" name="META_TAG_VIDEO_SIZE_STR" version="1.2" />
-      <constant value="video" ctype="gchar*" gtype="gchar*" name="META_TAG_VIDEO_STR" version="1.2" />
-      <constant value="bt2020" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT2020" />
-      <constant value="bt2020-10" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT2020_10" />
-      <constant value="bt2100-hlg" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT2100_HLG" />
-      <constant value="bt2100-pq" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT2100_PQ" />
-      <constant value="bt601" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT601" />
-      <constant value="bt709" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_BT709" />
-      <constant value="smpte240m" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_SMPTE240M" />
-      <constant value="sRGB" ctype="gchar*" gtype="gchar*" name="VIDEO_COLORIMETRY_SRGB" />
-      <constant value="3" ctype="gint" gtype="gint" name="VIDEO_COMP_A" />
-      <constant value="2" ctype="gint" gtype="gint" name="VIDEO_COMP_B" />
-      <constant value="1" ctype="gint" gtype="gint" name="VIDEO_COMP_G" />
-      <constant value="0" ctype="gint" gtype="gint" name="VIDEO_COMP_INDEX" />
-      <constant value="1" ctype="gint" gtype="gint" name="VIDEO_COMP_PALETTE" />
-      <constant value="0" ctype="gint" gtype="gint" name="VIDEO_COMP_R" />
-      <constant value="1" ctype="gint" gtype="gint" name="VIDEO_COMP_U" />
-      <constant value="2" ctype="gint" gtype="gint" name="VIDEO_COMP_V" />
-      <constant value="0" ctype="gint" gtype="gint" name="VIDEO_COMP_Y" />
-      <constant value="GstVideoConverter.alpha-mode" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_ALPHA_MODE" />
-      <constant value="GstVideoConverter.alpha-value" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_ALPHA_VALUE" />
-      <constant value="GstVideoConverter.async-tasks" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_ASYNC_TASKS" version="1.20" />
-      <constant value="GstVideoConverter.border-argb" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_BORDER_ARGB" />
-      <constant value="GstVideoConverter.chroma-mode" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_CHROMA_MODE" />
-      <constant value="GstVideoConverter.chroma-resampler-method" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_CHROMA_RESAMPLER_METHOD" />
-      <constant value="GstVideoConverter.dest-height" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DEST_HEIGHT" />
-      <constant value="GstVideoConverter.dest-width" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DEST_WIDTH" />
-      <constant value="GstVideoConverter.dest-x" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DEST_X" />
-      <constant value="GstVideoConverter.dest-y" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DEST_Y" />
-      <constant value="GstVideoConverter.dither-method" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DITHER_METHOD" />
-      <constant value="GstVideoConverter.dither-quantization" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_DITHER_QUANTIZATION" />
-      <constant value="GstVideoConverter.fill-border" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_FILL_BORDER" />
-      <constant value="GstVideoConverter.gamma-mode" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_GAMMA_MODE" />
-      <constant value="GstVideoConverter.matrix-mode" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_MATRIX_MODE" />
-      <constant value="GstVideoConverter.primaries-mode" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_PRIMARIES_MODE" />
-      <constant value="GstVideoConverter.resampler-method" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_RESAMPLER_METHOD" />
-      <constant value="GstVideoConverter.resampler-taps" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_RESAMPLER_TAPS" />
-      <constant value="GstVideoConverter.src-height" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_SRC_HEIGHT" />
-      <constant value="GstVideoConverter.src-width" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_SRC_WIDTH" />
-      <constant value="GstVideoConverter.src-x" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_SRC_X" />
-      <constant value="GstVideoConverter.src-y" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_SRC_Y" />
-      <constant value="GstVideoConverter.threads" ctype="gchar*" gtype="gchar*" name="VIDEO_CONVERTER_OPT_THREADS" />
-      <constant value="-1" ctype="gint" gtype="gint" name="VIDEO_DECODER_MAX_ERRORS" />
-      <constant value="sink" ctype="gchar*" gtype="gchar*" name="VIDEO_DECODER_SINK_NAME" />
-      <constant value="src" ctype="gchar*" gtype="gchar*" name="VIDEO_DECODER_SRC_NAME" />
-      <constant value="video/x-raw(memory:DMABuf), format = (string) DMA_DRM, width = " ctype="gchar*" gtype="gchar*" name="VIDEO_DMA_DRM_CAPS_MAKE" version="1.24" />
-      <constant value="sink" ctype="gchar*" gtype="gchar*" name="VIDEO_ENCODER_SINK_NAME" />
-      <constant value="src" ctype="gchar*" gtype="gchar*" name="VIDEO_ENCODER_SRC_NAME" />
-      <constant value="{ " ctype="gchar*" gtype="gchar*" name="VIDEO_FORMATS_ALL" />
-      <constant value="ABGR64_BE, BGRA64_BE, AYUV64, ARGB64_BE, ARGB64, RGBA64_BE, ABGR64_LE, BGRA64_LE, ARGB64_LE, RGBA64_LE, GBRA_12BE, GBRA_12LE, Y412_BE, Y412_LE, A444_10BE, GBRA_10BE, A444_10LE, GBRA_10LE, A422_10BE, A422_10LE, A420_10BE, A420_10LE, Y410, RGB10A2_LE, BGR10A2_LE, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16BE, Y444_16LE, v216, P016_BE, P016_LE, Y444_12BE, GBR_12BE, Y444_12LE, GBR_12LE, I422_12BE, I422_12LE, Y212_BE, Y212_LE, I420_12BE, I420_12LE, P012_BE, P012_LE, Y444_10BE, GBR_10BE, Y444_10LE, GBR_10LE, r210, I422_10BE, I422_10LE, NV16_10LE32, Y210, v210, UYVP, I420_10BE, I420_10LE, P010_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, NV12_10BE_8L128, NV12_10LE40_4L4, MT2110T, MT2110R, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_BE, GRAY16_LE, GRAY10_LE32, GRAY8" ctype="gchar*" gtype="gchar*" name="VIDEO_FORMATS_ALL_STR" version="1.24" />
-      <constant value="(fraction) [ 0, max ]" ctype="gchar*" gtype="gchar*" name="VIDEO_FPS_RANGE" />
-      <constant value="4" ctype="gint" gtype="gint" name="VIDEO_MAX_COMPONENTS" />
-      <constant value="4" ctype="gint" gtype="gint" name="VIDEO_MAX_PLANES" />
-      <constant value="GstVideoResampler.cubic-b" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_CUBIC_B" />
-      <constant value="GstVideoResampler.cubic-c" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_CUBIC_C" />
-      <constant value="GstVideoResampler.envelope" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_ENVELOPE" />
-      <constant value="GstVideoResampler.max-taps" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_MAX_TAPS" />
-      <constant value="GstVideoResampler.sharpen" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_SHARPEN" />
-      <constant value="GstVideoResampler.sharpness" ctype="gchar*" gtype="gchar*" name="VIDEO_RESAMPLER_OPT_SHARPNESS" />
-      <constant value="GstVideoScaler.dither-method" ctype="gchar*" gtype="gchar*" name="VIDEO_SCALER_OPT_DITHER_METHOD" />
-      <constant value="(int) [ 1, max ]" ctype="gchar*" gtype="gchar*" name="VIDEO_SIZE_RANGE" />
-      <constant value="65535" ctype="gint" gtype="gint" name="VIDEO_TILE_TYPE_MASK" />
-      <constant value="16" ctype="gint" gtype="gint" name="VIDEO_TILE_TYPE_SHIFT" />
-      <constant value="65535" ctype="gint" gtype="gint" name="VIDEO_TILE_X_TILES_MASK" />
-      <constant value="16" ctype="gint" gtype="gint" name="VIDEO_TILE_Y_TILES_SHIFT" />
-    </object>
-  </namespace>
-  <namespace name="Gst.WebRTC" library="gstwebrtc-1.0-0.dll">
-    <enum name="WebRTCBundlePolicy" cname="GstWebRTCBundlePolicy" type="enum" gtype="gst_webrtc_bundle_policy_get_type" version="1.16">
-      <member cname="GST_WEBRTC_BUNDLE_POLICY_NONE" name="None" value="0" />
-      <member cname="GST_WEBRTC_BUNDLE_POLICY_BALANCED" name="Balanced" value="1" />
-      <member cname="GST_WEBRTC_BUNDLE_POLICY_MAX_COMPAT" name="MaxCompat" value="2" />
-      <member cname="GST_WEBRTC_BUNDLE_POLICY_MAX_BUNDLE" name="MaxBundle" value="3" />
-    </enum>
-    <enum name="WebRTCDTLSSetup" cname="GstWebRTCDTLSSetup" type="enum" gtype="gst_webrtc_dtls_setup_get_type">
-      <member cname="GST_WEBRTC_DTLS_SETUP_NONE" name="None" value="0" />
-      <member cname="GST_WEBRTC_DTLS_SETUP_ACTPASS" name="Actpass" value="1" />
-      <member cname="GST_WEBRTC_DTLS_SETUP_ACTIVE" name="Active" value="2" />
-      <member cname="GST_WEBRTC_DTLS_SETUP_PASSIVE" name="Passive" value="3" />
-    </enum>
-    <enum name="WebRTCDTLSTransportState" cname="GstWebRTCDTLSTransportState" type="enum" gtype="gst_webrtc_dtls_transport_state_get_type">
-      <member cname="GST_WEBRTC_DTLS_TRANSPORT_STATE_NEW" name="New" value="0" />
-      <member cname="GST_WEBRTC_DTLS_TRANSPORT_STATE_CLOSED" name="Closed" value="1" />
-      <member cname="GST_WEBRTC_DTLS_TRANSPORT_STATE_FAILED" name="Failed" value="2" />
-      <member cname="GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTING" name="Connecting" value="3" />
-      <member cname="GST_WEBRTC_DTLS_TRANSPORT_STATE_CONNECTED" name="Connected" value="4" />
-    </enum>
-    <enum name="WebRTCDataChannelState" cname="GstWebRTCDataChannelState" type="enum" gtype="gst_webrtc_data_channel_state_get_type" version="1.16">
-      <member cname="GST_WEBRTC_DATA_CHANNEL_STATE_CONNECTING" name="Connecting" value="1" />
-      <member cname="GST_WEBRTC_DATA_CHANNEL_STATE_OPEN" name="Open" value="2" />
-      <member cname="GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING" name="Closing" value="3" />
-      <member cname="GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED" name="Closed" value="4" />
-    </enum>
-    <enum name="WebRTCError" cname="GstWebRTCError" type="enum" gtype="gst_webrtc_error_get_type" version="1.20">
-      <member cname="GST_WEBRTC_ERROR_DATA_CHANNEL_FAILURE" name="DataChannelFailure" value="0" />
-      <member cname="GST_WEBRTC_ERROR_DTLS_FAILURE" name="DtlsFailure" value="1" />
-      <member cname="GST_WEBRTC_ERROR_FINGERPRINT_FAILURE" name="FingerprintFailure" value="2" />
-      <member cname="GST_WEBRTC_ERROR_SCTP_FAILURE" name="SctpFailure" value="3" />
-      <member cname="GST_WEBRTC_ERROR_SDP_SYNTAX_ERROR" name="SdpSyntaxError" value="4" />
-      <member cname="GST_WEBRTC_ERROR_HARDWARE_ENCODER_NOT_AVAILABLE" name="HardwareEncoderNotAvailable" value="5" />
-      <member cname="GST_WEBRTC_ERROR_ENCODER_ERROR" name="EncoderError" value="6" />
-      <member cname="GST_WEBRTC_ERROR_INVALID_STATE" name="InvalidState" value="7" />
-      <member cname="GST_WEBRTC_ERROR_INTERNAL_FAILURE" name="InternalFailure" value="8" />
-      <member cname="GST_WEBRTC_ERROR_INVALID_MODIFICATION" name="InvalidModification" value="9" />
-      <member cname="GST_WEBRTC_ERROR_TYPE_ERROR" name="TypeError" value="10" />
-    </enum>
-    <enum name="WebRTCFECType" cname="GstWebRTCFECType" type="enum" gtype="gst_webrtc_fec_type_get_type" version="1.14.1">
-      <member cname="GST_WEBRTC_FEC_TYPE_NONE" name="None" value="0" />
-      <member cname="GST_WEBRTC_FEC_TYPE_ULP_RED" name="UlpRed" value="1" />
-    </enum>
-    <enum name="WebRTCICEComponent" cname="GstWebRTCICEComponent" type="enum" gtype="gst_webrtc_ice_component_get_type">
-      <member cname="GST_WEBRTC_ICE_COMPONENT_RTP" name="Rtp" value="0" />
-      <member cname="GST_WEBRTC_ICE_COMPONENT_RTCP" name="Rtcp" value="1" />
-    </enum>
-    <enum name="WebRTCICEConnectionState" cname="GstWebRTCICEConnectionState" type="enum" gtype="gst_webrtc_ice_connection_state_get_type">
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_NEW" name="New" value="0" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_CHECKING" name="Checking" value="1" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_CONNECTED" name="Connected" value="2" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_COMPLETED" name="Completed" value="3" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_FAILED" name="Failed" value="4" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_DISCONNECTED" name="Disconnected" value="5" />
-      <member cname="GST_WEBRTC_ICE_CONNECTION_STATE_CLOSED" name="Closed" value="6" />
-    </enum>
-    <enum name="WebRTCICEGatheringState" cname="GstWebRTCICEGatheringState" type="enum" gtype="gst_webrtc_ice_gathering_state_get_type">
-      <member cname="GST_WEBRTC_ICE_GATHERING_STATE_NEW" name="New" value="0" />
-      <member cname="GST_WEBRTC_ICE_GATHERING_STATE_GATHERING" name="Gathering" value="1" />
-      <member cname="GST_WEBRTC_ICE_GATHERING_STATE_COMPLETE" name="Complete" value="2" />
-    </enum>
-    <enum name="WebRTCICERole" cname="GstWebRTCICERole" type="enum" gtype="gst_webrtc_ice_role_get_type">
-      <member cname="GST_WEBRTC_ICE_ROLE_CONTROLLED" name="Controlled" value="0" />
-      <member cname="GST_WEBRTC_ICE_ROLE_CONTROLLING" name="Controlling" value="1" />
-    </enum>
-    <enum name="WebRTCICETransportPolicy" cname="GstWebRTCICETransportPolicy" type="enum" gtype="gst_webrtc_ice_transport_policy_get_type" version="1.16">
-      <member cname="GST_WEBRTC_ICE_TRANSPORT_POLICY_ALL" name="All" value="0" />
-      <member cname="GST_WEBRTC_ICE_TRANSPORT_POLICY_RELAY" name="Relay" value="1" />
-    </enum>
-    <enum name="WebRTCKind" cname="GstWebRTCKind" type="enum" gtype="gst_webrtc_kind_get_type" version="1.20">
-      <member cname="GST_WEBRTC_KIND_UNKNOWN" name="Unknown" value="0" />
-      <member cname="GST_WEBRTC_KIND_AUDIO" name="Audio" value="1" />
-      <member cname="GST_WEBRTC_KIND_VIDEO" name="Video" value="2" />
-    </enum>
-    <enum name="WebRTCPeerConnectionState" cname="GstWebRTCPeerConnectionState" type="enum" gtype="gst_webrtc_peer_connection_state_get_type">
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_NEW" name="New" value="0" />
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_CONNECTING" name="Connecting" value="1" />
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_CONNECTED" name="Connected" value="2" />
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_DISCONNECTED" name="Disconnected" value="3" />
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_FAILED" name="Failed" value="4" />
-      <member cname="GST_WEBRTC_PEER_CONNECTION_STATE_CLOSED" name="Closed" value="5" />
-    </enum>
-    <enum name="WebRTCPriorityType" cname="GstWebRTCPriorityType" type="enum" gtype="gst_webrtc_priority_type_get_type" version="1.16">
-      <member cname="GST_WEBRTC_PRIORITY_TYPE_VERY_LOW" name="VeryLow" value="1" />
-      <member cname="GST_WEBRTC_PRIORITY_TYPE_LOW" name="Low" value="2" />
-      <member cname="GST_WEBRTC_PRIORITY_TYPE_MEDIUM" name="Medium" value="3" />
-      <member cname="GST_WEBRTC_PRIORITY_TYPE_HIGH" name="High" value="4" />
-    </enum>
-    <enum name="WebRTCRTPTransceiverDirection" cname="GstWebRTCRTPTransceiverDirection" type="enum" gtype="gst_webrtc_rtp_transceiver_direction_get_type">
-      <member cname="GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_NONE" name="None" value="0" />
-      <member cname="GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_INACTIVE" name="Inactive" value="1" />
-      <member cname="GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_SENDONLY" name="Sendonly" value="2" />
-      <member cname="GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_RECVONLY" name="Recvonly" value="3" />
-      <member cname="GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_SENDRECV" name="Sendrecv" value="4" />
-    </enum>
-    <enum name="WebRTCSCTPTransportState" cname="GstWebRTCSCTPTransportState" type="enum" gtype="gst_webrtc_sctp_transport_state_get_type" version="1.16">
-      <member cname="GST_WEBRTC_SCTP_TRANSPORT_STATE_NEW" name="New" value="0" />
-      <member cname="GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTING" name="Connecting" value="1" />
-      <member cname="GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTED" name="Connected" value="2" />
-      <member cname="GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED" name="Closed" value="3" />
-    </enum>
-    <enum name="WebRTCSDPType" cname="GstWebRTCSDPType" type="enum" gtype="gst_webrtc_sdp_type_get_type">
-      <member cname="GST_WEBRTC_SDP_TYPE_OFFER" name="Offer" value="1" />
-      <member cname="GST_WEBRTC_SDP_TYPE_PRANSWER" name="Pranswer" value="2" />
-      <member cname="GST_WEBRTC_SDP_TYPE_ANSWER" name="Answer" value="3" />
-      <member cname="GST_WEBRTC_SDP_TYPE_ROLLBACK" name="Rollback" value="4" />
-    </enum>
-    <enum name="WebRTCSignalingState" cname="GstWebRTCSignalingState" type="enum" gtype="gst_webrtc_signaling_state_get_type">
-      <member cname="GST_WEBRTC_SIGNALING_STATE_STABLE" name="Stable" value="0" />
-      <member cname="GST_WEBRTC_SIGNALING_STATE_CLOSED" name="Closed" value="1" />
-      <member cname="GST_WEBRTC_SIGNALING_STATE_HAVE_LOCAL_OFFER" name="HaveLocalOffer" value="2" />
-      <member cname="GST_WEBRTC_SIGNALING_STATE_HAVE_REMOTE_OFFER" name="HaveRemoteOffer" value="3" />
-      <member cname="GST_WEBRTC_SIGNALING_STATE_HAVE_LOCAL_PRANSWER" name="HaveLocalPranswer" value="4" />
-      <member cname="GST_WEBRTC_SIGNALING_STATE_HAVE_REMOTE_PRANSWER" name="HaveRemotePranswer" value="5" />
-    </enum>
-    <enum name="WebRTCStatsType" cname="GstWebRTCStatsType" type="enum" gtype="gst_webrtc_stats_type_get_type">
-      <member cname="GST_WEBRTC_STATS_CODEC" name="Codec" value="1" />
-      <member cname="GST_WEBRTC_STATS_INBOUND_RTP" name="InboundRtp" value="2" />
-      <member cname="GST_WEBRTC_STATS_OUTBOUND_RTP" name="OutboundRtp" value="3" />
-      <member cname="GST_WEBRTC_STATS_REMOTE_INBOUND_RTP" name="RemoteInboundRtp" value="4" />
-      <member cname="GST_WEBRTC_STATS_REMOTE_OUTBOUND_RTP" name="RemoteOutboundRtp" value="5" />
-      <member cname="GST_WEBRTC_STATS_CSRC" name="Csrc" value="6" />
-      <member cname="GST_WEBRTC_STATS_PEER_CONNECTION" name="PeerConnection" value="7" />
-      <member cname="GST_WEBRTC_STATS_DATA_CHANNEL" name="DataChannel" value="8" />
-      <member cname="GST_WEBRTC_STATS_STREAM" name="Stream" value="9" />
-      <member cname="GST_WEBRTC_STATS_TRANSPORT" name="Transport" value="10" />
-      <member cname="GST_WEBRTC_STATS_CANDIDATE_PAIR" name="CandidatePair" value="11" />
-      <member cname="GST_WEBRTC_STATS_LOCAL_CANDIDATE" name="LocalCandidate" value="12" />
-      <member cname="GST_WEBRTC_STATS_REMOTE_CANDIDATE" name="RemoteCandidate" value="13" />
-      <member cname="GST_WEBRTC_STATS_CERTIFICATE" name="Certificate" value="14" />
-    </enum>
-    <callback name="WebRTCICEOnCandidateFunc" cname="GstWebRTCICEOnCandidateFunc" version="1.22">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="ice" type="GstWebRTCICE*" />
-        <parameter name="stream_id" type="guint" />
-        <parameter name="candidate" type="const-gchar*" />
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <object name="WebRTCDTLSTransport" cname="GstWebRTCDTLSTransport" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCDTLSTransportClass" />
-      <method name="GetType" cname="gst_webrtc_dtls_transport_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="Certificate" cname="certificate" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Client" cname="client" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="RemoteCertificate" cname="remote-certificate" type="gchar*" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="SessionId" cname="session-id" type="guint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="State" cname="state" type="GstWebRTCDTLSTransportState" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="Transport" cname="transport" type="GstWebRTCICETransport*" readable="true" writeable="false" construct="false" construct-only="false" />
-    </object>
-    <object name="WebRTCDataChannel" cname="GstWebRTCDataChannel" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GObject" version="1.18">
-      <class_struct cname="GstWebRTCDataChannelClass" />
-      <method name="GetType" cname="gst_webrtc_data_channel_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="Close" cname="gst_webrtc_data_channel_close">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SendData" cname="gst_webrtc_data_channel_send_data">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendDataFull" cname="gst_webrtc_data_channel_send_data_full" version="1.22">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter allow-none="1" name="data" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="SendString" cname="gst_webrtc_data_channel_send_string">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="str" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SendStringFull" cname="gst_webrtc_data_channel_send_string_full" version="1.22">
-        <return-type type="gboolean" />
-        <parameters throws="1">
-          <parameter allow-none="1" name="str" type="const-gchar*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <property name="BufferedAmount" cname="buffered-amount" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="BufferedAmountLowThreshold" cname="buffered-amount-low-threshold" type="guint64" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Id" cname="id" type="gint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Label" cname="label" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="MaxPacketLifetime" cname="max-packet-lifetime" type="gint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="MaxRetransmits" cname="max-retransmits" type="gint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Negotiated" cname="negotiated" type="gboolean" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Ordered" cname="ordered" type="gboolean" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Priority" cname="priority" type="GstWebRTCPriorityType" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Protocol" cname="protocol" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="ReadyState" cname="ready-state" type="GstWebRTCDataChannelState" readable="true" writeable="false" construct="false" construct-only="false" />
-      <signal name="CloseEvent" cname="close" when="last">
-        <return-type type="void" />
-        <parameters />
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="OnBufferedAmountLow" cname="on-buffered-amount-low" when="last">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="OnClose" cname="on-close" when="last" hidden="true">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="OnError" cname="on-error" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="error" type="GError*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="OnMessageData" cname="on-message-data" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="OnMessageString" cname="on-message-string" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="const-gchar*" />
-        </parameters>
-      </signal>
-      <signal name="OnOpen" cname="on-open" when="last">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="SendDataEvent" cname="send-data" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="GBytes*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="SendStringEvent" cname="send-string" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="data" type="const-gchar*" />
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-    </object>
-    <object name="WebRTCICE" cname="GstWebRTCICE" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject" version="1.22">
-      <class_struct cname="GstWebRTCICEClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="add_stream" />
-        <method vm="find_transport" />
-        <method vm="gather_candidates" />
-        <method vm="add_candidate" />
-        <method vm="set_local_credentials" />
-        <method vm="set_remote_credentials" />
-        <method vm="add_turn_server" />
-        <method vm="set_is_controller" />
-        <method vm="get_is_controller" />
-        <method vm="set_force_relay" />
-        <method vm="set_stun_server" />
-        <method vm="get_stun_server" />
-        <method vm="set_turn_server" />
-        <method vm="get_turn_server" />
-        <method vm="set_http_proxy" />
-        <method vm="get_http_proxy" />
-        <method vm="set_tos" />
-        <method vm="set_on_ice_candidate" />
-        <method vm="get_local_candidates" />
-        <method vm="get_remote_candidates" />
-        <method vm="get_selected_pair" />
-        <field cname="_gst_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_webrtc_ice_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="AddCandidate" cname="add_candidate" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="candidate" type="const-gchar*" />
-          <parameter allow-none="1" name="promise" type="GstPromise*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="AddStream" cname="add_stream" version="1.22">
-        <return-type type="GstWebRTCICEStream*" owned="true" />
-        <parameters>
-          <parameter name="session_id" type="guint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="AddTurnServer" cname="add_turn_server" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="FindTransport" cname="find_transport" version="1.22">
-        <return-type type="GstWebRTCICETransport*" owned="true" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="component" type="GstWebRTCICEComponent" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GatherCandidates" cname="gather_candidates" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetHttpProxy" cname="get_http_proxy" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetIsController" cname="get_is_controller" version="1.22">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetLocalCandidates" cname="get_local_candidates">
-        <return-type type="GstWebRTCICECandidateStats**" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetRemoteCandidates" cname="get_remote_candidates">
-        <return-type type="GstWebRTCICECandidateStats**" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetSelectedPair" cname="get_selected_pair" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="local_stats" type="GstWebRTCICECandidateStats**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="remote_stats" type="GstWebRTCICECandidateStats**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetStunServer" cname="get_stun_server" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="GetTurnServer" cname="get_turn_server" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="SetForceRelay" cname="set_force_relay" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="force_relay" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetHttpProxy" cname="set_http_proxy" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetIsController" cname="set_is_controller" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="controller" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetLocalCredentials" cname="set_local_credentials" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="ufrag" type="const-gchar*" />
-          <parameter name="pwd" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetOnIceCandidate" cname="set_on_ice_candidate" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstWebRTCICEOnCandidateFunc" />
-          <parameter closure="1" allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetRemoteCredentials" cname="set_remote_credentials" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="ufrag" type="const-gchar*" />
-          <parameter name="pwd" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetStunServer" cname="set_stun_server" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetTos" cname="set_tos" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="tos" type="guint" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetTurnServer" cname="set_turn_server" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <method name="AddCandidate" cname="gst_webrtc_ice_add_candidate" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="candidate" type="const-gchar*" />
-          <parameter allow-none="1" name="promise" type="GstPromise*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddStream" cname="gst_webrtc_ice_add_stream" version="1.22">
-        <return-type type="GstWebRTCICEStream*" owned="true" />
-        <parameters>
-          <parameter name="session_id" type="guint" />
-        </parameters>
-      </method>
-      <method name="AddTurnServer" cname="gst_webrtc_ice_add_turn_server" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="FindTransport" cname="gst_webrtc_ice_find_transport" version="1.22">
-        <return-type type="GstWebRTCICETransport*" owned="true" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="component" type="GstWebRTCICEComponent" />
-        </parameters>
-      </method>
-      <method name="GatherCandidates" cname="gst_webrtc_ice_gather_candidates" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </method>
-      <method name="GetHttpProxy" cname="gst_webrtc_ice_get_http_proxy" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetIsController" cname="gst_webrtc_ice_get_is_controller" version="1.22">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetLocalCandidates" cname="gst_webrtc_ice_get_local_candidates" version="1.22">
-        <return-type type="GstWebRTCICECandidateStats***" owned="true" array="true" null_term_array="true" element_type="WebRTCICECandidateStats" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </method>
-      <method name="GetRemoteCandidates" cname="gst_webrtc_ice_get_remote_candidates" version="1.22">
-        <return-type type="GstWebRTCICECandidateStats***" owned="true" array="true" null_term_array="true" element_type="WebRTCICECandidateStats" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-        </parameters>
-      </method>
-      <method name="GetSelectedPair" cname="gst_webrtc_ice_get_selected_pair" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="local_stats" type="GstWebRTCICECandidateStats**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="remote_stats" type="GstWebRTCICECandidateStats**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetStunServer" cname="gst_webrtc_ice_get_stun_server" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTurnServer" cname="gst_webrtc_ice_get_turn_server" version="1.22">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetForceRelay" cname="gst_webrtc_ice_set_force_relay" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="force_relay" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetHttpProxy" cname="gst_webrtc_ice_set_http_proxy" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetIsController" cname="gst_webrtc_ice_set_is_controller" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="controller" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLocalCredentials" cname="gst_webrtc_ice_set_local_credentials" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="ufrag" type="const-gchar*" />
-          <parameter name="pwd" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetOnIceCandidate" cname="gst_webrtc_ice_set_on_ice_candidate" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstWebRTCICEOnCandidateFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetRemoteCredentials" cname="gst_webrtc_ice_set_remote_credentials" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="ufrag" type="const-gchar*" />
-          <parameter name="pwd" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetStunServer" cname="gst_webrtc_ice_set_stun_server" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetTos" cname="gst_webrtc_ice_set_tos" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream" type="GstWebRTCICEStream*" />
-          <parameter name="tos" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetTurnServer" cname="gst_webrtc_ice_set_turn_server" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <property name="MaxRtpPort" cname="max-rtp-port" type="guint" readable="true" writeable="true" construct="true" construct-only="false" version="1.20" />
-      <property name="MinRtpPort" cname="min-rtp-port" type="guint" readable="true" writeable="true" construct="true" construct-only="false" version="1.20" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="ice_gathering_state" access="public" writeable="false" readable="true" is_callback="false" name="IceGatheringState" type="GstWebRTCICEGatheringState" />
-      <field cname="ice_connection_state" access="public" writeable="false" readable="true" is_callback="false" name="IceConnectionState" type="GstWebRTCICEConnectionState" />
-      <field cname="min_rtp_port" access="public" writeable="false" readable="true" is_callback="false" name="MinRtpPortField" type="guint" />
-      <field cname="max_rtp_port" access="public" writeable="false" readable="true" is_callback="false" name="MaxRtpPortField" type="guint" />
-      <field cname="_gst_reserved" access="public" writeable="false" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="AddLocalIpAddress" cname="add-local-ip-address" when="last">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="address" type="const-gchar*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="WebRTCICEStream" cname="GstWebRTCICEStream" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject" version="1.22">
-      <class_struct cname="GstWebRTCICEStreamClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="find_transport" />
-        <method vm="gather_candidates" />
-      </class_struct>
-      <method name="GetType" cname="gst_webrtc_ice_stream_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="FindTransport" cname="find_transport" version="1.22">
-        <return-type type="GstWebRTCICETransport*" owned="true" />
-        <parameters>
-          <parameter name="component" type="GstWebRTCICEComponent" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GatherCandidates" cname="gather_candidates" version="1.22">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="FindTransport" cname="gst_webrtc_ice_stream_find_transport" version="1.22">
-        <return-type type="GstWebRTCICETransport*" owned="true" />
-        <parameters>
-          <parameter name="component" type="GstWebRTCICEComponent" />
-        </parameters>
-      </method>
-      <method name="GatherCandidates" cname="gst_webrtc_ice_stream_gather_candidates" version="1.22">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <property name="StreamId" cname="stream-id" type="guint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="stream_id" access="public" writeable="false" readable="true" is_callback="false" name="StreamIdField" type="guint" />
-    </object>
-    <object name="WebRTCICETransport" cname="GstWebRTCICETransport" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCICETransportClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="gather_candidates" />
-        <field cname="_padding" access="public" writeable="false" readable="true" is_callback="false" name="_Padding" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_webrtc_ice_transport_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <virtual_method name="GatherCandidates" cname="gather_candidates">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="ConnectionStateChange" cname="gst_webrtc_ice_transport_connection_state_change">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="new_state" type="GstWebRTCICEConnectionState" />
-        </parameters>
-      </method>
-      <method name="GatheringStateChange" cname="gst_webrtc_ice_transport_gathering_state_change">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="new_state" type="GstWebRTCICEGatheringState" />
-        </parameters>
-      </method>
-      <method name="NewCandidate" cname="gst_webrtc_ice_transport_new_candidate">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stream_id" type="guint" />
-          <parameter name="component" type="GstWebRTCICEComponent" />
-          <parameter name="attr" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SelectedPairChange" cname="gst_webrtc_ice_transport_selected_pair_change">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="Component" cname="component" type="GstWebRTCICEComponent" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="GatheringState" cname="gathering-state" type="GstWebRTCICEGatheringState" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="State" cname="state" type="GstWebRTCICEConnectionState" readable="true" writeable="false" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstObject*" hidden="true" />
-      <field cname="role" access="public" writeable="false" readable="true" is_callback="false" name="Role" type="GstWebRTCICERole" />
-      <field cname="component" access="public" writeable="false" readable="true" is_callback="false" name="ComponentField" type="GstWebRTCICEComponent" />
-      <field cname="state" access="public" writeable="false" readable="true" is_callback="false" name="StateField" type="GstWebRTCICEConnectionState" />
-      <field cname="gathering_state" access="public" writeable="false" readable="true" is_callback="false" name="GatheringStateField" type="GstWebRTCICEGatheringState" />
-      <field cname="src" access="public" writeable="false" readable="true" is_callback="false" name="Src" type="GstElement*" />
-      <field cname="sink" access="public" writeable="false" readable="true" is_callback="false" name="Sink" type="GstElement*" />
-      <field cname="_padding" access="public" writeable="false" readable="true" is_callback="false" name="_Padding" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="OnNewCandidate" cname="on-new-candidate" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="const-gchar*" />
-        </parameters>
-      </signal>
-      <signal name="OnSelectedCandidatePairChange" cname="on-selected-candidate-pair-change" when="last">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-    </object>
-    <object name="WebRTCRTPReceiver" cname="GstWebRTCRTPReceiver" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCRTPReceiverClass" />
-      <method name="GetType" cname="gst_webrtc_rtp_receiver_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="Transport" cname="transport" type="GstWebRTCDTLSTransport*" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-    </object>
-    <object name="WebRTCRTPSender" cname="GstWebRTCRTPSender" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCRTPSenderClass" />
-      <method name="GetType" cname="gst_webrtc_rtp_sender_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="SetPriority" cname="gst_webrtc_rtp_sender_set_priority" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="priority" type="GstWebRTCPriorityType" />
-        </parameters>
-      </method>
-      <property name="Priority" cname="priority" type="GstWebRTCPriorityType" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="Transport" cname="transport" type="GstWebRTCDTLSTransport*" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-    </object>
-    <object name="WebRTCRTPTransceiver" cname="GstWebRTCRTPTransceiver" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCRTPTransceiverClass" />
-      <method name="GetType" cname="gst_webrtc_rtp_transceiver_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="CodecPreferences" cname="codec-preferences" type="GstCaps*" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="CurrentDirection" cname="current-direction" type="GstWebRTCRTPTransceiverDirection" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-      <property name="Direction" cname="direction" type="GstWebRTCRTPTransceiverDirection" readable="true" writeable="true" construct="false" construct-only="false" version="1.18" />
-      <property name="Kind" cname="kind" type="GstWebRTCKind" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-      <property name="Mid" cname="mid" type="gchar*" readable="true" writeable="false" construct="false" construct-only="false" version="1.20" />
-      <property name="Mlineindex" cname="mlineindex" type="guint" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Receiver" cname="receiver" type="GstWebRTCRTPReceiver*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Sender" cname="sender" type="GstWebRTCRTPSender*" readable="true" writeable="true" construct="false" construct-only="true" />
-    </object>
-    <object name="WebRTCSCTPTransport" cname="GstWebRTCSCTPTransport" defaultconstructoraccess="protected" opaque="false" hidden="false" parent="GstObject">
-      <class_struct cname="GstWebRTCSCTPTransportClass" />
-      <method name="GetType" cname="gst_webrtc_sctp_transport_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <property name="MaxChannels" cname="max-channels" type="guint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="MaxMessageSize" cname="max-message-size" type="guint64" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="State" cname="state" type="GstWebRTCSCTPTransportState" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="Transport" cname="transport" type="GstWebRTCDTLSTransport*" readable="true" writeable="false" construct="false" construct-only="false" />
-    </object>
-    <boxed name="WebRTCICECandidateStats" cname="GstWebRTCICECandidateStats" opaque="false" hidden="false" version="1.22">
-      <method name="GetType" cname="gst_webrtc_ice_candidate_stats_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="ipaddr" access="public" writeable="true" readable="true" is_callback="false" name="Ipaddr" type="gchar*" />
-      <field cname="port" access="public" writeable="true" readable="true" is_callback="false" name="Port" type="guint" />
-      <field cname="stream_id" access="public" writeable="true" readable="true" is_callback="false" name="StreamId" type="guint" />
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="gchar*" />
-      <field cname="proto" access="public" writeable="true" readable="true" is_callback="false" name="Proto" type="gchar*" />
-      <field cname="relay_proto" access="public" writeable="true" readable="true" is_callback="false" name="RelayProto" type="gchar*" />
-      <field cname="prio" access="public" writeable="true" readable="true" is_callback="false" name="Prio" type="guint" />
-      <field cname="url" access="public" writeable="true" readable="true" is_callback="false" name="Url" type="gchar*" />
-      <field cname="_gst_reserved" access="public" writeable="true" readable="true" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      <method name="Copy" cname="gst_webrtc_ice_candidate_stats_copy" version="1.22">
-        <return-type type="GstWebRTCICECandidateStats*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_webrtc_ice_candidate_stats_free" version="1.22">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <boxed name="WebRTCSessionDescription" cname="GstWebRTCSessionDescription" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_webrtc_session_description_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstWebRTCSDPType" />
-      <field cname="sdp" access="public" writeable="true" readable="true" is_callback="false" name="Sdp" type="GstSDPMessage*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_webrtc_session_description_new">
-        <parameters>
-          <parameter name="type" type="GstWebRTCSDPType" />
-          <parameter name="sdp" type="GstSDPMessage*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="Copy" cname="gst_webrtc_session_description_copy">
-        <return-type type="GstWebRTCSessionDescription*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_webrtc_session_description_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <object name="Global" cname="GstWebRTCGlobal" opaque="true">
-      <method name="WebrtcErrorQuark" cname="gst_webrtc_error_quark" shared="true" version="1.20">
-        <return-type type="guint32" />
-      </method>
-      <method name="WebrtcSdpTypeToString" cname="gst_webrtc_sdp_type_to_string" shared="true">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="type" type="GstWebRTCSDPType" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstWebRTCConstants" opaque="true" />
-  </namespace>
-  <namespace name="Gst.RtspServer" library="gstrtspserver-1.0-0.dll">
-    <enum name="RTSPAddressPoolResult" cname="GstRTSPAddressPoolResult" type="enum">
-      <member cname="GST_RTSP_ADDRESS_POOL_ELAST" name="Elast" value="-4" />
-      <member cname="GST_RTSP_ADDRESS_POOL_ERANGE" name="Erange" value="-3" />
-      <member cname="GST_RTSP_ADDRESS_POOL_ERESERVED" name="Ereserved" value="-2" />
-      <member cname="GST_RTSP_ADDRESS_POOL_EINVAL" name="Einval" value="-1" />
-      <member cname="GST_RTSP_ADDRESS_POOL_OK" name="Ok" value="0" />
-    </enum>
-    <enum name="RTSPFilterResult" cname="GstRTSPFilterResult" type="enum">
-      <member cname="GST_RTSP_FILTER_REMOVE" name="Remove" value="0" />
-      <member cname="GST_RTSP_FILTER_KEEP" name="Keep" value="1" />
-      <member cname="GST_RTSP_FILTER_REF" name="Ref" value="2" />
-    </enum>
-    <enum name="RTSPMediaStatus" cname="GstRTSPMediaStatus" type="enum">
-      <member cname="GST_RTSP_MEDIA_STATUS_UNPREPARED" name="Unprepared" value="0" />
-      <member cname="GST_RTSP_MEDIA_STATUS_UNPREPARING" name="Unpreparing" value="1" />
-      <member cname="GST_RTSP_MEDIA_STATUS_PREPARING" name="Preparing" value="2" />
-      <member cname="GST_RTSP_MEDIA_STATUS_PREPARED" name="Prepared" value="3" />
-      <member cname="GST_RTSP_MEDIA_STATUS_SUSPENDED" name="Suspended" value="4" />
-      <member cname="GST_RTSP_MEDIA_STATUS_ERROR" name="Error" value="5" />
-    </enum>
-    <enum name="RTSPPublishClockMode" cname="GstRTSPPublishClockMode" type="enum" gtype="gst_rtsp_publish_clock_mode_get_type">
-      <member cname="GST_RTSP_PUBLISH_CLOCK_MODE_NONE" name="None" value="0" />
-      <member cname="GST_RTSP_PUBLISH_CLOCK_MODE_CLOCK" name="Clock" value="1" />
-      <member cname="GST_RTSP_PUBLISH_CLOCK_MODE_CLOCK_AND_OFFSET" name="ClockAndOffset" value="2" />
-    </enum>
-    <enum name="RTSPSuspendMode" cname="GstRTSPSuspendMode" type="enum" gtype="gst_rtsp_suspend_mode_get_type">
-      <member cname="GST_RTSP_SUSPEND_MODE_NONE" name="None" value="0" />
-      <member cname="GST_RTSP_SUSPEND_MODE_PAUSE" name="Pause" value="1" />
-      <member cname="GST_RTSP_SUSPEND_MODE_RESET" name="Reset" value="2" />
-    </enum>
-    <enum name="RTSPThreadType" cname="GstRTSPThreadType" type="enum">
-      <member cname="GST_RTSP_THREAD_TYPE_CLIENT" name="Client" value="0" />
-      <member cname="GST_RTSP_THREAD_TYPE_MEDIA" name="Media" value="1" />
-    </enum>
-    <enum name="RTSPAddressFlags" cname="GstRTSPAddressFlags" type="flags">
-      <member cname="GST_RTSP_ADDRESS_FLAG_NONE" name="None" value="0" />
-      <member cname="GST_RTSP_ADDRESS_FLAG_IPV4" name="Ipv4" value="1" />
-      <member cname="GST_RTSP_ADDRESS_FLAG_IPV6" name="Ipv6" value="2" />
-      <member cname="GST_RTSP_ADDRESS_FLAG_EVEN_PORT" name="EvenPort" value="4" />
-      <member cname="GST_RTSP_ADDRESS_FLAG_MULTICAST" name="Multicast" value="8" />
-      <member cname="GST_RTSP_ADDRESS_FLAG_UNICAST" name="Unicast" value="16" />
-    </enum>
-    <enum name="RTSPTransportMode" cname="GstRTSPTransportMode" type="flags" gtype="gst_rtsp_transport_mode_get_type">
-      <member cname="GST_RTSP_TRANSPORT_MODE_PLAY" name="Play" value="1" />
-      <member cname="GST_RTSP_TRANSPORT_MODE_RECORD" name="Record" value="2" />
-    </enum>
-    <callback name="RTSPClientSendFunc" cname="GstRTSPClientSendFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="client" type="GstRTSPClient*" />
-        <parameter name="message" type="GstRTSPMessage*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="close" type="gboolean" />
-        <parameter allow-none="1" closure="3" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPClientSendMessagesFunc" cname="GstRTSPClientSendMessagesFunc" version="1.16">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="client" type="GstRTSPClient*" />
-        <parameter name="messages" type="GstRTSPMessage*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="n_messages" type="guint" />
-        <parameter name="close" type="gboolean" />
-        <parameter allow-none="1" closure="4" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPClientSessionFilterFunc" cname="GstRTSPClientSessionFilterFunc">
-      <return-type type="GstRTSPFilterResult" />
-      <parameters>
-        <parameter name="client" type="GstRTSPClient*" />
-        <parameter name="sess" type="GstRTSPSession*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPKeepAliveFunc" cname="GstRTSPKeepAliveFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter allow-none="1" closure="0" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPMessageSentFunc" cname="GstRTSPMessageSentFunc">
-      <return-type type="void" />
-      <parameters>
-        <parameter allow-none="1" closure="0" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPMessageSentFuncFull" cname="GstRTSPMessageSentFuncFull" version="1.18">
-      <return-type type="void" />
-      <parameters>
-        <parameter name="trans" type="GstRTSPStreamTransport*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPSendFunc" cname="GstRTSPSendFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="buffer" type="GstBuffer*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="channel" type="guint8" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPSendListFunc" cname="GstRTSPSendListFunc" version="1.16">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="buffer_list" type="GstBufferList*">
-          <warning>missing glib:type-name</warning>
-        </parameter>
-        <parameter name="channel" type="guint8" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPServerClientFilterFunc" cname="GstRTSPServerClientFilterFunc">
-      <return-type type="GstRTSPFilterResult" />
-      <parameters>
-        <parameter name="server" type="GstRTSPServer*" />
-        <parameter name="client" type="GstRTSPClient*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPSessionFilterFunc" cname="GstRTSPSessionFilterFunc">
-      <return-type type="GstRTSPFilterResult" />
-      <parameters>
-        <parameter name="sess" type="GstRTSPSession*" />
-        <parameter name="media" type="GstRTSPSessionMedia*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPSessionPoolFilterFunc" cname="GstRTSPSessionPoolFilterFunc">
-      <return-type type="GstRTSPFilterResult" />
-      <parameters>
-        <parameter name="pool" type="GstRTSPSessionPool*" />
-        <parameter name="session" type="GstRTSPSession*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPSessionPoolFunc" cname="GstRTSPSessionPoolFunc">
-      <return-type type="gboolean" />
-      <parameters>
-        <parameter name="pool" type="GstRTSPSessionPool*" />
-        <parameter allow-none="1" closure="1" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <callback name="RTSPStreamTransportFilterFunc" cname="GstRTSPStreamTransportFilterFunc">
-      <return-type type="GstRTSPFilterResult" />
-      <parameters>
-        <parameter name="stream" type="GstRTSPStream*" />
-        <parameter name="trans" type="GstRTSPStreamTransport*" />
-        <parameter allow-none="1" closure="2" name="user_data" type="gpointer" />
-      </parameters>
-    </callback>
-    <object name="RTSPAddressPool" cname="GstRTSPAddressPool" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPAddressPoolClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_address_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_address_pool_new" disable_void_ctor="" />
-      <method name="AcquireAddress" cname="gst_rtsp_address_pool_acquire_address">
-        <return-type type="GstRTSPAddress*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="flags" type="GstRTSPAddressFlags" />
-          <parameter name="n_ports" type="gint" />
-        </parameters>
-      </method>
-      <method name="AddRange" cname="gst_rtsp_address_pool_add_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="min_address" type="const-gchar*" />
-          <parameter name="max_address" type="const-gchar*" />
-          <parameter name="min_port" type="guint16" />
-          <parameter name="max_port" type="guint16" />
-          <parameter name="ttl" type="guint8" />
-        </parameters>
-      </method>
-      <method name="Clear" cname="gst_rtsp_address_pool_clear">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Dump" cname="gst_rtsp_address_pool_dump">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="HasUnicastAddresses" cname="gst_rtsp_address_pool_has_unicast_addresses">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="ReserveAddress" cname="gst_rtsp_address_pool_reserve_address">
-        <return-type type="GstRTSPAddressPoolResult" />
-        <parameters>
-          <parameter name="ip_address" type="const-gchar*" />
-          <parameter name="port" type="guint" />
-          <parameter name="n_ports" type="guint" />
-          <parameter name="ttl" type="guint" />
-          <parameter name="address" type="GstRTSPAddress**" owned="true" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPAddressPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPAuth" cname="GstRTSPAuth" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPAuthClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="authenticate" />
-        <method vm="check" />
-        <method vm="generate_authenticate_header" />
-        <method signal_vm="accept_certificate" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_auth_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_auth_new" disable_void_ctor="" />
-      <method name="Check" cname="gst_rtsp_auth_check" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="check" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="MakeBasic" cname="gst_rtsp_auth_make_basic" shared="true">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="user" type="const-gchar*" />
-          <parameter name="pass" type="const-gchar*" />
-        </parameters>
-      </method>
-      <virtual_method name="Authenticate" cname="authenticate">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Check" cname="check">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="check" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GenerateAuthenticateHeader" cname="generate_authenticate_header">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AddBasic" cname="gst_rtsp_auth_add_basic">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="basic" type="const-gchar*" />
-          <parameter name="token" type="GstRTSPToken*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="AddDigest" cname="gst_rtsp_auth_add_digest" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="user" type="const-gchar*" />
-          <parameter name="pass" type="const-gchar*" />
-          <parameter name="token" type="GstRTSPToken*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetDefaultToken" cname="gst_rtsp_auth_get_default_token">
-        <return-type type="GstRTSPToken*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetRealm" cname="gst_rtsp_auth_get_realm" version="1.16">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSupportedMethods" cname="gst_rtsp_auth_get_supported_methods" version="1.12">
-        <return-type type="GstRTSPAuthMethod" />
-        <parameters />
-      </method>
-      <method name="GetTlsAuthenticationMode" cname="gst_rtsp_auth_get_tls_authentication_mode">
-        <return-type type="GTlsAuthenticationMode" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTlsCertificate" cname="gst_rtsp_auth_get_tls_certificate">
-        <return-type type="GTlsCertificate*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetTlsDatabase" cname="gst_rtsp_auth_get_tls_database" version="1.6">
-        <return-type type="GTlsDatabase*" owned="true" />
-        <parameters />
-      </method>
-      <method name="ParseHtdigest" cname="gst_rtsp_auth_parse_htdigest" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="path" type="const-gfilename*" />
-          <parameter name="token" type="GstRTSPToken*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveBasic" cname="gst_rtsp_auth_remove_basic">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="basic" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RemoveDigest" cname="gst_rtsp_auth_remove_digest" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="user" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetDefaultToken" cname="gst_rtsp_auth_set_default_token">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="token" type="GstRTSPToken*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetRealm" cname="gst_rtsp_auth_set_realm" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="realm" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetSupportedMethods" cname="gst_rtsp_auth_set_supported_methods" version="1.12">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="methods" type="GstRTSPAuthMethod" />
-        </parameters>
-      </method>
-      <method name="SetTlsAuthenticationMode" cname="gst_rtsp_auth_set_tls_authentication_mode" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GTlsAuthenticationMode" />
-        </parameters>
-      </method>
-      <method name="SetTlsCertificate" cname="gst_rtsp_auth_set_tls_certificate">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="cert" type="GTlsCertificate*" />
-        </parameters>
-      </method>
-      <method name="SetTlsDatabase" cname="gst_rtsp_auth_set_tls_database" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="database" type="GTlsDatabase*" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPAuthPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="AcceptCertificate" cname="accept-certificate" when="last" field_name="accept_certificate" version="1.6">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="connection" type="GTlsConnection*" />
-          <parameter name="peer_cert" type="GTlsCertificate*" />
-          <parameter name="errors" type="GTlsCertificateFlags" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPClient" cname="GstRTSPClient" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPClientClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_sdp" />
-        <method vm="configure_client_media" />
-        <method vm="configure_client_transport" />
-        <method vm="params_set" />
-        <method vm="params_get" />
-        <method vm="make_path_from_uri" />
-        <method vm="adjust_play_mode" />
-        <method vm="adjust_play_response" />
-        <method signal_vm="closed" />
-        <method signal_vm="new_session" />
-        <method signal_vm="options_request" />
-        <method signal_vm="describe_request" />
-        <method signal_vm="setup_request" />
-        <method signal_vm="play_request" />
-        <method signal_vm="pause_request" />
-        <method signal_vm="teardown_request" />
-        <method signal_vm="set_parameter_request" />
-        <method signal_vm="get_parameter_request" />
-        <method signal_vm="handle_response" />
-        <method vm="tunnel_http_response" />
-        <method signal_vm="send_message" />
-        <method vm="handle_sdp" />
-        <method signal_vm="announce_request" />
-        <method signal_vm="record_request" />
-        <method signal_vm="check_requirements" />
-        <method signal_vm="pre_options_request" />
-        <method signal_vm="pre_describe_request" />
-        <method signal_vm="pre_setup_request" />
-        <method signal_vm="pre_play_request" />
-        <method signal_vm="pre_pause_request" />
-        <method signal_vm="pre_teardown_request" />
-        <method signal_vm="pre_set_parameter_request" />
-        <method signal_vm="pre_get_parameter_request" />
-        <method signal_vm="pre_announce_request" />
-        <method signal_vm="pre_record_request" />
-        <method vm="adjust_error_code" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="1" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_client_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_client_new" disable_void_ctor="" />
-      <virtual_method name="AdjustErrorCode" cname="adjust_error_code" version="1.22">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="code" type="GstRTSPStatusCode" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="AdjustPlayMode" cname="adjust_play_mode">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="context" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="range" type="GstRTSPTimeRange**">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstSeekFlags" />
-          <parameter name="rate" type="gdouble" />
-          <parameter name="trickmode_interval" type="guint64" />
-          <parameter name="enable_rate_control" type="gboolean" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="AdjustPlayResponse" cname="adjust_play_response">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="context" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ConfigureClientMedia" cname="configure_client_media">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="media" type="GstRTSPMedia*" />
-          <parameter name="stream" type="GstRTSPStream*" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ConfigureClientTransport" cname="configure_client_transport">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="ct" type="GstRTSPTransport*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateSdp" cname="create_sdp">
-        <return-type type="GstSDPMessage*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="media" type="GstRTSPMedia*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="HandleSdp" cname="handle_sdp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="media" type="GstRTSPMedia*" />
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="MakePathFromUri" cname="make_path_from_uri">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="uri" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ParamsGet" cname="params_get">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ParamsSet" cname="params_set">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="TunnelHttpResponse" cname="tunnel_http_response">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="request" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="response" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="Attach" cname="gst_rtsp_client_attach">
-        <return-type type="guint" />
-        <parameters>
-          <parameter allow-none="1" name="context" type="GMainContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Close" cname="gst_rtsp_client_close" version="1.4">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="GetAuth" cname="gst_rtsp_client_get_auth">
-        <return-type type="GstRTSPAuth*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetConnection" cname="gst_rtsp_client_get_connection">
-        <return-type type="GstRTSPConnection*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetContentLengthLimit" cname="gst_rtsp_client_get_content_length_limit" version="1.18">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMountPoints" cname="gst_rtsp_client_get_mount_points">
-        <return-type type="GstRTSPMountPoints*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSessionPool" cname="gst_rtsp_client_get_session_pool">
-        <return-type type="GstRTSPSessionPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetStreamTransport" cname="gst_rtsp_client_get_stream_transport" version="1.18">
-        <return-type type="GstRTSPStreamTransport*" />
-        <parameters>
-          <parameter name="channel" type="guint8" />
-        </parameters>
-      </method>
-      <method name="GetThreadPool" cname="gst_rtsp_client_get_thread_pool">
-        <return-type type="GstRTSPThreadPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="HandleMessage" cname="gst_rtsp_client_handle_message">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendMessage" cname="gst_rtsp_client_send_message">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter allow-none="1" name="session" type="GstRTSPSession*" />
-          <parameter name="message" type="GstRTSPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SessionFilter" cname="gst_rtsp_client_session_filter">
-        <return-type type="GList*" element_type="GstRTSPSession*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="1" scope="call" allow-none="1" name="func" type="GstRTSPClientSessionFilterFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="SetAuth" cname="gst_rtsp_client_set_auth">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="auth" type="GstRTSPAuth*" />
-        </parameters>
-      </method>
-      <method name="SetConnection" cname="gst_rtsp_client_set_connection">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="conn" type="GstRTSPConnection*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetContentLengthLimit" cname="gst_rtsp_client_set_content_length_limit" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="limit" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMountPoints" cname="gst_rtsp_client_set_mount_points">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="mounts" type="GstRTSPMountPoints*" />
-        </parameters>
-      </method>
-      <method name="SetSendFunc" cname="gst_rtsp_client_set_send_func">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstRTSPClientSendFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetSendMessagesFunc" cname="gst_rtsp_client_set_send_messages_func" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="func" type="GstRTSPClientSendMessagesFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetSessionPool" cname="gst_rtsp_client_set_session_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPSessionPool*" />
-        </parameters>
-      </method>
-      <method name="SetThreadPool" cname="gst_rtsp_client_set_thread_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPThreadPool*" />
-        </parameters>
-      </method>
-      <property name="DropBacklog" cname="drop-backlog" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MountPoints" cname="mount-points" type="GstRTSPMountPoints*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="PostSessionTimeout" cname="post-session-timeout" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SessionPool" cname="session-pool" type="GstRTSPSessionPool*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPClientPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="AnnounceRequest" cname="announce-request" when="last" field_name="announce_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="CheckRequirements" cname="check-requirements" when="last" field_name="check_requirements" version="1.6">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="arr" type="" array="true" null_term_array="true" element_type="gchar*" />
-        </parameters>
-      </signal>
-      <signal name="Closed" cname="closed" when="last" field_name="closed">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="DescribeRequest" cname="describe-request" when="last" field_name="describe_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="GetParameterRequest" cname="get-parameter-request" when="last" field_name="get_parameter_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="HandleResponse" cname="handle-response" when="last" field_name="handle_response">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="NewSession" cname="new-session" when="last" field_name="new_session">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPSession*" />
-        </parameters>
-      </signal>
-      <signal name="OptionsRequest" cname="options-request" when="last" field_name="options_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PauseRequest" cname="pause-request" when="last" field_name="pause_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PlayRequest" cname="play-request" when="last" field_name="play_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreAnnounceRequest" cname="pre-announce-request" when="last" field_name="pre_announce_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreDescribeRequest" cname="pre-describe-request" when="last" field_name="pre_describe_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreGetParameterRequest" cname="pre-get-parameter-request" when="last" field_name="pre_get_parameter_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreOptionsRequest" cname="pre-options-request" when="last" field_name="pre_options_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PrePauseRequest" cname="pre-pause-request" when="last" field_name="pre_pause_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PrePlayRequest" cname="pre-play-request" when="last" field_name="pre_play_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreRecordRequest" cname="pre-record-request" when="last" field_name="pre_record_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreSetParameterRequest" cname="pre-set-parameter-request" when="last" field_name="pre_set_parameter_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreSetupRequest" cname="pre-setup-request" when="last" field_name="pre_setup_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="PreTeardownRequest" cname="pre-teardown-request" when="last" field_name="pre_teardown_request" version="1.12">
-        <return-type type="GstRTSPStatusCode" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="RecordRequest" cname="record-request" when="last" field_name="record_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="SendMessageEvent" cname="send-message" when="last" field_name="send_message">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="session" type="GstRTSPSession*" />
-          <parameter name="message" type="gpointer">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-        <warning>Signal renamed because of existing method with same name</warning>
-      </signal>
-      <signal name="SetParameterRequest" cname="set-parameter-request" when="last" field_name="set_parameter_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="SetupRequest" cname="setup-request" when="last" field_name="setup_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="TeardownRequest" cname="teardown-request" when="last" field_name="teardown_request">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPMedia" cname="GstRTSPMedia" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPMediaClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method signal_vm="handle_message" />
-        <method vm="prepare" />
-        <method vm="unprepare" />
-        <method vm="suspend" />
-        <method vm="unsuspend" />
-        <method vm="convert_range" />
-        <method vm="query_position" />
-        <method vm="query_stop" />
-        <method vm="create_rtpbin" />
-        <method vm="setup_rtpbin" />
-        <method vm="setup_sdp" />
-        <method signal_vm="new_stream" />
-        <method signal_vm="removed_stream" />
-        <method signal_vm="prepared" />
-        <method signal_vm="unprepared" />
-        <method signal_vm="target_state" />
-        <method signal_vm="new_state" />
-        <method vm="handle_sdp" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="19" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_media_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_media_new">
-        <parameters>
-          <parameter name="element" type="GstElement*" owned="true" />
-        </parameters>
-      </constructor>
-      <virtual_method name="ConvertRange" cname="convert_range">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="unit" type="GstRTSPRangeUnit" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateRtpbin" cname="create_rtpbin" hidden="true">
-        <return-type type="GstElement*" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="HandleSdp" cname="handle_sdp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Prepare" cname="prepare">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="thread" type="GstRTSPThread*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="QueryPosition" cname="query_position">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="position" type="gint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="QueryStop" cname="query_stop">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stop" type="gint64" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetupRtpbin" cname="setup_rtpbin">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="rtpbin" type="GstElement*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="SetupSdp" cname="setup_sdp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstSDPInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Suspend" cname="suspend">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unprepare" cname="unprepare">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <virtual_method name="Unsuspend" cname="unsuspend">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="CanBeShared" cname="gst_rtsp_media_can_be_shared" version="1.24">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="CollectStreams" cname="gst_rtsp_media_collect_streams">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="CompletePipeline" cname="gst_rtsp_media_complete_pipeline" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="transports" type="GPtrArray" array="true" null_term_array="true" element_type="GstRtsp.RTSPTransport" />
-        </parameters>
-      </method>
-      <method name="CreateStream" cname="gst_rtsp_media_create_stream">
-        <return-type type="GstRTSPStream*" />
-        <parameters>
-          <parameter name="payloader" type="GstElement*" />
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </method>
-      <method name="FindStream" cname="gst_rtsp_media_find_stream">
-        <return-type type="GstRTSPStream*" />
-        <parameters>
-          <parameter name="control" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetAddressPool" cname="gst_rtsp_media_get_address_pool">
-        <return-type type="GstRTSPAddressPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetBaseTime" cname="gst_rtsp_media_get_base_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetBufferSize" cname="gst_rtsp_media_get_buffer_size">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetClock" cname="gst_rtsp_media_get_clock">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDoRetransmission" cname="gst_rtsp_media_get_do_retransmission" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetDscpQos" cname="gst_rtsp_media_get_dscp_qos" version="1.18">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetElement" cname="gst_rtsp_media_get_element">
-        <return-type type="GstElement*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetEnsureKeyunitOnStart" cname="gst_rtsp_media_get_ensure_keyunit_on_start" version="1.24">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetEnsureKeyunitOnStartTimeout" cname="gst_rtsp_media_get_ensure_keyunit_on_start_timeout" version="1.24">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_rtsp_media_get_latency">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMaxMcastTtl" cname="gst_rtsp_media_get_max_mcast_ttl" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMulticastIface" cname="gst_rtsp_media_get_multicast_iface">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPermissions" cname="gst_rtsp_media_get_permissions">
-        <return-type type="GstRTSPPermissions*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetProfiles" cname="gst_rtsp_media_get_profiles">
-        <return-type type="GstRTSPProfile" />
-        <parameters />
-      </method>
-      <method name="GetProtocols" cname="gst_rtsp_media_get_protocols">
-        <return-type type="GstRTSPLowerTrans" />
-        <parameters />
-      </method>
-      <method name="GetPublishClockMode" cname="gst_rtsp_media_get_publish_clock_mode" version="1.8">
-        <return-type type="GstRTSPPublishClockMode" />
-        <parameters />
-      </method>
-      <method name="GetRangeString" cname="gst_rtsp_media_get_range_string">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="play" type="gboolean" />
-          <parameter name="unit" type="GstRTSPRangeUnit" />
-        </parameters>
-      </method>
-      <method name="GetRateControl" cname="gst_rtsp_media_get_rate_control" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetRates" cname="gst_rtsp_media_get_rates" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="rate" type="gdouble" pass_as="out" />
-          <parameter allow-none="1" name="applied_rate" type="gdouble" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetRetransmissionTime" cname="gst_rtsp_media_get_retransmission_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetStatus" cname="gst_rtsp_media_get_status">
-        <return-type type="GstRTSPMediaStatus" />
-        <parameters />
-      </method>
-      <method name="GetStream" cname="gst_rtsp_media_get_stream">
-        <return-type type="GstRTSPStream*" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetSuspendMode" cname="gst_rtsp_media_get_suspend_mode">
-        <return-type type="GstRTSPSuspendMode" />
-        <parameters />
-      </method>
-      <method name="GetTimeProvider" cname="gst_rtsp_media_get_time_provider">
-        <return-type type="GstNetTimeProvider*" owned="true" />
-        <parameters>
-          <parameter allow-none="1" name="address" type="const-gchar*" />
-          <parameter name="port" type="guint16" />
-        </parameters>
-      </method>
-      <method name="GetTransportMode" cname="gst_rtsp_media_get_transport_mode">
-        <return-type type="GstRTSPTransportMode" />
-        <parameters />
-      </method>
-      <method name="HandleSdp" cname="gst_rtsp_media_handle_sdp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="HasCompletedSender" cname="gst_rtsp_media_has_completed_sender" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsBindMcastAddress" cname="gst_rtsp_media_is_bind_mcast_address" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEosShutdown" cname="gst_rtsp_media_is_eos_shutdown">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsReceiveOnly" cname="gst_rtsp_media_is_receive_only" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsReusable" cname="gst_rtsp_media_is_reusable">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsShared" cname="gst_rtsp_media_is_shared">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsStopOnDisconnect" cname="gst_rtsp_media_is_stop_on_disconnect">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsTimeProvider" cname="gst_rtsp_media_is_time_provider">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Lock" cname="gst_rtsp_media_lock" version="1.18">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="NStreams" cname="gst_rtsp_media_n_streams">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Prepare" cname="gst_rtsp_media_prepare">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="thread" type="GstRTSPThread*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Seek" cname="gst_rtsp_media_seek">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SeekFull" cname="gst_rtsp_media_seek_full" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstSeekFlags" />
-        </parameters>
-      </method>
-      <method name="SeekTrickmode" cname="gst_rtsp_media_seek_trickmode" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPTimeRange*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="flags" type="GstSeekFlags" />
-          <parameter name="rate" type="gdouble" />
-          <parameter name="trickmode_interval" type="guint64" />
-        </parameters>
-      </method>
-      <method name="Seekable" cname="gst_rtsp_media_seekable" version="1.14">
-        <return-type type="gint64" />
-        <parameters />
-      </method>
-      <method name="SetAddressPool" cname="gst_rtsp_media_set_address_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPAddressPool*" />
-        </parameters>
-      </method>
-      <method name="SetBindMcastAddress" cname="gst_rtsp_media_set_bind_mcast_address" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bind_mcast_addr" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBufferSize" cname="gst_rtsp_media_set_buffer_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetClock" cname="gst_rtsp_media_set_clock">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <method name="SetDoRetransmission" cname="gst_rtsp_media_set_do_retransmission" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="do_retransmission" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDscpQos" cname="gst_rtsp_media_set_dscp_qos" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dscp_qos" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetEnsureKeyunitOnStart" cname="gst_rtsp_media_set_ensure_keyunit_on_start" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ensure_keyunit_on_start" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetEnsureKeyunitOnStartTimeout" cname="gst_rtsp_media_set_ensure_keyunit_on_start_timeout" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timeout" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetEosShutdown" cname="gst_rtsp_media_set_eos_shutdown">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="eos_shutdown" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_rtsp_media_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="latency" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMaxMcastTtl" cname="gst_rtsp_media_set_max_mcast_ttl" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ttl" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMulticastIface" cname="gst_rtsp_media_set_multicast_iface">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="multicast_iface" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPermissions" cname="gst_rtsp_media_set_permissions">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="permissions" type="GstRTSPPermissions*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPipelineState" cname="gst_rtsp_media_set_pipeline_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </method>
-      <method name="SetProfiles" cname="gst_rtsp_media_set_profiles">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="profiles" type="GstRTSPProfile" />
-        </parameters>
-      </method>
-      <method name="SetProtocols" cname="gst_rtsp_media_set_protocols">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="protocols" type="GstRTSPLowerTrans" />
-        </parameters>
-      </method>
-      <method name="SetPublishClockMode" cname="gst_rtsp_media_set_publish_clock_mode" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPPublishClockMode" />
-        </parameters>
-      </method>
-      <method name="SetRateControl" cname="gst_rtsp_media_set_rate_control" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetRetransmissionTime" cname="gst_rtsp_media_set_retransmission_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetReusable" cname="gst_rtsp_media_set_reusable">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="reusable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetShared" cname="gst_rtsp_media_set_shared">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="shared" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetState" cname="gst_rtsp_media_set_state">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-          <parameter name="transports" type="GPtrArray" array="true" null_term_array="true" element_type="RTSPStreamTransport" />
-        </parameters>
-      </method>
-      <method name="SetStopOnDisconnect" cname="gst_rtsp_media_set_stop_on_disconnect">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stop_on_disconnect" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSuspendMode" cname="gst_rtsp_media_set_suspend_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPSuspendMode" />
-        </parameters>
-      </method>
-      <method name="SetTransportMode" cname="gst_rtsp_media_set_transport_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPTransportMode" />
-        </parameters>
-      </method>
-      <method name="SetupSdp" cname="gst_rtsp_media_setup_sdp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstSDPInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Suspend" cname="gst_rtsp_media_suspend">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="TakePipeline" cname="gst_rtsp_media_take_pipeline">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pipeline" type="GstPipeline*" />
-        </parameters>
-      </method>
-      <method name="Unlock" cname="gst_rtsp_media_unlock" version="1.18">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="Unprepare" cname="gst_rtsp_media_unprepare">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Unsuspend" cname="gst_rtsp_media_unsuspend">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="UseTimeProvider" cname="gst_rtsp_media_use_time_provider">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time_provider" type="gboolean" />
-        </parameters>
-      </method>
-      <property name="BindMcastAddress" cname="bind-mcast-address" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="BufferSize" cname="buffer-size" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Clock" cname="clock" type="GstClock*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DscpQos" cname="dscp-qos" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Element" cname="element" type="GstElement*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="EnsureKeyunitOnStart" cname="ensure-keyunit-on-start" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.24" />
-      <property name="EnsureKeyunitOnStartTimeout" cname="ensure-keyunit-on-start-timeout" type="guint" readable="true" writeable="true" construct="false" construct-only="false" version="1.24" />
-      <property name="EosShutdown" cname="eos-shutdown" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Latency" cname="latency" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MaxMcastTtl" cname="max-mcast-ttl" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Profiles" cname="profiles" type="GstRTSPProfile" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Protocols" cname="protocols" type="GstRTSPLowerTrans" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Reusable" cname="reusable" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Shared" cname="shared" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="StopOnDisconnect" cname="stop-on-disconnect" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SuspendMode" cname="suspend-mode" type="GstRTSPSuspendMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="TimeProvider" cname="time-provider" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="TransportMode" cname="transport-mode" type="GstRTSPTransportMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPMediaPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="HandleMessage" cname="handle-message" when="last" field_name="handle_message" version="1.22">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="message" type="GstMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </signal>
-      <signal name="NewState" cname="new-state" when="last" field_name="new_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="gint" />
-        </parameters>
-      </signal>
-      <signal name="NewStream" cname="new-stream" when="last" field_name="new_stream">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPStream*" />
-        </parameters>
-      </signal>
-      <signal name="Prepared" cname="prepared" when="last" field_name="prepared">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-      <signal name="RemovedStream" cname="removed-stream" when="last" field_name="removed_stream">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPStream*" />
-        </parameters>
-      </signal>
-      <signal name="TargetState" cname="target-state" when="last" field_name="target_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="gint" />
-        </parameters>
-      </signal>
-      <signal name="Unprepared" cname="unprepared" when="last" field_name="unprepared">
-        <return-type type="void" />
-        <parameters />
-      </signal>
-    </object>
-    <object name="RTSPMediaFactory" cname="GstRTSPMediaFactory" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPMediaFactoryClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="gen_key" />
-        <method vm="create_element" />
-        <method vm="construct" />
-        <method vm="create_pipeline" />
-        <method vm="configure" />
-        <method signal_vm="media_constructed" />
-        <method signal_vm="media_configure" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_media_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_media_factory_new" disable_void_ctor="" />
-      <virtual_method name="Configure" cname="configure">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="media" type="GstRTSPMedia*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="Construct" cname="construct">
-        <return-type type="GstRTSPMedia*" owned="true" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateElement" cname="create_element">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreatePipeline" cname="create_pipeline" hidden="true">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter name="media" type="GstRTSPMedia*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GenKey" cname="gen_key">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AddRoleFromStructure" cname="gst_rtsp_media_factory_add_role_from_structure" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Construct" cname="gst_rtsp_media_factory_construct">
-        <return-type type="GstRTSPMedia*" owned="true" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="CreateElement" cname="gst_rtsp_media_factory_create_element">
-        <return-type type="GstElement*" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAddressPool" cname="gst_rtsp_media_factory_get_address_pool">
-        <return-type type="GstRTSPAddressPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetBufferSize" cname="gst_rtsp_media_factory_get_buffer_size">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetClock" cname="gst_rtsp_media_factory_get_clock" version="1.8">
-        <return-type type="GstClock*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetDoRetransmission" cname="gst_rtsp_media_factory_get_do_retransmission" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetDscpQos" cname="gst_rtsp_media_factory_get_dscp_qos" version="1.18">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetEnsureKeyunitOnStart" cname="gst_rtsp_media_factory_get_ensure_keyunit_on_start" version="1.24">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetEnsureKeyunitOnStartTimeout" cname="gst_rtsp_media_factory_get_ensure_keyunit_on_start_timeout" version="1.24">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetLatency" cname="gst_rtsp_media_factory_get_latency">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetLaunch" cname="gst_rtsp_media_factory_get_launch">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetMaxMcastTtl" cname="gst_rtsp_media_factory_get_max_mcast_ttl" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMediaGtype" cname="gst_rtsp_media_factory_get_media_gtype" version="1.6">
-        <return-type type="GType" />
-        <parameters />
-      </method>
-      <method name="GetMulticastIface" cname="gst_rtsp_media_factory_get_multicast_iface">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetPermissions" cname="gst_rtsp_media_factory_get_permissions">
-        <return-type type="GstRTSPPermissions*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetProfiles" cname="gst_rtsp_media_factory_get_profiles">
-        <return-type type="GstRTSPProfile" />
-        <parameters />
-      </method>
-      <method name="GetProtocols" cname="gst_rtsp_media_factory_get_protocols">
-        <return-type type="GstRTSPLowerTrans" />
-        <parameters />
-      </method>
-      <method name="GetPublishClockMode" cname="gst_rtsp_media_factory_get_publish_clock_mode" version="1.8">
-        <return-type type="GstRTSPPublishClockMode" />
-        <parameters />
-      </method>
-      <method name="GetRetransmissionTime" cname="gst_rtsp_media_factory_get_retransmission_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetSuspendMode" cname="gst_rtsp_media_factory_get_suspend_mode">
-        <return-type type="GstRTSPSuspendMode" />
-        <parameters />
-      </method>
-      <method name="GetTransportMode" cname="gst_rtsp_media_factory_get_transport_mode">
-        <return-type type="GstRTSPTransportMode" />
-        <parameters />
-      </method>
-      <method name="IsBindMcastAddress" cname="gst_rtsp_media_factory_is_bind_mcast_address" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEnableRtcp" cname="gst_rtsp_media_factory_is_enable_rtcp" version="1.20">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsEosShutdown" cname="gst_rtsp_media_factory_is_eos_shutdown">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsShared" cname="gst_rtsp_media_factory_is_shared">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsStopOnDisonnect" cname="gst_rtsp_media_factory_is_stop_on_disonnect">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetAddressPool" cname="gst_rtsp_media_factory_set_address_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPAddressPool*" />
-        </parameters>
-      </method>
-      <method name="SetBindMcastAddress" cname="gst_rtsp_media_factory_set_bind_mcast_address" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bind_mcast_addr" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBufferSize" cname="gst_rtsp_media_factory_set_buffer_size">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetClock" cname="gst_rtsp_media_factory_set_clock" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="clock" type="GstClock*" />
-        </parameters>
-      </method>
-      <method name="SetDoRetransmission" cname="gst_rtsp_media_factory_set_do_retransmission" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="do_retransmission" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetDscpQos" cname="gst_rtsp_media_factory_set_dscp_qos" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dscp_qos" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetEnableRtcp" cname="gst_rtsp_media_factory_set_enable_rtcp" version="1.20">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enable" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetEnsureKeyunitOnStart" cname="gst_rtsp_media_factory_set_ensure_keyunit_on_start" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ensure_keyunit_on_start" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetEnsureKeyunitOnStartTimeout" cname="gst_rtsp_media_factory_set_ensure_keyunit_on_start_timeout" version="1.24">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timeout" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetEosShutdown" cname="gst_rtsp_media_factory_set_eos_shutdown">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="eos_shutdown" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetLatency" cname="gst_rtsp_media_factory_set_latency">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="latency" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetLaunch" cname="gst_rtsp_media_factory_set_launch">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="launch" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetMaxMcastTtl" cname="gst_rtsp_media_factory_set_max_mcast_ttl" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ttl" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMediaGtype" cname="gst_rtsp_media_factory_set_media_gtype" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="media_gtype" type="GType" />
-        </parameters>
-      </method>
-      <method name="SetMulticastIface" cname="gst_rtsp_media_factory_set_multicast_iface">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="multicast_iface" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetPermissions" cname="gst_rtsp_media_factory_set_permissions">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="permissions" type="GstRTSPPermissions*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetProfiles" cname="gst_rtsp_media_factory_set_profiles">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="profiles" type="GstRTSPProfile" />
-        </parameters>
-      </method>
-      <method name="SetProtocols" cname="gst_rtsp_media_factory_set_protocols">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="protocols" type="GstRTSPLowerTrans" />
-        </parameters>
-      </method>
-      <method name="SetPublishClockMode" cname="gst_rtsp_media_factory_set_publish_clock_mode" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPPublishClockMode" />
-        </parameters>
-      </method>
-      <method name="SetRetransmissionTime" cname="gst_rtsp_media_factory_set_retransmission_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetShared" cname="gst_rtsp_media_factory_set_shared">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="shared" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetStopOnDisconnect" cname="gst_rtsp_media_factory_set_stop_on_disconnect">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="stop_on_disconnect" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetSuspendMode" cname="gst_rtsp_media_factory_set_suspend_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPSuspendMode" />
-        </parameters>
-      </method>
-      <method name="SetTransportMode" cname="gst_rtsp_media_factory_set_transport_mode">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPTransportMode" />
-        </parameters>
-      </method>
-      <property name="BindMcastAddress" cname="bind-mcast-address" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="BufferSize" cname="buffer-size" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Clock" cname="clock" type="GstClock*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="DscpQos" cname="dscp-qos" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="EnableRtcp" cname="enable-rtcp" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.20" />
-      <property name="EnsureKeyunitOnStart" cname="ensure-keyunit-on-start" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" version="1.24" />
-      <property name="EnsureKeyunitOnStartTimeout" cname="ensure-keyunit-on-start-timeout" type="guint" readable="true" writeable="true" construct="false" construct-only="false" version="1.24" />
-      <property name="EosShutdown" cname="eos-shutdown" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Latency" cname="latency" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Launch" cname="launch" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MaxMcastTtl" cname="max-mcast-ttl" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Profiles" cname="profiles" type="GstRTSPProfile" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Protocols" cname="protocols" type="GstRTSPLowerTrans" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Shared" cname="shared" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="StopOnDisconnect" cname="stop-on-disconnect" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SuspendMode" cname="suspend-mode" type="GstRTSPSuspendMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="TransportMode" cname="transport-mode" type="GstRTSPTransportMode" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPMediaFactoryPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="MediaConfigure" cname="media-configure" when="last" field_name="media_configure">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPMedia*" />
-        </parameters>
-      </signal>
-      <signal name="MediaConstructed" cname="media-constructed" when="last" field_name="media_constructed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPMedia*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPMediaFactoryURI" cname="GstRTSPMediaFactoryURI" opaque="false" hidden="false" parent="GstRTSPMediaFactory">
-      <class_struct cname="GstRTSPMediaFactoryURIClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GstRTSPMediaFactoryClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_media_factory_uri_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_media_factory_uri_new" disable_void_ctor="" />
-      <method name="GetUri" cname="gst_rtsp_media_factory_uri_get_uri">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetUri" cname="gst_rtsp_media_factory_uri_set_uri">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="uri" type="const-gchar*" />
-        </parameters>
-      </method>
-      <property name="Uri" cname="uri" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="UseGstpay" cname="use-gstpay" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPMediaFactory*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPMediaFactoryURIPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPMountPoints" cname="GstRTSPMountPoints" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPMountPointsClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="make_path" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_mount_points_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_mount_points_new" disable_void_ctor="" />
-      <virtual_method name="MakePath" cname="make_path">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="AddFactory" cname="gst_rtsp_mount_points_add_factory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="factory" type="GstRTSPMediaFactory*" owned="true" />
-        </parameters>
-      </method>
-      <method name="MakePath" cname="gst_rtsp_mount_points_make_path">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="Match" cname="gst_rtsp_mount_points_match">
-        <return-type type="GstRTSPMediaFactory*" owned="true" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter allow-none="1" name="matched" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RemoveFactory" cname="gst_rtsp_mount_points_remove_factory">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPMountPointsPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPOnvifClient" cname="GstRTSPOnvifClient" opaque="false" hidden="false" parent="GstRTSPClient" version="1.14">
-      <class_struct cname="GstRTSPOnvifClientClass">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPClientClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_onvif_client_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_onvif_client_new" disable_void_ctor="" version="1.18" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPClient*" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPOnvifMedia" cname="GstRTSPOnvifMedia" opaque="false" hidden="false" parent="GstRTSPMedia" version="1.14">
-      <class_struct cname="GstRTSPOnvifMediaClass">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPMediaClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_onvif_media_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="CollectBackchannel" cname="gst_rtsp_onvif_media_collect_backchannel" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetBackchannelBandwidth" cname="gst_rtsp_onvif_media_get_backchannel_bandwidth" version="1.14">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="SetBackchannelBandwidth" cname="gst_rtsp_onvif_media_set_backchannel_bandwidth" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bandwidth" type="guint" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPMedia*" hidden="true" />
-      <field cname="priv" access="public" writeable="false" readable="true" is_callback="false" name="Priv" type="GstRTSPOnvifMediaPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPOnvifMediaFactory" cname="GstRTSPOnvifMediaFactory" opaque="false" hidden="false" parent="GstRTSPMediaFactory" version="1.14">
-      <class_struct cname="GstRTSPOnvifMediaFactoryClass">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPMediaFactoryClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="has_backchannel_support" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_onvif_media_factory_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_onvif_media_factory_new" disable_void_ctor="" version="1.14" />
-      <method name="RequiresBackchannel" cname="gst_rtsp_onvif_media_factory_requires_backchannel" shared="true" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="factory" type="GstRTSPMediaFactory*" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <virtual_method name="HasBackchannelSupport" cname="has_backchannel_support" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </virtual_method>
-      <method name="GetBackchannelBandwidth" cname="gst_rtsp_onvif_media_factory_get_backchannel_bandwidth" version="1.14">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetBackchannelLaunch" cname="gst_rtsp_onvif_media_factory_get_backchannel_launch" version="1.14">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="HasBackchannelSupport" cname="gst_rtsp_onvif_media_factory_has_backchannel_support" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="HasReplaySupport" cname="gst_rtsp_onvif_media_factory_has_replay_support" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetBackchannelBandwidth" cname="gst_rtsp_onvif_media_factory_set_backchannel_bandwidth" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bandwidth" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetBackchannelLaunch" cname="gst_rtsp_onvif_media_factory_set_backchannel_launch" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="launch" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetReplaySupport" cname="gst_rtsp_onvif_media_factory_set_replay_support" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="has_replay_support" type="gboolean" />
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPMediaFactory*" hidden="true" />
-      <field cname="priv" access="public" writeable="false" readable="true" is_callback="false" name="Priv" type="GstRTSPOnvifMediaFactoryPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPOnvifServer" cname="GstRTSPOnvifServer" opaque="false" hidden="false" parent="GstRTSPServer" version="1.14">
-      <class_struct cname="GstRTSPOnvifServerClass">
-        <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPServerClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_onvif_server_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_onvif_server_new" disable_void_ctor="" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GstRTSPServer*" hidden="true" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPServer" cname="GstRTSPServer" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPServerClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_client" />
-        <method signal_vm="client_connected" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="20" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_server_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_server_new" disable_void_ctor="" />
-      <method name="IoFunc" cname="gst_rtsp_server_io_func" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" />
-          <parameter name="condition" type="GIOCondition" />
-          <parameter name="server" type="GstRTSPServer*" />
-        </parameters>
-      </method>
-      <virtual_method name="CreateClient" cname="create_client" hidden="true">
-        <return-type type="GstRTSPClient*" />
-        <parameters />
-      </virtual_method>
-      <method name="Attach" cname="gst_rtsp_server_attach">
-        <return-type type="guint" />
-        <parameters>
-          <parameter allow-none="1" name="context" type="GMainContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="ClientFilter" cname="gst_rtsp_server_client_filter">
-        <return-type type="GList*" element_type="GstRTSPClient*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="1" scope="call" allow-none="1" name="func" type="GstRTSPServerClientFilterFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="CreateSocket" cname="gst_rtsp_server_create_socket">
-        <return-type type="GSocket*" owned="true" />
-        <parameters throws="1">
-          <parameter allow-none="1" name="cancellable" type="GCancellable*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="CreateSource" cname="gst_rtsp_server_create_source">
-        <return-type type="GSource*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters throws="1">
-          <parameter allow-none="1" name="cancellable" type="GCancellable*" />
-          <parameter name="error" type="GError**" />
-        </parameters>
-      </method>
-      <method name="GetAddress" cname="gst_rtsp_server_get_address">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetAuth" cname="gst_rtsp_server_get_auth">
-        <return-type type="GstRTSPAuth*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetBacklog" cname="gst_rtsp_server_get_backlog">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetBoundPort" cname="gst_rtsp_server_get_bound_port">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetContentLengthLimit" cname="gst_rtsp_server_get_content_length_limit" version="1.18">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMountPoints" cname="gst_rtsp_server_get_mount_points">
-        <return-type type="GstRTSPMountPoints*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetService" cname="gst_rtsp_server_get_service">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSessionPool" cname="gst_rtsp_server_get_session_pool">
-        <return-type type="GstRTSPSessionPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetThreadPool" cname="gst_rtsp_server_get_thread_pool">
-        <return-type type="GstRTSPThreadPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="SetAddress" cname="gst_rtsp_server_set_address">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="address" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetAuth" cname="gst_rtsp_server_set_auth">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="auth" type="GstRTSPAuth*" />
-        </parameters>
-      </method>
-      <method name="SetBacklog" cname="gst_rtsp_server_set_backlog">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="backlog" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetContentLengthLimit" cname="gst_rtsp_server_set_content_length_limit" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="limit" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMountPoints" cname="gst_rtsp_server_set_mount_points">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="mounts" type="GstRTSPMountPoints*" />
-        </parameters>
-      </method>
-      <method name="SetService" cname="gst_rtsp_server_set_service">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="service" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetSessionPool" cname="gst_rtsp_server_set_session_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPSessionPool*" />
-        </parameters>
-      </method>
-      <method name="SetThreadPool" cname="gst_rtsp_server_set_thread_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPThreadPool*" />
-        </parameters>
-      </method>
-      <method name="TransferConnection" cname="gst_rtsp_server_transfer_connection">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="socket" type="GSocket*" owned="true" />
-          <parameter name="ip" type="const-gchar*" />
-          <parameter name="port" type="gint" />
-          <parameter allow-none="1" name="initial_buffer" type="const-gchar*" />
-        </parameters>
-      </method>
-      <property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Backlog" cname="backlog" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="BoundPort" cname="bound-port" type="gint" readable="true" writeable="false" construct="false" construct-only="false" />
-      <property name="ContentLengthLimit" cname="content-length-limit" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="MountPoints" cname="mount-points" type="GstRTSPMountPoints*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Service" cname="service" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="SessionPool" cname="session-pool" type="GstRTSPSessionPool*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPServerPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="ClientConnected" cname="client-connected" when="last" field_name="client_connected">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPClient*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPSession" cname="GstRTSPSession" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPSessionClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_session_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_session_new">
-        <parameters>
-          <parameter name="sessionid" type="const-gchar*" />
-        </parameters>
-      </constructor>
-      <method name="AllowExpire" cname="gst_rtsp_session_allow_expire">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="DupMedia" cname="gst_rtsp_session_dup_media" version="1.20">
-        <return-type type="GstRTSPSessionMedia*" owned="true" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="matched" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="Filter" cname="gst_rtsp_session_filter">
-        <return-type type="GList*" element_type="GstRTSPSessionMedia*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="1" scope="call" allow-none="1" name="func" type="GstRTSPSessionFilterFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="GetHeader" cname="gst_rtsp_session_get_header">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetMedia" cname="gst_rtsp_session_get_media">
-        <return-type type="GstRTSPSessionMedia*" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="matched" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetSessionid" cname="gst_rtsp_session_get_sessionid">
-        <return-type type="const-gchar*" />
-        <parameters />
-      </method>
-      <method name="GetTimeout" cname="gst_rtsp_session_get_timeout">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="IsExpired" cname="gst_rtsp_session_is_expired" deprecated="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="now" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="IsExpiredUsec" cname="gst_rtsp_session_is_expired_usec">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="now" type="gint64" />
-        </parameters>
-      </method>
-      <method name="ManageMedia" cname="gst_rtsp_session_manage_media">
-        <return-type type="GstRTSPSessionMedia*" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="media" type="GstRTSPMedia*" owned="true" />
-        </parameters>
-      </method>
-      <method name="NextTimeout" cname="gst_rtsp_session_next_timeout" deprecated="true">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="now" type="GTimeVal*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="NextTimeoutUsec" cname="gst_rtsp_session_next_timeout_usec">
-        <return-type type="gint" />
-        <parameters>
-          <parameter name="now" type="gint64" />
-        </parameters>
-      </method>
-      <method name="PreventExpire" cname="gst_rtsp_session_prevent_expire">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="ReleaseMedia" cname="gst_rtsp_session_release_media">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="media" type="GstRTSPSessionMedia*" />
-        </parameters>
-      </method>
-      <method name="SetTimeout" cname="gst_rtsp_session_set_timeout">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timeout" type="guint" />
-        </parameters>
-      </method>
-      <method name="Touch" cname="gst_rtsp_session_touch">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <property name="ExtraTimeout" cname="extra-timeout" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Sessionid" cname="sessionid" type="gchar*" readable="true" writeable="true" construct="false" construct-only="true" />
-      <property name="Timeout" cname="timeout" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="TimeoutAlwaysVisible" cname="timeout-always-visible" type="gboolean" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPSessionPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPSessionMedia" cname="GstRTSPSessionMedia" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPSessionMediaClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_session_media_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_session_media_new">
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="media" type="GstRTSPMedia*" owned="true" />
-        </parameters>
-      </constructor>
-      <method name="AllocChannels" cname="gst_rtsp_session_media_alloc_channels">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="range" type="GstRTSPRange*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetBaseTime" cname="gst_rtsp_session_media_get_base_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetMedia" cname="gst_rtsp_session_media_get_media">
-        <return-type type="GstRTSPMedia*" />
-        <parameters />
-      </method>
-      <method name="GetRtpinfo" cname="gst_rtsp_session_media_get_rtpinfo">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetRtspState" cname="gst_rtsp_session_media_get_rtsp_state">
-        <return-type type="GstRTSPState" />
-        <parameters />
-      </method>
-      <method name="GetTransport" cname="gst_rtsp_session_media_get_transport">
-        <return-type type="GstRTSPStreamTransport*" />
-        <parameters>
-          <parameter name="idx" type="guint" />
-        </parameters>
-      </method>
-      <method name="GetTransports" cname="gst_rtsp_session_media_get_transports" version="1.14">
-        <return-type type="GPtrArray" owned="true" array="true" null_term_array="true" element_type="RTSPStreamTransport" />
-        <parameters />
-      </method>
-      <method name="Matches" cname="gst_rtsp_session_media_matches">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="path" type="const-gchar*" />
-          <parameter name="matched" type="gint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="SetRtspState" cname="gst_rtsp_session_media_set_rtsp_state">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="state" type="GstRTSPState" />
-        </parameters>
-      </method>
-      <method name="SetState" cname="gst_rtsp_session_media_set_state">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </method>
-      <method name="SetTransport" cname="gst_rtsp_session_media_set_transport">
-        <return-type type="GstRTSPStreamTransport*" />
-        <parameters>
-          <parameter name="stream" type="GstRTSPStream*" />
-          <parameter name="tr" type="GstRTSPTransport*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPSessionMediaPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPSessionPool" cname="GstRTSPSessionPool" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPSessionPoolClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="create_session_id" />
-        <method vm="create_session" />
-        <method signal_vm="session_removed" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="19" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_session_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_session_pool_new" disable_void_ctor="" />
-      <virtual_method name="CreateSession" cname="create_session" hidden="true">
-        <return-type type="GstRTSPSession*" />
-        <parameters>
-          <parameter name="id" type="const-gchar*" />
-        </parameters>
-      </virtual_method>
-      <virtual_method name="CreateSessionId" cname="create_session_id">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </virtual_method>
-      <method name="Cleanup" cname="gst_rtsp_session_pool_cleanup">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Create" cname="gst_rtsp_session_pool_create">
-        <return-type type="GstRTSPSession*" owned="true" />
-        <parameters />
-      </method>
-      <method name="CreateWatch" cname="gst_rtsp_session_pool_create_watch">
-        <return-type type="GSource*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Filter" cname="gst_rtsp_session_pool_filter">
-        <return-type type="GList*" element_type="GstRTSPSession*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="1" scope="call" allow-none="1" name="func" type="GstRTSPSessionPoolFilterFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="Find" cname="gst_rtsp_session_pool_find">
-        <return-type type="GstRTSPSession*" owned="true" />
-        <parameters>
-          <parameter name="sessionid" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetMaxSessions" cname="gst_rtsp_session_pool_get_max_sessions">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetNSessions" cname="gst_rtsp_session_pool_get_n_sessions">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="Remove" cname="gst_rtsp_session_pool_remove">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sess" type="GstRTSPSession*" />
-        </parameters>
-      </method>
-      <method name="SetMaxSessions" cname="gst_rtsp_session_pool_set_max_sessions">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max" type="guint" />
-        </parameters>
-      </method>
-      <property name="MaxSessions" cname="max-sessions" type="guint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPSessionPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="SessionRemoved" cname="session-removed" when="last" field_name="session_removed">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstRTSPSession*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPStream" cname="GstRTSPStream" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPStreamClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_stream_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_stream_new">
-        <parameters>
-          <parameter name="idx" type="guint" />
-          <parameter name="payloader" type="GstElement*" />
-          <parameter name="pad" type="GstPad*" />
-        </parameters>
-      </constructor>
-      <method name="AddMulticastClientAddress" cname="gst_rtsp_stream_add_multicast_client_address" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="destination" type="const-gchar*" />
-          <parameter name="rtp_port" type="guint" />
-          <parameter name="rtcp_port" type="guint" />
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="AddTransport" cname="gst_rtsp_stream_add_transport">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPStreamTransport*" />
-        </parameters>
-      </method>
-      <method name="AllocateUdpSockets" cname="gst_rtsp_stream_allocate_udp_sockets">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-          <parameter name="transport" type="GstRTSPTransport*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="use_client_settings" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="CompleteStream" cname="gst_rtsp_stream_complete_stream" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetAddressPool" cname="gst_rtsp_stream_get_address_pool">
-        <return-type type="GstRTSPAddressPool*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetBufferSize" cname="gst_rtsp_stream_get_buffer_size" version="1.6">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetCaps" cname="gst_rtsp_stream_get_caps">
-        <return-type type="GstCaps*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetControl" cname="gst_rtsp_stream_get_control">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetCurrentSeqnum" cname="gst_rtsp_stream_get_current_seqnum">
-        <return-type type="guint16" />
-        <parameters />
-      </method>
-      <method name="GetDscpQos" cname="gst_rtsp_stream_get_dscp_qos">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetIndex" cname="gst_rtsp_stream_get_index">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetJoinedBin" cname="gst_rtsp_stream_get_joined_bin">
-        <return-type type="GstBin*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetMaxMcastTtl" cname="gst_rtsp_stream_get_max_mcast_ttl" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMtu" cname="gst_rtsp_stream_get_mtu">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetMulticastAddress" cname="gst_rtsp_stream_get_multicast_address">
-        <return-type type="GstRTSPAddress*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetMulticastClientAddresses" cname="gst_rtsp_stream_get_multicast_client_addresses" version="1.16">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetMulticastIface" cname="gst_rtsp_stream_get_multicast_iface">
-        <return-type type="gchar*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetProfiles" cname="gst_rtsp_stream_get_profiles">
-        <return-type type="GstRTSPProfile" />
-        <parameters />
-      </method>
-      <method name="GetProtocols" cname="gst_rtsp_stream_get_protocols">
-        <return-type type="GstRTSPLowerTrans" />
-        <parameters />
-      </method>
-      <method name="GetPt" cname="gst_rtsp_stream_get_pt">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetPublishClockMode" cname="gst_rtsp_stream_get_publish_clock_mode" version="1.8">
-        <return-type type="GstRTSPPublishClockMode" />
-        <parameters />
-      </method>
-      <method name="GetRateControl" cname="gst_rtsp_stream_get_rate_control" version="1.18">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetRates" cname="gst_rtsp_stream_get_rates" version="1.18">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="rate" type="gdouble" pass_as="out" />
-          <parameter allow-none="1" name="applied_rate" type="gdouble" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetRetransmissionPt" cname="gst_rtsp_stream_get_retransmission_pt">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetRetransmissionTime" cname="gst_rtsp_stream_get_retransmission_time">
-        <return-type type="guint64" />
-        <parameters />
-      </method>
-      <method name="GetRtcpMulticastSocket" cname="gst_rtsp_stream_get_rtcp_multicast_socket" version="1.14">
-        <return-type type="GSocket*" owned="true" />
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetRtcpSocket" cname="gst_rtsp_stream_get_rtcp_socket">
-        <return-type type="GSocket*" owned="true" />
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetRtpMulticastSocket" cname="gst_rtsp_stream_get_rtp_multicast_socket">
-        <return-type type="GSocket*" owned="true" />
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetRtpSocket" cname="gst_rtsp_stream_get_rtp_socket">
-        <return-type type="GSocket*" owned="true" />
-        <parameters>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetRtpinfo" cname="gst_rtsp_stream_get_rtpinfo">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="rtptime" type="guint" pass_as="out" />
-          <parameter allow-none="1" name="seq" type="guint" pass_as="out" />
-          <parameter allow-none="1" name="clock_rate" type="guint" pass_as="out" />
-          <parameter name="running_time" type="guint64" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetRtpsession" cname="gst_rtsp_stream_get_rtpsession">
-        <return-type type="GObject*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetServerPort" cname="gst_rtsp_stream_get_server_port">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="server_port" type="GstRTSPRange*" pass_as="out">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="family" type="GSocketFamily" />
-        </parameters>
-      </method>
-      <method name="GetSinkpad" cname="gst_rtsp_stream_get_sinkpad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSrcpad" cname="gst_rtsp_stream_get_srcpad">
-        <return-type type="GstPad*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSrtpEncoder" cname="gst_rtsp_stream_get_srtp_encoder">
-        <return-type type="GstElement*" owned="true" />
-        <parameters />
-      </method>
-      <method name="GetSsrc" cname="gst_rtsp_stream_get_ssrc">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="ssrc" type="guint*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="GetUlpfecEnabled" cname="gst_rtsp_stream_get_ulpfec_enabled">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="GetUlpfecPercentage" cname="gst_rtsp_stream_get_ulpfec_percentage" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="GetUlpfecPt" cname="gst_rtsp_stream_get_ulpfec_pt" version="1.16">
-        <return-type type="guint" />
-        <parameters />
-      </method>
-      <method name="HandleKeymgmt" cname="gst_rtsp_stream_handle_keymgmt" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="keymgmt" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="HasControl" cname="gst_rtsp_stream_has_control">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter allow-none="1" name="control" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsBindMcastAddress" cname="gst_rtsp_stream_is_bind_mcast_address" version="1.16">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsBlocking" cname="gst_rtsp_stream_is_blocking">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsClientSide" cname="gst_rtsp_stream_is_client_side">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsComplete" cname="gst_rtsp_stream_is_complete" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsReceiver" cname="gst_rtsp_stream_is_receiver" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsSender" cname="gst_rtsp_stream_is_sender" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="IsTransportSupported" cname="gst_rtsp_stream_is_transport_supported">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="transport" type="GstRTSPTransport*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="JoinBin" cname="gst_rtsp_stream_join_bin">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bin" type="GstBin*" />
-          <parameter name="rtpbin" type="GstElement*" />
-          <parameter name="state" type="GstState" />
-        </parameters>
-      </method>
-      <method name="LeaveBin" cname="gst_rtsp_stream_leave_bin">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="bin" type="GstBin*" />
-          <parameter name="rtpbin" type="GstElement*" />
-        </parameters>
-      </method>
-      <method name="QueryPosition" cname="gst_rtsp_stream_query_position">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="position" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="QueryStop" cname="gst_rtsp_stream_query_stop">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="stop" type="gint64*" owned="true" pass_as="out" />
-        </parameters>
-      </method>
-      <method name="RecvRtcp" cname="gst_rtsp_stream_recv_rtcp">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RecvRtp" cname="gst_rtsp_stream_recv_rtp">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RemoveTransport" cname="gst_rtsp_stream_remove_transport">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="trans" type="GstRTSPStreamTransport*" />
-        </parameters>
-      </method>
-      <method name="RequestAuxReceiver" cname="gst_rtsp_stream_request_aux_receiver" version="1.16">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="sessid" type="guint" />
-        </parameters>
-      </method>
-      <method name="RequestAuxSender" cname="gst_rtsp_stream_request_aux_sender" version="1.6">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="sessid" type="guint" />
-        </parameters>
-      </method>
-      <method name="RequestUlpfecDecoder" cname="gst_rtsp_stream_request_ulpfec_decoder" version="1.16">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="rtpbin" type="GstElement*" />
-          <parameter name="sessid" type="guint" />
-        </parameters>
-      </method>
-      <method name="RequestUlpfecEncoder" cname="gst_rtsp_stream_request_ulpfec_encoder" version="1.16">
-        <return-type type="GstElement*" owned="true" />
-        <parameters>
-          <parameter name="sessid" type="guint" />
-        </parameters>
-      </method>
-      <method name="ReserveAddress" cname="gst_rtsp_stream_reserve_address">
-        <return-type type="GstRTSPAddress*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="address" type="const-gchar*" />
-          <parameter name="port" type="guint" />
-          <parameter name="n_ports" type="guint" />
-          <parameter name="ttl" type="guint" />
-        </parameters>
-      </method>
-      <method name="Seekable" cname="gst_rtsp_stream_seekable" version="1.14">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="SetAddressPool" cname="gst_rtsp_stream_set_address_pool">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="pool" type="GstRTSPAddressPool*" />
-        </parameters>
-      </method>
-      <method name="SetBindMcastAddress" cname="gst_rtsp_stream_set_bind_mcast_address" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="bind_mcast_addr" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBlocked" cname="gst_rtsp_stream_set_blocked">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="blocked" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetBufferSize" cname="gst_rtsp_stream_set_buffer_size" version="1.6">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="size" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetClientSide" cname="gst_rtsp_stream_set_client_side">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="client_side" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetControl" cname="gst_rtsp_stream_set_control">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="control" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetDscpQos" cname="gst_rtsp_stream_set_dscp_qos">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="dscp_qos" type="gint" />
-        </parameters>
-      </method>
-      <method name="SetMaxMcastTtl" cname="gst_rtsp_stream_set_max_mcast_ttl" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ttl" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMtu" cname="gst_rtsp_stream_set_mtu">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mtu" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetMulticastIface" cname="gst_rtsp_stream_set_multicast_iface">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="multicast_iface" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetProfiles" cname="gst_rtsp_stream_set_profiles">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="profiles" type="GstRTSPProfile" />
-        </parameters>
-      </method>
-      <method name="SetProtocols" cname="gst_rtsp_stream_set_protocols">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="protocols" type="GstRTSPLowerTrans" />
-        </parameters>
-      </method>
-      <method name="SetPtMap" cname="gst_rtsp_stream_set_pt_map">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pt" type="guint" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetPublishClockMode" cname="gst_rtsp_stream_set_publish_clock_mode" version="1.8">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="mode" type="GstRTSPPublishClockMode" />
-        </parameters>
-      </method>
-      <method name="SetRateControl" cname="gst_rtsp_stream_set_rate_control" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="enabled" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetRetransmissionPt" cname="gst_rtsp_stream_set_retransmission_pt">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="rtx_pt" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetRetransmissionTime" cname="gst_rtsp_stream_set_retransmission_time">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="SetSeqnumOffset" cname="gst_rtsp_stream_set_seqnum_offset">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="seqnum" type="guint16" />
-        </parameters>
-      </method>
-      <method name="SetUlpfecPercentage" cname="gst_rtsp_stream_set_ulpfec_percentage" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="percentage" type="guint" />
-        </parameters>
-      </method>
-      <method name="SetUlpfecPt" cname="gst_rtsp_stream_set_ulpfec_pt" version="1.16">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="pt" type="guint" />
-        </parameters>
-      </method>
-      <method name="TransportFilter" cname="gst_rtsp_stream_transport_filter">
-        <return-type type="GList*" element_type="GstRTSPStreamTransport*" elements_owned="true" owned="true" />
-        <parameters>
-          <parameter closure="1" scope="call" allow-none="1" name="func" type="GstRTSPStreamTransportFilterFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-        </parameters>
-      </method>
-      <method name="UnblockLinked" cname="gst_rtsp_stream_unblock_linked">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="UnblockRtcp" cname="gst_rtsp_stream_unblock_rtcp" version="1.20">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="UpdateCrypto" cname="gst_rtsp_stream_update_crypto">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ssrc" type="guint" />
-          <parameter allow-none="1" name="crypto" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="VerifyMcastTtl" cname="gst_rtsp_stream_verify_mcast_ttl" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="ttl" type="guint" />
-        </parameters>
-      </method>
-      <property name="Control" cname="control" type="gchar*" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Profiles" cname="profiles" type="GstRTSPProfile" readable="true" writeable="true" construct="false" construct-only="false" />
-      <property name="Protocols" cname="protocols" type="GstRTSPLowerTrans" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPStreamPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      <signal name="NewRtcpEncoder" cname="new-rtcp-encoder" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="NewRtpEncoder" cname="new-rtp-encoder" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstElement*" />
-        </parameters>
-      </signal>
-      <signal name="NewRtpRtcpDecoder" cname="new-rtp-rtcp-decoder" when="last">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="_object" type="GstElement*" />
-        </parameters>
-      </signal>
-    </object>
-    <object name="RTSPStreamTransport" cname="GstRTSPStreamTransport" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPStreamTransportClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_stream_transport_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_stream_transport_new">
-        <parameters>
-          <parameter name="stream" type="GstRTSPStream*" />
-          <parameter name="tr" type="GstRTSPTransport*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </constructor>
-      <method name="GetRtpinfo" cname="gst_rtsp_stream_transport_get_rtpinfo">
-        <return-type type="gchar*" owned="true" />
-        <parameters>
-          <parameter name="start_time" type="guint64" />
-        </parameters>
-      </method>
-      <method name="GetStream" cname="gst_rtsp_stream_transport_get_stream">
-        <return-type type="GstRTSPStream*" />
-        <parameters />
-      </method>
-      <method name="GetTransport" cname="gst_rtsp_stream_transport_get_transport">
-        <return-type type="GstRTSPTransport*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="GetUrl" cname="gst_rtsp_stream_transport_get_url">
-        <return-type type="GstRTSPUrl*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IsTimedOut" cname="gst_rtsp_stream_transport_is_timed_out">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="KeepAlive" cname="gst_rtsp_stream_transport_keep_alive">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="MessageSent" cname="gst_rtsp_stream_transport_message_sent" version="1.16" hidden="true">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="RecvData" cname="gst_rtsp_stream_transport_recv_data">
-        <return-type type="GstFlowReturn" />
-        <parameters>
-          <parameter name="channel" type="guint" />
-          <parameter name="buffer" type="GstBuffer*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendRtcp" cname="gst_rtsp_stream_transport_send_rtcp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendRtcpList" cname="gst_rtsp_stream_transport_send_rtcp_list" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendRtp" cname="gst_rtsp_stream_transport_send_rtp">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer" type="GstBuffer*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SendRtpList" cname="gst_rtsp_stream_transport_send_rtp_list" version="1.16">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="buffer_list" type="GstBufferList*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetActive" cname="gst_rtsp_stream_transport_set_active">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="active" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetCallbacks" cname="gst_rtsp_stream_transport_set_callbacks" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter scope="notified" name="send_rtp" type="GstRTSPSendFunc" />
-          <parameter closure="2" destroy="3" scope="notified" name="send_rtcp" type="GstRTSPSendFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetKeepalive" cname="gst_rtsp_stream_transport_set_keepalive">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="keep_alive" type="GstRTSPKeepAliveFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetListCallbacks" cname="gst_rtsp_stream_transport_set_list_callbacks" version="1.16" hidden="true">
-        <return-type type="void" />
-        <parameters>
-          <parameter scope="notified" name="send_rtp_list" type="GstRTSPSendListFunc" />
-          <parameter closure="2" destroy="3" scope="notified" name="send_rtcp_list" type="GstRTSPSendListFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetMessageSent" cname="gst_rtsp_stream_transport_set_message_sent">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="message_sent" type="GstRTSPMessageSentFunc" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetMessageSentFull" cname="gst_rtsp_stream_transport_set_message_sent_full" version="1.18">
-        <return-type type="void" />
-        <parameters>
-          <parameter closure="1" destroy="2" scope="notified" name="message_sent" type="GstRTSPMessageSentFuncFull" />
-          <parameter allow-none="1" name="user_data" type="gpointer" />
-          <parameter scope="async" allow-none="1" name="notify" type="GDestroyNotify" />
-        </parameters>
-      </method>
-      <method name="SetTimedOut" cname="gst_rtsp_stream_transport_set_timed_out">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="timedout" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetTransport" cname="gst_rtsp_stream_transport_set_transport">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="tr" type="GstRTSPTransport*" owned="true">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetUrl" cname="gst_rtsp_stream_transport_set_url">
-        <return-type type="void" />
-        <parameters>
-          <parameter allow-none="1" name="url" type="GstRTSPUrl*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPStreamTransportPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <object name="RTSPThreadPool" cname="GstRTSPThreadPool" opaque="false" hidden="false" parent="GObject">
-      <class_struct cname="GstRTSPThreadPoolClass">
-        <field cname="parent_class" access="public" writeable="false" readable="true" is_callback="false" name="ParentClass" type="GObjectClass">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <field cname="pool" access="public" writeable="false" readable="true" is_callback="false" name="Pool" type="GThreadPool*">
-          <warning>missing glib:type-name</warning>
-        </field>
-        <method vm="get_thread" />
-        <method vm="configure_thread" />
-        <method vm="thread_enter" />
-        <method vm="thread_leave" />
-        <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-      </class_struct>
-      <method name="GetType" cname="gst_rtsp_thread_pool_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <constructor cname="gst_rtsp_thread_pool_new" disable_void_ctor="" />
-      <method name="Cleanup" cname="gst_rtsp_thread_pool_cleanup" shared="true">
-        <return-type type="void" />
-      </method>
-      <virtual_method name="ConfigureThread" cname="configure_thread">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="thread" type="GstRTSPThread*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="GetThread" cname="get_thread">
-        <return-type type="GstRTSPThread*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="type" type="GstRTSPThreadType" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ThreadEnter" cname="thread_enter">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="thread" type="GstRTSPThread*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <virtual_method name="ThreadLeave" cname="thread_leave">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="thread" type="GstRTSPThread*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </virtual_method>
-      <method name="GetMaxThreads" cname="gst_rtsp_thread_pool_get_max_threads">
-        <return-type type="gint" />
-        <parameters />
-      </method>
-      <method name="GetThread" cname="gst_rtsp_thread_pool_get_thread">
-        <return-type type="GstRTSPThread*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="type" type="GstRTSPThreadType" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="SetMaxThreads" cname="gst_rtsp_thread_pool_set_max_threads">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="max_threads" type="gint" />
-        </parameters>
-      </method>
-      <property name="MaxThreads" cname="max-threads" type="gint" readable="true" writeable="true" construct="false" construct-only="false" />
-      <field cname="parent" access="public" writeable="false" readable="true" is_callback="false" name="Parent" type="GObject*" hidden="true" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="GstRTSPThreadPoolPrivate*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="4" element_type="gpointer" padding="true" />
-    </object>
-    <boxed name="RTSPAddress" cname="GstRTSPAddress" opaque="false" hidden="false">
-      <method name="GetType" cname="gst_rtsp_address_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="pool" access="public" writeable="true" readable="true" is_callback="false" name="Pool" type="GstRTSPAddressPool*" />
-      <field cname="address" access="public" writeable="true" readable="true" is_callback="false" name="Address" type="gchar*" />
-      <field cname="port" access="public" writeable="true" readable="true" is_callback="false" name="Port" type="guint16" />
-      <field cname="n_ports" access="public" writeable="true" readable="true" is_callback="false" name="NPorts" type="gint" />
-      <field cname="ttl" access="public" writeable="true" readable="true" is_callback="false" name="Ttl" type="guint8" />
-      <field cname="priv" access="private" writeable="false" readable="false" is_callback="false" name="Priv" type="gpointer" />
-      <method name="Copy" cname="gst_rtsp_address_copy">
-        <return-type type="GstRTSPAddress*" owned="true">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="Free" cname="gst_rtsp_address_free">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="RTSPAddressPoolPrivate" cname="GstRTSPAddressPoolPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPAuthPrivate" cname="GstRTSPAuthPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPClientPrivate" cname="GstRTSPClientPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPContext" cname="GstRTSPContext" opaque="false" hidden="false">
-      <field cname="server" access="public" writeable="true" readable="true" is_callback="false" name="Server" type="GstRTSPServer*" />
-      <field cname="conn" access="public" writeable="true" readable="true" is_callback="false" name="Conn" type="GstRTSPConnection*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="client" access="public" writeable="true" readable="true" is_callback="false" name="Client" type="GstRTSPClient*" />
-      <field cname="request" access="public" writeable="true" readable="true" is_callback="false" name="Request" type="GstRTSPMessage*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="uri" access="public" writeable="true" readable="true" is_callback="false" name="Uri" type="GstRTSPUrl*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="method" access="public" writeable="true" readable="true" is_callback="false" name="Method" type="GstRTSPMethod" />
-      <field cname="auth" access="public" writeable="true" readable="true" is_callback="false" name="Auth" type="GstRTSPAuth*" />
-      <field cname="token" access="public" writeable="true" readable="true" is_callback="false" name="Token" type="GstRTSPToken*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="session" access="public" writeable="true" readable="true" is_callback="false" name="Session" type="GstRTSPSession*" />
-      <field cname="sessmedia" access="public" writeable="true" readable="true" is_callback="false" name="Sessmedia" type="GstRTSPSessionMedia*" />
-      <field cname="factory" access="public" writeable="true" readable="true" is_callback="false" name="Factory" type="GstRTSPMediaFactory*" />
-      <field cname="media" access="public" writeable="true" readable="true" is_callback="false" name="Media" type="GstRTSPMedia*" />
-      <field cname="stream" access="public" writeable="true" readable="true" is_callback="false" name="Stream" type="GstRTSPStream*" />
-      <field cname="response" access="public" writeable="true" readable="true" is_callback="false" name="Response" type="GstRTSPMessage*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="trans" access="public" writeable="true" readable="true" is_callback="false" name="Trans" type="GstRTSPStreamTransport*" />
-      <field cname="_gst_reserved" access="private" writeable="false" readable="false" is_callback="false" name="_gstGstReserved" type="gpointer" array="true" array_len="3" element_type="gpointer" padding="true" />
-      <method name="PopCurrent" cname="gst_rtsp_context_pop_current">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="PushCurrent" cname="gst_rtsp_context_push_current">
-        <return-type type="void" />
-        <parameters />
-      </method>
-      <method name="SetToken" cname="gst_rtsp_context_set_token" version="1.22">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="token" type="GstRTSPToken*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-    </struct>
-    <struct name="RTSPMediaFactoryPrivate" cname="GstRTSPMediaFactoryPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPMediaFactoryURIPrivate" cname="GstRTSPMediaFactoryURIPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPMediaPrivate" cname="GstRTSPMediaPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPMountPointsPrivate" cname="GstRTSPMountPointsPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPOnvifMediaFactoryPrivate" cname="GstRTSPOnvifMediaFactoryPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPOnvifMediaPrivate" cname="GstRTSPOnvifMediaPrivate" opaque="true" hidden="true" />
-    <boxed name="RTSPPermissions" cname="GstRTSPPermissions" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_rtsp_permissions_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_rtsp_permissions_new" disable_void_ctor="" />
-      <method name="AddPermissionForRole" cname="gst_rtsp_permissions_add_permission_for_role" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="role" type="const-gchar*" />
-          <parameter name="permission" type="const-gchar*" />
-          <parameter name="allowed" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="AddRoleEmpty" cname="gst_rtsp_permissions_add_role_empty" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="role" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="AddRoleFromStructure" cname="gst_rtsp_permissions_add_role_from_structure" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="structure" type="GstStructure*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="GetRole" cname="gst_rtsp_permissions_get_role">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters>
-          <parameter name="role" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="IsAllowed" cname="gst_rtsp_permissions_is_allowed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="role" type="const-gchar*" />
-          <parameter name="permission" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="RemoveRole" cname="gst_rtsp_permissions_remove_role">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="role" type="const-gchar*" />
-        </parameters>
-      </method>
-    </boxed>
-    <struct name="RTSPServerPrivate" cname="GstRTSPServerPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPSessionMediaPrivate" cname="GstRTSPSessionMediaPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPSessionPoolPrivate" cname="GstRTSPSessionPoolPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPSessionPrivate" cname="GstRTSPSessionPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPStreamPrivate" cname="GstRTSPStreamPrivate" opaque="true" hidden="true" />
-    <struct name="RTSPStreamTransportPrivate" cname="GstRTSPStreamTransportPrivate" opaque="true" hidden="true" />
-    <boxed name="RTSPThread" cname="GstRTSPThread" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_rtsp_thread_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="type" access="public" writeable="true" readable="true" is_callback="false" name="Type" type="GstRTSPThreadType" />
-      <field cname="context" access="public" writeable="true" readable="true" is_callback="false" name="Context" type="GMainContext*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <field cname="loop" access="public" writeable="true" readable="true" is_callback="false" name="Loop" type="GMainLoop*">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_rtsp_thread_new">
-        <parameters>
-          <parameter name="type" type="GstRTSPThreadType" />
-        </parameters>
-      </constructor>
-      <method name="Reuse" cname="gst_rtsp_thread_reuse">
-        <return-type type="gboolean" />
-        <parameters />
-      </method>
-      <method name="Stop" cname="gst_rtsp_thread_stop">
-        <return-type type="void" />
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="RTSPThreadPoolPrivate" cname="GstRTSPThreadPoolPrivate" opaque="true" hidden="true" />
-    <boxed name="RTSPToken" cname="GstRTSPToken" opaque="true" hidden="false" parent="GstMiniObject">
-      <method name="GetType" cname="gst_rtsp_token_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <field cname="mini_object" access="public" writeable="true" readable="true" is_callback="false" name="MiniObject" type="GstMiniObject" hidden="true">
-        <warning>missing glib:type-name</warning>
-      </field>
-      <constructor cname="gst_rtsp_token_new_empty" disable_void_ctor="" />
-      <method name="GetString" cname="gst_rtsp_token_get_string">
-        <return-type type="const-gchar*" />
-        <parameters>
-          <parameter name="field" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="GetStructure" cname="gst_rtsp_token_get_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-      <method name="IsAllowed" cname="gst_rtsp_token_is_allowed">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="field" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="SetBool" cname="gst_rtsp_token_set_bool" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="field" type="const-gchar*" />
-          <parameter name="bool_value" type="gboolean" />
-        </parameters>
-      </method>
-      <method name="SetString" cname="gst_rtsp_token_set_string" version="1.14">
-        <return-type type="void" />
-        <parameters>
-          <parameter name="field" type="const-gchar*" />
-          <parameter name="string_value" type="const-gchar*" />
-        </parameters>
-      </method>
-      <method name="WritableStructure" cname="gst_rtsp_token_writable_structure">
-        <return-type type="GstStructure*">
-          <warning>missing glib:type-name</warning>
-        </return-type>
-        <parameters />
-      </method>
-    </boxed>
-    <struct name="SDPInfo" cname="GstSDPInfo" opaque="false" hidden="false">
-      <field cname="is_ipv6" access="public" writeable="true" readable="true" is_callback="false" name="IsIpv6" type="gboolean" />
-      <field cname="server_ip" access="public" writeable="true" readable="true" is_callback="false" name="ServerIp" type="gchar*" />
-    </struct>
-    <object name="Global" cname="GstRtspServerGlobal" opaque="true">
-      <method name="RtspContextGetType" cname="gst_rtsp_context_get_type" shared="true">
-        <return-type type="GType" />
-      </method>
-      <method name="RtspParamsGet" cname="gst_rtsp_params_get" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="client" type="GstRTSPClient*" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspParamsSet" cname="gst_rtsp_params_set" shared="true">
-        <return-type type="GstRTSPResult" />
-        <parameters>
-          <parameter name="client" type="GstRTSPClient*" />
-          <parameter name="ctx" type="GstRTSPContext*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-        </parameters>
-      </method>
-      <method name="RtspSdpFromMedia" cname="gst_rtsp_sdp_from_media" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstSDPInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="media" type="GstRTSPMedia*" />
-        </parameters>
-      </method>
-      <method name="RtspSdpFromStream" cname="gst_rtsp_sdp_from_stream" shared="true">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstSDPInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="stream" type="GstRTSPStream*" />
-        </parameters>
-      </method>
-      <method name="RtspSdpMakeMedia" cname="gst_rtsp_sdp_make_media" shared="true" version="1.14">
-        <return-type type="gboolean" />
-        <parameters>
-          <parameter name="sdp" type="GstSDPMessage*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="info" type="GstSDPInfo*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="stream" type="GstRTSPStream*" />
-          <parameter name="caps" type="GstCaps*">
-            <warning>missing glib:type-name</warning>
-          </parameter>
-          <parameter name="profile" type="GstRTSPProfile" />
-        </parameters>
-      </method>
-    </object>
-    <object name="Constants" cname="GstRtspServerConstants" opaque="true">
-      <constant value="0.0.0.0" ctype="gchar*" gtype="gchar*" name="RTSP_ADDRESS_POOL_ANY_IPV4" />
-      <constant value="::" ctype="gchar*" gtype="gchar*" name="RTSP_ADDRESS_POOL_ANY_IPV6" />
-      <constant value="auth.check.connect" ctype="gchar*" gtype="gchar*" name="RTSP_AUTH_CHECK_CONNECT" />
-      <constant value="auth.check.media.factory.access" ctype="gchar*" gtype="gchar*" name="RTSP_AUTH_CHECK_MEDIA_FACTORY_ACCESS" />
-      <constant value="auth.check.media.factory.construct" ctype="gchar*" gtype="gchar*" name="RTSP_AUTH_CHECK_MEDIA_FACTORY_CONSTRUCT" />
-      <constant value="auth.check.transport.client-settings" ctype="gchar*" gtype="gchar*" name="RTSP_AUTH_CHECK_TRANSPORT_CLIENT_SETTINGS" />
-      <constant value="auth.check.url" ctype="gchar*" gtype="gchar*" name="RTSP_AUTH_CHECK_URL" />
-      <constant value="www.onvif.org/ver20/backchannel" ctype="gchar*" gtype="gchar*" name="RTSP_ONVIF_BACKCHANNEL_REQUIREMENT" />
-      <constant value="onvif-replay" ctype="gchar*" gtype="gchar*" name="RTSP_ONVIF_REPLAY_REQUIREMENT" />
-      <constant value="media.factory.access" ctype="gchar*" gtype="gchar*" name="RTSP_PERM_MEDIA_FACTORY_ACCESS" />
-      <constant value="media.factory.construct" ctype="gchar*" gtype="gchar*" name="RTSP_PERM_MEDIA_FACTORY_CONSTRUCT" />
-      <constant value="media.factory.role" ctype="gchar*" gtype="gchar*" name="RTSP_TOKEN_MEDIA_FACTORY_ROLE" />
-      <constant value="transport.client-settings" ctype="gchar*" gtype="gchar*" name="RTSP_TOKEN_TRANSPORT_CLIENT_SETTINGS" />
-    </object>
-  </namespace>
-</api>
\ No newline at end of file
diff --git a/subprojects/gstreamer-vaapi/NEWS b/subprojects/gstreamer-vaapi/NEWS
deleted file mode 100644 (file)
index 00597ba..0000000
+++ /dev/null
@@ -1,3048 +0,0 @@
-GStreamer 1.24 Release Notes
-
-GStreamer 1.24.0 was originally released on 4 March 2024.
-
-The latest bug-fix release in the stable 1.24 series is 1.24.10 and was released on 06 January 2025.
-
-See https://gstreamer.freedesktop.org/releases/1.24/ for the latest version of this document.
-
-Last updated: Tuesday 06 January 2025, 19:30 UTC (log)
-
-## Introduction
-
-The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite
-cross-platform multimedia framework!
-
-As always, this release is again packed with many new features, bug fixes and other improvements.
-
-## Highlights
-
--   New Discourse forum and Matrix chat space
--   New Analytics and Machine Learning abstractions and elements
--   Playbin3 and decodebin3 are now stable and the default in gst-play-1.0, GstPlay/GstPlayer
--   The va plugin is now preferred over gst-vaapi and has higher ranks
--   GstMeta serialization/deserialization and other GstMeta improvements
--   New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
--   New unixfd plugin for efficient 1:N inter-process communication on Linux
--   cudaipc source and sink for zero-copy CUDA memory sharing between processes
--   New intersink and intersrc elements for 1:N pipeline decoupling within the same process
--   Qt5 + Qt6 QML integration improvements including qml6glsrc, qml6glmixer, qml6gloverlay, and qml6d3d11sink elements
--   DRM Modifier Support for dmabufs on Linux
--   OpenGL, Vulkan and CUDA integration enhancements
--   Vulkan H.264 and H.265 video decoders
--   RTP stack improvements including new RFC7273 modes and more correct header extension handling in depayloaders
--   WebRTC improvements such as support for ICE consent freshness, and a new webrtcsrc element to complement webrtcsink
--   WebRTC signallers and webrtcsink implementations for LiveKit and AWS Kinesis Video Streams
--   WHIP server source and client sink, and a WHEP source
--   Precision Time Protocol (PTP) clock support for Windows and other additions
--   Low-Latency HLS (LL-HLS) support and many other HLS and DASH enhancements
--   New W3C Media Source Extensions library
--   Countless closed caption handling improvements including new cea608mux and cea608tocea708 elements
--   Translation support for awstranscriber
--   Bayer 10/12/14/16-bit depth support
--   MPEG-TS support for asynchronous KLV demuxing and segment seeking, plus various new muxer features
--   Capture source and sink for AJA capture and playout cards
--   SVT-AV1 and VA-API AV1 encoders, stateless AV1 video decoder
--   New uvcsink element for exporting streams as UVC camera
--   DirectWrite text rendering plugin for windows
--   Direct3D12-based video decoding, conversion, composition, and rendering
--   AMD Advanced Media Framework AV1 + H.265 video encoders with 10-bit and HDR support
--   AVX/AVX2 support and NEON support on macOS on Apple ARM64 CPUs via new liborc
--   GStreamer C# bindings have been updated
--   Rust bindings improvements and many new and improved Rust plugins
--   Rust plugins now shipped in packages for all major platforms including Android and iOS
--   Lots of new plugins, features, performance improvements and bug fixes
-
-## Major new features and changes
-
-### Discourse forum and Matrix chat space
-
--   The new Discourse forum and Matrix chat space are now our preferred communication channels for support and developer chat.
-
--   The mailing lists and IRC channel are on their way to being phased out, but Discourse can be used via e-mail as well.
-
--   For release announcements please subscribe to the News + Announcements category on Discourse, although we will continue to
-    also send announcements to the mailing list for the time being.
-
-### Playbin3, decodebin3 now stable and default
-
--   After a year of stability, testing and more improvements, playbin3, and its various components (uridecodebin3, decodebin3
-    and urisourcebin), are now the recommended playback components.
-
--   Some playback components have now switched to defaulting to playbin3: gst-play-1.0 and the GstPlay / GstPlayer libraries.
-    Application developers are strongly recommended to switch to using those components instead of the legacy playbin and
-    (uri)decodebin.
-
-Improvements in this cycle:
-
--   Better support missing/faulty decoders, attempt to use another one or gracefully un-select the stream.
-
--   Many fixes for more complex gapless and instant-switching scenarios
-
--   Lower latency for live pipelines
-
--   Fix for “chained” streams (ex: Ogg, or PMT update in MPEG-TS)
-
--   Fixes for hardware-accelerated playback with subtitles (provided the sink can handle offloading composition). This was also
-    partly due to a historical confusion between subtitle “decoders” (which decode the format to text and “parsers” (which only
-    do timing detection and optional seeking).
-
-### GstMeta serialization/deserialization and other GstMeta improvements
-
--   GstMeta serialization/deserialization allows metas to be transmitted or stored. This is used by the unixfd and cudaipc
-    plugins for inter-process communication (IPC). Implemented so far for GstCustomMeta, GstVideoMeta, GstAudioMeta and
-    GstReferenceTimestampMeta.
-
--   Simplified GstCustomMeta registration with gst_meta_register_custom_simple() for the simple case where tags and transform
-    functions are not needed.
-
--   GstMetaClearFunction clears the content of the meta. This will be called by buffer pools when a pooled buffer is returned to
-    the pool.
-
--   Add gst_meta_info_new() and gst_meta_info_register() to register a GstMeta in two steps for easier extensibility.
-
-### New unixfd plugin for efficient 1:N inter-process communication on Linux
-
--   unixfdsink and unixfdsrc are elements that, inspired by shmsink andn shmsrc, send UNIX file descriptors (e.g. memfd, dmabuf)
-    from one sink to multiple source elements in other processes on Linux.
-
--   The unixfdsink proposes a memfd/shm allocator to upstream elements which allows for example videotestsrc to write directly
-    into memory that can be transfered to other processes without copying.
-
-### New GstMeta for SMPTE ST-291M HANC/VANC Ancillary Data
-
--   Previously only various specific GstMeta for ancillary data were provided, such as GstVideoCaptionMeta and GstVideoAFDMeta.
-    The new GstAncillaryMeta allows passing arbitrary ancillary data between elements, including custom and non-standard
-    ancillary data. See GstAncillaryMeta for details.
-
--   Add with gst_buffer_add_ancillary_meta() and retrieve with gst_buffer_get_ancillary_meta() or
-    gst_buffer_iterate_ancillary_meta().
-
--   Supported by the newly added AJA sink and source elements
-
-### DSD audio support
-
--   DSD audio is a non-PCM raw audio format representation and the GstAudio library gained support for this in form of new
-    GstDsdInfo and GstDsdFormat API.
-
--   Support for DSD audio has been implemented in alsasink as well as the GstAudioSink and GstAudioRingBuffer base classes, and
-    the gst-libav plugin to enable FFmpeg-based DSD elements and functionality.
-
-### Analytics and Machine Learning
-
--   A new library, GstAnalytics, has been added. It defines a GstAnalyticsRelationMeta that can efficiently hold a large number
-    of observations from a data analysis process, for example from machine learning. It also contains a matrix of the
-    relationship between those observations.
-
--   Three types of metadata are already defined in the library: object detection, classification and tracking.
-
--   A new objectdetectionoverlay element has been merged that draws the bounding boxes and the classes from the object detection
-    and classification metadata types.
-
--   The onnxinference element has been split into two parts. The first part works with the ONNX Runtime library to do the actual
-    inference, while the second part called ssdobjectdetector interprets the produced tensor. This new element creates
-    GstAnalyticsRelationMeta.
-
--   The onnxinference element now accepts video frames without transformation if the module declares that it accepts the “Image”
-    type and the format is something that GStreamer knows.
-
--   In the next release, tensor decoders such as ssdobjectdetector will live outside of the ONNX plugin so they can be used with
-    other machine learning acceleration frameworks.
-
-### Qt5 + Qt6 QML integration improvements
-
--   The Qt5 qmlglsink, qmlgloverlay, qmlglmixer received support for directly consuming BGRA and YV12 video frames without a
-    prior glcolorconvert.
-
--   New qml6glsrc, qml6glmixer, and qml6gloverlay elements as Qt6 counterparts to the existing Qt5 elements, also with support
-    for directly consuming BGRA and YV12 video frames without a prior glcolorconvert.
-
--   qml6d3d11sink is a new Direct3D11 Qt6 QML sink for Windows as an alternative to the existing qml6glsink.
-
-### DRM Modifier Support for dmabufs on Linux
-
-The Linux dmabuf subsystem provides buffer sharing across different hardware device drivers and subsystems, and is used
-extensively by the DRM subsystem to exchange buffers between processes, contexts, and library APIs within the same process, and
-also to exchange buffers with other subsystems such as Linux Media.
-
-In GStreamer, it’s used on the capture side (v4l2src, pipewire), hardware-accelerated video decoders and encoders, OpenGL
-integration, Wayland renderers, etc.
-
-GStreamer has had support for dmabufs for a long time and was able to negotiate “zero-copy” paths between different components,
-however it only supported and assumed simple linear formats and was not able to negotiate complex non-linear formats. This meant
-that dmabuf support actually had to be disabled in many scenarios to avoid “garbled video”.
-
-With GStreamer 1.24 there is now full DRM modifier support and complex non-linear formats can be supported and negotiated
-between components.
-
-This is achieved with an extra drm_format field in video/x-raw(memory:DMABuf), format=(string)DMA_DRM caps, e.g.
-drm-format=(string)NV12:0x0x0100000000000001.
-
-See the GStreamer DMA buffers design documentation for more details.
-
-This is used in the VA-API va plugin, waylandsink, the MSDK plugin, and the OpenGL integration. Video4Linux support is expected
-to land in one of the next minor releases.
-
-New API has been added for easy handling of these new caps:
-
--   GstVideoInfoDmaDrm plus associated functions, similar to GstVideoInfo, including conversion to and from GstVideoInfo with
-    gst_video_info_dma_drm_from_video_info() and gst_video_info_dma_drm_to_video_info()
-
--   GST_VIDEO_DMA_DRM_CAPS_MAKE
-
--   GST_VIDEO_FORMAT_DMA_DRM
-
-### OpenGL integration enhancements
-
--   When using EGL, if both OpenGL ES and OpenGL are available, OpenGL ES is preferred over OpenGL. OpenGL ES supports some
-    necessary features required for dmabuf support. This does not apply if an external library/application chooses an OpenGL API
-    first.
-
--   Improved support for dmabuf use cases. The glupload element now supports the new and improved dmabuf negotiation with
-    explicit modifiers.
-
--   Base classes for mixing with OpenGL are now public API. GstGLBaseMixer and GstGLMixer are exposed matching the existing
-    filter-based GstGLBaseFilter and GstGLFilter base classes. The new OpenGL mixer base classes are based on
-    GstVideoAggregator.
-
--   Add support for a ‘surfaceless’ EGL context using EGL_MESA_platform_surfaceless.
-
--   Expose Vivante Framebuffer build-related files (pkg-config, gir) as public API
-
--   Add support for more video formats:
-
-    -   A420 8/10/12/16-bit.
-    -   A422 8/10/12/16-bit.
-    -   A444 8/10/12/16-bit.
-    -   I420 10/12 bit.
-    -   RBGA.
-
--   Add support for tiled video formats
-
-    -   NV12_16L32S (Mediatek format)
-    -   NV12_4L4 (Verisilicon Hantro format)
-
--   glcolorconvert now has API for retrieving shader strings for:
-
-    -   swizzling (reordering components).
-    -   YUV->RGB conversion.
-    -   RGB->YUV conversion.
-
--   Add more helpers for information about a particular video and/or GL format e.g. number of components, bytes used, or pixel
-    ordering.
-
--   glvideomixer has new sink pad properties sizing-policy, xalign, yalign matching compositor.
-
--   GstGLBufferPool now has a configuration option for allowing a number of buffers to be always outstanding allowing for
-    reducing the potential synchronisation delay when reusing OpenGL memory backed buffers.
-
-### Vulkan integration enhancements
-
--   Add support for the Vulkan H.264 and H.265 decoders.
-
--   Add support for timeline semaphores.
-
--   Optionally use newer Vulkan functions for format selection.
-
--   Add support for GPU-assisted validation.
-
--   Vulkan/Wayland: add support for xdg_wm_base protocol for creating a visible debug window. Required as the previous wl_shell
-    interface is being removed from compositors.
-
-### CUDA / NVCODEC integration and feature additions
-
--   New cudaipcsrc and cudaipcsink elements for zero-copy CUDA memory sharing between processes
-
--   New nvJPEG library based nvjpegenc JPEG encoder element
-
--   The NVIDIA desktop GPU decoder nvh264sldec, nvh265sldec, nvvp8sldec, and nvvp9sldec elements were renamed to nvh264dec,
-    nvh265dec, nvvp8dec, and nvvp9dec, respectively.
-
--   GStreamer NVIDIA H.264 and H.265 encoders except for nvh264enc and nvh265enc gained support for CEA708 Closed Caption
-    inserting.
-
--   OpenGL memory support is added to nv{cuda,autogpu}h264enc and nv{cuda,autogpu}h265enc elements
-
--   CUDA stream integration: As of 1.24, CUDA stream synchronization is an application’s responsibility, and GStreamer will not
-    execute unnecessary synchronization operations. If an application needs direct access to CUDA memory via GST_MAP_CUDA map
-    flag, cuStreamSynchronize() or gst_cuda_memory_sync() call is required unless application-side CUDA operation is executed
-    with the GstCudaMemory’s associated CUDA stream.
-
-### RTP stack improvements
-
--   New rtppassthroughpay element which just passes RTP packets through unchanged, but appears like an RTP payloader element.
-    This is useful for relaying an RTP stream as-is through gst-rtsp-server, which expects an RTP payloader with certain
-    properties at the end of an RTSP media sub-pipeline.
-
--   New “timeout-inactive-rtp-sources” property on rtpbin, sdpdemux and rtpsession to allow applications to disable automatic
-    timeout of sources from which no data has been received for a while.
-
--   rtpvp8pay, rtpvp9pay: expose “picture-id” as a property, and add a “picture-id-offset” property to the VP9 payloader to
-    bring it in line with the VP8 payloader.
-
--   rtpjitterbuffer has seen improved media clock handling (clock equality and clock setting/resetting), as well as two new
-    properties that allow reconstruction of absolute PTP timestamps without actually syncing to the PTP clock, which can be
-    useful in scenarios where one wants to reconstruct the absolute PTP clock timestamps on a machine that doesn’t have access
-    to the network of the PTP clock provider. The two new properties are:
-
-    -   “rfc7273-use-system-clock”: allows the jitter buffer to assume that the system clock is synced sufficiently close to the
-        media clock used by an RFC7273 stream. By default the property is disabled and the jitter buffer will create a media
-        clock and try to sync to it, but this is only required to determine in which wraparound period from the media clock’s
-        Epoch the current RTP timestamps refer to (and thus to reconstruct absolute time stamps from them). If the property is
-        enabled the wraparound period and current offset from the Epoch will be determined based on the local system clock,
-        which means that no direct network connection to the media clock provider is needed to reconstruct absolute timestamps.
-        There is also no start-up delay, because there’s no clock sync that needs to be established first.
-
-    -   “rfc7273-reference-timestamp-meta-only”: If this property is enabled then the jitter buffer will do the normal timestamp
-        calculations for the output buffers according to the configured mode instead of making use of the RFC7273 media clock
-        for that. It will still calculate RFC7273 media clock timestamps, but only attach them to the output buffers in form of
-        a clock reference meta.
-
--   RTP payloaders and depayloaders now have an “extensions” property for retrieving the list of currently enabled RTP header
-    extensions.
-
--   rtpbin and webrtcbin no longer blindly set properties on the jitter buffer assuming it’s a standard rtpjitterbuffer, but
-    instead check if the property is available first, to better support non-standard jitterbuffers or even an identity element
-    in lieu of a jitter buffer.
-
--   RTP header extension handling fixes for depayloaders that aggregate multiple input buffers into a single output buffer.
-    Before, only the last RTP input buffer was checked for header extensions. Now the depayloader remembers all RTP packets
-    pushed before an output buffer is produced and checks all RTP input buffers for header extensions.
-
-    -   Affected depayloaders: rtph264depay, rtph265depay, rtpvp8depay, rtpvp9depay, rtpxqtdepay, rtpasfdepay, rtpmp4gdepay,
-        rtpsbcdepay, rtpvorbisdepay, rtpmp4vdepay, rtptheoradepay, rtpsv3vdepay, rtpmp4adepay, rtpklvdepay, rtpjpegdepay,
-        rtpj2kdepay, rtph263pdepay, rtph263depay, rtph261depay. rtpgstdepay.
-
-### WebRTC improvements
-
--   Add support for ICE consent freshness (RFC 7675). This requires libnice >= 0.1.22.
-
--   Advertise the local side of an end-of-candidates with an empty candidate string.
-
--   Add the number of Data Channels opened and closed to webrtcbin’s statistics.
-
--   Various improvements and feature additions in the Rust webrtc plugin, which provides webrtcsrc and webrtcsink elements as
-    well as specific elements for different WebRTC signalling protocols. See the Rust plugins section below for more details.
-
-### Adaptive Streaming improvements and Low-Latency HLS (LL-HLS) support
-
--   hlsdemux2 now supports Low-Latency HLS (LL-HLS)
-
--   hlsdemux2 asynchronous playlist download and update improves responsiveness and bandwith usage.
-
--   hlsdemux2 handles fallback variant URLs.
-
--   hlsdemux2 is more responsive and accurate when handling seeks.
-
--   dashdemux2 and hlsdemux2 have a new “start-bitrate” property, improving the decision for which initial stream variant that
-    will be used.
-
--   dashdemux2, hlsdemux2, mssdemux2 have received many improvements regarding seeking, along with support for “early-seek”
-    which allows playback to start immediately from the requested position without any previous download.
-
--   dashdemux2, hlsdemux2, mssdemux2 better handle errors on or near the live edge.
-
--   dashsink can now use the dashmp4mux muxer from the Rust plugins and will also produce better and RFC 6381-compatible codec
-    strings. The “suggested-presentation-delay” property allows to set the suggested presentation delay in the MPD.
-
--   No development took place on the legacy demuxers (dashdemux, hlsdemux, mssdemux). Application developers are reminded to use
-    the new demuxers instead. They are automatically picked up when using urisourcebin, uridecodebin3 or playbin3.
-
-### W3C Media Source Extensions library
-
--   A new GStreamer library (mse) implementing the W3C Media Source Extensions specification was added.
-
--   Applications can embed this library along with GStreamer in order to integrate software that uses the Media Source APIs
-    without relying on a web browser engine. Typically an application consuming this library will wrap the C API with JavaScript
-    bindings that match the Media Source API so their existing code can integrate with this library.
-
-### Closed Caption handling improvements
-
--   ccconverter supports converting between the two CEA-608 fields.
-
--   New cea608mux element for muxing multiple CEA-608 streams together.
-
--   Various improvements and feature additions in the Rust-based closed caption elements. Check out the Rust plugins section
-    below for more details.
-
-### Precision Time Protocol (PTP) clock improvements
-
--   Many fixes and compatibility/interoperability improvements.
-
--   Better support for running on devices with multiple network interfaces.
-
--   Allow sync to master clock on same host.
-
--   PTP clock support is now also available on Windows.
-
--   The standalone ptp-helper binary has been rewritten in Rust for portability and security. This works on Linux, Android,
-    Windows, macOS, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, Solaris and Illumos. Newly supported compared to the C version is
-    Windows. Compared to the C version various error paths are handled more correctly and a couple of memory leaks are fixed.
-    Otherwise it should work identically. The minimum required Rust version for compiling this is 1.48, i.e. the version
-    currently in Debian oldstable. On Windows, Rust 1.54 is needed at least.
-
--   New ptp-helper Meson build option so PTP support can be disabled or required.
-
--   gst_ptp_init_full() allows for a more fine-grained and extensible configuration and initialization of the GStreamer PTP
-    subsystem, including TTL configuration.
-
-### Bayer 10/12/14/16-bit depth support
-
--   bayer2rgb and rgb2bayer now support bayer with 10/12/14/16 bit depths
-
--   v4l2src and videotestsrc now support bayer with 10/12/14/16 bit depths
-
--   imagefreeze gained bayer support as well
-
-### MPEG-TS improvements
-
--   mpegtsdemux gained support for
-    -   segment seeking for seamless non-flushing looping, and
-    -   synchronous KLV
--   mpegtsmux now
-    -   allows attaching PCR to non-PES streams
-    -   allows setting of the PES stream number for AAC audio and AVC video streams via a new “stream-number” property on the
-        muxer sink pads. Currently the PES stream number is hard-coded to zero for these stream types.
-    -   allows writing arbitrary Opus channel mapping families and up to 255 channels
-    -   separate handling of DVB and ATSC AC3 descriptors
-
-## New elements and plugins
-
--   analyticsoverlay visualises object-detection metas on a video stream.
-
--   autovideoflip and autodeinterlace are two new auto elements.
-
--   AJA source and sink elements plus device provider for AJA capture and playout cards, including support for HANC/VANC
-    ancillary data.
-
--   New cea608mux element for muxing multiple CEA-608 streams together.
-
--   The codec2json plugin adds av12json, h2642json, h2652json and vp82json elements which convert AV1, H.264, H.265 and VP8
-    frame parameters into human readable JSON data, which is useful for debugging and testing purposes.
-
--   New lc3 plugin with a decoder and encoder for the Bluetooth LC3 audio codec.
-
--   New onnxinference element to run ONNX inference models on video buffers.
-
--   New rtppassthroughpay element which just passes RTP packets through unchanged, but appears like an RTP payloader element.
-    This is mostly useful for medias that simply pass through an existing RTP stream in gst-rtsp-server.
-
--   Qt6: qml6glsrc, qml6glmixer, qml6gloverlay, and qml6d3d11sink
-
--   New SVT-AV1 encoder plugin, imported from SVT-AV1 but with many fixes.
-
--   Many exciting new Rust elements, see Rust section below.
-
--   New DirectWrite text rendering and Direct3D12 plugins (see Windows section below).
-
--   New vaav1enc element for encoding video in AV1 (See VA-API section)
-
--   New uvcsink element for exporting streams as UVC camera
-
-## New element features and additions
-
--   alphacombine supports I420_10LE now for 10-bit WebM/alpha support.
-
--   The amfcodec for hardware-accelerated video encoding using the Advanced Media Framework (AMF) SDK for AMD GPUs gained some
-    new features:
-
-    -   10-bit and HDR support for H.265 / HEVC and AV1 video encoders
-    -   B-frame support in the H.264 encoder
-    -   Initial support of pre-analysis and pre-encoding
-    -   Initial support of Smart Access Video for optimal distribution amongst multiple AMD hardware instances.
-
--   appsink: new “propose-allocation” signal so applications can provide a buffer pool or allocators to the upstream elements,
-    as well as “max-time” and “max-buffers” properties to configure the maximum size of the appsink-internal queue in addition
-    to the existing “max-bytes” property.
-
--   autovideoconvert exposes colorspace and scaler elements for well know elements
-
--   avtp: add AVTP Raw Video Format payload and de-payload support.
-
--   cacasink’s output driver can now be selected via the “driver” property.
-
--   camerabin: various fixes and stability improvements
-
--   clocksync: “QoS” property to optionally send QoS events upstream like a synchronising sink would.
-
--   cutter: can add GstAudioLevelMeta on output buffers, which can be enabled via the new “audio-level-meta” property.
-
--   dashdemux2 has a new “start-bitrate” property.
-
--   dashsink can now use the dashmp4mux muxer from the Rust plugins and will also produce better and RFC 6381-compatible codec
-    strings. The “suggested-presentation-delay” property allows to set the suggested presentation delay in the MPD.
-
--   deinterlace: Add support for 10/12/16-bit planar YUV formats
-
--   The dvdspu subpicture overlay now implements GstVideoOverlayComposition support to make it work better with hardware
-    decoders where the video data should ideally stay on the GPU/VPU and the overlay blitting be delegated to the renderer.
-
--   encodebin now automatically autoplugs timestamper elements such as h264timestamper or h265timestamper, based on new
-    “Timestamper” element factory type and rank.
-
--   New fakevideodec element (see debugging section below).
-
--   filesink: “file-mode” property to allow the ability to specify rb+ file mode, which overwrites an existing file. This is
-    useful in combination with splitmuxsink so that files can be pre-allocated which can be useful to reduce disk fragmentation
-    over time.
-
--   flvmux: add “enforce-increasing-timestamps” property to allow disabling a hack that was added back in the day because
-    librtmp as used in rtmpsink would get confused by timestamps going backwards, but this is no longer required with rtmpsink2.
-    If set to true (still the default, for backwards compatibility), flvmux will modify buffers timestamps to ensure they are
-    always strictly increasing, inside one stream and also between the audio and video streams.
-
--   giostreamsink: Add a property to close the stream on stop().
-
--   h264parse improved its AU boundary detection.
-
--   h264parse, h265parse, mpegvideoparse now support multiple unregistered user data SEI messages.
-
--   insertbin is now a registered element and available via the registry, so can be constructed via parse-launch and not just
-    via the insertbin API.
-
--   jack: libjack is now loaded dynamically at runtime instead of linking it at build time. This means the plugin can be shipped
-    on Windows and macOS and will work if there’s a user-installed JACK server/library setup.
-
--   jpegparse now has a rank so it will be autoplugged if needed.
-
--   kmssink: Add auto-detection for NXP i.MX8M Plus LCDIFv3, ST STM32 LTDC, and Texas Instruments TIDSS display controllers.
-
--   matroskademux and matroskamux gained support for more raw video formats, namely RGBA64_LE, BGRA64_LE, GRAY10_BE32, GRAY16_LE
-
--   mpg123audiodec’s rank was changed from MARGINAL to PRIMARY so it’s now higher than avdec_mp3, as it works better with
-    “freeformat” MP3s.
-
--   msdk:
-
-    -   DRM modifier support on Linux
-
-    -   only expose codecs and capabilities actually supported by the platform
-
-    -   msdkvpp video post-processing:
-
-        -   new “hdr-tone-mapping” property to enable HDR-to-SDR tone mapping
-        -   new compute scaling mode
-
-    -   Decoders sport D3D11 and VA integration, and the VP9 decoder supports certain resolution changes.
-
-    -   Encoders:
-
-        -   msdkh264enc, msdkh265enc**: “pic-timing-sei” property to insert pic timing SEI
-        -   msdkh264enc, msdkh265enc**: Add properties to allow different max/min-qp values for I/P/B frames
-        -   msdkh264enc: Added BGRx format DMABuf support
-        -   Advertise special image formats in low power mode
-
--   mxfdemux gained support for FFV1 demuxing
-
--   opusenc, opusdec now support decoding and encoding more than 8 channels, and can also handle unknown/unpositioned channel
-    layouts.
-
--   The oss plugin gained a device provider for audio device discovery
-
--   pcapparse learned how to handle the Linux “cooked” capture encapsulation v2
-
--   Intel Quick Sync plugin improvements:
-
-    -   qsvh264enc gained more encoding options
-    -   qsvh265dec now supports GBR decoding and HEVC RExt profiles
-
--   qtdemux now adds audio clipping meta when playing gapless m4a content, supports CENC sample grouping, as well as the SpeedHQ
-    video codec.
-
--   ristsrc gained support for dynamic payloads via the new “caps” and “encoding-name” properties. These can be used to make the
-    ristsrc receive other payload types than MPEG-TS.
-
--   rtmp2src: a new “no-eof-is-error” property was added: There is currently no way for applications to know if the stream has
-    been properly terminated by the server or if the network connection was disconnected, as an EOS is sent in both cases. With
-    the property set, connection errors will be reported as errors, allowing applications to distinguish between both scenarios.
-
--   rtspsrc: new “extra-http-request-headers” property for adding custom http request headers when using http tunnelling.
-
--   sdpdemux now supports SDP source filters as per RFC 4570; audio-only or video-only streaming can be selected via the new
-    “media” property, and RTCP feedback can be disabled via the “rtcp-mode” property.
-
--   splitmuxsrc uses natural ordering to sort globbed filenames now, i.e. 0, 1, 2, 10, 11 instead of 0, 1, 10, 11, 2, …
-
--   srt: Add more fields to the statistics to see how many packets were retransmitted and how many were dropped.
-
--   switchbin: many improvements, especially for caps handling and passthrough.
-
--   taginject: a “scope” property was added to allow injection of global tags in addition to the current default which is stream
-    tags.
-
--   timeoverlay: add buffer-count and buffer-offset time modes.
-
--   udpsrc: new “multicast-source” property to support IGMPv3 Source Specific Muliticast (SSM) as per RFC 4604.
-
--   videoconvertscale, videoconvert: add a “converter-config” property to allow fine-tuning conversion parameters that are not
-    exposed directly as property.
-
--   videoflip: many orientation tag handling fixes and improvements
-
--   videorate: add “drop-out-of-segment” property to force dropping of out-of-segment buffers.
-
--   volume now supports arbitrarily-large positive gains via a new “volume-full-range” property (it was not possibly to just
-    allow a bigger maximum value for the existing “volume” property for GstController-related backwards-compatibility reasons).
-
--   waylandsink, gtkwaylandsink: improved frame scheduling reducing frame drops and improve throughput.
-
--   webpenc now has support for animated WebP which can be enabled via the new “animated” property. By default it will just
-    output a stand-alone WebP image for each input buffer, just like before.
-
--   wpe: added a WebProcess crash handler; gained WPEWebKit 2.0 API support.
-
--   x264enc gained support for 8-bit monochrome video (GRAY8).
-
--   ximagesrc gained navigation support (mouse and keyboard events).
-
--   y4mdec now parses extended headers to support high bit depth video.
-
-## Plugin and library moves
-
--   The AMR-NB and AMR-WB plugins have been moved from -ugly to -good.
-
-## Plugin and element removals
-
--   The entire gst-omx package and plugin has been retired. See the OMX section below for more details.
-
--   The RealServer RTSP extension, RDT handling and PNM source have been removed from the realmedia plugin.
-
--   The kate subtitle plugin has been removed.
-
-## Miscellaneous API additions
-
-GStreamer Core
-
--   gst_pipeline_get_configured_latency() and gst_pipeline_is_live() convenience functions to query liveness and configured
-    latency of a pipeline.
-
--   Plugins can now provide status info messages for plugins that will be displayed in gst-inspect-1.0 and is useful for dynamic
-    plugins that register features at runtime. They are now able to provide information to the user why features might not be
-    available. This is now used in the amfcodec, nvcodec, qsv, and va plugins.
-
--   GST_OBJECT_AUTO_LOCK() and GST_PAD_STREAM_AUTO_LOCK() are g_autoptr(GMutexLocker)-based helpers for GstPad and GstObject
-    that unlock the mutex automatically when the helper goes out of scope. This is not portable so should not be used in
-    GStreamer code that needs to be portable to e.g. Windows with MSVC.
-
--   gst_clear_context(), gst_clear_promise(), gst_clear_sample()
-
--   gst_util_ceil_log2() and gst_util_simplify_fraction() utility functions
-
--   New TAG_CONTAINER_SPECIFIC_TRACK_ID tag for container specific track ID as used in an HTML5 context, plus basic support in
-    matroskademux, qtdemux, dashdemux and dashdemux2
-
--   New utility functions to create a stream-id without a pad for elements:
-
-    -   gst_element_decorate_stream_id()
-    -   gst_element_decorate_stream_id_printf_valist()
-    -   gst_element_decorate_stream_id_printf()
-
--   GstQueueArray gained API for sorting and sorted insertion
-
--   Add strict GstStructure serialisation with gst_structure_serialize_full() in combination with GST_SERIALIZE_FLAG_STRICT
-    which only succeeds if the result can later be fully deserialised again.
-
--   GstBaseSrc enhancements: the “automatic-eos” property can be used to do the equivalent to gst_base_src_set_automatic_eos().
-    gst_base_src_push_segment() sends a segment event right away which can be useful for subclasses like appsrc which have their
-    own internal queuing.
-
--   GstBaseSink gained a new custom GST_BASE_SINK_FLOW_DROPPED flow return which can be used by subclasses from the virtual
-    ::render method to signal to the base class that a frame is not being rendered. This is used in e.g. waylandsink and ensures
-    that elements such as fpsdisplaysink will correctly report the rate of frames rendered and dropped.
-
-GstDiscoverer
-
--   New “load-serialized-info” signal to retrieve a serialized GstDiscovererInfo
-
-GstSDP
-
--   Add gst_sdp_message_remove_media()
-
-Video Library
-
-DRM Modifier Support for dmabufs on Linux
-
-See section above.
-
-List of Video Formats for Passthrough
-
-New helper API was added to get a list of all supported video formats, including DMA_DRM formats, and can be used to advertise
-all supported formats for passthrough purposes:
-
--   GST_VIDEO_FORMATS_ANY_STR, GST_VIDEO_FORMATS_ANY
--   gst_video_formats_any() which can be used by bindings or for code that prefers GstVideoFormat values instead of strings.
-
-New Video Formats
-
--   12-bit and 16-bit A420 / A422 / A444 (YUV with alpha channel) variants:
-
-    -   A444_12BE, A444_12LE
-    -   A422_12BE, A422_12LE
-    -   A420_12BE, A420_12LE
-    -   A444_16BE, A444_16LE
-    -   A422_16BE, A422_16LE
-    -   A420_16BE, A420_16LE
-
--   8-bit A422 / A444 (YUV with alpha channel) variant:
-
-    -   A422
-    -   A444
-
--   Planar 16-bit 4:4:4 RGB formats:
-
-    -   GBR_16BE
-    -   GBR_16LE
-
--   RBGA, intended to be used by hardware decoders where VUYA is only supported 4:4:4 decoding surface but the stream is encoded
-    with GBR color space, such as HEVC and VP9 GBR streams for example.
-
--   Two tiled Mediatek 10-bit formats:
-
-    -   MT2110T
-    -   MT2110R
-
--   Tiled 10-bit NV12 format NV12_10LE40_4L4 (Verisilicon Hantro)
-
-## Miscellaneous performance, latency and memory optimisations
-
--   liborc 0.4.35 (latest: 0.4.38) adds support for AVX/AVX2 and contains improvements for the SSE backend.
-
--   liborc 0.4.37 adds support for NEON on macOS on Apple ARM64 CPUs.
-
--   Most direct use of the GLib GSLice allocator has been removed, as there is little evidence that it actually still provides
-    much advantage over the standard system allocator on Linux or Windows in 2024. There is strong evidence however that it
-    causes memory fragmentation for standard GStreamer workloads such as RTSP/RTP/WebRTC streaming.
-
--   As always there have been plenty of performance, latency and memory optimisations all over the place.
-
-## Tracing framework and debugging improvements
-
--   The gst-stats tool can now be passed a custom regular expression
-
--   gst-debug-viewer from the devtools module has seen minor improvements and fixes
-
-New tracers
-
--   None in this release.
-
-Debug logging system improvements
-
--   Nothing major in this cycle.
-
-Fake video decoder
-
--   The new fakevideodec element does not decode the input bitstream, it only reads video width, height and framerate from the
-    caps and then pushes out raw video frames of the expected size in RGB format.
-
--   It draws a snake moving from left to right in the middle of the frame, which is reasonably light weight and still provides
-    an idea about how smooth the rendering is.
-
-## Tools
-
--   gst-launch-1.0 gained a new --prog-name command line option to set the program name, which will be used by GTK and GStreamer
-    to set the class or app-id.
-
--   gst-play-1.0 now defaults to using playbin3, but can still be made to use the old playbin by passing the --use-playbin2
-    command line argument.
-
-## GStreamer FFmpeg wrapper
-
--   New avvideocompare element to compare two incoming video buffers using a specified comparison method (e.g. SSIM or PSNR).
-
--   Prefer using FFmpeg Musepack decoder/demuxer over musepackdec as they work better with decodebin3 and playbin3 which likes
-    to have parsers and decoders separate.
-
--   Added codec mappings for AV1, MxPEG, FFVHuff video
-
--   Added raw video format support for P010, VUYA, Y410, P012, Y212 and Y412.
-
--   Newer, non-deprecated APIs are used by the plugin when built with FFmpeg 6.0 or newer.
-
--   The FFmpeg meson subproject wrap has been updated to v6.1
-
--   Note: see Known Issues section below for known issues with FFmpeg 6.0.0 and the latest FFmpeg 7.x release
-
-## GStreamer RTSP server
-
--   New “ensure-keyunit-on-start” property: While the suspend modes NONE and PAUSED provided a low startup latency for
-    connecting clients, it did not ensure that streams started on fresh data. With this new property it is possible to maintain
-    the low startup latency of those suspend modes while also ensuring that a stream starts on a key unit. Furthermore, by
-    setting the new “ensure-keyunit-on-start-timeout” property it is also possible to accept a key unit of a certain age, but
-    discard it if too much time has passed and instead force a new key unit.
-
--   rtspclientsink: apply “port-range” property for RTCP port selection as well
-
-## GStreamer VA-API support
-
-GstVA
-
--   vah264dec, vah265dec, vavp8dec, vavp9dec, vampeg2dec and vaav1dec were promoted to rank PRIMARY+1 on Linux
-
--   Improved support for dmabuf use cases. All va elements now negotiate the new and improved dmabuf capabilities with explicit
-    modifiers. This supports both import and export of dmabufs.
-
--   Added vaav1enc element, available in recent Intel and AMD GPUs
-
--   Added support for the experimental VA-Win32 backend. It needs at least libva 1.18
-
--   Improved handling of multi-GPU systems. Still, sharing buffers among them is not advised.
-
--   Bumped minimum libva version to 1.12
-
--   Enhanced support for RadeonSI Mesa driver for 10bit decoding
-
--   Register elements only for allowed drivers (Intel and Mesa, for the moment)
-
-GStreamer-VAAPI
-
--   The new GstVA elements (see above) should be preferred when possible.
-
--   Ranks of decoders were demoted to NONE so they won’t be used automatically by playbin and similar elements anymore.
-
--   Clean-ups and minimal fixes.
-
--   gstreamer-vaapi should be considered deprecated and may be discontinued as soon as the va plugin is fully feature
-    equivalent. Users who rely on gstreamer-vaapi are encouraged to migrate and test the va elements at the earliest
-    opportunity.
-
-## GStreamer Video4Linux2 support
-
--   New uvcsink element, based on v4l2sink allow streaming your pipeline as a UVC camera using Linux UVC Gadget driver.
-
--   v4l2src now supports 10/12/14/16-bit bayer formats.
-
--   Stateful decoders now pass too large encoded frames over multiple buffers.
-
--   AV1 Stateless video decoder.
-
--   Stateless decoders now tested using Virtual driver (visl), making it possible to run the tests in the cloud based CI
-
-## GStreamer OMX
-
--   The gst-omx module has been removed. The OpenMAX standard is long dead and even the Raspberry Pi OS no longer supports it.
-    There has not been any development since 1.22 was released. Users of these elements should switch to the Video4Linux-based
-    video encoders and decoders which have been the standard on embedded Linux for quite some time now.
-
--   Hardware vendors which still use OpenMAX are known to have non-standard forks and it is recommended that they maintain it
-    while planning their move to the Video4Linux API.
-
-## GStreamer Editing Services and NLE
-
--   Implement a gesvideoscale effect which gives user the ability to chooses where a clip has to be scaled in the chain of
-    effects. By default scaling is done in the compositor.
-
--   Add support for gessrc as sub-timeline element so third party can implement their own formatters and use their timelines as
-    sub-timelines. Before that, only timelines serialized as files on the filesystem could be loaded as sub-timelines (using
-    gesdemux).
-
--   Implement a new GESDiscovererManager singleton object making management of the discoverers used to discoverer media files
-    cleaner and allowing to expose the following APIs:
-
-    -   load-serialize-info signal so GstDiscovererInfo can be serialized by users the way they like and load them without
-        requiring discovering the file when reloading a project.
-    -   source-setup signal so user can tweak source elements during discovery
-
--   Expose GESFrameCompositionMeta in public API so user can implement their own effects targetting GES which take into account
-    that meta.
-
--   Expose audioconvert:mix-matrix property in audio sources
-
--   Port GESPipeline rendering to use encodebin2. This allows rendering timelines directly with a muxing sink (like hlssinkX
-    etc..) and leverage all new features of that new element.
-
-ges-launch
-
--   Fix setting keyframes
-
--   Add an ignore-eos option
-
--   Allow overriding container profile so that the user can build encoding profiles following the media format of a specific
-    media file, for example, but ensuring it is muxed using a specific format
-
--   Ensure sink elements are inside a GstBin and never in a GstPipeline
-
--   Move +effect stack effects from source to last effect added, so it feels more natural to user as adding them at the
-    beginning of the chain while the syntax is +effect felt wrong
-
-## GStreamer validate
-
--   In action types, add a way to avoid checking property value after setting it, in case elements do it async for example.
-
--   Add a vmethod to free GstValidateActionParameters to be more binding friendly.
-
--   Allow scenarios to define the pipeline state target in the metadata instead of assuming PLAYING state.
-
--   Add support to run sub-pipelines/scenarios
-
-    -   Added support to forward buffers from appsink to appsrc
-
--   Add a way to set pipeline base-time, start-time and force using the system clock.
-
--   Add a ‘fill-mode’ to the appsrc-push action type so we can create some type of streams easily using an appsrc, giving
-    control when writing scenarios without requiring files with the content.
-
--   Add a “select-streams” action type to test “stream aware” elements.
-
--   Add a way to wait for a property to reach a specified value before executing an action. For example it is possible to wait
-    for a pad to get some specific caps set before executing an action.
-
--   validate: Add support to replace variables in deeply nested structures in particular for more complex action types where
-    some of the properties are inside structures.
-
--   Fixed compatibility with Python 3.12.
-
-## GStreamer Python Bindings
-
-gst-python is an extension of the regular GStreamer Python bindings based on gobject-introspection information and PyGObject,
-and provides “syntactic sugar” in form of overrides for various GStreamer APIs that makes them easier to use in Python and more
-pythonic; as well as support for APIs that aren’t available through the regular gobject-introspection based bindings, such as
-e.g. GStreamer’s fundamental GLib types such as Gst.Fraction, Gst.IntRange etc.
-
--   Added a GstTagList override that makes a tag list act like a dict
-
--   Fix build and usage in Windows
-
--   Various fixes for Python >= 3.12
-
--   Rework libpython loading to be relocatable
-
--   Fix libpython dlopen on macOS
-
-## GStreamer C# Bindings
-
--   The GStreamer C# bindings have been updated to a more recent version of GtkSharp and the bindings have been regenerated with
-    that version.
-
--   GStreamer API added in recent GStreamer releases is now available
-
--   GstRtspServer bindings have been added, plus an RTSP server example
-
-## GStreamer Rust Bindings and Rust Plugins
-
-The GStreamer Rust bindings and plugins are released separately with a different release cadence that’s tied to the twice-a-year
-GNOME release cycle.
-
-The latest release of the bindings (0.22) has already been updated for the new GStreamer 1.24 APIs, and works with any GStreamer
-version starting at 1.14.
-
-gst-plugins-rs, the module containing GStreamer plugins written in Rust, has also seen lots of activity with many new elements
-and plugins. The GStreamer 1.24 binaries track the 0.12 release series of gst-plugins-rs, and fixes from newer versions will be
-backported as needed to the 0.12 brach for future 1.24.x bugfix releases.
-
-Rust plugins can be used from any programming language. To applications they look just like a plugin written in C or C++.
-
-### WebRTC
-
--   New element webrtcsrc that can act as a recvonly WebRTC client. Just like the opposite direction, webrtcsink, this can
-    support various different WebRTC signalling protocols. Some are included with the plugin and provide their own element
-    factory for easier usage but it is also possible for applications to provide new signalling protocol implementations.
-
--   webrtcsink now exposes the signaller as property and allows implementing a custom signaller by connecting signal handlers to
-    the default signaller.
-
--   A new signaller and webrtcsink implementation for Janus’ VideoRoom implementation. The corresponding webrtcsrc signaller
-    implementation is currently in a merge request in GitLab.
-
--   New whepsrc element that can receive WHEP WebRTC streams. This is currently not based on webrtcsrc but in the future a new
-    element around webrtcsrc will be added.
-
--   New whipserversrc element around webrtcsrc for ingesting WHIP WebRTC streams in GStreamer.
-
--   New whipclientsink element around webrtcsink for publishing WHIP WebRTC streams from GStreamer. This deprecates the old
-    whipsink element.
-
--   A new signaller and webrtcsink implementation for LiveKit. The corresponding webrtcsrc signaller implementation was merged
-    into the git repository recently.
-
--   A new signaller and webrtcsink implementation for AWS Kinesis Video Streams
-
--   webrtcsink has a new payloader-setup signal to allow the application more fine grained control over the RTP payloader
-    configuration, similar to the already existing encoder-setup signal for encoders.
-
--   webrtcsrc gained support for a custom navigation event protocol over the data channel, which is compatible with the
-    navigation event protocol supported by webrtcsink.
-
--   webrtcsink supports encoded streams as input. Using encoded streams will disable webrtcsinks congestion control changing any
-    encoded stream parameters.
-
--   webrtcsink and webrtcsrc have a new signal ‘request-encoded-filter’ to allow transformations of the encoded stream. This can
-    be used, for example, for the same use-cases as the WebRTC Insertable Streams API.
-
--   gstwebrtc-api: JavaScript API for interacting with the default signalling protocol used by webrtcsink / webrtcsrc.
-
-… and various other smaller improvements!
-
-### RTSP
-
--   New rtspsrc2 element. Only a subset of RTSP features are implemented so far:
-    -   RTSP 1.0 support
-    -   TCP, UDP, UDP-Multicast lower transports
-    -   RTCP SR, RTCP RR, RTCP-based A/V sync
-        -   Tested for correctness in multicast cases too
-    -   Lower transport selection and order (NEW!)
-        -   The existing rtspsrc has a hard-coded order list for lower transports
-    -   Many advanced features are not implemented yet, such as non-live support. See the README for the current status.
-
-### GTK4
-
--   Support for rendering GL textures on X11/EGL, X11/GLX, Wayland, macOS, and WGL/EGL on Windows.
-
--   Create a window for testing purposes when running in gst-launch-1.0 or if GST_GTK4_WINDOW=1 is set.
-
--   New background-color property for setting the color of the background of the frame and the borders, if any. This also allows
-    setting a fully transparent background.
-
--   New scale-filter property for defining how to scale the frames.
-
--   Add Python example application to the repository.
-
--   Various bugfixes, including support for the new GTK 4.14 GL renderer. The plugin needs to be built with at least the
-    gtk_v4_10 feature to work with the new GTK 4.14 GL renderer, and will work best if built with the gtk_v4_14 feature.
-
-### Closed Caption
-
--   Add cea608tocea708 element for upconverting CEA-608 captions to their CEA-708 representation.
-
--   Add support for translations within transcriberbin.
-
--   awstranscriber supports translating the transcribed text into different languages, including multiple languages at the same
-    time.
-
--   awstranscriber is using the new HTTP/2-based API now instead of the WebSocket-based one.
-
-### Other new elements
-
--   New awss3putobjectsink that works similar to awss3sink but with a different upload strategy.
-
--   New hlscmafsink element for writing HLS streams with CMAF/ISOBMFF fragments.
-
--   New inter plugin with new intersink and intersrc elements that allow to 1:N connect different pipelines in the same process.
-    This is implemented around the appsrc / appsink-based StreamProducer API that is provided as part of the GStreamer Rust
-    bindings, and is also used inside webrtcsrc and webrtcsink.
-
--   New livesync element that allows maintaining a contiguous live stream without gaps from a potentially unstable source.
-
--   New isomp4mux non-fragmented MP4 muxer element.
-
-### Other improvements
-
--   audiornnoise
-    -   Attach audio level meta to output buffers.
-    -   Add voice detection threshold property
--   fmp4mux
-    -   Add support for CMAF-style chunking, e.g. low-latency / LL HLS and DASH
-    -   Add support for muxing Opus, VP8, VP9 and AV1 streams
-    -   Add ‘offset-to-zero’ property and make media/track timescales configurable
--   hlssink3
-    -   Allow adding EXT-X-PROGRAM-DATE-TIME tag to the manifest.
-    -   Allow generating I-frame-only playlist
--   ndi
-    -   Closed Caption support in ndisrc / ndisink
-    -   Zero-copy output support in ndisrc for raw video and audio
--   spotifyaudiosrc: Support configurable bitrate
-
-For a full list of changes in the Rust plugins see the gst-plugins-rs ChangeLog between versions 0.9 (shipped with GStreamer
-1.22) and 0.12 (shipped with GStreamer 1.24).
-
-## Cerbero Rust support
-
--   As of GStreamer 1.24, the GStreamer Rust plugins are shipped as part of our binary packages on all major platforms. This
-    includes Android and iOS now in addition to macOS and Windows/MSVC.
-
-## Build and Dependencies
-
--   Meson >= 1.1 is now required for all modules
-
--   The GLib requirement has been bumped to >= 2.64
-
--   liborc >= 0.4.38 is strongly recommended
-
--   libnice >= 0.1.22 is strongly recommended, as it is required for WebRTC ICE consent freshness (RFC 7675).
-
--   gst-libav was updated for FFmpeg API deprecations and removals
-
--   libwebpmux is required for the animated WebP support
-
--   The wpe plugin gained support for the WPEWebKit 2.0 API version
-
--   Bumped minimum libva version to 1.12 for the va plugin.
-
--   zxing: added support for the zxing-c++ 2.0 API
-
--   The ptp-helper for Precision Time Protocol (PTP) support in GStreamer core has been rewritten in Rust, and the minimum
-    required Rust version for building this is 1.48, i.e. the version currently in Debian oldstable. On Windows, at least Rust
-    1.54 is needed. There is a new ptp-helper Meson feature option that can be used to make sure everything needed for PTP
-    support is available (if set to ptp-helper=enabled). cargo is not required for building.
-
--   gst-plugins-rs requires Rust 1.70 or newer.
-
--   Link to libsoup at build time in all cases on non-Linux, and only load it dynamically on Linux systems where we might need
-    to support a mix of applications with dependencies that might be using libsoup2 or libsoup3. A “soup-version” meson build
-    option was added to prefer a specific version. Distros should make sure that libsoup is still a package dependency, since
-    it’s still required at runtime for the soup and adaptivedemux2 plugins to function.
-
--   libjack is now dynamically loaded at runtime by the JACK audio plugin, and no longer a hard build dependency. However, it
-    still is a runtime dependency, so distros should make sure it remains a package dependency.
-
-Monorepo build (née gst-build)
-
--   There is now a top-level meson build option to enable/require webrtc
-
--   The FFmpeg subproject wrap was udpated to 6.1
-
--   A libvpx wrap was added (for VP8/VP9 software encoding/decoding)
-
-gstreamer-full
-
--   Add full static build support, including on Windows: Allow a project to use gstreamer-full as a static library and link to
-    create a binary without dependencies. Introduce the meson build option gst-full-target-type to select the build type:
-    dynamic (default) or static.
-
--   Registers all full features in a plugin now to offer the possibility to get information at the plugin level and get it from
-    the registry. All the full features are now registered in a fullstaticfeatures meta plugin instead of having a NULL plugin.
-
-Development environment
-
--   add VSCode IDE integration
-
--   gst-env.py: Output a setting for the prompt with --only-environment
-
-### Cerbero
-
-Cerbero is a meta build system used to build GStreamer plus dependencies on platforms where dependencies are not readily
-available, such as Windows, Android, iOS, and macOS.
-
-General improvements
-
--   New plugins have been added
-    -   codecalpha dvbsubenc rtponvif switchbin videosignal isac ivfparse inter rtspsrc2
--   JACK plugin is now available all platforms (previously only Linux), and will be loaded if the JACK library is found at
-    plugin load time
--   Several recipes were ported to meson, leading to faster builds and better MSVC support
-    -   ffmpeg, gperf, lame, libvpx, ogg, opencore-amr, sbc, speex, tiff, webrtc-audio-processing
-    -   For more information, please see the tracker issue
--   Some recipes are now outdated or unnecessary and have been removed:
-    -   intltool, libkate
--   Various recipe updated to their latest versions
--   Rust toolchain updated to 1.76.0 (latest as of writing)
--   Rust plugins are now stripped and debug info split out correctly, reducing their size
--   Fix several spurious build issues, especially with the Rust toolchain
--   CMake is picked up from the system if available
--   Cerbero will no longer OOM or consume excessive resources on low-end systems
--   Python recipes have been moved from setuptools to virtualenv
--   Fixed support for Python 3.12+
-
-macOS
-
--   Minimum macOS version has been increased to 10.13 (High Sierra)
-    -   Released 5½ years ago, >95% marketshare
--   Fix macOS app store validation issue caused by absolute RPATHs
--   Rosetta is automatically installed if required for universal builds on Apple Silicon
--   The official macOS binaries now also include static libs for the GStreamer Rust plugins
-
-iOS
-
--   Minimum iOS version has been increased to 12.0
--   The iOS binary packages now include the GStreamer Rust plugins
--   tremor and ivorbisdec plugins are no longer shipped on iOS
-
-Windows
-
--   New features shipped with the official binaries:
-    -   plugins: dwrite d3d12 (MSVC) soundtouch (MSVC) taglib (MSVC) webrtcdsp (MSVC)
-    -   plugin features: d3d11-wgc (Windows Graphics Capture Support)
-    -   libraries: gstdxva-1.0
--   New qml6 plugin can be built on Windows with the qt6 variant enabled
-    -   Similar to qt5, this plugin cannot be included in the official binaries
--   GLib process handling helpers for Windows are now shipped
--   Windows 11 SDK is now required for builds
-    -   Visual Studio 2019 and newer ship this SDK
--   MSYS is now deprecated for building Windows binaries, will be removed in the next release
-    -   MSYS2 is required, and the bootstrap script tools/bootstrap-windows.ps can install it for you
--   Windows bootstrap script tools/bootstrap-windows.ps1 is much more interactive and user-friendly now
--   Fixed Pango crash on 32-bit Windows
--   WiX packaging now works with cross-windows builds from linux
-
-Linux
-
--   Linux packages will now also include static libs for the GStreamer Rust plugins
--   Add Python support for multiarch distributions
--   Build fixes for various recipes on multiarch distributions
--   Use arch-specific libdir correctly on multiarch distributions
--   gst-omx was removed from gstreamer, and hence is no longer shipped
--   Fixed Gentoo support
--   Added support for RHEL 9
--   Added support for Rocky Linux
--   Added support for Manjaro Linux
-
-Android
-
--   Android NDK has been updated to r25c
-    -   Only the Clang toolchain is used from the NDK now (both target and host)
-    -   gnustl has been completely removed
--   The Android binary packages now include the GStreamer Rust plugins
--   tremor and ivorbisdec plugins are no longer shipped on Android
--   openh264 plugin no longer enables ASM optimizations on Android x86 due to relocation errors
-
-## Platform-specific changes and improvements
-
-### Android
-
--   Add NDK implementation of Android MediaCodec. This reduces the amount of Java <-> native calls, which should reduce
-    overhead.
-
--   Add support for AV1 to the androidmedia video encoder and decoder.
-
-### Apple macOS and iOS
-
--   osxaudio: audio clock improvements (interpolate based on system time)
-
--   Set activation policy in gst_macos_main() and in osxvideosink and glimagesink. Setting the policy to
-    NSApplicationActivationPolicyAccessory by default makes sure that we can activate windows programmatically or by clicking on
-    them. Without that, windows would disappear if you clicked outside them and there would be no way to bring them to front
-    again. This change also allows osxvideosink to receive navigation events correctly.
-
-### Windows
-
--   New DirectWrite text rendering plugin with dwriteclockoverlay, dwritetimeoverlay, dwritetextoverlay, dwritesubtitlemux, and
-    dwritesubtitleoverlay elements, including closed caption overlay support in dwritetextoverlay.
-
--   PTP clock support is now also available on Windows
-
--   qml6d3d11sink is a new Direct3D11 Qt6 QML sink for Windows as an alternative to the existing qml6glsink.
-
--   wasapi2 audio plugin:
-
-    -   Added an option to monitor a loopback device’s mute state
-    -   Allows process loopback capture on Windows 10
-
--   win32ipc supports zero-copy rendering now through a shared bufferpool.
-
--   Add a Windows-specific plugin loader implementation (gst-plugin-scanner), so plugin loading during registry updates happens
-    in an external process on Windows as well.
-
--   gst_video_convert_sample() which is often used for thumbnailing gained a D3D11 specific conversion path.
-
--   d3d11 plugin:
-
-    -   d3d11mpeg2dec element is promoted to PRIMARY + 1 rank
-    -   Added d3d11ipcsrc and d3d11ipcsink elements for zero-copy GPU memory sharing between multiple processes.
-    -   Added HLSL shader pre-compilation (at binary build time) support in MSVC build.
-    -   d3d11videosink and d3d11convert elements support 3D transform, MSAA (MultiSampling Anti-Aliasing) and anisotropic
-        sampling method.
-    -   Added support for more raw video formats by using compute shader. A list of supported raw video formats can be found in
-        the d3d11videosink plugin documentation.
-    -   Added d3d11overlay element for applications to be able to draw/blend an overlay image on Direct3D11 texture directly.
-
--   New Direct3D12 plugin: From a video decoding, conversion, composition, and rendering point of view, this new d3d12 plugin is
-    feature-wise near equivalent to the d3d11 plugin. Notable differences between d3d12 and d3d11 are:
-    -   The GStreamer Direct3D12 integration layer is not exposed as a GStreamer API yet. Thus, other plugins such as amfcodec,
-        nvcodec, qsv, and dwrite are not integrated with d3d12 yet.
-    -   H.264 video encoding support via d3d12h264enc element.
-        -   Direct3D12 video encoding API requires Windows 11 or DirectX 12 Agility SDK
-    -   IPC, overlay, and deinterlace elements are not implemented in d3d12
-    -   Windows Graphics Capture API based screen capturing is not implemented in d3d12
-    -   In this release, MSVC is the only officially supported toolchain for the d3d12 plugin build.
-    -   All d3d12 elements are zero ranked for now. Users will need to adjust rank of each d3d12 element via GST_PLUGIN_RANK
-        environment or appropriate plugin feature APIs if they want these elements autoplugged.
-
-## Documentation improvements
-
--   hotdoc has been updated to the latest version, and the theme has also been updated, which should fix various usability
-    issues.
-
-## Possibly Breaking Changes
-
--   gst_plugin_feature_check_version() has been updated to fix unexpected version check behaviour for git versions. It would
-    return TRUE if the plugin version is for a git development version (e.g. 1.24.0.1) and the check is for the “next” micro
-    version (1.24.1). Now it no longer does this. This just brings the runtime version check in line with the build time version
-    checks which have been fixed some time ago.
-
--   GstAudioAggregator and subclasses such as audiomixer now sync property values to output timestamp, which is what
-    GstVideoAggregator has been doing already since 2019, and which makes sense, as the properties need to change at every
-    output frame based on the output time because they may change even though the input frame is not changing.
-
--   rtpac3depay now outputs audio/x-ac3 instead of audio/ac3 as that is the canonical media format in GStreamer. audio/ac3 is
-    still sometimes accepted as input format for backwards compatibility (e.g. in rtpac3pay or ac3parse), but shouldn’t be
-    output.
-
--   timecodestamper: The “drop-frame” property now defaults to TRUE
-
--   The NVIDIA desktop GPU decoders nvh264sldec, nvh265sldec, nvvp8sldec and nvvp9sldec were renamed to nvh264dec, nvh265dec,
-    nvvp8dec and nvvp9dec, respectively.
-
-## Known Issues
-
--   There are known issues with FFmpeg version 6.0.0 due to opaque passing being broken in that version. This affects at least
-    avdec_h264, but may affect other decoders as well. Versions before 6.0.0, and 6.0.1 or higher are not affected.
-
--   gst-libav currently doesn’t build against the latest FFmpeg 7.0 release. This is being worked on and tracked in this “libav:
-    Fix compatibility with ffmpeg 7” Merge Request.
-
-## Statistics
-
--   4643 commits
-
--   2405 Merge Requests
-
--   850 Issues
-
--   290+ Contributors
-
--   ~25% of all commits and Merge Requests were in Rust modules
-
--   4747 files changed
-
--   469633 lines added
-
--   209842 lines deleted
-
--   259791 lines added (net)
-
-## Contributors
-
-Aaron Boxer, Aaron Huang, Acky Xu, adixonn, Adrian Fiergolski, Adrien De Coninck, Akihiro Sagawa, Albert Sjölund, Alessandro
-Bono, Alexande B, Alexander Slobodeniuk, Alicia Boya García, amindfv, Amir Naghdinezhad, anaghdin, Anders Hellerup Madsen,
-Andoni Morales Alastruey, Antonio Kevo, Antonio Rojas, Arnaud Rebillout, Arnaud Vrac, Arun Raghavan, badcel, Balló György, Bart
-Van Severen, Bastien Nocera, Benjamin Gaignard, Bilal Elmoussaoui, Brad Hards, Camilo Celis Guzman, Carlo Cabrera, Carlos
-Falgueras García, Carlos Rafael Giani, Célestin Marot, Chao Guo, Charlie Blevins, Cheah, Vincent Beng Keat, Chris Degawa, Chris
-Spencer, Christian Curtis Veng, Christian Meissl, Christopher Degawa, Chris Wiggins, Cidana-Developers, Colin Kinloch, Damian
-Hobson-Garcia, Daniel Almeida, Daniel Knobe, Daniel Moberg, Daniel Morin, Daniel Pendse, Daniel Stone, Daniel Ulery, Dan
-Searles, Dario Marino Saccavino, Dave Patrick Caberto, David Craven, David Revay, David Rosca, David Svensson Fors, Detlev
-Casanova, Diego Nieto, Dominique Leroux, Dongyun Seo, Doug Nazar, Edward Hervey, Ekwang Lee, elenril, Elliot Chen, Enrique Ocaña
-González, Erik Fröbrant, Eva Pace, Evgeny Pavlov, Fabian Orccon, Felix Yan, Fernando Jiménez Moreno, Florian Zwoch, François
-Laignel, Frank Dana, Georges Basile Stavracas Neto, Guillaume Desmottes, Guillaume Gomez, Gwyn Ciesla, Haihua Hu, Hassene Tmar,
-hassount, Heiko Becker, He Junyan, hguermaz, Hiero32, Hosang Lee, Hou Qi, Hugo Svirak, Hugues Fruchet, Hu Qian, Hyung Song,
-Ignazio Pillai, Ilie Halip, Itamar Marom, Ivan Molodetskikh, Ivan Tishchenko, JackZhouVCD, Jacob Johnsson, jainl28patel, Jakub
-Adam, James Cowgill, James Hilliard, James Oliver, Jan Alexander Steffens (heftig), Jan Beich, Jan Schmidt, Jan Vermaete, Jayson
-Reis, Jeff Wilson, Jeongki Kim, Jeri Li, Jimmi Holst Christensen, Jimmy Ohn, Jochen Henneberg, Johan Adam Nilsson, Johan
-Sternerup, John King, Jonas Danielsson, Jonas K Danielsson, Jonas Kvinge, Jordan Petridis, Jordan Yelloz, Josef Kolář, Juan
-Navarro, Julien Isorce, Jun Zhao, Jurijs Satcs, Kalev Lember, Kamal Mostafa, kelvinhu325, Kevin Song, Khem Raj, Kourosh
-Firoozbakht, Leander Schulten, Leif Andersen, L. E. Segovia, Lieven Paulissen, lijing0010, Lily Foster, Link Mauve, Li Yuanheng,
-Loïc Le Page, Loïc Molinari, Lukas Geiger, Luke McGartland, Maksym Khomenko, Ma, Mingyang, Manel J, Marcin Kolny, Marc Leeman,
-Marc Solsona, Marc Wiblishauser, Marek Vasut, Marijn Suijten, Mark Hymers, Markus Ebner, Martin Nordholts, Martin Robinson, Mart
-Raudsepp, Marvin Schmidt, Mathieu Duponchelle, Matt Feury, Matthew Waters, Matthias Fuchs, Matthieu Volat, Maxim P. Dementyev,
-medithe, Mengkejiergeli Ba, Michael Bunk, Michael Gruner, Michael Grzeschik, Michael Olbrich, Michael Tretter, Michiel
-Westerbeek, Mihail Ivanchev, Ming Qian, Nader Mahdi, naglis, Nick Steel, Nicolas Beland, Nicolas Dufresne, Nirbheek Chauhan,
-Olivier Babasse, Olivier Blin, Olivier Crête, Omar Khlif, Onur Demiralay, Patricia Muscalu, Paul Fee, Pawel Stawicki, Peter
-Stensson, Philippe Normand, Philipp Zabel, PhoenixWorthVCD, Piotr Brzeziński, Priit Laes, Qian Hu, Rabindra Harlalka, Rafał
-Dzięgiel, Rahul T R, rajneeshksoni, Ratchanan Srirattanamet, renjun wang, Rhythm Narula, Robert Ayrapetyan, Robert Mader, Robert
-Rosengren, Robin Gustavsson, Roman Lebedev, Rouven Czerwinski, Ruben Gonzalez, Ruslan Khamidullin, Ryan Pavlik, Sanchayan Maity,
-Sangchul Lee, Scott Kanowitz, Scott Moreau, SeaDve, Sean DuBois, Sebastian Dröge, Sebastian Szczepaniak, Sergey Radionov,
-Seungha Yang, Shengqi Yu, Simon Himmelbauer, Slava Andrejev, Slawomir Pawlowski, soak, Stefan Brüns, Stéphane Cerveau, Stephan
-Seitz, Stijn Last, Talha Khan, Taruntej Kanakamalla, Jin Chung Teng, Théo Maillart, Thibault Saunier, Thomas Schneider,
-Tim-Philipp Müller, Tobias Rapp, Tong Wu, Tristan van Berkom, ttrigui, U. Artie Eoff, utzcoz, Víctor Manuel Jáquez Leal, Vivia
-Nikolaidou, Wang Chuan, William Manley, Wojciech Kapsa, Xabier Rodriguez Calvar, Xavier Claessens, Xuchen Yang, Yatin Maan,
-Yinhang Liu, Yorick Smilda, Yuri Fedoseev, Gang Zhao, Jack Zhou, …
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-Stable 1.24 branch
-
-After the 1.24.0 release there will be several 1.24.x bug-fix releases which will contain bug fixes which have been deemed
-suitable for a stable branch, but no new features or intrusive changes will be added to a bug-fix release usually. The 1.24.x
-bug-fix releases will be made from the git 1.24 branch, which will be a stable branch.
-
-1.24.0
-
-GStreamer 1.24.0 was released on 4 March 2024.
-
-1.24.1
-
-The first 1.24 bug-fix release (1.24.1) was released on 21 March 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.0.
-
-Highlighted bugfixes in 1.24.1
-
--   Fix instant-EOS regression in audio sinks in some cases when volume is 0
--   rtspsrc: server compatibility improvements and ONVIF trick mode fixes
--   rtsp-server: fix issues if RTSP media was set to be both shared and reusable
--   (uri)decodebin3 and playbin3 fixes
--   adaptivdemux2/hlsdemux2: Fix issues with failure updating playlists
--   mpeg123 audio decoder fixes
--   v4l2codecs: DMA_DRM caps support for decoders
--   va: various AV1 / H.264 / H.265 video encoder fixes
--   vtdec: fix potential deadlock regression with ProRes playback
--   gst-libav: fixes for video decoder frame handling, interlaced mode detection
--   avenc_aac: support for 7.1 and 16 channel modes
--   glimagesink: Fix the sink not always respecting preferred size on macOS
--   gtk4paintablesink: Fix scaling of texture position
--   webrtc: Allow resolution and framerate changes, and many other improvements
--   webrtc: Add new LiveKit source element
--   Fix usability of binary packages on arm64 iOS
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   registry, ptp: Canonicalize the library path returned by dladdr
--   segment: Don’t use g_return_val_if_fail() in gst_segment_to_running_time_full()
--   uri: Sort uri protocol sources/sinks by feature name to break a feature rank tie
--   ptp: Initialize expected DELAY_REQ seqnum to an invalid value
--   ptp: Don’t install test executable
--   gst-inspect: fix –exists for plugins with versions other than GStreamer’s version, like the Rust plugins
--   identity: Don’t refuse seeks unless single-segment=true
-
-gst-plugins-base
-
--   audiobasesink: Don’t wait on gap events
--   audioencoder: Avoid using temporarily mapped memory as base for input buffers
--   decodebin3: Be more specific when sending missing plugin messages
--   decodebin3: Fix re-usability issues
--   decodebin3: Provide clear error message if no decoders present
--   playbin3: Remove un-needed URI NULL check
--   uridecodebin3: Don’t hold lock when posting messages or signals
--   uridecodebin3: Handle potential double redirection errors
--   glimagesink: Fix the sink not always respecting preferred size on macOS
--   glupload: Do not propose allocators with sysmem, fixes warning when playing VP9 with alpha
--   shmallocator: fix build on Illumos
--   meson: Fix the condition to skip theoradec test
-
-gst-plugins-good
-
--   adaptivdemux/hlsdemux2: Fix issues with failure updating playlists
--   mpg123audiodec: Correctly handle the case of clipping all decoded samples
--   mpg123audiodec: gst_audio_decoder_allocate_output_buffer: assertion ‘size > 0’ failed
--   qt: Fix description in meson build options
--   qtdemux: Do not set channel-mask to zero
--   rtspsrc: remove ‘deprecated’ flag from the ‘push-backchannel-sample’ signal
--   rtspsrc: Consider 503 Service Not Available when handling broken control urls
--   rtspsrc, rtponviftimestamp: ONVIF mode fixes
--   rtspsrc: Don’t invoke close when stopping if we’ve started cleanup, fixing potential crash on shutdown
--   rtpgstpay: Delay pushing of event packets until the next buffer
-
-gst-plugins-bad
-
--   asio: Fix {input,output}-channels property handling
--   cuda,d3d11,d3d12bufferpool: Disable preallocation
--   d3d11device: Fix adapter LUID comparison in wrapped device mode
--   d3d12device: Fix IDXGIFactory2 leak
--   d3d12: Fix SDK debug layer activation
--   dvbsubenc: Fix bottom field size calculation
--   dvdspu: avoid null dereference
--   GstPlay: Fix a critical warning in error callback
--   v4l2codecs: decoders: Add DMA_DRM caps support
--   vaav1enc: Init the output_frame_num when resetting gf group
--   vah264enc, vah265enc, vaav1enc: fix potential crash on devices without rate control
--   vah265enc: checking surface alignment
--   videoparsers: Don’t verbosely warn about CEA_708_PROCESS_EM_DATA_FLAG not being set
--   vtdec: Fix a deadlock during ProRes playback, handle non-linked gracefully
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4paintablesink: Fix scaling of texture position
--   janusvrwebrtcsink: Handle 64 bit numerical room ids
--   janusvrwebrtcsink: Don’t include deprecated audio/video fields in publish messages
--   janusvrwebrtcsink: Handle various other messages to avoid printing errors
--   livekitwebrtc: Fix shutdown behaviour
--   rtpgccbwe: Don’t forward buffer lists with buffers from different SSRCs to avoid breaking assumptions in rtpsession
--   sccparse: Ignore invalid timecodes during seeking
--   webrtcsink: Don’t try parsing audio caps as video caps
--   webrtc: Allow resolution and framerate changes
--   webrtcsrc: Make producer-peer-id optional
--   livekitwebrtcsrc: Add new LiveKit source element
--   regex: Add support for configuring regex behaviour
--   spotifyaudiosrc: Document how to use with non-Facebook accounts
--   webrtcsrc: Add do-retransmission property
-
-gst-libav
-
--   avcodecmap: Increase max AAC channels to 16
--   avviddec: Fix how we get back the codec frame
--   avviddec: Fix interlaced mode detection
--   avviddec: Double check if AV_CODEC_FLAG_COPY_OPAQUE port is safe for our scenario
-
-gst-rtsp-server
-
--   media: gst_rtsp_media_set_reusable() and gst_rtsp_media_set_shared() have become incompatible
--   rtsp-stream: clear sockets when leaving bin
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix critical warning
-
-gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.1
-
--   gstreamer: Enable ptp helper explicitly
--   gst-plugins-bad: Package new insertbin plugin
--   gst-plugins-rs: Adjust parallel architecture build blocks
--   libnice: update to 0.1.22
--   pixman: Bump to 0.43.4
--   orc: disable JIT code generation on arm64 on iOS again, fixing crashes
-
-Contributors to 1.24.1
-
-Alexander Slobodeniuk, Antonio Larrosa, Edward Hervey, Elizabeth Figura, François Laignel, Guillaume Desmottes, He Junyan, Jan
-Schmidt, Jordan Yelloz, L. E. Segovia, Mark Nauwelaerts, Mathieu Duponchelle, Michael Tretter, Mikhail Rudenko, Nicolas
-Dufresne, Nirbheek Chauhan, Philippe Normand, Piotr Brzeziński, Robert Mader, Ruijing Dong, Sebastian Dröge, Seungha Yang,
-Thomas Goodwin, Thomas Klausner, Tim-Philipp Müller, Xi Ruoyao,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.1
-
--   List of Merge Requests applied in 1.24.1
--   List of Issues fixed in 1.24.1
-
-1.24.2
-
-The second 1.24 bug-fix release (1.24.2) was released on 9 April 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.2
-
--   H.264 parsing regression fixes
--   WavPack typefinding improvements
--   Video4linux fixes and improvements
--   Android build and runtime fixes
--   macOS OpenGL memory leak and robustness fixes
--   Qt/QML video sink fixes
--   Package new analytics and mse libraries in binary packages
--   Windows MSVC binary packages: fix libvpx avx/avx2/avx512 instruction set detection
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Block futex_time64 usage on Android API level < 30
--   basesrc: Clear submitted buffer lists consistently with buffers
--   ptpclock: fix double free of domain data during deinit
--   clocksync: Proxy allocation queries
--   inputselector: fix possible clock leak on shutdown
--   typefind: Handle WavPack block sizes > 131072
-
-gst-plugins-base
-
--   glcolorconvert: Ensure glcolorconvert does not miss supported RGB formats
--   gl/macos: a couple of race/reference count fixes
--   pbutils: descriptions: Don’t warn on MPEG-1 audio caps without layer field
--   encodebin: Add the parser before timestamper to tosync list
--   videorate: Reset last_ts when a new segment is received
-
-gst-plugins-good
-
--   qml6glsink: fix destruction of underlying texture
--   qt/qt6: Fixup for dummy textures
--   rtpjitterbuffer: Don’t use estimated_dts to do default skew adjustment
--   rtpjitterbuffer: Use an extended RTP timestamp for the clock-base
--   rtpmp4adepay: Set duration on outgoing buffers
--   tests: rtpred: fix out-of-bound writes
--   v4l2: allocator: Fix unref log/trace on memory release
--   v4l2: Also set max_width/max_width if enum framesize fail
--   v4l2: enforce a pixel aspect ratio of 1/1 if no data are available
--   v4l2: fix error in calculating padding bottom for tile format
--   v4l2src: need maintain the caps order in caps compare when fixate
--   vpxenc: Include vpx error details in errors and warnings
-
-gst-plugins-bad
-
--   h264parse: element hangs with some video streams (regression)
--   h264parse: Revert “AU boundary detection changes”
--   alphadecodebin: Explicitly pass 64 bit integers as such through varargs
--   atdec: Set a channel mask for channel counts greater than 2
--   ccconverter: Fix caps leak and remove unnecessary code
--   d3d11videosink: disconnect signals before releasing the window
--   d3d11: meson: Add support for MinGW DirectXMath package and update directxmath wrap to 3.1.9
--   d3d11: meson: Disable library build if DirectXMath header was not found
--   dwrite: Fix crash on device update
--   GstPlay: Update video_snapshot to support playbin3
--   jpegparse: avi1 tag can be progressive
--   jpegparse: turn some bus warnings into object ones
--   qsvdecoder: Release too old frames
--   ristsrc: Only free caps if needed
--   va: av1enc: Correct the reference number and improve the reference setting
--   va: {vp9, av1}enc: Avoid reopen encoder or renegotiate
--   videoparsers: Demote CC warning message
--   vkbufferpool: correct usage flags type
--   vkh26xdec: a couple decoding fixes
--   vtdec: Fix caps criticals during negotiation
--   wpe: avoid crash with G_DEBUG=fatal_criticals and static build
--   Sink missing floating references
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   aws: use fixed BehaviorVersion
--   aws: improve error message logs
--   fmp4: Update to dash-mpd 0.16
--   fmp4mux: Require gstreamer-pbutils 1.20 for the examples
--   onvifmetadataparse: Reset state in PAUSED->READY after pad deactivation, fixing occasional deadlock on shutdown
--   reqwest: Update to reqwest 0.12
--   webrtcsink: set perfect-timestamp=true on audio encoders
--   webrtcsink: improve panic message on unexpected caps during discovery
--   webrtchttp: Update to reqwest 0.12
--   webrtc: fix inconsistencies in documentation of object names
--   Fix clippy warnings after upgrade to Rust 1.77
-
-gst-libav
-
--   avviddec: Fix AVPacket leak
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: frame-composition-meta: Stop using keyword ‘operator’ for field in C++
-
-gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   webrtc examples: set perfect-timestamp=true on opusenc for better Chrome interoperability
-
-Development build environment
-
--   flac: Add subproject wrap and allow falling back to it in the flac plugin
--   libnice: bump subproject wrap to v0.1.22 (needed for ICE consent freshness support in gstwebrtc)
-
-Cerbero build tool and packaging changes in 1.24.2
-
--   glib: Block futex_time64 usage on Android API level < 30
--   libvpx: Fix build with Python 3.8
--   libvpx: Fix errors with avx* instruction set detection for x86* builds and MSVC
--   openjpeg: Update to 2.5.2
--   directxmath: Update to 3.1.9
--   gst-plugins-rs: Fix superstripping for ELF breaking all plugins
--   Rust-based plugin initialization hangs on Android with GStreamer 1.24.0
-
-Contributors to 1.24.2
-
-Alexander Slobodeniuk, Arnaud Vrac, Chao Guo, Chris Spencer, Daniel Morin, Edward Hervey, Elizabeth Figura, Elliot Chen, eri,
-François Laignel, Guillaume Desmottes, Haihua Hu, He Junyan, Hou Qi, Jan Schmidt, Jochen Henneberg, L. E. Segovia, Martin
-Nordholts, Matthew Waters, Nicolas Dufresne, Philippe Normand, Philipp Zabel, Piotr Brzeziński, Robert Guziolowski, Robert
-Mader, Ruben Gonzalez, Sebastian Dröge, Seungha Yang, Taruntej Kanakamalla, Thibault Saunier, Tim Blechmann, Tim-Philipp Müller,
-Víctor Manuel Jáquez Leal, Wojciech Kapsa, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.2
-
--   List of Merge Requests applied in 1.24.2
--   List of Issues fixed in 1.24.2
-
-1.24.3
-
-The third 1.24 bug-fix release (1.24.3) was released on 30 April 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.3
-
--   EXIF image tag parsing security fixes
--   Subtitle handling improvements in parsebin
--   Fix issues with HLS streams that contain VTT subtitles
--   Qt6 QML sink re-render and re-sizing fixes
--   unixfd ipc plugin timestamp and segment handling fixes
--   vah264enc, vah265enc: Do not touch the PTS of the output frame
--   vah264dec and vapostproc fixes and improvements
--   v4l2: multiple fixes and improvements, incl. for mediatek JPEG decoder and v4l2 loopback
--   v4l2: fix hang after seek with some v4l2 decoders
--   Wayland sink fixes
--   ximagesink: fix regression on RPi/aarch64
--   fmp4mux, mp4mux gained FLAC audio support
--   D3D11, D3D12: reliablity improvements and memory leak fixes
--   Media Foundation device provider fixes
--   GTK4 paintable sink improvements including support for directly importing dmabufs with GTK 4.14
--   WebRTC sink/source fixes and improvements
--   AWS s3sink, s3src, s3hlssink now support path-style addressing
--   MPEG-TS demuxer fixes
--   Python bindings fixes
--   various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   ptp: Silence Rust compiler warning about some unused trait methods
-
-gst-plugins-base
-
--   EXIF image tag parsing security fixes
--   glcolorconvert: remove some dead code
--   parsebin: Ensure non-time subtitle streams get “parsed”
--   playbin3: Handle combiner update in case of errors
--   ximagesink: initialize mask for XISelectEvents
-
-gst-plugins-good
-
--   adaptivedemux2: Playback hangs with VTT fragments
--   adaptivedemux2: Avoid double usage of parsebin
--   pulsedeviceprovider: Add compare_device_type_name function and missing lock
--   qml6glsink: Notify that the returned QSGNode node has changes
--   qml6glsink: video content resizes to new item size
--   qtdemux: fix wrong full_range offset when parsing colr box
--   soup: fix thread name
--   v4l2: add multiplane y42b (yuv422m) support (for mediatek v4l2 jpeg decoder)
--   v4l2: bufferpool: Drop writable check on output pool process
--   v4l2: bufferpool: Ensure freshly created buffers are not marked as queued, fixing issues with v4l2sink on a v4l2loopback
-    device
--   v4l2: bufferpool: queue back the buffer flagged LAST but empty, fixes hangs after seek with some decoders
--   v4l2: silence valgrind warning
--   vpx: Include vpx error details in errors and warnings
-
-gst-plugins-bad
-
--   d3d11device: protect device_lock vs device_new
--   d3d11decoder, d3d12decoder: Fix potential use after free
--   d3d11videosink: Fix rendering on keyed mutex enabled handle
--   d3d12decoder: Fix d3d12 resource copy
--   d3d12encoder: Fix buffer pool leak
--   d3d12videosink: HWND event handling related fixes
--   d3d12vp9dec: Fix Intel GPU crash occurred when decoding VP9 SVC
--   dvbsubenc: fixed some memory leaks and a crash
--   GstPlay: fix read duration failure issue for some type rtsp streams which have valid duration
--   mediafoundation: Fix device enumeration
--   mediafoundation: Fix infinite loop in device provider
--   tests: fix possible libscpp build failure in gst-plugins-bad
--   tsdemux, tsparse: Fix Program equality check
--   tsdemux: Disable smart program update
--   unixfdsink: Take segment into account when converting timestamps
--   va: videoformat: use video library to get DRM fourcc
--   va: radeonsi: DRM RGB formats doesn’t look correctly mapped to VA formats
--   vah264enc, vah265enc: Do not touch the PTS of output frame
--   vaav1enc: Change the alignment of output to “tu”
--   vaallocator: disable derived all together for Mesa <23.3
--   waylandsink: free staged buffer when do gst_wl_window_finalize
--   wlwindow: clear configure mutex and cond when finalize
--   waylandsink: config buffer pool with query size when propose_allocation
--   v4l2codecs: Don’t unref allocation query caps
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
-Fixed:
-
--   hrtfrender: Use a bitmask instead of an int in the caps for the channel-mask
--   rtpgccbwe: Don’t log an error when pushing a buffer list fails while stopping
--   webrtcsink: Don’t panic in bitrate handling with unsupported encoders
--   webrtcsink: Don’t panic if unsupported input caps are used
--   webrtcsrc: Allow a None producer-id in request-encoded-filter signal
-
-Added:
-
--   aws: New property to support path-style addressing
--   fmp4mux / mp4mux: Support FLAC inside (f)MP4
--   gtk4: Support directly importing dmabufs with GTK 4.14
--   gtk4: Add force-aspect-ratio property similar to other video sinks
-
-gst-libav
-
--   libav: guard some recently dropped APIs
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   Fix Python library name fetching and library searching on Windows
--   Don’t link to python for the gi overrides module
-
-gst-editing-services
-
--   ges-launcher: Fix for forcing container profiles
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   debug-viewer: Fix plugin loading machinery
--   validate/flvdemux: Stop spamming audio/video on test
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.3
-
--   No changes
-
-Contributors to 1.24.3
-
-Alexander Slobodeniuk, Edward Hervey, Elliot Chen, F. Duncanh, François Laignel, Haihua Hu, He Junyan, Hou Qi, Jan Schmidt,
-Jimmy Ohn, Maksym Khomenko, Matthew Waters, Nicolas Dufresne, Nirbheek Chauhan, Philippe Normand, Philipp Zabel, Qian Hu (胡骞),
-Sanchayan Maity, Sebastian Dröge, Seungha Yang, Simonas Kazlauskas, Taruntej Kanakamalla, Tim Blechmann, Tim-Philipp Müller, U.
-Artie Eoff, Víctor Manuel Jáquez Leal, William Wedler, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.3
-
--   List of Merge Requests applied in 1.24.3
--   List of Issues fixed in 1.24.3
-
-1.24.4
-
-The fourth 1.24 bug-fix release (1.24.4) was released on 29 May 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.4
-
--   audioconvert: support more than 64 audio channels
--   avvidec: fix dropped frames when doing multi-threaded decoding of I-frame codecs such as DV Video
--   mpegtsmux: Correctly time out in live pipelines, esp. for sparse streams like KLV and DVB subtitles
--   vtdec deadlock fixes on shutdown and format/resolution changes (as might happen with e.g. HLS/DASH)
--   fmp4mux, isomp4mux: Add support for adding AV1 header OBUs into the MP4 headers, and add language from tags
--   gtk4paintablesink improvements: fullscreen mode and gst-play-1.0 support
--   webrtcsink: add support for insecure TLS and improve error handling and VP9 handling
--   v4l2codecs: decoder: Reorder caps to prefer DMA_DRM ones, fixes issues with playbin3
--   vah264enc, vah265enc: timestamp handling fixes; generate IDR frames on force-keyunit-requests, not I frames
--   Visualizer plugins fixes
--   Avoid using private APIs on iOS
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Fix 32 bit assertions in GST_TIME_TO_TIMEVAL and GST_TIME_TO_TIMESPEC
--   systemclock: fix usage of __STDC_NO_ATOMICS__
--   filesrc: Don’t abort on _get_osfhandle() on Windows
--   tests: Avoid using “bool” for the variable name
--   Various Solaris / Illumos fixes
--   parse: Don’t assume that child proxy child objects are GstObjects
-
-gst-plugins-base
-
--   audioconvert: Support converting >64 channels
--   decodebin3: Fix caps and stream leaks
--   playbin(3), streamsynchronizer: Fix deadlock when streams have been flushed before others start
--   videotestsrc: fix race condition when clearing cached buffer
--   Fix visualization plugins
--   GstDiscoverer hangs when processing media file containing mebx on MacOS
--   glmixer: Add GL_SYNC_META option to buffer pool
--   typefinding: Fix ID_ODD_SIZE handling regression in WavPack typefinder
-
-gst-plugins-good
-
--   osxaudio: Avoid using private APIs on iOS
--   qtdemux: unit test fixes for 32-bit platforms
-
-gst-plugins-bad
-
--   cudamemory: Fix offset of subsampled planar formats
--   d3d11: Revert “d3d11device: protect device_lock vs device_new
--   d3dshader: Fix gamma and primaries conversion pixel shader
--   dtlsconnection: Fix overflow in timeout calculation on systems with 32 bit time_t
--   GstPlay: Initialize debug category and error quark in class_init
--   kmssink: Do not close the DRM prime handle twice
--   mpegtsmux: Correctly time out and mux anyway in live pipelines
--   nvcodec: Accept progressive-high profiles for h264
--   nvencoder: Fix maximum QP value setting
--   qsvh264dec, qsvh265dec: Fix nalu leaks
--   v4l2codecs: decoder: Reorder caps to prefer DMA_DRM ones
--   vah264enc, vah265enc: Let FORCE_KEYFRAME be IDR frame rather than just I frame
--   vah264enc, vah265enc: Set DTS offset before PTS
--   vkh26xdec: Fix stop memory leak
--   vtdec: Fix deadlock when negotiating format change
--   vtdec: Fix PAUSED->READY deadlock when output loop is running
--   wayland: Use wl_display_create_queue_with_name
--   webrtc: request-aux-sender, only sink floating refs
--   webrtcbin: Allow session level setup attribute in SDP
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   fmp4mux, isomp4mux: Add support for adding AV1 header OBUs into the MP4 headers
--   fmp4mux, isomp4mux: Add language from tags
--   gtk4paintablesink: Also create own window for gst-play-1.0
--   gtk4paintablesink: Add GST_GTK4_WINDOW_FULLSCREEN environment variable to fullscreen window for testing with
-    e.g. gst-launch-1.0
--   gtk4: Fix plugin description and update python examples
--   rtpgccbwe: Log effective bitrate in more places, and log delay and loss target bitrates separately
--   webrtcsink: Improve error when no encoder was found or RTP plugins were missing
--   webrtcsink: Add VP9 parser after the encoder for VP9 too
--   webrtc: Add support for insecure TLS connections
-
-gst-libav
-
--   avvidec: Fix dropping wrong “ghost” frames - fixing multi-threaded decoding of I-frame codecs such as DV Video
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges-pipeline: Configure encodebin before linking
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.4
-
--   Add Fedora 40 support
--   srt: bump version to 1.5.3
--   pango: Fix leaks on Windows (textoverlay plugins)
--   windows runtime installer has empty qt6 msm
--   WiX: assorted fixes
-
-Contributors to 1.24.4
-
-Alexander Slobodeniuk, Bill Nottingham, Brad Reitmeyer, Chris Del Guercio, Daniel Stone, Edward Hervey, Emil Pettersson, He
-Junyan, Jordan Petridis, Joshua Breeden, L. E. Segovia, Martin Nordholts, Mathieu Duponchelle, Matthew Waters, Nirbheek Chauhan,
-Philippe Normand, Piotr Brzeziński, Rafael Carício, Robert Ayrapetyan, Robert Mader, Sebastian Dröge, Seungha Yang, Shengqi Yu,
-Stéphane Cerveau, Tim-Philipp Müller,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.4
-
--   List of Merge Requests applied in 1.24.4
--   List of Issues fixed in 1.24.4
-
-1.24.5
-
-The fifth 1.24 bug-fix release (1.24.5) was released on 20 June 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.5
-
--   webrtcsink: Support for AV1 via nvav1enc, av1enc or rav1enc encoders
--   AV1 RTP payloader/depayloader fixes to work correctly with Chrome and Pion WebRTC
--   av1parse, av1dec error handling/robustness improvements
--   av1enc: Handle force-keyunit events properly for WebRTC
--   decodebin3: selection and collection handling improvements
--   hlsdemux2: Various fixes for discontinuities, variant switching, playlist updates
--   qml6glsink: fix RGB format support
--   rtspsrc: more control URL handling fixes
--   v4l2src: Interpret V4L2 report of sync loss as video signal loss
--   d3d12 encoder, memory and videosink fixes
--   vtdec: more robust error handling, fix regression
--   ndi: support for NDI SDK v6
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   promise: Don’t use g_return_* for internal checks
--   debug: Add missing gst_debug_log_id_literal() dummy with gst_debug=false
--   ptp-helper: Add GNU/Hurd support
-
-gst-plugins-base
-
--   uridecodebin3: Don’t hold PLAY_ITEMS lock when activating them
--   decodebin3: Always ensure we end up with parsebin or identity
--   decodebin3: Properly support changing input collections
--   decodebin3: Avoid usage of parsebin even more
--   decodebin3: Fix dealing with input without caps
--   video-info: Don’t crash in gst_video_info_is_equal() if one videoinfo is zero-initialized
-
-gst-plugins-good
-
--   flacparse: fix buffer overflow
--   hlsdemux2: Various fixes for discontinuities, variant switching, playlist updates
--   qml6glsink: fix RGB format support
--   rtpdtmfdepay: fix caps negotiation with audioconvert
--   rtpdtmfsrc: fix leak when shutting down mid-event
--   rtspsrc: fix invalid seqnum assertions
--   rtspsrc: Various control URL handling fixes
--   v4l2src: Interpret V4L2 report of sync loss as video signal loss
-
-gst-plugins-bad
-
--   av1parse: Do not return error when expectedFrameId mismatch
--   av1dec: Don’t treat decoding errors as fatal and print more error details
--   av1enc: Handle force-keyunit events properly by requesting keyframes
--   codectimestamper: never set DTS to NONE
--   d3d12encoder: Do not print error log for not-supported feature
--   d3d12memory: Fix staging buffer alignment
--   d3d12videosink: Disconnect window signal handler on dispose as intended
--   dtlssrtpenc: Don’t crash if no pad name is provided when requesting a new pad
--   glcolorconvert: update existing sync meta if outbuf has one
--   pcapparse: Parsing code assumes unaligned memory accesses are OK
--   pcapparse: Avoid unaligned memory access
--   tsdemux: Fix maximum PCR/DTS values
--   vtdec: Improve error handling in edge cases
--   vtdec, qtdemux: regression in 1.24.3 - internal data stream error
--   uvcgadget: Use g_path_get_basename instead of libc basename
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4: update flatpak integration code
--   ndi: Add support for loading NDI SDK v6
--   reqwesthttpsrc: Fix race condition when unlocking
--   rtp: Don’t restrict payload types for payloaders
--   rtp: av1pay: Correctly use N flag for marking keyframes
--   rtp: av1depay: Parse internal size fields of OBUs and handle them
--   webrtcsink: Refactor value retrieval to avoid lock poisoning
--   webrtcsink: Add support for AV1
--   webrtc: Update to async-tungstenite 0.26
--   Fix various new clippy 1.79 warnings
--   meson: Fix various issues in dependency management, feature detection, some regressions, and add logging
-
-gst-libav
-
--   No changes
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   No changes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.5
-
--   osxrelocator: Fix RPATHs in deeply nested libraries
-
-Contributors to 1.24.5
-
-Angelo Verlain, Chris Del Guercio, Corentin Damman, Edward Hervey, Francisco Javier Velázquez-García, He Junyan, Jakub Adam,
-Jakub Vaněk, Khem Raj, L. E. Segovia, Martin Nordholts, Mathieu Duponchelle, Nirbheek Chauhan, Piotr Brzeziński, Samuel
-Thibault, Sebastian Dröge, Sergey Krivohatskiy, Seungha Yang, Tim-Philipp Müller, Zach van Rijn,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.5
-
--   List of Merge Requests applied in 1.24.5
--   List of Issues fixed in 1.24.5
-
-1.24.6
-
-The sixth 1.24 bug-fix release (1.24.6) was released on 29 July 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.6
-
--   Fix compatibility with FFmpeg 7.0
--   qmlglsink: Fix failure to display content on recent Android devices
--   adaptivedemux: Fix handling of closed caption streams
--   cuda: Fix runtime compiler loading with old CUDA tookit
--   decodebin3 stream selection handling fixes
--   d3d11compositor, d3d12compositor: Fix transparent background mode with YUV output
--   d3d12converter: Make gamma remap work as intended
--   h264decoder: Update output frame duration for interlaced video when second field frame is discarded
--   macOS audio device provider now listens to audio devices being added/removed at runtime
--   Rust plugins: audioloudnorm, s3hlssink, gtk4paintablesink, livesync and webrtcsink fixes
--   videoaggregator: preserve features in non-alpha caps for subclasses with non-system memory sink caps
--   vtenc: Fix redistribute latency spam
--   v4l2: fixes for complex video formats
--   va: Fix strides when importing DMABUFs, dmabuf handle leaks, and blocklist unmaintained Intel i965 driver for encoding
--   waylandsink: Fix surface cropping for rotated streams
--   webrtcdsp: Enable multi_channel processing to fix handling of stereo streams
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   downloadbuffer: fix push mode
--   queue: queue2: multiqueue: Don’t work with segment.position if buffers have no timestamps
--   gst-inspect-1.0: Fix leak of plugin/feature
-
-gst-plugins-base
-
--   decodebin3: Fix detection of selection done
--   glvideomixer: Fix critical when setting start-time-selection
--   parsebin: accept-caps handling for elements with unusual sink pad names
--   subparse: Don’t use jit for regular expressions when running in valgrind
--   subparse: put valgrind header availability define into config.h for subparse
--   videoaggregator: preserve features in non-alpha caps
--   videoscale: correct classification error
--   meson: Fix invalid include flag in uninstalled gl pc file
--   Fix various memory leaks
-
-gst-plugins-good
-
--   adaptivedemux: Fix handling closed caption streams
--   qml/glsink: also support GLES2 needing shader ‘precision’ directives
--   v4l2object: use v4l2 reported width for padded_width when complex video formats
--   v4l2: meson: fix SIZEOF_OFF_T when cross-compiling with Meson >= 1.3.0
-
-gst-plugins-bad
-
--   svtav1enc: Fix segfault when flushing
--   avfdeviceprovider: Fix debug category initialization
--   osxaudiodeviceprovider: Listen for audio devices being added/removed
--   avtp: Fixed Linux/Alpine 3.20 build
--   cuda: Fix runtime compiler loading with old CUDA tookit
--   d3d11compositor, d3d12compositor: Fix transparent background mode with YUV output
--   d3d11converter: Fix runtime compiled shader code
--   d3d12converter: Make gamma remap work as intended
--   h264decoder: Update output frame duration when second field frame is discarded
--   isac: Work around upstream having no shared library support for MSVC
--   lc3: remove bitstream comparison in the tests
--   qroverlay: redraw overlay when caps changes
--   qsv: Fix critical warnings
--   rtmp2: guard against calling gst_amf_node_get_type() with NULL
--   srtsrc: fix case fallthrough of authentication param
--   va: Blocklist unmaintained i965 driver for encoding
--   va: Fix strides when importing DMABUFs
--   va: Fix dmabuf handle leaks
--   vadisplay: fix minor version check
--   vkh265dec: Fix H.264 ref in logs
--   vulkan: fix wrong stages or access in barriers
--   vtenc: Fix redistribute latency spam
--   waylandsink: Fix surface cropping for rotated streams
--   webrtcdsp: Enable multi_channel processing
-
-gst-plugins-ugly
-
--   asfdemux: Be more lenient towards malformed header, fixes playback of files written by VLC
-
-GStreamer Rust plugins
-
--   audioloudnorm: Fix limiter buffer index wraparound off-by-one for the last buffer
--   aws: s3hlssink: Do not call abort before finishing uploads
--   gtk4paintablesink: Support RGBx formats in SW paths
--   gtk4paintablesink: default to force-aspect-ratio=false for Paintable
--   livesync: Use the actual output buffer duration of gap filler buffers
--   livesync: Allow queueing up to latency buffers, also sync on the first buffer and add sync property
--   webrtcsink: fix property types for rav1enc AV1 encoder
-
-gst-libav
-
--   Fix compatibility with ffmpeg 7
--   avauddec: Fix crash on stop()
--   avmux: Fix crash when muxer doesn’t get codecid
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Various leak fixes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Remove G_REGEX_OPTIMIZE usage, helps avoid valgrind issues
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   libgudev wrap: add fallback uri
--   liblc3 wrap: update to v1.1.1
-
-Cerbero build tool and packaging changes in 1.24.6
-
--   meson: Backport fix for Glib including a GCC-only flag in the pkg-config file
--   libsoup: Workaround build error with GCC 14
--   libltc: Fix Windows build
--   webrtc-audio-processing: Fix MinGW build
--   libvpx: Also build a shared lib on macOS
--   glib: Fix Windows build
--   osxrelocator: Fix framework entrypoints being unable to load dylibs
--   gobject-introspection, recipe: Fix more fallout from the Meson dylib ID fixes
--   cargo-c.recipe: Ensure that we can change the id and rpath
-
-Contributors to 1.24.6
-
-Chris Spoelstra, Edward Hervey, François Laignel, Guillaume Desmottes, Jakub Adam, Jan Schmidt, Jordan Petridis, L. E. Segovia,
-Loïc Yhuel, Matthew Waters, Nirbheek Chauhan, Piotr Brzeziński, Robert Mader, Ruben Gonzalez, Sanchayan Maity, Sebastian Dröge,
-Sebastian Gross, Seungha Yang, Shengqi Yu, Taruntej Kanakamalla, Tim-Philipp Müller, tomaszmi, Víctor Manuel Jáquez Leal,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.6
-
--   List of Merge Requests applied in 1.24.6
--   List of Issues fixed in 1.24.6
-
-1.24.7
-
-The seventh 1.24 bug-fix release (1.24.7) was released on 21 August 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.7
-
--   Fix APE and Musepack audio file and GIF playback with FFmpeg 7.0
--   playbin3: Fix potential deadlock with multiple playbin3s with glimagesink used in parallel
--   qt6: various qmlgl6src and qmlgl6sink fixes and improvements
--   rtspsrc: expose property to force usage of non-compliant setup URLs for RTSP servers where the automatic fallback doesn’t
-    work
--   urisourcebin: gapless playback and program switching fixes
--   v4l2: various fixes
--   va: Fix potential deadlock with multiple va elements used in parallel
--   meson: option to disable gst-full for static-library build configurations that do not need this
--   cerbero: libvpx updated to 1.14.1; map 2022Server to Windows11; disable rust variant on Linux if binutils is too old
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   bin: Don’t keep the object lock while setting a GstContext when handling NEED_CONTEXT
--   core: Log pad name, not just the pointer
-
-gst-plugins-base
-
--   pbutils: descriptions: use subsampling factor to get YUV subsampling
--   rtspconnection: Handle invalid argument properly
--   urisourcebin: Actually drop EOS on old-school pad switch
--   urisourcebin: Don’t hold lock when emitting about-to-finish
--   gst-launch deadlock with two playbin3s
--   xvimagesink: Fix crash in pool on error
-
-gst-plugins-good
-
--   qmlgl6src: Fix crash when use-default-fbo is not set
--   qt6glwindow: Fallback to GL_RGB on CopyTexImage2D error, fixing usage with eglfs backend
--   qt6glwindow: Only use GL_READ_FRAMEBUFFER when we do blits
--   qt6: glwindow: Don’t leak previously rendered buffer
--   rtspsrc: expose property for forcing usage of non-compliant URLs
--   v4l2object: fix ARIB_STD_B67 colorimetry unmatch issue
--   v4l2: Fix colorimetry mismatch for encoded format with RGB color-matrix
-
-gst-plugins-bad
-
--   aom: av1enc: restrict allowed input width and height
--   h264parse: bypass check for length_size_minus_one
--   h265parse: Reject FD received before SPS
--   msdk: replace strcmp with g_strcmp0
--   msdkvc1dec crashes (segfault)
--   rsvgoverlay: add debug category
--   va: don’t use GST_ELEMENT_WARNING in set_context() vmethod to fix potential deadlock
--   va: deadlock when playing two videos at once
--   webrtc: Add missing G_BEGIN/END_DECLS in header for C++
--   wpe: initialize threading.ready before reading it
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   gtk4: Move the dmabuf cfg to the correct bracket level
-
-gst-libav
-
--   avdemux: Fix deadlock with FFmpeg 7.x when serialized events are received from upstream while opening, such as e.g. APE
-    files with tags
--   libav: return EOF when stream is out of data
--   avdemux: Never return 0 from read function, which would lead to infinite loops
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   vaapi: Fix sps_max_dec_pic_buffering_minus1 value in h265 decoder
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   nlecomposition: Don’t leak QoS events
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Fix copying of action name
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   Add a meson option to disable gst-full for static-library build configurations that do not need this
-
-Cerbero build tool and packaging changes in 1.24.7
-
--   Disable rust variant on Linux if binutils is too old
--   Added 2022Server to the Windows platform distro map as Windows11
--   libvpx: Update to 1.14.1
-
-Contributors to 1.24.7
-
-David Rosca, Edward Hervey, Guillaume Desmottes, Hou Qi, Jan Schmidt, Jesper Jensen, Jordan Petridis, Jordan Yelloz, L. E.
-Segovia, Lyra McMillan, Mathieu Duponchelle, Max Romanov, Nicolas Dufresne, Nirbheek Chauhan, Qian Hu (胡骞), Sebastian Dröge,
-Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.7
-
--   List of Merge Requests applied in 1.24.7
--   List of Issues fixed in 1.24.7
-
-1.24.8
-
-The eigth 1.24 bug-fix release (1.24.8) was released on 19 September 2024.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.8
-
--   decodebin3: collection handling fixes
--   encodebin: Fix pad removal (and smart rendering in gst-editing-services)
--   glimagesink: Fix cannot resize viewport when video size changed in caps
--   matroskamux, webmmux: fix firefox compatibility issue with Opus audio streams
--   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
--   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
--   video: QoS event handling improvements
--   voamrwbenc: fix list of bitrates
--   vtenc: Restart encoding session when certain errors are detected
--   wayland: Fix ABI break in WL context type name
--   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
--   cerbero: ship vp8/vp9 software encoders again, which went missing in 1.24.7; ship transcode plugin
--   Various bug fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   clock: Fix unchecked overflows in linear regression code
--   meta: Add missing include of gststructure.h
--   pad: Check data NULL-ness when probes are stopped
--   aggregator: Immediately return NONE from simple_get_next_time() on non-TIME segments
-
-gst-plugins-base
-
--   decodebin3: Fix collection identity check
--   encodebin: Fix pad removal
--   glimagesink: Fix cannot resize viewport when video size changed in caps
--   video: Don’t overshoot QoS earliest time by a factor of 2
--   meson: gst-play: link to libm
-
-gst-plugins-good
-
--   jackaudiosrc: actually use the queried ports from JACK
--   matroskamux: Include end padding in the block duration for Opus streams, fixing firefox compatibility
--   osxaudio: Avoid dangling pointer on shutdown
--   splitmuxsink: Override LATENCY query to pretend to downstream that we’re not live
--   v4l2bufferpool: actually queue back the empty buffer flagged LAST
--   v4l2videoenc: unref buffer pool after usage properly
--   v4l2: encoder: Add dynamic framerate support
-
-gst-plugins-bad
-
--   GstPlay: Name the different bus
--   GstPlay: check whether stream is seekable before seeking when state change
--   GstPlayer: Check GstPlayerSignalDispatcher type
--   mpegtsmux: Wait for data on all pads before deciding on a best pad unless timing out
--   mpegtsmux: Fix refcounting issue when selecting the best pad
--   uvcsink: fix caps event handling
--   v4l2codecs: h265: Minimize memory allocation
--   voamrwbenc: fix list of bitrates
--   vtenc: Restart encoding session when certain errors are detected
--   wayland: Fix ABI break in WL context type name
--   webrtcbin: Prevent crash when attempting to set answer on invalid SDP
--   wpe: fix gst-launch example
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   No changes
-
-gst-libav
-
--   No changes
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   discoverer-manager: Fix race leading to assertion when stopping
--   structured-interface: Fix memory leak of invalid fields GList
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   pad-monitor: Fix remaining pad function data handling
--   pad-monitor: Fix pad function data properly
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   meson: Update openjpeg wrap to 2.5.2, fixes a warning
-
-Cerbero build tool and packaging changes in 1.24.8
-
--   No vp8 / vp9 encoders packaged (regression)
--   libvpx: Fix codec detection to fix vp8enc/vp9enc elements not being shipped
--   gst-plugins-bad: Add missing transcode plugin
-
-Contributors to 1.24.8
-
-Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Carlos Bentzen, Chao Guo, Edward Hervey, Francis Quiers, Guillaume
-Desmottes, Hou Qi, Jan Schmidt,, L. E. Segovia, Michael Tretter, Nicolas Dufresne, Nirbheek Chauhan, Peter Kjellerstedt,
-Philippe Normand, Piotr Brzeziński, Randy Li (ayaka), Sebastian Dröge, Thibault Saunier, Tim-Philipp Müller, Wim Taymans,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.8
-
--   List of Merge Requests applied in 1.24.8
--   List of Issues fixed in 1.24.8
-
-1.24.9
-
-The ninth 1.24 bug-fix release (1.24.9) was released on 30 October 2024.
-
-This release only contains bugfixes and a security fix and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.9
-
--   gst-rtsp-server security fix
--   GstAggregator start time selection and latency query fixes for force-live mode
--   audioconvert: fix dynamic handling of mix matrix, and accept custom upstream event for setting one
--   encodebin: fix parser selection for encoders that support multiple codecs
--   flvmux improvments for pipelines where timestamps don’t start at 0
--   glcontext: egl: Unrestrict the support base DRM formats
--   kms: Add IMX-DCSS auto-detection in sink and fix stride with planar formats in allocator
--   macOS main application event loop fixes
--   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
--   playbin3, decodebin3, parsebin, urisourcebin: fix races, and improve stability and stream-collection handling
--   rtpmanager: fix early RTCP SR generation for sparse streams like metadata
--   qml6glsrc: Reduce capture delay
--   qtdemux: fix parsing of rotation matrix with 180 degree rotation
--   rtpav1depay: added wait-for-keyframe and request-keyframe properties
--   srt: make work with newer libsrt versions and don’t re-connect on authentication failure
--   v4l2 fixes and improvement
--   webrtcsink, webrtcbin and whepsrc fixes
--   cerbero: fix Python 3.13 compatibility, g-i with newer setuptools, bootstrap on Arch Linux; iOS build fixes
--   Ship qroverlay plugin in binary packages - Various bug fixes, memory leak fixes, and other stability and reliability
-    improvements
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   aggregator: fix start time selection first with force-live
--   aggregator: fix live query when force-live is TRUE
--   parse-launch: Make sure children are bins before recursing in
--   macos: Fix race conditions in cocoa/application main event loop
--   multiqueue: Do not unref the query we get in pad->query
-
-gst-plugins-base
-
--   audioconvert: fix dynamic handling of mix matrix, accept custom upstream event for setting one
--   playback: Fix a variety of decodebin3/parsebin/urisourcebin races
--   playbin3: prevent crashing trying to play a corrupted mp4 file (WARNING : HIGH PITCHED CORRUPTED SOUND)
--   urisourcebin: Ensure all stream-start are handled
--   urisourcebin: Allow more cases for posting stream-collection
--   decodebin3: Make update/posting of collection messages atomic
--   decodebin3: send selected stream message as long as not all the tracks can’t select decoders
--   urisourcebin/parsebin: Improve collection creation and handling
--   encodebasebin: Miscellaneous fixes
--   allocators: drmdumb: Fix bpp value for P010
--   gldownload: use gst_gl_sync_meta_wait_cpu()
--   Revert “meson: Fix invalid include flag in uninstalled gl pc file”
--   gl: Fix configure error when libdrm is a subproject
--   glcontext: egl: Unrestrict the support base DRM formats
--   exiftag: Check the result of gst_date_time_new_local_time(), fixes criticals with malformed EXIF tags
-
-gst-plugins-good
-
--   flvmux: Use first running time on the initial header instead of 0
--   rtpmanager: skip RTPSources which are not ready in the RTCP generation
--   rtppassthroughpay: Fix reading clock-rate and payload type from caps
--   qml6glsrc: Reduce capture delay
--   qtdemux: fix parsing of matrix with 180 rotation
--   qtdemux: Check fourcc of a second CEA608 atom instead of assuming it’s cdt2
--   qtdemux: Skip zero-sized boxes instead of stopping to look at further boxes
--   twcc: Handle wrapping of reference time
--   v4l2object: append non colorimetry structure to probed caps
--   v4l2: Various fixes and improvement
-
-gst-plugins-bad
-
--   avfdeviceprovider: Fix leak from the GstCaps
--   codecparsers: add debug categories to bitwriters
--   codectimestamper: Fix gint wraparound in pts_compare_func
--   dvxa: Explicitly use cpp_std=c++11
--   GstPlay: message parsing and documentation improvements
--   h26xbitwriter: false have_space if aligning fails on aud
--   kmsallocator: fix stride with planar formats
--   kmssink: Add IMX-DCSS auto-detection
--   mpegtsdemux: Handle PTS/DTS wraparound with ignore-pcr=true
--   rtmp2sink: Initialize base_ts / last_ts with the actual first observed timestamp
--   scenechange: fix memory leak
--   srtsink: Register SRT listen callback before binding socket
--   srt: Don’t attempt to reconnect on authentication failures
--   tests: va: fix vapostproc test for DMABuf
--   tests: lc3: Allocate the same size for the buffer and the data
--   va: Fix libdrm include, plus meson and wrap changes
--   vaav1enc: Do not enable palette mode by default
--   vp8decoder: Fix resolution change handling
--   vtdec: add support for level 6 6.1 and 6.2
--   wayland: Add NV15 support
--   webrtcbin: Clean up bin elements when datachannel is removed
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   Build: turn lto off for dev profile for faster dev builds
--   fmp4 hls_live example: Don’t set header-update-mode=update, no need to update the header in live mode
--   gtk4paintablesink: Don’t check for a GL context when filtering dmabuf caps
--   livesync: Log latency query results when handling latency query too
--   onvifmetadatapay: Set output caps earlier, so upstream can send gap events earlier
--   rtpav1depay: Add wait-for-keyframe and request-keyframe properties
--   spotify: tweak dependencies
--   transcriberbin: fix panic during gst-inspect-1.0 -u
--   webrtcsink: fix segment format mismatch with remote offer
--   webrtcsink: fix assertions when finalizing
--   webrtcsink: Fix typo in “turn-servers” property description
--   whepsrc: Fix incorrect default caps
-
-gst-libav
-
--   avviddec: Unlock video decoder stream lock temporarily while finishing frames
-
-gst-rtsp-server
-
--   rtsp-server: Remove pointless assertions that can happen if client provides invalid rates (security fix)
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix name of GESFrameCompositionMeta API type (which caused gobject-introspection failures at build time)
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Ignore flaky dash playbin3 issue
--   validate: Blacklist more netsim tests
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.9
-
--   Fix Python 3.13 compatibility
--   gobject-introspection: Import patch to build against newer setuptools
--   Switch from wget to curl on Fedora 40 and newer
--   bootstrap: Add missing dependencies on Arch Linux
--   harfbuzz: Add CXXFLAGS to fix broken build on iOS
--   openssl.recipe: Stop using non-existent domain in primary tarball url
--   gst-plugins-bad: ship qroverlay plugin
-
-Contributors to 1.24.9
-
-Andoni Morales Alastruey, Arun Raghavan, Benjamin Gaignard, Corentin Damman, Dave Lucia, Edward Hervey, Elliot Chen, eri,
-Francisco Javier Velázquez-García, Guillaume Desmottes, He Junyan, Hugues Fruchet, Jakub Adam, James Cowgill, Jan Alexander
-Steffens (heftig), Jan Schmidt, Johan Sternerup, Jordan Petridis, L. E. Segovia, Mathieu Duponchelle, Nick Steel, Nicolas
-Dufresne, Nirbheek Chauhan, Ognyan Tonchev, Olivier Crête, Peter Stensson, Philippe Normand, Piotr Brzeziński, Sanchayan Maity,
-Sebastian Dröge, Shengqi Yu, Stéphane Cerveau, Théo Maillart, Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
-Weijian Pan, Xavier Claessens,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.9
-
--   List of Merge Requests applied in 1.24.9
--   List of Issues fixed in 1.24.9
-
-1.24.10
-
-The tenth 1.24 bug-fix release (1.24.10) was released on 03 December 2024.
-
-This release only contains bugfixes and security fixes. It should be safe to update from 1.24.x and we would recommend you
-update at your earliest convenience.
-
-Highlighted bugfixes in 1.24.10
-
--   More than 40 security fixes across a wide range of elements following an audit by the GitHub Security Lab, including the
-    MP4, Matroska, Ogg and WAV demuxers, subtitle parsers, image decoders, audio decoders and the id3v2 tag parser.
--   avviddec: Fix regression that could trigger assertions about width/height mismatches
--   appsink and appsrc fixes
--   closed caption handling fixes
--   decodebin3 and urisourcebin fixes
--   glupload: dmabuf: Fix emulated tiled import
--   level: fix LevelMeta values outside of the stated range
--   mpegtsmux, flvmux: fix potential busy looping with high cpu usage in live mode
--   pipeline dot file graph generation improvements
--   qt(6): fix criticals with multiple qml(6)gl{src,sink}
--   rtspsrc: Optionally timestamp RTP packets with their receive times in TCP/HTTP mode to enable clock drift handling
--   splitmuxsrc: reduce number of file descriptors used
--   systemclock: locking order fixes
--   v4l2: fix possible v4l2videodec deadlock on shutdown; 8-bit bayer format fixes
--   x265: Fix build with libx265 version >= 4.1 after masteringDisplayColorVolume API change
--   macOS: fix rendering artifacts in retina displays, plus ptp clock fixes
--   cargo: Default to thin lto for the release profile (for faster builds with lower memory requirements)
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
--   Translation updates
-
-gstreamer
-
--   allocator: Avoid integer overflow when allocating sysmem and avoid integer overflow in qtdemux theora extension parsing
--   deviceprovider: fix leaking hidden providers
--   gstreamer: prefix debug dot node names to prevent splitting
--   pad: Never push sticky events in response to a FLUSH_STOP
--   systemclock: Fix lock order violation and some cleanup
--   utils: improve gst_util_ceil_log2()
--   ptp: use ip_mreq instead of ip_mreqn for macos
--   tracers: unlock leaks tracer if already tracking
-
-gst-plugins-base
-
--   appsink: fix timeout logic for gst_app_sink_try_pull_sample()
--   appsrc: Fix use-after-free when making buffer / buffer-lists writable
--   audiostreamalign: Don’t report disconts for every buffer if alignment-threshold is too small
--   decodebin3: Unify collection switching checks
--   discoverer: Don’t print channel layout for more than 64 channels
--   discoverer: Make sure the missing elements details array is NULL-terminated in a thread-safe way
--   discoverer: fix segfault in race condition adding a new uri
--   id3v2: Don’t try parsing extended header if not enough data is available
--   glupload: dmabuf: Fix emulated tiled import
--   gl: cocoa: fix rendering artifacts in retina displays
--   gl: meson: Don’t use libdrm_dep in cc.has_header()
--   oggstream: fix invalid ogg_packet->packet accesses, address invalid writes CVE
--   opusdec: Set at most 64 channels to NONE position
--   playbin: Fix caps leak in get_n_common_capsfeatures()
--   playbin3: ERROR when setting new HLS URI with instant-uri=true
--   sdp: Add debug categories for message and mikey modules
--   ssaparse: Search for closing brace after opening brace
--   splitmuxsrc: Convert part reader to a bin with a non-async bus
--   subparse: Check for NULL return of strchr() when parsing LRC subtitles
--   streamsynchronizer: Only send GAP events out of source pads
--   urisourcebin: Also use event probe for HLS use-cases
--   video-converter: Set TIME segment format on appsrc
--   vorbisdec: Set at most 64 channels to NONE position
--   Translation for gst-plugins-base 1.24.0 not sync-ed with Translation Project
--   Update translations
-
-gst-plugins-good
-
--   avisubtitle: Fix size checks and avoid overflows when checking sizes
--   flvmux: Don’t time out in live mode if no timestamped next buffer is available
--   gdkpixbufdec: Check if initializing the video info actually succeeded
--   jpegdec: Directly error out on negotiation failures
--   level: Fix integer overflow when filling LevelMeta
--   level: produces level value outside of Stated Range
--   matroskademux: header parsing fixes
--   qtdemux: header and sample table parsing fixes
--   qtdemux: avoid integer overflow in theora extension parsing
--   qt(6)/material: ensure that we always update the context in setBuffer()
--   rtspsrc: Optionally timestamp RTP packets with their receive times in TCP/HTTP mode
--   rtp: Fix precision loss in gst_rtcp_ntp_to_unix()
--   rtpfunnel: Ensure segment events are forwarded after flushs
--   rtpmanager: don’t map READWRITE in twcc header ext
--   rtph264depay, rtph265depay: Fix various OOB reads / NULL pointer dereferences in parameter-set string handling
--   shout2send: Unref event at the end of the event function
--   udpsrc: protect cancellable from unlock/unlock_stop race
--   v4l2object: Fixed incorrect maximum value for int range
--   v4l2object: Remove little endian marker on 8 bit bayer format names
--   v4l2videodec: fix freeze race condition
--   wavparse: Fix various (missing) size checks and other parsing problems
-
-gst-plugins-bad
-
--   ccconverter: Don’t override in_fps_entry when trying to take output
--   ccutils fixes
--   kmssink: Add mediatek auto-detection
--   mpegtsmux: Don’t time out in live mode if no timestamped next buffer is available (fixes busy loop with high cpu usage)
--   mpegvideoparse: do not set delta unit flag on unknown frame type
--   mxfmux: Fix off-by-one in the month when generating a timestamp for now
--   timecodestamper: Don’t fail the latency query in LTC mode if we have no framerate
--   webrtc: don’t crash on invalid bundle id
--   x265: Allow building with x265-4.1 (after masteringDisplayColorVolume API change)
--   meson: Don’t unconditionally invoke the libsoup subproject for tests
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   cargo: Default to thin lto for the release profile (for faster builds with lower memory requirements)
-
-gst-libav
-
--   avcodecmap: Use avcodec_get_supported_config() instead of struct fields
--   libav: viddec: provide details if meta has the wrong resolution
--   avviddec: Unlock video decoder stream lock temporarily while finishing frames
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   No changes
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   No changes
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   validate: Fix leaks in ssim components
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   meson: Fix failing libva wrap file build
-
-Cerbero build tool and packaging changes in 1.24.10
-
--   shell: fix TemporaryDirectory error with the with statement when ZSH
--   ci: update macos CI to 15 Sequoia
-
-Contributors to 1.24.10
-
-Albert Sjolund, Alicia Boya García, Andoni Morales Alastruey, Antonio Morales, Edward Hervey, Guillaume Desmottes, Jan Alexander
-Steffens (heftig), Jan Schmidt, Jonas Rebmann, Jordan Petridis, Mathieu Duponchelle, Matthew Waters, Nicolas Dufresne, Nirbheek
-Chauhan, Pablo Sun, Philippe Normand, Robert Rosengren, Ruben Gonzalez, Sebastian Dröge, Seungmin Kim, Stefan Riedmüller,
-Stéphane Cerveau, Taruntej Kanakamalla, Théo Maillart, Thibault Saunier, Tim-Philipp Müller, Tomáš Polomský, Wilhelm Bartel, Xi
-Ruoyao,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.10
-
--   List of Merge Requests applied in 1.24.10
--   List of Issues fixed in 1.24.10
-
-1.24.11
-
-The eleventh 1.24 bug-fix release (1.24.11) was released on 06 January 2025.
-
-This release only contains bugfixes and it should be safe to update from 1.24.x.
-
-Highlighted bugfixes in 1.24.11
-
--   playback: Fix SSA/ASS subtitles with embedded fonts
--   decklink: add missing video modes and fix 8K video modes
--   matroskamux: spec compliance fixes for audio-only files
--   onnx: disable onnxruntime telemetry
--   qtdemux: Fix base offset update when doing segment seeks
--   srtpdec: Fix a use-after-free issue
--   (uri)decodebin3: Fix stream change scenarios, possible deadlock on shutdown
--   video: fix missing alpha flag in AV12 format description
--   avcodecmap: Add some more channel position mappings
--   cerbero bootstrap fixes for Windows 11
--   Various bug fixes, build fixes, memory leak fixes, and other stability and reliability improvements
-
-gstreamer
-
--   No changes
-
-gst-plugins-base
-
--   appsrc: Decrease log level for item drop
--   gl: raise WARNING instead of ERROR when no connector is connected
--   decodebin3: Free main input even if it is not part of the list of inputs
--   urisourcebin: Avoid deadlock on shutdown
--   urisourcebin: Only rewrite stream-start event once
--   urisourcebin/(uri)decodebin3: Fix stream change scenarios
--   urisourcebin: Reference counting leak
--   playbin3: leak detected with A/V playback and window closed
--   videodecoder: Gracefully handle missing data without prior input segment
--   videodecoder: set decode only flag by decode only buffer
--   video: fix AV12 format lacking the GST_VIDEO_FORMAT_FLAG_ALPHA flag.
--   Fix SSA/ASS subtitles with embedded fonts
-
-gst-plugins-good
-
--   matroskamux: Fix audio-only stream conditions and consider audio buffers as keyframes when writing out simpleblocks
--   qtdemux: fix accumulated base offset in segment seeks
--   rtppassthroughpay: ensure buffer is writable before mapping writable
--   rtpsession: Fix twcc stats structure leak
--   v4l2: object: Add P010 format
--   v4l2videodec: release decode only frame in input list
-
-gst-plugins-bad
-
--   decklink: add missing video modes, fix 8K video modes
--   onnx: disable onnxruntime telemetry
--   srtpdec: fix build when libsrtp1 is being used
--   srtpdec: Fix a use-after-free buffer issue
--   va: display: Optimize out some property indirection
--   vp9parse/av1parse: Add video codec tag to the tag list
--   webrtc: Simplify fmtp handling in codec stats
--   webrtcbin: Fix potential deadlock on bin elements cleanup
--   zxing: Replace deprecated DecodeHints with ReaderOptions
--   meson: Also disable drm on GNU/Hurd
-
-gst-plugins-ugly
-
--   No changes
-
-GStreamer Rust plugins
-
--   No changes
-
-gst-libav
-
--   avcodecmap: Add some more channel position mappings
-
-gst-rtsp-server
-
--   No changes
-
-gstreamer-vaapi
-
--   meson: Re-added required: lines accidentally removed
-
-gstreamer-sharp
-
--   No changes
-
-gst-omx
-
--   No changes
-
-gst-python
-
--   No changes
-
-gst-editing-services
-
--   ges: Fix some reference counting and error handling
--   ges-meta-container: Fix the GET_INTERFACE macro
-
-gst-devtools, gst-validate + gst-integration-testsuites
-
--   No changes
-
-gst-examples
-
--   No changes
-
-Development build environment
-
--   No changes
-
-Cerbero build tool and packaging changes in 1.24.11
-
--   Fix bootstrap on Windows 11: Install WMIC when missing
-
-Contributors to 1.24.11
-
-Armin Begovic, Benjamin Gräf, Cheung Yik Pang, Christian Meissl, Daniel Morin, Dean Zhang (张安迪), Edward Hervey, Emil
-Ljungdahl, Francisco Javier Velázquez-García, Guillaume Desmottes, Jan Alexander Steffens (heftig), L. E. Segovia, Matthew
-Waters, Max Romanov, Nicolas Dufresne, Philippe Normand, Robert Mader, Samuel Thibault, Sebastian Dröge, Stéphane Cerveau,
-Thibault Saunier, Tim-Philipp Müller,
-
-… and many others who have contributed bug reports, translations, sent suggestions or helped testing. Thank you all!
-
-List of merge requests and issues fixed in 1.24.11
-
--   List of Merge Requests applied in 1.24.11
--   List of Issues fixed in 1.24.11
-
-Schedule for 1.26
-
-Our next major feature release will be 1.26, and 1.25 will be the unstable development version leading up to the stable 1.26
-release. The development of 1.25/1.25 will happen in the git main branch of the GStreamer mono repository.
-
-The schedule for 1.26 is yet to be decided.
-
-1.26 will be backwards-compatible to the stable 1.24, 1.22, 1.20, 1.18, 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0
-release series.
-
---------------------------------------------------------------------------------------------------------------------------------
-
-These release notes have been prepared by Tim-Philipp Müller with contributions from Edward Hervey, Matthew Waters, Nicolas
-Dufresne, Nirbheek Chauhan, Olivier Crête, Sebastian Dröge, Seungha Yang, Thibault Saunier, and Víctor Manuel Jáquez Leal.
-
-License: CC BY-SA 4.0
diff --git a/subprojects/gstreamer-vaapi/RELEASE b/subprojects/gstreamer-vaapi/RELEASE
deleted file mode 100644 (file)
index 94ee84a..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-This is GStreamer gstreamer-vaapi 1.24.11.
-
-The GStreamer team is thrilled to announce a new major feature release
-of your favourite cross-platform multimedia framework!
-
-As always, this release is again packed with new features, bug fixes and
-other improvements.
-The 1.24 release series adds new features on top of the 1.22 series and is
-part of the API and ABI-stable 1.x release series.
-
-Full release notes can be found at:
-
-  https://gstreamer.freedesktop.org/releases/1.24/
-
-Binaries for Android, iOS, Mac OS X and Windows will usually be provided
-shortly after the release.
-
-This module will not be very useful by itself and should be used in conjunction
-with other GStreamer modules for a complete multimedia experience.
-
- - gstreamer: provides the core GStreamer libraries and some generic plugins
-
- - gst-plugins-base: a basic set of well-supported plugins and additional
-                     media-specific GStreamer helper libraries for audio,
-                     video, rtsp, rtp, tags, OpenGL, etc.
-
- - gst-plugins-good: a set of well-supported plugins under our preferred
-                     license
-
- - gst-plugins-ugly: a set of well-supported plugins which might pose
-                     problems for distributors
-
- - gst-plugins-bad: a set of plugins of varying quality that have not made
-                    their way into one of core/base/good/ugly yet, for one
-                    reason or another. Many of these are are production quality
-                    elements, but may still be missing documentation or unit
-                    tests; others haven't passed the rigorous quality testing
-                    we expect yet.
-
- - gst-libav: a set of codecs plugins based on the ffmpeg library. This is
-                    where you can find audio and video decoders and encoders
-                    for a wide variety of formats including H.264, AAC, etc.
-
- - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
-                    VA-API on Linux. Primarily for Intel graphics hardware.
-                    (Deprecated, use the new "va" plugin instead)
-
- - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
-
- - gst-editing-services: library an plugins for non-linear editing
-
- - gst-plugins-rs: an exciting collection of well-maintained plugins written
-                   in the Rust programming language (usable from any language)
-
-==== Download ====
-
-You can find source releases of gstreamer in the download
-directory: https://gstreamer.freedesktop.org/src/gstreamer/
-
-The git repository and details how to clone it can be found at
-https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-==== Homepage ====
-
-The project's website is https://gstreamer.freedesktop.org/
-
-==== Support and Bugs ====
-
-We track bugs and feature requests in GitLab:
-
-  https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-Please submit patches via GitLab as well, in form of Merge Requests. See
-
-  https://gstreamer.freedesktop.org/documentation/contribute/
-
-for more details.
-
-For help and support, please head over to our Discourse forum at
-
-  https://discourse.gstreamer.org/
-
-or pop into one of our Matrix chat rooms, see
-
-  https://discourse.gstreamer.org/t/new-gstreamer-matrix-chat-space/675
-
-for more details.
-
-Please do not submit support requests in GitLab, we only use it for
-bug tracking and merge requests review. Use the Discourse forum instead.
-
-==== Developers ====
-
-The GStreamer source code repository can be found on GitLab on freedesktop.org:
-
-  https://gitlab.freedesktop.org/gstreamer/gstreamer/
-
-and can also be cloned from there and this is also where you can submit
-Merge Requests or file issues for bugs or feature requests.
-
-Interested developers of the core library, plugins, and applications should
-join us on Matrix for chat and the Discourse forum for announcements, help
-and discussions.
-
-There is also a gstreamer-devel mailing list, but Discourse is preferred:
-
-  https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
diff --git a/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap b/subprojects/gstreamer-vaapi/gstreamer-vaapi.doap
deleted file mode 100644 (file)
index e4e2195..0000000
+++ /dev/null
@@ -1,571 +0,0 @@
-<Project
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns="http://usefulinc.com/ns/doap#"
-    xmlns:foaf="http://xmlns.com/foaf/0.1/"
-    xmlns:admin="http://webns.net/mvcb/">
-
-  <name>GStreamer VA-API</name>
-  <shortname>gstreamer-vaapi</shortname>
-  <shortdesc xml:lang="en">a set of VA-API based elements for GStreamer</shortdesc>
-  <description xml:lang="en">
-    GStreamer VA-API is a collection of VA-API based plugin with video
-    processing elements for GStreamer.
-  </description>
-  <homepage rdf:resource="http://gstreamer.freedesktop.org/modules/gstreamer-vaapi.html"/>
-  <download-page rdf:resource="http://gstreamer.freedesktop.org/download/"/>
-  <bug-database rdf:resource="https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/"/>
-  <programming-language>C</programming-language>
-  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
-
-  <repository>
-    <GitRepository>
-      <location rdf:resource="git://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi"/>
-      <browse rdf:resource="http://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi"/>
-    </GitRepository>
-  </repository>
-
- <release>
-  <Version>
-   <revision>1.24.11</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2025-01-06</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.11.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.10</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-12-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.10.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.9</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-10-30</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.9.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.8</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-09-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.8.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.7</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-08-21</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.7.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.6</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-07-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.6.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.5</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-06-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.5.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.4</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-05-29</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.4.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.3</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-04-30</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.2</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-04-09</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.1</revision>
-   <branch>1.24</branch>
-   <name></name>
-   <created>2024-03-21</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.24.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-03-04</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.23.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.2</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-15</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.23.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.23.1</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2024-02-06</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.23.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.22.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2023-01-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2023-01-13</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.21.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.3</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-12-05</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.21.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.2</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-11-07</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.21.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.21.1</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-10-04</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.21.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.20.0</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-02-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.20.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.90</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2022-01-28</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.19.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.3</revision>
-   <branch>main</branch>
-   <name></name>
-   <created>2021-11-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.19.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2021-09-23</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.19.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.19.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2021-06-01</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.19.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.18.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-09-08</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.18.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-08-20</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.17.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-07-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.17.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.17.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2020-06-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.17.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.16.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-04-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.16.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-04-11</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.15.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-02-26</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.15.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.15.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2019-01-17</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.15.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.14.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-19</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.91</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-13</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.13.91.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-03-03</created>
-   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.13.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.13.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2018-02-15</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.13.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.4</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-12-07</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.4.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.3</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-09-18</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.3.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.2</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-07-14</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.1</revision>
-   <branch>1.12</branch>
-   <name></name>
-   <created>2017-06-20</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.12.0</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-05-04</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.91</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-04-27</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.11.91.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.90</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-04-07</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.11.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.2</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-02-24</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.11.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.11.1</revision>
-   <branch>master</branch>
-   <name></name>
-   <created>2017-01-12</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.11.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.10.0</revision>
-   <branch>master</branch>
-   <created>2016-11-01</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.10.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.9.90</revision>
-   <branch>master</branch>
-   <created>2016-09-30</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.9.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.9.2</revision>
-   <branch>master</branch>
-   <created>2016-09-01</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.9.2.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.9.1</revision>
-   <branch>master</branch>
-   <created>2016-06-06</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.9.1.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.8.0</revision>
-   <branch>master</branch>
-   <created>2016-03-24</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.8.0.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.7.91</revision>
-   <branch>master</branch>
-   <created>2016-03-15</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.7.91.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.7.90</revision>
-   <branch>master</branch>
-   <created>2016-03-01</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.7.90.tar.xz" />
-  </Version>
- </release>
-
- <release>
-  <Version>
-   <revision>1.6.0</revision>
-   <branch>master</branch>
-   <created>2016-02-14</created>
-   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.6.0.tar.xz" />
-  </Version>
- </release>
-
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Sreerenj Balachandran</foaf:name>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
-      <foaf:name>Victor Jaquez</foaf:name>
-    </foaf:Person>
-  </maintainer>>
-
-</Project>
diff --git a/subprojects/gstreamer-vaapi/meson.build b/subprojects/gstreamer-vaapi/meson.build
deleted file mode 100644 (file)
index 9e16883..0000000
+++ /dev/null
@@ -1,260 +0,0 @@
-project('gstreamer-vaapi', 'c',
-  version : '1.24.11',
-  meson_version : '>= 1.1',
-  default_options : [ 'warning_level=1',
-                      'buildtype=debugoptimized' ])
-
-if get_option('default_library') == 'static'
-  error('GStreamer-VAAPI plugin not supported with `static` builds yet.')
-endif
-
-gst_version = meson.project_version()
-version_arr = gst_version.split('.')
-gst_version_major = version_arr[0].to_int()
-gst_version_minor = version_arr[1].to_int()
-gst_version_micro = version_arr[2].to_int()
-
-if version_arr.length() == 4
-  gst_version_nano = version_arr[3].to_int()
-else
-  gst_version_nano = 0
-endif
-
-libva_req = ['>= 0.39.0', '!= 0.99.0']
-libwayland_req = '>= 1.11.0'
-libdrm_req = '>= 2.4.98'
-gst_req = '>= @0@.@1@.0'.format(gst_version_major, gst_version_minor)
-
-cc = meson.get_compiler('c')
-static_build = get_option('default_library') == 'static'
-
-if cc.has_link_argument('-Wl,-Bsymbolic-functions')
-  add_project_link_arguments('-Wl,-Bsymbolic-functions', language : 'c')
-endif
-
-# Symbol visibility
-if cc.has_argument('-fvisibility=hidden')
-  add_project_arguments('-fvisibility=hidden', language: 'c')
-endif
-
-# Disable strict aliasing
-if cc.has_argument('-fno-strict-aliasing')
-  add_project_arguments('-fno-strict-aliasing', language: 'c')
-endif
-
-# Mandatory GST deps
-libm = cc.find_library('m', required : false)
-gst_dep = dependency('gstreamer-1.0', version : gst_req,
-  fallback : ['gstreamer', 'gst_dep'])
-gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req,
-  fallback : ['gstreamer', 'gst_base_dep'])
-gstpbutils_dep = dependency('gstreamer-pbutils-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'pbutils_dep'])
-gstallocators_dep = dependency('gstreamer-allocators-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'allocators_dep'])
-gstvideo_dep = dependency('gstreamer-video-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'video_dep'])
-gstcodecparsers_dep = dependency('gstreamer-codecparsers-1.0', version : gst_req,
-    fallback : ['gst-plugins-bad', 'gstcodecparsers_dep'])
-gstgl_dep = dependency('gstreamer-gl-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'gstgl_dep'], required: false)
-gstglproto_dep = dependency('', required : false)
-gstglx11_dep = dependency('', required : false)
-gstglwayland_dep = dependency('', required : false)
-gstglegl_dep = dependency('', required : false)
-
-# Disable compiler warnings for unused variables and args if gst debug system is disabled
-if gst_dep.type_name() == 'internal'
-  gst_debug_disabled = not subproject('gstreamer').get_variable('gst_debug')
-else
-  # We can't check that in the case of subprojects as we won't
-  # be able to build against an internal dependency (which is not built yet)
-  gst_debug_disabled = cc.has_header_symbol('gst/gstconfig.h', 'GST_DISABLE_GST_DEBUG', dependencies: gst_dep)
-endif
-
-if gst_debug_disabled
-  message('GStreamer debug system is disabled')
-  add_project_arguments(cc.get_supported_arguments(['-Wno-unused']), language: 'c')
-else
-  message('GStreamer debug system is enabled')
-endif
-
-libva_dep = dependency('libva', version: libva_req)
-libva_drm_dep = dependency('libva-drm', required: get_option('drm'), version: libva_req)
-libva_wayland_dep = dependency('libva-wayland', required: get_option('wayland'), version: libva_req)
-libva_x11_dep = dependency('libva-x11', required: get_option('x11'), version: libva_req)
-
-libdrm_dep = dependency('libdrm', version: libdrm_req, required: get_option('drm'))
-libudev_dep = dependency('libudev', required: get_option('drm'))
-
-x11_dep = dependency('x11', required: get_option('x11'))
-xrandr_dep = dependency('xrandr', required: get_option('x11'))
-
-gmodule_dep = dependency('gmodule-no-export-2.0')
-egl_dep = dependency('egl', required: get_option('egl'))
-glesv2_dep = dependency('glesv2', required: false)
-
-glx_option = get_option('glx').require(libva_x11_dep.found() and x11_dep.found(),
-    error_message: 'glx requires libva-x11 and x11 dependency')
-gl_dep = dependency('gl', required: glx_option)
-libdl_dep = cc.find_library('dl', required: glx_option)
-
-wayland_option = get_option('wayland').require(libdrm_dep.found(),
-    error_message: 'wayland requires libdrm dependency')
-wayland_client_dep = dependency('wayland-client', version: libwayland_req,
-  required: wayland_option)
-wayland_protocols_dep = dependency('wayland-protocols', version: '>= 1.15',
-  required: wayland_option)
-wayland_scanner_bin = find_program('wayland-scanner', required: wayland_option)
-
-gstcheck_dep = dependency('gstreamer-check-1.0', version : gst_req,
-  required : get_option('tests'),
-  fallback : ['gstreamer', 'gst_check_dep'])
-
-# some of the examples can use GTK+-3
-gtk_dep = dependency('gtk+-3.0', version : '>= 3.10', required : get_option('examples'))
-
-GLES_VERSION_MASK = gl_dep.found() ? 1 : 0
-if glesv2_dep.found()
-  if (cc.has_header('GLES2/gl2.h', dependencies: glesv2_dep) and
-      cc.has_header('GLES2/gl2ext.h', dependencies: glesv2_dep))
-    GLES_VERSION_MASK += 4
-  endif
-  if (cc.has_header('GLES3/gl3.h', dependencies: glesv2_dep) and
-      cc.has_header('GLES3/gl3ext.h', dependencies: glesv2_dep) and
-      cc.has_header('GLES2/gl2ext.h', dependencies: glesv2_dep))
-    GLES_VERSION_MASK += 8
-  endif
-endif
-
-USE_ENCODERS = get_option('encoders').allowed()
-USE_VP9_ENCODER = USE_ENCODERS and libva_dep.version().version_compare('>= 0.40.0')
-USE_AV1_DECODER = libva_dep.version().version_compare('>= 1.10')
-
-USE_DRM = (libva_drm_dep.found()
-    and libdrm_dep.found()
-    and libudev_dep.found())
-USE_EGL = (egl_dep.found()
-    and GLES_VERSION_MASK != 0)
-USE_WAYLAND = (libva_wayland_dep.found()
-    and wayland_client_dep.found()
-    and wayland_protocols_dep.found()
-    and wayland_scanner_bin.found()
-    and libdrm_dep.found())
-USE_X11 = (libva_x11_dep.found() and x11_dep.found())
-USE_GLX = (USE_X11 and gl_dep.found() and libdl_dep.found())
-
-if not (USE_DRM or USE_X11 or USE_WAYLAND)
-  error('No renderer API found (it is requried either DRM, X11 and/or WAYLAND)')
-endif
-
-if gstgl_dep.found()
-  gstglproto_dep = dependency('gstreamer-gl-prototypes-1.0', version : gst_req,
-    fallback : ['gst-plugins-base', 'gstglproto_dep'], required: true)
-  # Behind specific checks because meson fails at optional dependencies with a
-  # fallback to the same subproject.  On the first failure, meson will never
-  # check the system again even if the fallback never existed.
-  # Last checked with meson 0.54.3
-  if USE_X11
-    gstglx11_dep = dependency('gstreamer-gl-x11-1.0', version : gst_req,
-       fallback : ['gst-plugins-base', 'gstglx11_dep'], required: true)
-  endif
-  if USE_WAYLAND
-    gstglwayland_dep = dependency('gstreamer-gl-wayland-1.0', version : gst_req,
-        fallback : ['gst-plugins-base', 'gstglwayland_dep'], required: true)
-  endif
-  if USE_EGL
-    gstglegl_dep = dependency('gstreamer-gl-egl-1.0', version : gst_req,
-        fallback : ['gst-plugins-base', 'gstglegl_dep'], required: true)
-  endif
-endif
-
-driverdir = libva_dep.get_variable('driverdir', default_value: '')
-if driverdir == ''
-  driverdir = join_paths(get_option('prefix'), get_option('libdir'), 'dri')
-endif
-
-cdata = configuration_data()
-cdata.set_quoted('GST_API_VERSION_S', '@0@.@1@'.format(gst_version_major, gst_version_minor))
-cdata.set_quoted('PACKAGE', 'gstreamer-vaapi')
-cdata.set_quoted('VERSION', '@0@'.format(gst_version))
-cdata.set_quoted('PACKAGE_VERSION', '@0@'.format(gst_version))
-cdata.set_quoted('PACKAGE_NAME', 'GStreamer VA-API Plug-ins')
-cdata.set_quoted('PACKAGE_STRING', 'GStreamer VA-API Plug-ins @0@'.format(gst_version))
-cdata.set_quoted('PACKAGE_BUGREPORT', get_option('package-origin'))
-cdata.set_quoted('VA_DRIVERS_PATH', '@0@'.format(driverdir))
-cdata.set10('GST_VAAPI_USE_DRM', USE_DRM)
-cdata.set10('GST_VAAPI_USE_EGL', USE_EGL)
-cdata.set10('GST_VAAPI_USE_ENCODERS', USE_ENCODERS)
-cdata.set10('GST_VAAPI_USE_GLX', USE_GLX)
-cdata.set10('GST_VAAPI_USE_VP9_ENCODER', USE_VP9_ENCODER)
-cdata.set10('GST_VAAPI_USE_AV1_DECODER', USE_AV1_DECODER)
-cdata.set10('GST_VAAPI_USE_WAYLAND', USE_WAYLAND)
-cdata.set10('GST_VAAPI_USE_X11', USE_X11)
-cdata.set10('HAVE_XKBLIB', cc.has_header('X11/XKBlib.h', dependencies: x11_dep))
-cdata.set10('HAVE_XRANDR', xrandr_dep.found())
-cdata.set10('USE_GST_GL_HELPERS', gstgl_dep.found())
-cdata.set('USE_GLES_VERSION_MASK', GLES_VERSION_MASK)
-
-api_version = '1.0'
-soversion = 0
-# maintaining compatibility with the previous libtool versioning
-# current = minor * 100 + micro
-curversion = gst_version_minor * 100 + gst_version_micro
-libversion = '@0@.@1@.0'.format(soversion, curversion)
-osxversion = curversion + 1
-
-plugins_install_dir = '@0@/gstreamer-1.0'.format(get_option('libdir'))
-
-gstreamer_vaapi_args = ['-DHAVE_CONFIG_H']
-configinc = include_directories('.')
-libsinc = include_directories('gst-libs')
-
-plugins = []
-
-subdir('gst-libs')
-subdir('gst')
-subdir('tests')
-subdir('docs')
-
-# Set release date
-if gst_version_nano == 0
-  extract_release_date = find_program('scripts/extract-release-date-from-doap-file.py')
-  run_result = run_command(extract_release_date, gst_version, files('gstreamer-vaapi.doap'), check: true)
-  release_date = run_result.stdout().strip()
-  cdata.set_quoted('GST_PACKAGE_RELEASE_DATETIME', release_date)
-  message('Package release date: ' + release_date)
-endif
-
-if gmodule_dep.version().version_compare('< 2.67.4')
-  cdata.set('g_memdup2(ptr,sz)', '(G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),NULL)')
-endif
-
-configure_file(output: 'config.h', configuration: cdata)
-
-meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.22.0', meson.project_version())
-
-pkgconfig = import('pkgconfig')
-plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')
-if get_option('default_library') == 'shared'
-  # If we don't build static plugins there is no need to generate pc files
-  plugins_pkgconfig_install_dir = disabler()
-endif
-
-plugin_names = []
-gst_plugins = []
-foreach plugin: plugins
-  pkgconfig.generate(plugin, install_dir: plugins_pkgconfig_install_dir)
-  dep = declare_dependency(link_with: plugin, variables: {'full_path': plugin.full_path()})
-  meson.override_dependency(plugin.name(), dep)
-  gst_plugins += [dep]
-  if plugin.name().startswith('gst')
-    plugin_names += [plugin.name().substring(3)]
-  else
-    plugin_names += [plugin.name()]
-  endif
-endforeach
-
-summary({
-    'Plugins': plugin_names,
-}, list_sep: ', ')