clutter-gstreamer 3.1.1-x86-mingw32 → 3.1.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -10
- data/dependency-check/Rakefile +40 -0
- data/test/clutter-gstreamer-test-utils.rb +0 -4
- data/test/run-test.rb +3 -1
- data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-3.0.la +2 -2
- data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +2 -2
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +8 -9
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +49 -115
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +14 -15
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraManager.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +30 -31
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +10 -11
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +78 -107
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +37 -41
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/annotation-glossary.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/api-index-1-4.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/api-index-1-6.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/api-index-3-0.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/api-index-all.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch01.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +23 -4
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Types.html +19 -20
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +49 -103
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +58 -59
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +27 -33
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.html +7 -8
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/license.html +6 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/profile.txt +2206 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/style.css +9 -6
- metadata +11 -10
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +0 -316
@@ -2,14 +2,14 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Gst 3.0.
|
6
|
-
Reference Manual
|
5
|
+
<title>Video Sink: Clutter Gst 3.0.24
|
6
|
+
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter Gst 3.0.
|
8
|
+
<link rel="home" href="index.html" title="Clutter Gst 3.0.24 Reference Manual">
|
9
9
|
<link rel="up" href="ch04.html" title="ClutterGst sink">
|
10
10
|
<link rel="prev" href="ch04.html" title="ClutterGst sink">
|
11
11
|
<link rel="next" href="ch05.html" title="ClutterGst utils">
|
12
|
-
<meta name="generator" content="GTK-Doc V1.
|
12
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
13
13
|
<link rel="stylesheet" href="style.css" type="text/css">
|
14
14
|
</head>
|
15
15
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -215,11 +215,11 @@ video.</p>
|
|
215
215
|
clutter_gst_video_sink_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
216
216
|
<p>Creates a new <a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a></p>
|
217
217
|
<div class="refsect3">
|
218
|
-
<a name="
|
218
|
+
<a name="clutter-gst-video-sink-new.returns"></a><h4>Returns</h4>
|
219
219
|
<p> a new <a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a>. </p>
|
220
220
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
221
221
|
</div>
|
222
|
-
<p class="since">Since 3.0</p>
|
222
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
223
223
|
</div>
|
224
224
|
<hr>
|
225
225
|
<div class="refsect2">
|
@@ -235,7 +235,7 @@ polling the ready status with this api, but sometimes when a sink
|
|
235
235
|
is passed between components that didn't have an opportunity to
|
236
236
|
connect a signal handler this can be useful.</p>
|
237
237
|
<div class="refsect3">
|
238
|
-
<a name="
|
238
|
+
<a name="clutter-gst-video-sink-is-ready.parameters"></a><h4>Parameters</h4>
|
239
239
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
240
240
|
<colgroup>
|
241
241
|
<col width="150px" class="parameters_name">
|
@@ -250,11 +250,10 @@ connect a signal handler this can be useful.</p>
|
|
250
250
|
</table></div>
|
251
251
|
</div>
|
252
252
|
<div class="refsect3">
|
253
|
-
<a name="
|
253
|
+
<a name="clutter-gst-video-sink-is-ready.returns"></a><h4>Returns</h4>
|
254
254
|
<p> <code class="literal">TRUE</code> if the sink is ready, else <code class="literal">FALSE</code></p>
|
255
|
-
<p></p>
|
256
255
|
</div>
|
257
|
-
<p class="since">Since 3.0</p>
|
256
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
258
257
|
</div>
|
259
258
|
<hr>
|
260
259
|
<div class="refsect2">
|
@@ -265,7 +264,7 @@ clutter_gst_video_sink_get_frame (<em class="parameter"><code><a class="link" hr
|
|
265
264
|
frame of the given video sink. An application is free to make a
|
266
265
|
copy of this pipeline and modify it for custom rendering.</p>
|
267
266
|
<div class="refsect3">
|
268
|
-
<a name="
|
267
|
+
<a name="clutter-gst-video-sink-get-frame.parameters"></a><h4>Parameters</h4>
|
269
268
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
270
269
|
<colgroup>
|
271
270
|
<col width="150px" class="parameters_name">
|
@@ -280,12 +279,12 @@ copy of this pipeline and modify it for custom rendering.</p>
|
|
280
279
|
</table></div>
|
281
280
|
</div>
|
282
281
|
<div class="refsect3">
|
283
|
-
<a name="
|
282
|
+
<a name="clutter-gst-video-sink-get-frame.returns"></a><h4>Returns</h4>
|
284
283
|
<p> A <a class="link" href="clutter-gst-Types.html#ClutterGstFrame"><span class="type">ClutterGstFrame</span></a> or NULL if there
|
285
284
|
isn't a frame to be displayed yet. </p>
|
286
285
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
287
286
|
</div>
|
288
|
-
<p class="since">Since 3.0</p>
|
287
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
289
288
|
</div>
|
290
289
|
<hr>
|
291
290
|
<div class="refsect2">
|
@@ -303,7 +302,7 @@ pipeline and modify it for custom rendering.</p>
|
|
303
302
|
<p>Note: it is considered an error to call this function before the
|
304
303
|
<a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink-pipeline-ready" title="The “pipeline-ready” signal"><span class="type">“pipeline-ready”</span></a> signal is emitted.</p>
|
305
304
|
<div class="refsect3">
|
306
|
-
<a name="
|
305
|
+
<a name="clutter-gst-video-sink-get-pipeline.parameters"></a><h4>Parameters</h4>
|
307
306
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
308
307
|
<colgroup>
|
309
308
|
<col width="150px" class="parameters_name">
|
@@ -318,12 +317,12 @@ pipeline and modify it for custom rendering.</p>
|
|
318
317
|
</table></div>
|
319
318
|
</div>
|
320
319
|
<div class="refsect3">
|
321
|
-
<a name="
|
320
|
+
<a name="clutter-gst-video-sink-get-pipeline.returns"></a><h4>Returns</h4>
|
322
321
|
<p> the pipeline for rendering the
|
323
322
|
current frame. </p>
|
324
323
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
325
324
|
</div>
|
326
|
-
<p class="since">Since 3.0</p>
|
325
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
327
326
|
</div>
|
328
327
|
<hr>
|
329
328
|
<div class="refsect2">
|
@@ -340,7 +339,7 @@ Typically an application will call this in response to the
|
|
340
339
|
<p>Note: it is considered an error to call this function before the
|
341
340
|
<a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink-pipeline-ready" title="The “pipeline-ready” signal"><span class="type">“pipeline-ready”</span></a> signal is emitted.</p>
|
342
341
|
<div class="refsect3">
|
343
|
-
<a name="
|
342
|
+
<a name="clutter-gst-video-sink-setup-pipeline.parameters"></a><h4>Parameters</h4>
|
344
343
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
345
344
|
<colgroup>
|
346
345
|
<col width="150px" class="parameters_name">
|
@@ -361,7 +360,7 @@ Typically an application will call this in response to the
|
|
361
360
|
</tbody>
|
362
361
|
</table></div>
|
363
362
|
</div>
|
364
|
-
<p class="since">Since 3.0</p>
|
363
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
365
364
|
</div>
|
366
365
|
<hr>
|
367
366
|
<div class="refsect2">
|
@@ -370,10 +369,6 @@ Typically an application will call this in response to the
|
|
370
369
|
clutter_gst_video_sink_get_overlays (<em class="parameter"><code><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> *sink</code></em>);</pre>
|
371
370
|
<p>
|
372
371
|
</p>
|
373
|
-
<div class="refsect3">
|
374
|
-
<a name="id-1.5.2.11.7.5"></a><h4>Returns</h4>
|
375
|
-
<p></p>
|
376
|
-
</div>
|
377
372
|
</div>
|
378
373
|
</div>
|
379
374
|
<div class="refsect1">
|
@@ -383,7 +378,7 @@ clutter_gst_video_sink_get_overlays (<em class="parameter"><code><a class="link"
|
|
383
378
|
<pre class="programlisting">struct ClutterGstVideoSink;</pre>
|
384
379
|
<p>The <a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> structure contains only private data and
|
385
380
|
should be accessed using the provided API.</p>
|
386
|
-
<p class="since">Since 3.0</p>
|
381
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
387
382
|
</div>
|
388
383
|
<hr>
|
389
384
|
<div class="refsect2">
|
@@ -395,7 +390,7 @@ should be accessed using the provided API.</p>
|
|
395
390
|
};
|
396
391
|
</pre>
|
397
392
|
<div class="refsect3">
|
398
|
-
<a name="
|
393
|
+
<a name="ClutterGstVideoSinkClass.members"></a><h4>Members</h4>
|
399
394
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
400
395
|
<colgroup>
|
401
396
|
<col width="300px" class="struct_members_name">
|
@@ -421,7 +416,7 @@ should be accessed using the provided API.</p>
|
|
421
416
|
</tbody>
|
422
417
|
</table></div>
|
423
418
|
</div>
|
424
|
-
<p class="since">Since 3.0</p>
|
419
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
425
420
|
</div>
|
426
421
|
</div>
|
427
422
|
<div class="refsect1">
|
@@ -449,7 +444,7 @@ to get a pipeline suitable for rendering the frame. If the
|
|
449
444
|
application is using a custom pipeline it can alternatively call
|
450
445
|
<code class="function">clutter_gst_video_sink_attach_frame()</code> to attach the textures.</p>
|
451
446
|
<div class="refsect3">
|
452
|
-
<a name="
|
447
|
+
<a name="ClutterGstVideoSink-new-frame.parameters"></a><h4>Parameters</h4>
|
453
448
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
454
449
|
<colgroup>
|
455
450
|
<col width="150px" class="parameters_name">
|
@@ -471,7 +466,7 @@ application is using a custom pipeline it can alternatively call
|
|
471
466
|
</table></div>
|
472
467
|
</div>
|
473
468
|
<p>Flags: Run Last</p>
|
474
|
-
<p class="since">Since 3.0</p>
|
469
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
475
470
|
</div>
|
476
471
|
<hr>
|
477
472
|
<div class="refsect2">
|
@@ -485,7 +480,7 @@ emitted, an application can call
|
|
485
480
|
<a class="link" href="clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-overlays" title="clutter_gst_video_sink_get_overlays ()"><code class="function">clutter_gst_video_sink_get_overlays()</code></a> to get a set of pipelines
|
486
481
|
suitable for rendering overlays on a video frame.</p>
|
487
482
|
<div class="refsect3">
|
488
|
-
<a name="
|
483
|
+
<a name="ClutterGstVideoSink-new-overlays.parameters"></a><h4>Parameters</h4>
|
489
484
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
490
485
|
<colgroup>
|
491
486
|
<col width="150px" class="parameters_name">
|
@@ -507,7 +502,7 @@ suitable for rendering overlays on a video frame.</p>
|
|
507
502
|
</table></div>
|
508
503
|
</div>
|
509
504
|
<p>Flags: Run Last</p>
|
510
|
-
<p class="since">Since 3.0</p>
|
505
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
511
506
|
</div>
|
512
507
|
<hr>
|
513
508
|
<div class="refsect2">
|
@@ -527,7 +522,7 @@ this signal is emitted. The <a class="link" href="clutter-gst-Video-Sink.html#Cl
|
|
527
522
|
will only be emitted after the pipeline is ready so the application
|
528
523
|
could also create its pipeline in the handler for that.</p>
|
529
524
|
<div class="refsect3">
|
530
|
-
<a name="
|
525
|
+
<a name="ClutterGstVideoSink-pipeline-ready.parameters"></a><h4>Parameters</h4>
|
531
526
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
532
527
|
<colgroup>
|
533
528
|
<col width="150px" class="parameters_name">
|
@@ -549,12 +544,11 @@ could also create its pipeline in the handler for that.</p>
|
|
549
544
|
</table></div>
|
550
545
|
</div>
|
551
546
|
<p>Flags: Run Last</p>
|
552
|
-
<p class="since">Since 3.0</p>
|
547
|
+
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
553
548
|
</div>
|
554
549
|
</div>
|
555
550
|
</div>
|
556
551
|
<div class="footer">
|
557
|
-
<hr>
|
558
|
-
Generated by GTK-Doc V1.21.1</div>
|
552
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
559
553
|
</body>
|
560
554
|
</html>
|
@@ -2,21 +2,21 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Gst 3.0.
|
6
|
-
Reference Manual
|
5
|
+
<title>Clutter Gst 3.0.24 Reference Manual: Clutter Gst 3.0.24
|
6
|
+
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter Gst 3.0.
|
8
|
+
<link rel="home" href="index.html" title="Clutter Gst 3.0.24 Reference Manual">
|
9
9
|
<link rel="next" href="ch01.html" title="Clutter Gst Overview">
|
10
|
-
<meta name="generator" content="GTK-Doc V1.
|
10
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
11
11
|
<link rel="stylesheet" href="style.css" type="text/css">
|
12
12
|
</head>
|
13
13
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
14
14
|
<div class="book">
|
15
15
|
<div class="titlepage">
|
16
16
|
<div>
|
17
|
-
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 3.0.
|
17
|
+
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 3.0.24
|
18
18
|
Reference Manual</p></th></tr></table></div>
|
19
|
-
<div><p class="releaseinfo">Version 3.0.
|
19
|
+
<div><p class="releaseinfo">Version 3.0.24
|
20
20
|
</p></div>
|
21
21
|
<div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
|
22
22
|
<div><p class="copyright">Copyright © 2009, 2010 Intel Corporation</p></div>
|
@@ -103,7 +103,6 @@
|
|
103
103
|
</dl></div>
|
104
104
|
</div>
|
105
105
|
<div class="footer">
|
106
|
-
<hr>
|
107
|
-
Generated by GTK-Doc V1.21.1</div>
|
106
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
108
107
|
</body>
|
109
108
|
</html>
|
@@ -2,13 +2,13 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Clutter Gst 3.0.
|
6
|
-
Reference Manual
|
5
|
+
<title>Appendix A. License: Clutter Gst 3.0.24
|
6
|
+
Reference Manual</title>
|
7
7
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
8
|
-
<link rel="home" href="index.html" title="Clutter Gst 3.0.
|
9
|
-
<link rel="up" href="index.html" title="Clutter Gst 3.0.
|
8
|
+
<link rel="home" href="index.html" title="Clutter Gst 3.0.24 Reference Manual">
|
9
|
+
<link rel="up" href="index.html" title="Clutter Gst 3.0.24 Reference Manual">
|
10
10
|
<link rel="prev" href="annotation-glossary.html" title="Annotation Glossary">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (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">
|
@@ -53,7 +53,6 @@
|
|
53
53
|
</p>
|
54
54
|
</div>
|
55
55
|
<div class="footer">
|
56
|
-
<hr>
|
57
|
-
Generated by GTK-Doc V1.21.1</div>
|
56
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
58
57
|
</body>
|
59
58
|
</html>
|