~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-mplex.html

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gst-plugins-bad Elements">
9
9
<link rel="prev" href="gst-plugins-bad-plugins-mpeg2enc.html" title="mpeg2enc">
10
10
<link rel="next" href="gst-plugins-bad-plugins-mythtvsrc.html" title="mythtvsrc">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
30
30
                  <a href="#gst-plugins-bad-plugins-mplex.properties" class="shortcut">Properties</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="mplex">
 
33
<div class="refentry">
34
34
<a name="gst-plugins-bad-plugins-mplex"></a><div class="titlepage"></div>
35
35
<div class="refnamediv"><table width="100%"><tr>
36
36
<td valign="top">
39
39
</td>
40
40
<td valign="top" align="right"></td>
41
41
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
43
43
<a name="gst-plugins-bad-plugins-mplex.synopsis"></a><h2>Synopsis</h2>
44
44
<a name="GstMplex"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-mplex.html#GstMplex-struct" title="GstMplex">GstMplex</a>;
45
45
</pre>
46
46
</div>
47
 
<div class="refsect1" title="Object Hierarchy">
 
47
<div class="refsect1">
48
48
<a name="gst-plugins-bad-plugins-mplex.object-hierarchy"></a><h2>Object Hierarchy</h2>
49
49
<pre class="synopsis">
50
50
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53
53
               +----GstMplex
54
54
</pre>
55
55
</div>
56
 
<div class="refsect1" title="Properties">
 
56
<div class="refsect1">
57
57
<a name="gst-plugins-bad-plugins-mplex.properties"></a><h2>Properties</h2>
58
58
<pre class="synopsis">
59
59
  "<a class="link" href="gst-plugins-bad-plugins-mplex.html#GstMplex--bufsize" title='The "bufsize" property'>bufsize</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
65
65
  "<a class="link" href="gst-plugins-bad-plugins-mplex.html#GstMplex--vbr" title='The "vbr" property'>vbr</a>"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
66
66
</pre>
67
67
</div>
68
 
<div class="refsect1" title="Description">
 
68
<div class="refsect1">
69
69
<a name="gst-plugins-bad-plugins-mplex.description"></a><h2>Description</h2>
70
70
<p>
71
71
This element is an audio/video multiplexer for MPEG-1/2 video streams
76
76
and the man-page of the mplex tool documents the properties of this element,
77
77
which are shared with the mplex tool.
78
78
</p>
79
 
<div class="refsect2" title="Example pipeline">
80
 
<a name="id626159"></a><h3>Example pipeline</h3>
 
79
<p>
 
80
</p>
 
81
<div class="refsect2">
 
82
<a name="idp14250288"></a><h3>Example pipeline</h3>
81
83
<div class="informalexample">
82
84
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
83
85
    <tbody>
84
86
      <tr>
85
87
        <td class="listing_lines" align="right"><pre>1</pre></td>
86
 
        <td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch <span class="symbol">-</span>v videotestsrc num<span class="symbol">-</span>buffers<span class="symbol">=</span><span class="number">1000</span> <span class="symbol">!</span> mpeg2enc <span class="symbol">!</span> mplex <span class="symbol">!</span> filesink location<span class="symbol">=</span>videotestsrc<span class="symbol">.</span>mpg</pre></td>
 
88
        <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch <span class="gtkdoc opt">-</span>v videotestsrc num<span class="gtkdoc opt">-</span>buffers<span class="gtkdoc opt">=</span><span class="number">1000</span> <span class="gtkdoc opt">!</span> mpeg2enc <span class="gtkdoc opt">!</span> mplex <span class="gtkdoc opt">!</span> filesink location<span class="gtkdoc opt">=</span>videotestsrc<span class="gtkdoc opt">.</span>mpg</pre></td>
87
89
      </tr>
88
90
    </tbody>
89
91
  </table>
97
99
pipeline stalling.
98
100
</p>
99
101
</div>
100
 
</div>
101
 
<div class="refsect1" title="Details">
 
102
<p>
 
103
</p>
 
104
<div class="refsynopsisdiv">
 
105
<h2>Synopsis</h2>
 
106
<div class="refsect2">
 
107
<a name="idp5890176"></a><h3>Element Information</h3>
 
108
<div class="variablelist"><table border="0">
 
109
<col align="left" valign="top">
 
110
<tbody>
 
111
<tr>
 
112
<td><p><span class="term">plugin</span></p></td>
 
113
<td>
 
114
            <a class="link" href="gst-plugins-bad-plugins-plugin-mplex.html#plugin-mplex">mplex</a>
 
115
          </td>
 
116
</tr>
 
117
<tr>
 
118
<td><p><span class="term">author</span></p></td>
 
119
<td>Andrew Stevens &lt;andrew.stevens@nexgo.de&gt;
 
120
Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;
 
121
Mark Nauwelaerts &lt;mnauw@users.sourceforge.net</td>
 
122
</tr>
 
123
<tr>
 
124
<td><p><span class="term">class</span></p></td>
 
125
<td>Codec/Muxer</td>
 
126
</tr>
 
127
</tbody>
 
128
</table></div>
 
129
</div>
 
130
<hr>
 
131
<div class="refsect2">
 
132
<a name="idp9249456"></a><h3>Element Pads</h3>
 
133
<div class="variablelist"><table border="0">
 
134
<col align="left" valign="top">
 
135
<tbody>
 
136
<tr>
 
137
<td><p><span class="term">name</span></p></td>
 
138
<td>audio_%d</td>
 
139
</tr>
 
140
<tr>
 
141
<td><p><span class="term">direction</span></p></td>
 
142
<td>sink</td>
 
143
</tr>
 
144
<tr>
 
145
<td><p><span class="term">presence</span></p></td>
 
146
<td>request</td>
 
147
</tr>
 
148
<tr>
 
149
<td><p><span class="term">details</span></p></td>
 
150
<td>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]</td>
 
151
</tr>
 
152
<tr>
 
153
<td><p><span class="term"></span></p></td>
 
154
<td> audio/x-ac3, channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]</td>
 
155
</tr>
 
156
<tr>
 
157
<td><p><span class="term"></span></p></td>
 
158
<td> audio/x-dts</td>
 
159
</tr>
 
160
<tr>
 
161
<td><p><span class="term"></span></p></td>
 
162
<td> audio/x-raw-int, endianness=(int)4321, signed=(boolean)true, width=(int){ 16, 20, 24 }, depth=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 6 ]</td>
 
163
</tr>
 
164
</tbody>
 
165
</table></div>
 
166
<div class="variablelist"><table border="0">
 
167
<col align="left" valign="top">
 
168
<tbody>
 
169
<tr>
 
170
<td><p><span class="term">name</span></p></td>
 
171
<td>video_%d</td>
 
172
</tr>
 
173
<tr>
 
174
<td><p><span class="term">direction</span></p></td>
 
175
<td>sink</td>
 
176
</tr>
 
177
<tr>
 
178
<td><p><span class="term">presence</span></p></td>
 
179
<td>request</td>
 
180
</tr>
 
181
<tr>
 
182
<td><p><span class="term">details</span></p></td>
 
183
<td>video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</td>
 
184
</tr>
 
185
</tbody>
 
186
</table></div>
 
187
<div class="variablelist"><table border="0">
 
188
<col align="left" valign="top">
 
189
<tbody>
 
190
<tr>
 
191
<td><p><span class="term">name</span></p></td>
 
192
<td>src</td>
 
193
</tr>
 
194
<tr>
 
195
<td><p><span class="term">direction</span></p></td>
 
196
<td>source</td>
 
197
</tr>
 
198
<tr>
 
199
<td><p><span class="term">presence</span></p></td>
 
200
<td>always</td>
 
201
</tr>
 
202
<tr>
 
203
<td><p><span class="term">details</span></p></td>
 
204
<td>video/mpeg, systemstream=(boolean)true</td>
 
205
</tr>
 
206
</tbody>
 
207
</table></div>
 
208
</div>
 
209
</div>
 
210
<p>
 
211
</p>
 
212
</div>
 
213
<div class="refsect1">
102
214
<a name="gst-plugins-bad-plugins-mplex.details"></a><h2>Details</h2>
103
 
<div class="refsect2" title="GstMplex">
 
215
<div class="refsect2">
104
216
<a name="GstMplex-struct"></a><h3>GstMplex</h3>
105
217
<pre class="programlisting">typedef struct _GstMplex GstMplex;</pre>
106
218
<p>
107
219
</p>
108
220
</div>
109
221
</div>
110
 
<div class="refsect1" title="Property Details">
 
222
<div class="refsect1">
111
223
<a name="gst-plugins-bad-plugins-mplex.property-details"></a><h2>Property Details</h2>
112
 
<div class="refsect2" title='The "bufsize" property'>
 
224
<div class="refsect2">
113
225
<a name="GstMplex--bufsize"></a><h3>The <code class="literal">"bufsize"</code> property</h3>
114
226
<pre class="programlisting">  "bufsize"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
115
227
<p>Target decoders video buffer size (kB) [default determined by format if not explicitly set].</p>
117
229
<p>Default value: 46</p>
118
230
</div>
119
231
<hr>
120
 
<div class="refsect2" title='The "format" property'>
 
232
<div class="refsect2">
121
233
<a name="GstMplex--format"></a><h3>The <code class="literal">"format"</code> property</h3>
122
234
<pre class="programlisting">  "format"                   <span class="type">GstMplexFormat</span>        : Read / Write</pre>
123
235
<p>Encoding profile format.</p>
124
236
<p>Default value: Generic MPEG-1</p>
125
237
</div>
126
238
<hr>
127
 
<div class="refsect2" title='The "mux-bitrate" property'>
 
239
<div class="refsect2">
128
240
<a name="GstMplex--mux-bitrate"></a><h3>The <code class="literal">"mux-bitrate"</code> property</h3>
129
241
<pre class="programlisting">  "mux-bitrate"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
130
242
<p>Bitrate of output stream in kbps (0 = autodetect).</p>
132
244
<p>Default value: 0</p>
133
245
</div>
134
246
<hr>
135
 
<div class="refsect2" title='The "packets-per-pack" property'>
 
247
<div class="refsect2">
136
248
<a name="GstMplex--packets-per-pack"></a><h3>The <code class="literal">"packets-per-pack"</code> property</h3>
137
249
<pre class="programlisting">  "packets-per-pack"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
138
250
<p>Number of packets per pack for generic formats.</p>
140
252
<p>Default value: 1</p>
141
253
</div>
142
254
<hr>
143
 
<div class="refsect2" title='The "sector-size" property'>
 
255
<div class="refsect2">
144
256
<a name="GstMplex--sector-size"></a><h3>The <code class="literal">"sector-size"</code> property</h3>
145
257
<pre class="programlisting">  "sector-size"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
146
258
<p>Specify sector size in bytes for generic formats.</p>
148
260
<p>Default value: 2048</p>
149
261
</div>
150
262
<hr>
151
 
<div class="refsect2" title='The "system-headers" property'>
 
263
<div class="refsect2">
152
264
<a name="GstMplex--system-headers"></a><h3>The <code class="literal">"system-headers"</code> property</h3>
153
265
<pre class="programlisting">  "system-headers"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
154
266
<p>Create system header in every pack for generic formats.</p>
155
267
<p>Default value: FALSE</p>
156
268
</div>
157
269
<hr>
158
 
<div class="refsect2" title='The "vbr" property'>
 
270
<div class="refsect2">
159
271
<a name="GstMplex--vbr"></a><h3>The <code class="literal">"vbr"</code> property</h3>
160
272
<pre class="programlisting">  "vbr"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
161
273
<p>Whether the input video stream is variable bitrate.</p>
162
274
<p>Default value: FALSE</p>
163
275
</div>
164
276
</div>
165
 
<div class="refsect1" title="See Also">
 
277
<div class="refsect1">
166
278
<a name="gst-plugins-bad-plugins-mplex.see-also"></a><h2>See Also</h2>
167
279
mpeg2enc
168
280
</div>
169
281
</div>
170
282
<div class="footer">
171
283
<hr>
172
 
          Generated by GTK-Doc V1.15</div>
 
284
          Generated by GTK-Doc V1.17</div>
173
285
</body>
174
286
</html>
 
 
b'\\ No newline at end of file'