Gst.ParseContext.new
function new():Gst.ParseContext { // Gjs wrapper for gst_parse_context_new() }
Allocates a parse context for use with parse_launch_full or parse_launchv_full.
Free-function: gst_parse_context_free
- Returns
a newly-allocated parse context. Free with Gst.free when no longer needed.