SVT-AV1 and VA-API AV1 encoders missing docs

Hello,
1.24.0 release notes state that these encoders are available, but they are missing from documentation website. How can I use them or where could I check the exact name, parameters accepted, etc?

Thank you!
Luis

This is not an answer, but if you have these plugins installed, then you may find some info about the plugin, the library implementing it, the various elements it provides and their properties with default values, signals, using gst-inspect-1.0.

# List all available plugins and provided types/elements:
gst-inspect-1.0

# Get an element details such as plugin/lib, pads/caps, properties, signals
gst-inspect-1.0 your_element
1 Like