~broder/ubuntu/natty/gst-plugins-base0.10/perlsectomy

« back to all changes in this revision

Viewing changes to docs/plugins/html/gst-plugins-base-plugins-textoverlay.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-26 21:12:29 UTC
  • mfrom: (11.5.1 upstream) (33.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100626211229-0k34egbnd2octtpv
Tags: 0.10.29.2-1
* New upstream pre-release:
  + debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    - Update to debhelper compat level 7.
    - Update to source format 3.0 (quilt).
    - Update to Standards-Version 3.8.4.
  + debian/build-deps.in,
    debian/rules:
    - Build depend on GLib 2.20 and GStreamer 0.10.29.2.
    - Build depend on ORC instead of liboil.
  + debian/patches/00*:
    - Dropped, merged upstream.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with the new API.
  + debian/patches/01_videotestsrc-libm-linking.patch,
    debian/patches/02_videoscale-libm-linking.patch:
    - Link videotestsrc and videoscale with libm to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gst-plugins-base Elements">
9
9
<link rel="prev" href="gst-plugins-base-plugins-tcpserversink.html" title="tcpserversink">
10
10
<link rel="next" href="gst-plugins-base-plugins-textrender.html" title="textrender">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="gst-plugins-base Elements">
14
 
<link rel="chapter" href="ch02.html" title="gst-plugins-base Plugins">
15
 
<link rel="chapter" href="ch03.html" title="gst-plugins-base Classes">
16
13
</head>
17
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
97
94
The text can contain newline characters and text wrapping is enabled by
98
95
default.
99
96
</p>
100
 
<p>
101
 
</p>
102
97
<div class="refsect2" title="Example launch lines">
103
 
<a name="id444772"></a><h3>Example launch lines</h3>
 
98
<a name="id669902"></a><h3>Example launch lines</h3>
104
99
<div class="informalexample">
105
100
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
106
101
    <tbody>
150
145
        <td class="listing_code"><pre class="programlisting"><span class="number">1</span>
151
146
<span class="number">00</span><span class="symbol">:</span><span class="number">00</span><span class="symbol">:</span><span class="number">03</span><span class="symbol">,</span><span class="number">000</span> <span class="symbol">--&gt;</span> <span class="number">00</span><span class="symbol">:</span><span class="number">00</span><span class="symbol">:</span><span class="number">05</span><span class="symbol">,</span><span class="number">000</span>
152
147
Hello? <span class="symbol">(</span><span class="number">3</span><span class="symbol">-</span><span class="number">5</span>s<span class="symbol">)</span>
153
 
 
 
148
 
154
149
<span class="number">2</span>
155
150
<span class="number">00</span><span class="symbol">:</span><span class="number">00</span><span class="symbol">:</span><span class="number">08</span><span class="symbol">,</span><span class="number">000</span> <span class="symbol">--&gt;</span> <span class="number">00</span><span class="symbol">:</span><span class="number">00</span><span class="symbol">:</span><span class="number">13</span><span class="symbol">,</span><span class="number">000</span>
156
151
Yes<span class="symbol">,</span> <span class="keyword">this</span> is a subtitle<span class="symbol">.</span> Don<span class="string">'t</span>
157
152
<span class="string">you like it? (8-13s)</span>
158
 
<span class="string"></span>
 
153
<span class="string"> </span>
159
154
<span class="string">3</span>
160
155
<span class="string">00:00:18,826 --&gt; 00:01:02,886</span>
161
156
<span class="string">Uh? What are you talking about?</span>
175
170
<a name="GstTextOverlay-struct"></a><h3>GstTextOverlay</h3>
176
171
<pre class="programlisting">typedef struct _GstTextOverlay GstTextOverlay;</pre>
177
172
<p>
178
 
Opaque textoverlay object structure</p>
 
173
Opaque textoverlay object structure
 
174
</p>
179
175
</div>
180
176
<hr>
181
177
<div class="refsect2" title="enum GstTextOverlayVAlign">
187
183
} GstTextOverlayVAlign;
188
184
</pre>
189
185
<p>
190
 
Vertical alignment of the text.</p>
 
186
Vertical alignment of the text.
 
187
</p>
191
188
<div class="variablelist"><table border="0">
192
189
<col align="left" valign="top">
193
190
<tbody>
194
191
<tr>
195
192
<td><p><a name="GST-TEXT-OVERLAY-VALIGN-BASELINE:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_VALIGN_BASELINE</code></span></p></td>
196
 
<td> draw text on the baseline
 
193
<td>draw text on the baseline
197
194
</td>
198
195
</tr>
199
196
<tr>
200
197
<td><p><a name="GST-TEXT-OVERLAY-VALIGN-BOTTOM:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_VALIGN_BOTTOM</code></span></p></td>
201
 
<td> draw text on the bottom
 
198
<td>draw text on the bottom
202
199
</td>
203
200
</tr>
204
201
<tr>
205
202
<td><p><a name="GST-TEXT-OVERLAY-VALIGN-TOP:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_VALIGN_TOP</code></span></p></td>
206
 
<td> draw test on top
 
203
<td>draw test on top
207
204
</td>
208
205
</tr>
209
206
</tbody>
219
216
} GstTextOverlayHAlign;
220
217
</pre>
221
218
<p>
222
 
Horizontal alignment of the text.</p>
 
219
Horizontal alignment of the text.
 
220
</p>
223
221
<div class="variablelist"><table border="0">
224
222
<col align="left" valign="top">
225
223
<tbody>
226
224
<tr>
227
225
<td><p><a name="GST-TEXT-OVERLAY-HALIGN-LEFT:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_HALIGN_LEFT</code></span></p></td>
228
 
<td> align text left
 
226
<td>align text left
229
227
</td>
230
228
</tr>
231
229
<tr>
232
230
<td><p><a name="GST-TEXT-OVERLAY-HALIGN-CENTER:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_HALIGN_CENTER</code></span></p></td>
233
 
<td> align text center
 
231
<td>align text center
234
232
</td>
235
233
</tr>
236
234
<tr>
237
235
<td><p><a name="GST-TEXT-OVERLAY-HALIGN-RIGHT:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_HALIGN_RIGHT</code></span></p></td>
238
 
<td> align text right
 
236
<td>align text right
239
237
</td>
240
238
</tr>
241
239
</tbody>
252
250
} GstTextOverlayWrapMode;
253
251
</pre>
254
252
<p>
255
 
Whether to wrap the text and if so how.</p>
 
253
Whether to wrap the text and if so how.
 
254
</p>
256
255
<div class="variablelist"><table border="0">
257
256
<col align="left" valign="top">
258
257
<tbody>
259
258
<tr>
260
259
<td><p><a name="GST-TEXT-OVERLAY-WRAP-MODE-NONE:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_WRAP_MODE_NONE</code></span></p></td>
261
 
<td> no wrapping
 
260
<td>no wrapping
262
261
</td>
263
262
</tr>
264
263
<tr>
265
264
<td><p><a name="GST-TEXT-OVERLAY-WRAP-MODE-WORD:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_WRAP_MODE_WORD</code></span></p></td>
266
 
<td> do word wrapping
 
265
<td>do word wrapping
267
266
</td>
268
267
</tr>
269
268
<tr>
270
269
<td><p><a name="GST-TEXT-OVERLAY-WRAP-MODE-CHAR:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_WRAP_MODE_CHAR</code></span></p></td>
271
 
<td> do char wrapping
 
270
<td>do char wrapping
272
271
</td>
273
272
</tr>
274
273
<tr>
275
274
<td><p><a name="GST-TEXT-OVERLAY-WRAP-MODE-WORD-CHAR:CAPS"></a><span class="term"><code class="literal">GST_TEXT_OVERLAY_WRAP_MODE_WORD_CHAR</code></span></p></td>
276
 
<td> do word and char wrapping
 
275
<td>do word and char wrapping
277
276
</td>
278
277
</tr>
279
278
</tbody>
372
371
<a name="GstTextOverlay--line-alignment"></a><h3>The <code class="literal">"line-alignment"</code> property</h3>
373
372
<pre class="programlisting">  "line-alignment"           <span class="type">GstTextOverlayLineAlign</span>  : Read / Write</pre>
374
373
<p>
375
 
Alignment of text lines relative to each other (for multi-line text)</p>
 
374
Alignment of text lines relative to each other (for multi-line text)
 
375
</p>
376
376
<p>Default value: center</p>
377
377
<p class="since">Since 0.10.15</p>
378
378
</div>
382
382
<pre class="programlisting">  "silent"                   <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
383
383
<p>
384
384
If set, no text is rendered. Useful to switch off text rendering
385
 
temporarily without removing the textoverlay element from the pipeline.</p>
 
385
temporarily without removing the textoverlay element from the pipeline.
 
386
</p>
386
387
<p>Default value: FALSE</p>
387
388
<p class="since">Since 0.10.15</p>
388
389
</div>
393
394
<p>
394
395
If set, the video will block until a subtitle is received on the text pad.
395
396
If video and subtitles are sent in sync, like from the same demuxer, this
396
 
property should be set.</p>
 
397
property should be set.
 
398
</p>
397
399
<p>Default value: TRUE</p>
398
400
<p class="since">Since 0.10.20</p>
399
401
</div>
419
421
</div>
420
422
<div class="footer">
421
423
<hr>
422
 
          Generated by GTK-Doc V1.13</div>
 
424
          Generated by GTK-Doc V1.15</div>
423
425
</body>
424
426
</html>
 
 
b'\\ No newline at end of file'