Gst.ParseContext.prototype.get_missing_elements
function get_missing_elements():[String] { // Gjs wrapper for gst_parse_context_get_missing_elements() }
Retrieve missing elements from a previous run of parse_launch_full or parse_launchv_full. Will only return results if an error code of Gst.ParseError.no_such_element was returned.
- Returns
a NULL-terminated array of element factory name strings of missing elements. Free with GLib.strfreev when no longer needed.