procpipe
procpipe — Feeds input into process stdin and pushes its stdout
|
|
Description
Transforms a data stream by having it processed by a child process
(given by command),
providing data to its stdin and receiving data from its stdout.
Note that output buffers are quite raw in that they have neither caps
nor any metadata (timestamps, …).
Details
GstProcPipe
typedef struct _GstProcPipe GstProcPipe;
Property Details
The "args"
property
"args" gchararray : Read / Write
Arguments for the command to execute.
Default value: NULL