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

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-bad-plugins-speed.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-solarize.html" title="solarize">
10
10
<link rel="next" href="gst-plugins-bad-plugins-sphere.html" title="sphere">
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-speed.properties" class="shortcut">Properties</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="speed">
 
33
<div class="refentry">
34
34
<a name="gst-plugins-bad-plugins-speed"></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-speed.synopsis"></a><h2>Synopsis</h2>
44
 
<a name="GstSpeed"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-speed.html#GstSpeed-struct" title="GstSpeed">GstSpeed</a>;
 
44
<a name="GstSpeed"></a><pre class="synopsis">struct              <a class="link" href="gst-plugins-bad-plugins-speed.html#GstSpeed-struct" title="struct GstSpeed">GstSpeed</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-speed.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
               +----GstSpeed
54
54
</pre>
55
55
</div>
56
 
<div class="refsect1" title="Properties">
 
56
<div class="refsect1">
57
57
<a name="gst-plugins-bad-plugins-speed.properties"></a><h2>Properties</h2>
58
58
<pre class="synopsis">
59
59
  "<a class="link" href="gst-plugins-bad-plugins-speed.html#GstSpeed--speed" title='The "speed" property'>speed</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write / Construct
60
60
</pre>
61
61
</div>
62
 
<div class="refsect1" title="Description">
 
62
<div class="refsect1">
63
63
<a name="gst-plugins-bad-plugins-speed.description"></a><h2>Description</h2>
64
64
<p>
65
65
Plays an audio stream at a different speed.
70
70
element (but relies on the decoder/demuxer to handle this correctly, also
71
71
requires a fairly up-to-date gst-plugins-base, as of February 2007).
72
72
</p>
73
 
<div class="refsect2" title="Example launch line">
74
 
<a name="id646522"></a><h3>Example launch line</h3>
 
73
<p>
 
74
</p>
 
75
<div class="refsect2">
 
76
<a name="idp6898496"></a><h3>Example launch line</h3>
75
77
<div class="informalexample">
76
78
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
77
79
    <tbody>
78
80
      <tr>
79
81
        <td class="listing_lines" align="right"><pre>1</pre></td>
80
 
        <td class="listing_code"><pre class="programlisting">gst<span class="symbol">-</span>launch filesrc location<span class="symbol">=</span>test<span class="symbol">.</span>ogg <span class="symbol">!</span> decodebin <span class="symbol">!</span> audioconvert <span class="symbol">!</span> speed speed<span class="symbol">=</span><span class="number">1.5</span> <span class="symbol">!</span> audioconvert <span class="symbol">!</span> audioresample <span class="symbol">!</span> autoaudiosink</pre></td>
 
82
        <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc opt">=</span>test<span class="gtkdoc opt">.</span>ogg <span class="gtkdoc opt">!</span> decodebin <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> speed speed<span class="gtkdoc opt">=</span><span class="number">1.5</span> <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> audioresample <span class="gtkdoc opt">!</span> autoaudiosink</pre></td>
81
83
      </tr>
82
84
    </tbody>
83
85
  </table>
85
87
 Plays an .ogg file at 1.5x speed.
86
88
</div>
87
89
<p>
 
90
</p>
 
91
<p>
88
92
Last reviewed on 2007-02-26 (0.10.4.1)
89
93
</p>
90
 
</div>
91
 
<div class="refsect1" title="Details">
 
94
<div class="refsynopsisdiv">
 
95
<h2>Synopsis</h2>
 
96
<div class="refsect2">
 
97
<a name="idp5560176"></a><h3>Element Information</h3>
 
98
<div class="variablelist"><table border="0">
 
99
<col align="left" valign="top">
 
100
<tbody>
 
101
<tr>
 
102
<td><p><span class="term">plugin</span></p></td>
 
103
<td>
 
104
            <a class="link" href="gst-plugins-bad-plugins-plugin-speed.html#plugin-speed">speed</a>
 
105
          </td>
 
106
</tr>
 
107
<tr>
 
108
<td><p><span class="term">author</span></p></td>
 
109
<td>Andy Wingo &lt;apwingo@eos.ncsu.edu&gt;, Tim-Philipp Müller &lt;tim@centricular.net&gt;</td>
 
110
</tr>
 
111
<tr>
 
112
<td><p><span class="term">class</span></p></td>
 
113
<td>Filter/Effect/Audio</td>
 
114
</tr>
 
115
</tbody>
 
116
</table></div>
 
117
</div>
 
118
<hr>
 
119
<div class="refsect2">
 
120
<a name="idp7866528"></a><h3>Element Pads</h3>
 
121
<div class="variablelist"><table border="0">
 
122
<col align="left" valign="top">
 
123
<tbody>
 
124
<tr>
 
125
<td><p><span class="term">name</span></p></td>
 
126
<td>sink</td>
 
127
</tr>
 
128
<tr>
 
129
<td><p><span class="term">direction</span></p></td>
 
130
<td>sink</td>
 
131
</tr>
 
132
<tr>
 
133
<td><p><span class="term">presence</span></p></td>
 
134
<td>always</td>
 
135
</tr>
 
136
<tr>
 
137
<td><p><span class="term">details</span></p></td>
 
138
<td>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32</td>
 
139
</tr>
 
140
<tr>
 
141
<td><p><span class="term"></span></p></td>
 
142
<td> audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</td>
 
143
</tr>
 
144
</tbody>
 
145
</table></div>
 
146
<div class="variablelist"><table border="0">
 
147
<col align="left" valign="top">
 
148
<tbody>
 
149
<tr>
 
150
<td><p><span class="term">name</span></p></td>
 
151
<td>src</td>
 
152
</tr>
 
153
<tr>
 
154
<td><p><span class="term">direction</span></p></td>
 
155
<td>source</td>
 
156
</tr>
 
157
<tr>
 
158
<td><p><span class="term">presence</span></p></td>
 
159
<td>always</td>
 
160
</tr>
 
161
<tr>
 
162
<td><p><span class="term">details</span></p></td>
 
163
<td>audio/x-raw-float, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)32</td>
 
164
</tr>
 
165
<tr>
 
166
<td><p><span class="term"></span></p></td>
 
167
<td> audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int)1234, width=(int)16, depth=(int)16, signed=(boolean)true</td>
 
168
</tr>
 
169
</tbody>
 
170
</table></div>
 
171
</div>
 
172
</div>
 
173
<p>
 
174
</p>
 
175
</div>
 
176
<div class="refsect1">
92
177
<a name="gst-plugins-bad-plugins-speed.details"></a><h2>Details</h2>
93
 
<div class="refsect2" title="GstSpeed">
94
 
<a name="GstSpeed-struct"></a><h3>GstSpeed</h3>
95
 
<pre class="programlisting">typedef struct _GstSpeed GstSpeed;</pre>
 
178
<div class="refsect2">
 
179
<a name="GstSpeed-struct"></a><h3>struct GstSpeed</h3>
 
180
<pre class="programlisting">struct GstSpeed;</pre>
96
181
<p>
97
182
</p>
98
183
</div>
99
184
</div>
100
 
<div class="refsect1" title="Property Details">
 
185
<div class="refsect1">
101
186
<a name="gst-plugins-bad-plugins-speed.property-details"></a><h2>Property Details</h2>
102
 
<div class="refsect2" title='The "speed" property'>
 
187
<div class="refsect2">
103
188
<a name="GstSpeed--speed"></a><h3>The <code class="literal">"speed"</code> property</h3>
104
189
<pre class="programlisting">  "speed"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a>                : Read / Write / Construct</pre>
105
190
<p>speed.</p>
110
195
</div>
111
196
<div class="footer">
112
197
<hr>
113
 
          Generated by GTK-Doc V1.15</div>
 
198
          Generated by GTK-Doc V1.17</div>
114
199
</body>
115
200
</html>
 
 
b'\\ No newline at end of file'