Gst.Plugin.prototype.set_cache_data
function set_cache_data(cache_data:Gst.Structure):void { // Gjs wrapper for gst_plugin_set_cache_data() }
Adds plugin specific data to cache. Passes the ownership of the structure to the plugin.
The cache is flushed every time the registry is rebuilt.
- cache_data
a structure containing the data to cache