Gst.BufferPool.prototype.get_config

function get_config():Gst.Structure {
    // Gjs wrapper for gst_buffer_pool_get_config()
}

Get a copy of the current configuration of the pool. This configuration can either be modified and used for the Gst.set_config call or it must be freed after usage.

Returns

a copy of the current configuration of pool. use Gst.free after usage or Gst.set_config.