parse_launchv
Description:
[ CCode ( cname = "gst_parse_launchv_full" , returns_floating_reference = true ) ]
public Element parse_launchv (string[] argv, ParseContext? context = null, ParseFlags flags = NONE) throws Error
public Element parse_launchv (string[] argv, ParseContext? context = null, ParseFlags flags = NONE) throws Error
Create a new element based on command line syntax.
throws will contain an error message if an erroneous pipeline is specified. An error does not mean that the pipeline could not be constructed.
Parameters:
argv |
null-terminated array of arguments |
context |
a parse context allocated with ParseContext, or null |
flags |
parsing options, or NONE |
Returns:
a new element on success; on failure, either null or a partially-constructed bin or element will be
returned and throws will be set (unless you passed
FATAL_ERRORS in |
Namespace: Gst
Package: gstreamer-1.0