~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-dvbsrc.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mto: (18.3.2 experimental) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20090512095124-ugy051q0n88kk9f8
Tags: upstream-0.10.11.2
Import upstream version 0.10.11.2

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-dtsdec.html" title="dtsdec">
10
10
<link rel="next" href="gst-plugins-bad-plugins-dvdspu.html" title="dvdspu">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="gst-plugins-bad Elements">
14
14
<link rel="chapter" href="ch02.html" title="gst-plugins-bad Plugins">
23
23
<th width="100%" align="center">GStreamer Bad Plugins 0.10 Plugins Reference Manual</th>
24
24
<td><a accesskey="n" href="gst-plugins-bad-plugins-dvdspu.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
25
25
</tr>
26
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#gst-plugins-bad-plugins-dvbsrc.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#gst-plugins-bad-plugins-dvbsrc.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#gst-plugins-bad-plugins-dvbsrc.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                   | 
32
 
                  <a href="#gst-plugins-bad-plugins-dvbsrc.properties" class="shortcut">Properties</a></nobr></td></tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#gst-plugins-bad-plugins-dvbsrc.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#gst-plugins-bad-plugins-dvbsrc.description" class="shortcut">Description</a>
 
30
                 | 
 
31
                <a href="#gst-plugins-bad-plugins-dvbsrc.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
32
                 | 
 
33
                <a href="#gst-plugins-bad-plugins-dvbsrc.properties" class="shortcut">Properties</a>
 
34
</td></tr>
33
35
</table>
34
36
<div class="refentry" lang="en">
35
37
<a name="gst-plugins-bad-plugins-dvbsrc"></a><div class="titlepage"></div>
122
124
<p>
123
125
</p>
124
126
<div class="refsect2" lang="en">
125
 
<a name="id3187687"></a><h3>Example launch line</h3>
 
127
<a name="id3156861"></a><h3>Example launch line</h3>
126
128
<div class="informalexample"><pre class="programlisting">
127
129
gst-launch dvbsrc modulation="QAM 64" trans-mode=8k bandwidth=8MHz frequency=514000000 code-rate-lp=AUTO code-rate-hp=2/3 guard=4  hierarchy=0 ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 ! mpeg2dec ! xvimagesink demux. ! queue max-size-buffers=0 max-size-time=0 ! mad ! alsasink
128
130
</pre></div> Captures a full transport stream from dvb card 0 that is a DVB-T card at tuned frequency 514000000 with other parameters as seen in the pipeline and renders the first tv program on the transport stream.
136
138
<div class="refsynopsisdiv">
137
139
<h2>Synopsis</h2>
138
140
<div class="refsect2" lang="en">
139
 
<a name="id3187744"></a><h3>Element Information</h3>
 
141
<a name="id3156918"></a><h3>Element Information</h3>
140
142
<div class="variablelist"><table border="0">
141
143
<col align="left" valign="top">
142
144
<tbody>
160
162
</div>
161
163
<hr>
162
164
<div class="refsect2" lang="en">
163
 
<a name="id3189709"></a><h3>Element Pads</h3>
 
165
<a name="id3159195"></a><h3>Element Pads</h3>
164
166
<div class="variablelist"><table border="0">
165
167
<col align="left" valign="top">
166
168
<tbody>
185
187
</div>
186
188
</div>
187
189
<p>
188
 
 
189
190
</p>
190
191
</div>
191
192
<div class="refsect1" lang="en">
194
195
<a name="GstDvbSrc-struct"></a><h3>GstDvbSrc</h3>
195
196
<pre class="programlisting">typedef struct _GstDvbSrc GstDvbSrc;</pre>
196
197
<p>
197
 
 
198
198
</p>
199
199
</div>
200
200
</div>
337
337
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
338
338
>gint</a>                  : Read / Write</pre>
339
339
<p>DISEqC selected source (-1 disabled) (DVB-S).</p>
340
 
<p>Allowed values: [-1,7]</p>
 
340
<p>Allowed values: [G_MAXULONG,7]</p>
341
341
<p>Default value: -1</p>
342
342
</div>
343
343
<hr>
392
392
</div>
393
393
<div class="footer">
394
394
<hr>
395
 
          Generated by GTK-Doc V1.10</div>
 
395
          Generated by GTK-Doc V1.11</div>
396
396
</body>
397
397
</html>