~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to docs/libs/html/gst-plugins-base-libs-gstvideosink.html

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 19:27:10 UTC
  • mfrom: (11.7.12) (33.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20111211192710-f52020gqtas8705f
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer core >= 0.10.35.2.
    - Build-depend on GLib >= 2.24.
    - Build-depend on GTK+ 3.0.
    - Build-depend on zlib.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refresh to apply cleanly again.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files.
* debian/control.in:
  + Put GI package into section introspection.
* debian/build-deps.in,
  debian/compat,
  debian/control.in,
  debian/gir1.2-gst-plugins-base.install,
  debian/gstreamer-alsa.install,
  debian/gstreamer-gnomevfs.install,
  debian/gstreamer-plugins-base.install,
  debian/gstreamer-x.install,
  debian/libgstreamer-plugins-base-dev.install,
  debian/libgstreamer-plugins-base.install,
  debian/rules:
  + Transition package to multi-arch (Closes: #647485).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gstvideosink</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Library Reference Manual">
8
8
<link rel="up" href="gstreamer-video.html" title="Video Library">
9
9
<link rel="prev" href="gst-plugins-base-libs-gstvideofilter.html" title="gstvideofilter">
10
10
<link rel="next" href="gstreamer-libs-hierarchy.html" title="Part II. Object Hierarchy">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
77
77
<p>
78
78
</p>
79
79
<div class="refsect2">
80
 
<a name="idp29083584"></a><p>
 
80
<a name="idp28230048"></a><p>
81
81
Provides useful functions and a base class for video sinks. 
82
82
</p>
83
83
<p>
93
93
<a name="gst-plugins-base-libs-gstvideosink.details"></a><h2>Details</h2>
94
94
<div class="refsect2">
95
95
<a name="GstVideoSink-struct"></a><h3>struct GstVideoSink</h3>
96
 
<pre class="programlisting">struct GstVideoSink;</pre>
 
96
<pre class="programlisting">struct GstVideoSink {
 
97
  gint width, height;
 
98
};
 
99
</pre>
97
100
<p>
98
101
The video sink instance structure. Derived video sinks should set the
99
102
<em class="parameter"><code>height</code></em> and <em class="parameter"><code>width</code></em> members.
100
103
</p>
101
104
<div class="variablelist"><table border="0">
102
105
<col align="left" valign="top">
103
 
<tbody></tbody>
 
106
<tbody>
 
107
<tr>
 
108
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoSink-struct.width"></a>width</code></em>;</span></p></td>
 
109
<td>video width (derived class needs to set this)</td>
 
110
</tr>
 
111
<tr>
 
112
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GstVideoSink-struct.height"></a>height</code></em>;</span></p></td>
 
113
<td>video height (derived class needs to set this)</td>
 
114
</tr>
 
115
</tbody>
104
116
</table></div>
105
117
</div>
106
118
<hr>
125
137
</tr>
126
138
<tr>
127
139
<td><p><span class="term"><em class="structfield"><code><a name="GstVideoSinkClass.show-frame"></a>show_frame</code></em> ()</span></p></td>
128
 
<td>render a video frame. Maps to <span class="type">"render"</span> and
129
 
<span class="type">"preroll"</span> vfuncs. Rendering during preroll will be
130
 
suppressed if the 'show-preroll-frame' property is set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a>.
131
 
Since: 0.10.25</td>
 
140
<td>render a video frame. Maps to <code class="function">GstBaseSinkClass.render()</code> and
 
141
<code class="function">GstBaseSinkClass.preroll()</code> vfuncs. Rendering during preroll will be
 
142
suppressed if the <a class="link" href="gst-plugins-base-libs-gstvideosink.html#GstVideoSink--show-preroll-frame" title='The "show-preroll-frame" property'><span class="type">"show-preroll-frame"</span></a> property is set to
 
143
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. Since: 0.10.25</td>
132
144
</tr>
133
145
</tbody>
134
146
</table></div>
248
260
</div>
249
261
<div class="footer">
250
262
<hr>
251
 
          Generated by GTK-Doc V1.17</div>
 
263
          Generated by GTK-Doc V1.18</div>
252
264
</body>
253
265
</html>
 
 
b'\\ No newline at end of file'