multiprocpipe

multiprocpipe — Feeds input into (a) process (per buffer) and pushes the output

Synopsis

                    GstMultiProcPipe;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstMultiProcTrans
                     +----GstMultiProcPipe

Properties

  "args"                     gchararray            : Read / Write

Description

Transforms a data stream by spawning a child process (given by command) for each buffer received, feeding this to the process' stdin and pushing out the resulting stdout as a single buffer.

Details

GstMultiProcPipe

typedef struct _GstMultiProcPipe GstMultiProcPipe;

Property Details

The "args" property

  "args"                     gchararray            : Read / Write

Arguments for the command to execute.

Default value: NULL