~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-good-plugins-videomixer.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-15 02:58:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060815025826-h1sa4q0uxwqgzwki
Tags: 0.10.4-0ubuntu1
* Sync with Debian (pkg-gstreamer SVN, rev 470):
  + debian/rules,
    debian/control.in:
    - Add a -dbg package again

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=US-ASCII">
5
5
<title>videomixer</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gst-plugins-good Elements">
9
9
<link rel="prev" href="gst-plugins-good-plugins-videoflip.html" title="videoflip">
55
55
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
56
56
<pre class="synopsis">
57
57
 
58
 
  GObject
 
58
  <a
 
59
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
60
>GObject</a>
59
61
   +----<a
60
 
href="../gstreamer/GstObject.html"
 
62
href="/usr/share/gtk-doc/html/gstreamer/GstObject.html"
61
63
>GstObject</a>
62
64
         +----<a
63
 
href="../gstreamer/GstElement.html"
 
65
href="/usr/share/gtk-doc/html/gstreamer/GstElement.html"
64
66
>GstElement</a>
65
67
               +----GstVideoMixer
66
68
</pre>
77
79
<p>
78
80
</p>
79
81
<div class="refsect2" lang="en">
80
 
<a name="id2535480"></a><p>
 
82
<a name="id2656378"></a><p>
81
83
Videomixer can only accept AYUV video streams. For each of the requested
82
84
sink pads it will compare the incoming geometry and framerate to define the
83
85
output parameters. Indeed output video frames will have the geometry of the
100
102
</p>
101
103
</div>
102
104
<div class="refsect2" lang="en">
103
 
<a name="id2535521"></a><h3>Element Information</h3>
 
105
<a name="id2656418"></a><h3>Element Information</h3>
104
106
<div class="variablelist"><table border="0">
105
107
<col align="left" valign="top">
106
108
<tbody>
131
133
<div class="refsect1" lang="en">
132
134
<a name="details"></a><h2>Details</h2>
133
135
<div class="refsect2" lang="en">
134
 
<a name="id2568554"></a><h3>
 
136
<a name="id2658067"></a><h3>
135
137
<a name="GstVideoMixer-struct"></a>GstVideoMixer</h3>
136
 
<a class="indexterm" name="id2568566"></a><pre class="programlisting">typedef struct _GstVideoMixer GstVideoMixer;</pre>
 
138
<a class="indexterm" name="id2658078"></a><pre class="programlisting">typedef struct _GstVideoMixer GstVideoMixer;</pre>
137
139
<p>
138
140
The opaque <a href="gst-plugins-good-plugins-videomixer.html#GstVideoMixer"><span class="type">GstVideoMixer</span></a> structure.</p>
139
141
<p>
142
144
</div>
143
145
<hr>
144
146
<div class="refsect2" lang="en">
145
 
<a name="id2568593"></a><h3>
 
147
<a name="id2658105"></a><h3>
146
148
<a name="GstVideoMixerBackground"></a>enum GstVideoMixerBackground</h3>
147
 
<a class="indexterm" name="id2568604"></a><pre class="programlisting">typedef enum
 
149
<a class="indexterm" name="id2658117"></a><pre class="programlisting">typedef enum
148
150
{
149
151
  VIDEO_MIXER_BACKGROUND_CHECKER,
150
152
  VIDEO_MIXER_BACKGROUND_BLACK,
185
187
<div class="refsect1" lang="en">
186
188
<a name="property_details"></a><h2>Property Details</h2>
187
189
<div class="refsect2" lang="en">
188
 
<a name="id2563845"></a><h3>
 
190
<a name="id2627702"></a><h3>
189
191
<a name="GstVideoMixer--background"></a>The "<code class="literal">background</code>" property</h3>
190
 
<a class="indexterm" name="id2563858"></a><pre class="programlisting">  "background"           <a href="gst-plugins-good-plugins-videomixer.html#GstVideoMixerBackground">GstVideoMixerBackground</a>  : Read / Write</pre>
 
192
<a class="indexterm" name="id2627716"></a><pre class="programlisting">  "background"           <a href="gst-plugins-good-plugins-videomixer.html#GstVideoMixerBackground">GstVideoMixerBackground</a>  : Read / Write</pre>
191
193
<p>Background type.</p>
192
194
<p>Default value: Checker pattern</p>
193
195
</div>