= module Gst::Parse
Parses command-line syntax into a pipeline.

== Module Functions
--- Gst::Parse.launch(command)
    Creates a new pipeline based on command line syntax.
    On failure, an exception is thrown with a specific
    error message.
    * command: a command line.  
    * Returns: a reference to a new Gst::Bin on success, an exception on failure.

- ((<lrz>))
