entransmultiprocpipe

entransmultiprocpipe

Properties

gchar * args Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstEntransMultiProcTrans
                    ╰── GstEntransMultiProcPipe

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.

Functions

Types and Values

GstEntransMultiProcPipe

typedef GstMultiProcPipe GstEntransMultiProcPipe;

Property Details

The “args” property

  “args”                     gchar *

Arguments for the command to execute.

Owner: GstEntransMultiProcPipe

Flags: Read / Write

Default value: NULL