GstPipefilter

Name

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

Synopsis


#include <gst/gst.h>



Object Hierarchy


  GObject
   +----GstObject
         +----GstElement
               +----GstPipefilter

Args


  "command"              gchararray           : Read / Write

Description

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

Details

Args

"command" (gchararray : Read / Write)

Sets the command to be executed.