~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-cvlaplace.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-cvequalizehist.html" title="cvequalizehist">
10
10
<link rel="next" href="gst-plugins-bad-plugins-cvsmooth.html" title="cvsmooth">
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-cvlaplace.properties" class="shortcut">Properties</a>
31
31
</td></tr>
32
32
</table>
33
 
<div class="refentry" title="cvlaplace">
 
33
<div class="refentry">
34
34
<a name="gst-plugins-bad-plugins-cvlaplace"></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-cvlaplace.synopsis"></a><h2>Synopsis</h2>
44
 
<a name="GstCvLaplace"></a><pre class="synopsis">                    <a class="link" href="gst-plugins-bad-plugins-cvlaplace.html#GstCvLaplace-struct" title="GstCvLaplace">GstCvLaplace</a>;
 
44
<a name="GstCvLaplace"></a><pre class="synopsis">struct              <a class="link" href="gst-plugins-bad-plugins-cvlaplace.html#GstCvLaplace-struct" title="struct GstCvLaplace">GstCvLaplace</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-cvlaplace.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>
56
56
                                 +----GstCvLaplace
57
57
</pre>
58
58
</div>
59
 
<div class="refsect1" title="Properties">
 
59
<div class="refsect1">
60
60
<a name="gst-plugins-bad-plugins-cvlaplace.properties"></a><h2>Properties</h2>
61
61
<pre class="synopsis">
62
62
  "<a class="link" href="gst-plugins-bad-plugins-cvlaplace.html#GstCvLaplace--aperture-size" title='The "aperture-size" property'>aperture-size</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
63
63
</pre>
64
64
</div>
65
 
<div class="refsect1" title="Description">
 
65
<div class="refsect1">
66
66
<a name="gst-plugins-bad-plugins-cvlaplace.description"></a><h2>Description</h2>
67
 
<div class="refsynopsisdiv" title="Synopsis">
 
67
<div class="refsynopsisdiv">
68
68
<h2>Synopsis</h2>
69
 
<div class="refsect2" title="Element Information">
70
 
<a name="id591285"></a><h3>Element Information</h3>
 
69
<div class="refsect2">
 
70
<a name="idp7553600"></a><h3>Element Information</h3>
71
71
<div class="variablelist"><table border="0">
72
72
<col align="left" valign="top">
73
73
<tbody>
74
74
<tr>
75
75
<td><p><span class="term">plugin</span></p></td>
76
76
<td>
77
 
            opencv
 
77
            <a class="link" href="gst-plugins-bad-plugins-plugin-opencv.html#plugin-opencv">opencv</a>
78
78
          </td>
79
79
</tr>
80
80
<tr>
89
89
</table></div>
90
90
</div>
91
91
<hr>
92
 
<div class="refsect2" title="Element Pads">
93
 
<a name="id568427"></a><h3>Element Pads</h3>
 
92
<div class="refsect2">
 
93
<a name="idp10078576"></a><h3>Element Pads</h3>
94
94
<div class="variablelist"><table border="0">
95
95
<col align="left" valign="top">
96
96
<tbody>
138
138
<p>
139
139
</p>
140
140
</div>
141
 
<div class="refsect1" title="Details">
 
141
<div class="refsect1">
142
142
<a name="gst-plugins-bad-plugins-cvlaplace.details"></a><h2>Details</h2>
143
 
<div class="refsect2" title="GstCvLaplace">
144
 
<a name="GstCvLaplace-struct"></a><h3>GstCvLaplace</h3>
145
 
<pre class="programlisting">typedef struct _GstCvLaplace GstCvLaplace;</pre>
 
143
<div class="refsect2">
 
144
<a name="GstCvLaplace-struct"></a><h3>struct GstCvLaplace</h3>
 
145
<pre class="programlisting">struct GstCvLaplace;</pre>
146
146
<p>
147
147
</p>
148
148
</div>
149
149
</div>
150
 
<div class="refsect1" title="Property Details">
 
150
<div class="refsect1">
151
151
<a name="gst-plugins-bad-plugins-cvlaplace.property-details"></a><h2>Property Details</h2>
152
 
<div class="refsect2" title='The "aperture-size" property'>
 
152
<div class="refsect2">
153
153
<a name="GstCvLaplace--aperture-size"></a><h3>The <code class="literal">"aperture-size"</code> property</h3>
154
154
<pre class="programlisting">  "aperture-size"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
155
155
<p>Size of the extended Laplace Kernel (1, 3, 5 or 7).</p>
160
160
</div>
161
161
<div class="footer">
162
162
<hr>
163
 
          Generated by GTK-Doc V1.15</div>
 
163
          Generated by GTK-Doc V1.17</div>
164
164
</body>
165
165
</html>
 
 
b'\\ No newline at end of file'