procpipe

procpipe — Feeds input into process stdin and pushes its stdout

Synopsis

struct              GstProcPipe;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstProcTrans
                           +----GstProcPipe

Properties

  "args"                     gchar*                : Read / Write

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

Details

struct GstProcPipe

struct GstProcPipe;

Property Details

The "args" property

  "args"                     gchar*                : Read / Write

Arguments for the command to execute.

Default value: NULL