~ubuntu-branches/ubuntu/natty/gst-entrans/natty

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-entrans-plugins-procpipe.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-09-13 19:49:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100913194929-qz90a14xyxln9yfz
Tags: upstream-0.10.2
Import upstream version 0.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>procpipe</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="index.html" title="GStreamer Entrans 0.10 Reference Manual">
 
8
<link rel="up" href="ch01.html" title="gst-entrans Elements">
 
9
<link rel="prev" href="gst-entrans-plugins-multiprocpipe.html" title="multiprocpipe">
 
10
<link rel="next" href="gst-entrans-plugins-rbswap.html" title="rbswap">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="chapter" href="ch01.html" title="gst-entrans Elements">
 
14
<link rel="chapter" href="ch02.html" title="gst-entrans Plugins">
 
15
<link rel="chapter" href="ch03.html" title="gst-entrans Helper Elements and Utilities">
 
16
</head>
 
17
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
18
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
19
<tr valign="middle">
 
20
<td><a accesskey="p" href="gst-entrans-plugins-multiprocpipe.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
21
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
23
<th width="100%" align="center">GStreamer Entrans 0.10 Reference Manual</th>
 
24
<td><a accesskey="n" href="gst-entrans-plugins-rbswap.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
25
</tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#gst-entrans-plugins-procpipe.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#gst-entrans-plugins-procpipe.description" class="shortcut">Description</a>
 
30
                 | 
 
31
                <a href="#gst-entrans-plugins-procpipe.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
32
                 | 
 
33
                <a href="#gst-entrans-plugins-procpipe.properties" class="shortcut">Properties</a>
 
34
</td></tr>
 
35
</table>
 
36
<div class="refentry" lang="en">
 
37
<a name="gst-entrans-plugins-procpipe"></a><div class="titlepage"></div>
 
38
<div class="refnamediv"><table width="100%"><tr>
 
39
<td valign="top">
 
40
<h2><span class="refentrytitle"><a name="gst-entrans-plugins-procpipe.top_of_page"></a>procpipe</span></h2>
 
41
<p>procpipe — Feeds input into process stdin and pushes its stdout</p>
 
42
</td>
 
43
<td valign="top" align="right"></td>
 
44
</tr></table></div>
 
45
<div class="refsynopsisdiv">
 
46
<a name="gst-entrans-plugins-procpipe.synopsis"></a><h2>Synopsis</h2>
 
47
<a name="GstProcPipe"></a><pre class="synopsis">
 
48
                    <a class="link" href="gst-entrans-plugins-procpipe.html#GstProcPipe-struct" title="GstProcPipe">GstProcPipe</a>;
 
49
</pre>
 
50
</div>
 
51
<div class="refsect1" lang="en">
 
52
<a name="gst-entrans-plugins-procpipe.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
53
<pre class="synopsis">
 
54
  <a
 
55
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
56
>GObject</a>
 
57
   +----GstObject
 
58
         +----GstElement
 
59
               +----<a class="link" href="GstProcTrans.html" title="GstProcTrans">GstProcTrans</a>
 
60
                     +----GstProcPipe
 
61
</pre>
 
62
</div>
 
63
<div class="refsect1" lang="en">
 
64
<a name="gst-entrans-plugins-procpipe.properties"></a><h2>Properties</h2>
 
65
<pre class="synopsis">
 
66
  "<a class="link" href="gst-entrans-plugins-procpipe.html#GstProcPipe--args" title='The "args" property'>args</a>"                     <a
 
67
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
 
68
>gchararray</a>            : Read / Write
 
69
</pre>
 
70
</div>
 
71
<div class="refsect1" lang="en">
 
72
<a name="gst-entrans-plugins-procpipe.description"></a><h2>Description</h2>
 
73
<p>
 
74
</p>
 
75
<div class="refsect2" lang="en">
 
76
<a name="id583077"></a><p>
 
77
Transforms a data stream by having it processed by a child process
 
78
(given by command),
 
79
providing data to its stdin and receiving data from its stdout.
 
80
Note that output buffers are quite raw in that they have neither caps
 
81
nor any metadata (timestamps, …).
 
82
</p>
 
83
</div>
 
84
<div class="refsect2" lang="en">
 
85
<a name="id583092"></a><h3>Element Information</h3>
 
86
<div class="variablelist"><table border="0">
 
87
<col align="left" valign="top">
 
88
<tbody>
 
89
<tr>
 
90
<td><p><span class="term">plugin</span></p></td>
 
91
<td>
 
92
          <a class="link" href="gst-entrans-plugins-plugin-y4m.html#plugin-y4m">y4m</a>
 
93
        </td>
 
94
</tr>
 
95
<tr>
 
96
<td><p><span class="term">author</span></p></td>
 
97
<td>Mark Nauwelaerts &lt;mnauw@users.sourceforge.net&gt;</td>
 
98
</tr>
 
99
<tr>
 
100
<td><p><span class="term">class</span></p></td>
 
101
<td>Filter</td>
 
102
</tr>
 
103
</tbody>
 
104
</table></div>
 
105
</div>
 
106
<p>
 
107
</p>
 
108
</div>
 
109
<div class="refsect1" lang="en">
 
110
<a name="gst-entrans-plugins-procpipe.details"></a><h2>Details</h2>
 
111
<div class="refsect2" lang="en">
 
112
<a name="GstProcPipe-struct"></a><h3>GstProcPipe</h3>
 
113
<pre class="programlisting">typedef struct _GstProcPipe GstProcPipe;</pre>
 
114
<p>
 
115
</p>
 
116
</div>
 
117
</div>
 
118
<div class="refsect1" lang="en">
 
119
<a name="gst-entrans-plugins-procpipe.property-details"></a><h2>Property Details</h2>
 
120
<div class="refsect2" lang="en">
 
121
<a name="GstProcPipe--args"></a><h3>The <code class="literal">"args"</code> property</h3>
 
122
<pre class="programlisting">  "args"                     <a
 
123
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
 
124
>gchararray</a>            : Read / Write</pre>
 
125
<p>Arguments for the command to execute.</p>
 
126
<p>Default value: NULL</p>
 
127
</div>
 
128
</div>
 
129
</div>
 
130
<div class="footer">
 
131
<hr>
 
132
          Generated by GTK-Doc V1.11</div>
 
133
</body>
 
134
</html>