org.gstreamer.example
Class PipelineLauncher

java.lang.Object
  extended by org.gstreamer.example.PipelineLauncher

public class PipelineLauncher
extends java.lang.Object

A simple command-line pipeline launching utility.

See Also:
Pipeline.launch(java.lang.String)

Constructor Summary
PipelineLauncher()
           
 
Method Summary
static void main(java.lang.String[] args)
          Launches a pipeline from command-line pipeline description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineLauncher

public PipelineLauncher()
Method Detail

main

public static void main(java.lang.String[] args)
Launches a pipeline from command-line pipeline description. You can find examples for command-line pipeline syntax in the manual page for the Gstreamer gst-launch utility. For example:
 java org.gstreamer.example.PipelineLauncher videotestsrc ! autovideosink
 

Parameters:
args - pipline definition