procpipe
procpipe — Feeds input into process stdin and pushes its stdout
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstElement
╰── GstProcTrans
╰── GstProcPipe
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, …).
Element Information
plugin |
y4m
|
author |
Mark Nauwelaerts <mnauw@users.sourceforge.net> |
class |
Filter |
Types and Values
struct GstProcPipe
struct GstProcPipe;
Property Details
The “args”
property
“args” gchar *
Arguments for the command to execute.
Flags: Read / Write
Default value: NULL