~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-dvdec.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>dvdec</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
 
<link rel="prev" href="gst-plugins-good-plugins-cdiocddasrc.html" title="cdiocddasrc">
 
9
<link rel="prev" href="gst-plugins-good-plugins-cmmldec.html" title="cmmldec">
10
10
<link rel="next" href="gst-plugins-good-plugins-dvdemux.html" title="dvdemux">
11
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
16
16
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17
17
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
18
18
<tr valign="middle">
19
 
<td><a accesskey="p" href="gst-plugins-good-plugins-cdiocddasrc.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
19
<td><a accesskey="p" href="gst-plugins-good-plugins-cmmldec.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
20
20
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
21
21
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
22
22
<th width="100%" align="center">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
53
53
<a name="object_hierarchy"></a><h2>Object Hierarchy</h2>
54
54
<pre class="synopsis">
55
55
 
56
 
  GObject
 
56
  <a
 
57
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
58
>GObject</a>
57
59
   +----<a
58
 
href="../gstreamer/GstObject.html"
 
60
href="/usr/share/gtk-doc/html/gstreamer/GstObject.html"
59
61
>GstObject</a>
60
62
         +----<a
61
 
href="../gstreamer/GstElement.html"
 
63
href="/usr/share/gtk-doc/html/gstreamer/GstElement.html"
62
64
>GstElement</a>
63
65
               +----GstDVDec
64
66
</pre>
67
69
<a name="properties"></a><h2>Properties</h2>
68
70
<pre class="synopsis">
69
71
 
70
 
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-chroma">clamp-chroma</a>"         gboolean              : Read / Write
71
 
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-luma">clamp-luma</a>"           gboolean              : Read / Write
72
 
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--drop-factor">drop-factor</a>"          gint                  : Read / Write
 
72
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-chroma">clamp-chroma</a>"         <a
 
73
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
74
>gboolean</a>              : Read / Write
 
75
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--clamp-luma">clamp-luma</a>"           <a
 
76
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
77
>gboolean</a>              : Read / Write
 
78
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--drop-factor">drop-factor</a>"          <a
 
79
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
80
>gint</a>                  : Read / Write
73
81
  "<a href="gst-plugins-good-plugins-dvdec.html#GstDVDec--quality">quality</a>"              GstDVDecQualityEnum   : Read / Write
74
82
</pre>
75
83
</div>
78
86
<p>
79
87
</p>
80
88
<div class="refsect2" lang="en">
81
 
<a name="id2533284"></a><p>
 
89
<a name="id2642743"></a><p>
82
90
dvdec decodes DV video into raw video. The element expects a full DV frame
83
91
as input, which is 120000 bytes for NTSC and 144000 for PAL video.
84
92
</p>
99
107
Last reviewed on 2006-02-28 (0.10.3)
100
108
</div>
101
109
<div class="refsect2" lang="en">
102
 
<a name="id2519181"></a><h3>Element Information</h3>
 
110
<a name="id2561155"></a><h3>Element Information</h3>
103
111
<div class="variablelist"><table border="0">
104
112
<col align="left" valign="top">
105
113
<tbody>
130
138
<div class="refsect1" lang="en">
131
139
<a name="details"></a><h2>Details</h2>
132
140
<div class="refsect2" lang="en">
133
 
<a name="id2519262"></a><h3>
 
141
<a name="id2561236"></a><h3>
134
142
<a name="GstDVDec-struct"></a>GstDVDec</h3>
135
 
<a class="indexterm" name="id2519274"></a><pre class="programlisting">typedef struct _GstDVDec GstDVDec;</pre>
 
143
<a class="indexterm" name="id2561248"></a><pre class="programlisting">typedef struct _GstDVDec GstDVDec;</pre>
136
144
<p>
137
145
 
138
146
</p>
141
149
<div class="refsect1" lang="en">
142
150
<a name="property_details"></a><h2>Property Details</h2>
143
151
<div class="refsect2" lang="en">
144
 
<a name="id2519301"></a><h3>
 
152
<a name="id2561275"></a><h3>
145
153
<a name="GstDVDec--clamp-chroma"></a>The "<code class="literal">clamp-chroma</code>" property</h3>
146
 
<a class="indexterm" name="id2526807"></a><pre class="programlisting">  "clamp-chroma"         gboolean              : Read / Write</pre>
 
154
<a class="indexterm" name="id2561289"></a><pre class="programlisting">  "clamp-chroma"         <a
 
155
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
156
>gboolean</a>              : Read / Write</pre>
147
157
<p>Clamp chroma.</p>
148
158
<p>Default value: FALSE</p>
149
159
</div>
150
160
<hr>
151
161
<div class="refsect2" lang="en">
152
 
<a name="id2526830"></a><h3>
 
162
<a name="id2612904"></a><h3>
153
163
<a name="GstDVDec--clamp-luma"></a>The "<code class="literal">clamp-luma</code>" property</h3>
154
 
<a class="indexterm" name="id2526844"></a><pre class="programlisting">  "clamp-luma"           gboolean              : Read / Write</pre>
 
164
<a class="indexterm" name="id2612918"></a><pre class="programlisting">  "clamp-luma"           <a
 
165
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
166
>gboolean</a>              : Read / Write</pre>
155
167
<p>Clamp luma.</p>
156
168
<p>Default value: FALSE</p>
157
169
</div>
158
170
<hr>
159
171
<div class="refsect2" lang="en">
160
 
<a name="id2526869"></a><h3>
 
172
<a name="id2612943"></a><h3>
161
173
<a name="GstDVDec--drop-factor"></a>The "<code class="literal">drop-factor</code>" property</h3>
162
 
<a class="indexterm" name="id2526883"></a><pre class="programlisting">  "drop-factor"          gint                  : Read / Write</pre>
 
174
<a class="indexterm" name="id2612957"></a><pre class="programlisting">  "drop-factor"          <a
 
175
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
176
>gint</a>                  : Read / Write</pre>
163
177
<p>Only decode Nth frame.</p>
164
178
<p>Allowed values: &gt;= 1</p>
165
179
<p>Default value: 1</p>
166
180
</div>
167
181
<hr>
168
182
<div class="refsect2" lang="en">
169
 
<a name="id2526911"></a><h3>
 
183
<a name="id2612985"></a><h3>
170
184
<a name="GstDVDec--quality"></a>The "<code class="literal">quality</code>" property</h3>
171
 
<a class="indexterm" name="id2526926"></a><pre class="programlisting">  "quality"              GstDVDecQualityEnum   : Read / Write</pre>
 
185
<a class="indexterm" name="id2613000"></a><pre class="programlisting">  "quality"              GstDVDecQualityEnum   : Read / Write</pre>
172
186
<p>Decoding quality.</p>
173
187
<p>Default value: Highest quality colour decoding</p>
174
188
</div>