GstPipefilter

Name

GstPipefilter -- A wrapper around every stdin/stdout capable program

Synopsis


#include <gst/gst.h>



Object Hierarchy


  GtkObject
   +----GstObject
         +----GstElement
               +----GstPipefilter

Args


  "command"              gchar*               : Read / Write

Description

A GstPipefilter pipes data to an external program and creates buffers from its output.

Details

Args

"command" (gchar* : Read / Write)

Sets the command to be executed.