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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Fabian Greffrath, Sebastian Dröge
  • Date: 2009-05-12 09:51:24 UTC
  • mfrom: (18.3.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090512095124-6h887drc2pk2imm3
Tags: 0.10.11.2-1
[ Fabian Greffrath ]
* debian/TODO.Debian:
  + Removed, I don't think any of these things are still relevant.

[ Sebastian Dröge ]
* New upstream pre-release:
  + debian/build-deps.in,
    debian/rules:
    - Update build dependencies.
  + debian/gstreamer-plugins-bad.install:
    - Add new debugutilsbad plugin.
* debian/build-deps.in:
  + Use unversioned libjack-dev b-d (Closes: #526109).

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-valve.html" title="valve">
10
10
<link rel="next" href="gst-plugins-bad-plugins-videodetect.html" title="videodetect">
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-videodetect.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-videoanalyse.synopsis" class="shortcut">Top</a>
27
 
                   | 
28
 
                  <a href="#gst-plugins-bad-plugins-videoanalyse.description" class="shortcut">Description</a>
29
 
                   | 
30
 
                  <a href="#gst-plugins-bad-plugins-videoanalyse.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                   | 
32
 
                  <a href="#gst-plugins-bad-plugins-videoanalyse.properties" class="shortcut">Properties</a></nobr></td></tr>
 
26
<tr><td colspan="5" class="shortcuts">
 
27
<a href="#gst-plugins-bad-plugins-videoanalyse.synopsis" class="shortcut">Top</a>
 
28
                 | 
 
29
                <a href="#gst-plugins-bad-plugins-videoanalyse.description" class="shortcut">Description</a>
 
30
                 | 
 
31
                <a href="#gst-plugins-bad-plugins-videoanalyse.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
32
                 | 
 
33
                <a href="#gst-plugins-bad-plugins-videoanalyse.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-videoanalyse"></a><div class="titlepage"></div>
74
76
<p>
75
77
This plugin analyses every video frame and if the <a class="link" href="gst-plugins-bad-plugins-videoanalyse.html#GstVideoAnalyse--message" title='The "message" property'><span class="type">"message"</span></a>
76
78
property is <a
77
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
79
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
78
80
><span class="type">TRUE</span></a>, posts an element message with video statistics called
79
81
<code class="classname">"GstVideoAnalyse"</code>.
80
82
</p>
122
124
<p>
123
125
</p>
124
126
<div class="refsect2" lang="en">
125
 
<a name="id3221187"></a><h3>Example launch line</h3>
 
127
<a name="id3195690"></a><h3>Example launch line</h3>
126
128
<div class="informalexample"><pre class="programlisting">
127
129
gst-launch -m videotestsrc ! videoanalyse ! ffmpegcolorspace ! ximagesink
128
130
</pre></div> This pipeline emits messages to the console for each frame that has been analysed. 
134
136
<div class="refsynopsisdiv">
135
137
<h2>Synopsis</h2>
136
138
<div class="refsect2" lang="en">
137
 
<a name="id3221212"></a><h3>Element Information</h3>
 
139
<a name="id3195715"></a><h3>Element Information</h3>
138
140
<div class="variablelist"><table border="0">
139
141
<col align="left" valign="top">
140
142
<tbody>
157
159
</div>
158
160
<hr>
159
161
<div class="refsect2" lang="en">
160
 
<a name="id3221274"></a><h3>Element Pads</h3>
 
162
<a name="id3195777"></a><h3>Element Pads</h3>
161
163
<div class="variablelist"><table border="0">
162
164
<col align="left" valign="top">
163
165
<tbody>
203
205
</div>
204
206
</div>
205
207
<p>
206
 
 
207
208
</p>
208
209
</div>
209
210
<div class="refsect1" lang="en">
214
215
<p>
215
216
Opaque datastructure.</p>
216
217
<p>
217
 
 
218
218
</p>
219
219
</div>
220
220
</div>
232
232
</div>
233
233
<div class="footer">
234
234
<hr>
235
 
          Generated by GTK-Doc V1.10</div>
 
235
          Generated by GTK-Doc V1.11</div>
236
236
</body>
237
237
</html>