GstParse

Name

GstParse -- Parses commandline syntax into a pipeline.

Synopsis


#include <gst/gst.h>


gint        gst_parse_launch                (const gchar *cmdline,
                                             GstBin *parent);

Description

This method allows you to create a pipeline from a command line syntax description.

Details

gst_parse_launch ()

gint        gst_parse_launch                (const gchar *cmdline,
                                             GstBin *parent);

Create a new pipeline based on command line syntax.

cmdline : the command line describing the pipeline
parent : the parent bin for the resulting pipeline
Returns : ?