clutter-gstreamer 3.0.8-x86-mingw32 → 3.0.9-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/lib/clutter-gst.rb +3 -3
- data/test/run-test.rb +9 -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/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +132 -132
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +21 -21
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraManager.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +14 -14
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +5 -5
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +79 -79
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +38 -38
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Types.html +7 -7
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +12 -12
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +16 -16
- metadata +9 -9
@@ -71,7 +71,7 @@
|
|
71
71
|
</tr>
|
72
72
|
<tr>
|
73
73
|
<td class="function_type">
|
74
|
-
<a href="
|
74
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
75
75
|
</td>
|
76
76
|
<td class="function_name">
|
77
77
|
<a class="link" href="ClutterGstPlayer.html#clutter-gst-player-get-idle" title="clutter_gst_player_get_idle ()">clutter_gst_player_get_idle</a> <span class="c_punctuation">()</span>
|
@@ -79,7 +79,7 @@
|
|
79
79
|
</tr>
|
80
80
|
<tr>
|
81
81
|
<td class="function_type">
|
82
|
-
<a href="
|
82
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
83
83
|
</td>
|
84
84
|
<td class="function_name">
|
85
85
|
<a class="link" href="ClutterGstPlayer.html#clutter-gst-player-get-playing" title="clutter_gst_player_get_playing ()">clutter_gst_player_get_playing</a> <span class="c_punctuation">()</span>
|
@@ -95,7 +95,7 @@
|
|
95
95
|
</tr>
|
96
96
|
<tr>
|
97
97
|
<td class="function_type">
|
98
|
-
<a href="
|
98
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
99
99
|
</td>
|
100
100
|
<td class="function_name">
|
101
101
|
<a class="link" href="ClutterGstPlayer.html#clutter-gst-player-get-audio-volume" title="clutter_gst_player_get_audio_volume ()">clutter_gst_player_get_audio_volume</a> <span class="c_punctuation">()</span>
|
@@ -122,17 +122,17 @@
|
|
122
122
|
</colgroup>
|
123
123
|
<tbody>
|
124
124
|
<tr>
|
125
|
-
<td class="property_type"><a href="
|
125
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></td>
|
126
126
|
<td class="property_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer--audio-volume" title="The “audio-volume” property">audio-volume</a></td>
|
127
127
|
<td class="property_flags">Read / Write</td>
|
128
128
|
</tr>
|
129
129
|
<tr>
|
130
|
-
<td class="property_type"><a href="
|
130
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
131
131
|
<td class="property_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer--idle" title="The “idle” property">idle</a></td>
|
132
132
|
<td class="property_flags">Read</td>
|
133
133
|
</tr>
|
134
134
|
<tr>
|
135
|
-
<td class="property_type"><a href="
|
135
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
|
136
136
|
<td class="property_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer--playing" title="The “playing” property">playing</a></td>
|
137
137
|
<td class="property_flags">Read / Write</td>
|
138
138
|
</tr>
|
@@ -151,27 +151,27 @@
|
|
151
151
|
<tr>
|
152
152
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
153
153
|
<td class="signal_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer-eos" title="The “eos” signal">eos</a></td>
|
154
|
-
<td class="signal_flags"><a href="
|
154
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
155
155
|
</tr>
|
156
156
|
<tr>
|
157
157
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
158
158
|
<td class="signal_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer-error" title="The “error” signal">error</a></td>
|
159
|
-
<td class="signal_flags"><a href="
|
159
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
160
160
|
</tr>
|
161
161
|
<tr>
|
162
162
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
163
163
|
<td class="signal_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer-new-frame" title="The “new-frame” signal">new-frame</a></td>
|
164
|
-
<td class="signal_flags"><a href="
|
164
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
165
165
|
</tr>
|
166
166
|
<tr>
|
167
167
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
168
168
|
<td class="signal_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer-ready" title="The “ready” signal">ready</a></td>
|
169
|
-
<td class="signal_flags"><a href="
|
169
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
172
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
173
173
|
<td class="signal_name"><a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer-size-change" title="The “size-change” signal">size-change</a></td>
|
174
|
-
<td class="signal_flags"><a href="
|
174
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
175
175
|
</tr>
|
176
176
|
</tbody>
|
177
177
|
</table></div>
|
@@ -197,7 +197,7 @@
|
|
197
197
|
</div>
|
198
198
|
<div class="refsect1">
|
199
199
|
<a name="ClutterGstPlayer.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
200
|
-
<pre class="screen"> <a href="
|
200
|
+
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
|
201
201
|
<span class="lineart">╰──</span> ClutterGstPlayer
|
202
202
|
</pre>
|
203
203
|
</div>
|
@@ -205,7 +205,7 @@
|
|
205
205
|
<a name="ClutterGstPlayer.prerequisites"></a><h2>Prerequisites</h2>
|
206
206
|
<p>
|
207
207
|
ClutterGstPlayer requires
|
208
|
-
<a href="
|
208
|
+
<a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
209
209
|
</div>
|
210
210
|
<div class="refsect1">
|
211
211
|
<a name="ClutterGstPlayer.implementations"></a><h2>Known Implementations</h2>
|
@@ -310,7 +310,7 @@ clutter_gst_player_get_video_sink (<em class="parameter"><code><a class="link" h
|
|
310
310
|
<hr>
|
311
311
|
<div class="refsect2">
|
312
312
|
<a name="clutter-gst-player-get-idle"></a><h3>clutter_gst_player_get_idle ()</h3>
|
313
|
-
<pre class="programlisting"><a href="
|
313
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
314
314
|
clutter_gst_player_get_idle (<em class="parameter"><code><a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *self</code></em>);</pre>
|
315
315
|
<p>Get the idle state of the pipeline.</p>
|
316
316
|
<div class="refsect3">
|
@@ -337,7 +337,7 @@ clutter_gst_player_get_idle (<em class="parameter"><code><a class="link" href="C
|
|
337
337
|
<hr>
|
338
338
|
<div class="refsect2">
|
339
339
|
<a name="clutter-gst-player-get-playing"></a><h3>clutter_gst_player_get_playing ()</h3>
|
340
|
-
<pre class="programlisting"><a href="
|
340
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
341
341
|
clutter_gst_player_get_playing (<em class="parameter"><code><a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *self</code></em>);</pre>
|
342
342
|
<p>Retrieves the playing status of <em class="parameter"><code>self</code></em>
|
343
343
|
.</p>
|
@@ -358,7 +358,7 @@ clutter_gst_player_get_playing (<em class="parameter"><code><a class="link" href
|
|
358
358
|
</div>
|
359
359
|
<div class="refsect3">
|
360
360
|
<a name="id-1.4.2.11.6.6"></a><h4>Returns</h4>
|
361
|
-
<p> <a href="
|
361
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if playing, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if stopped.</p>
|
362
362
|
</div>
|
363
363
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
364
364
|
</div>
|
@@ -367,12 +367,12 @@ clutter_gst_player_get_playing (<em class="parameter"><code><a class="link" href
|
|
367
367
|
<a name="clutter-gst-player-set-playing"></a><h3>clutter_gst_player_set_playing ()</h3>
|
368
368
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
369
369
|
clutter_gst_player_set_playing (<em class="parameter"><code><a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *self</code></em>,
|
370
|
-
<em class="parameter"><code><a href="
|
370
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> playing</code></em>);</pre>
|
371
371
|
<p>Starts or stops playing of <em class="parameter"><code>self</code></em>
|
372
372
|
.</p>
|
373
373
|
<p>The implementation might be asynchronous, so the way to know whether
|
374
374
|
the actual playing state of the <em class="parameter"><code>self</code></em>
|
375
|
-
is to use the <a href="
|
375
|
+
is to use the <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">“notify”</span></a>
|
376
376
|
signal on the <a class="link" href="ClutterGstPlayer.html#ClutterGstPlayer--playing" title="The “playing” property"><span class="type">“playing”</span></a> property and then retrieve the
|
377
377
|
current state with <a class="link" href="ClutterGstPlayer.html#clutter-gst-player-get-playing" title="clutter_gst_player_get_playing ()"><code class="function">clutter_gst_player_get_playing()</code></a>. ClutterGstVideoActor
|
378
378
|
in clutter-gst is an example of such an asynchronous implementation.</p>
|
@@ -392,7 +392,7 @@ in clutter-gst is an example of such an asynchronous implementation.</p>
|
|
392
392
|
</tr>
|
393
393
|
<tr>
|
394
394
|
<td class="parameter_name"><p>playing</p></td>
|
395
|
-
<td class="parameter_description"><p><a href="
|
395
|
+
<td class="parameter_description"><p><a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to start playing</p></td>
|
396
396
|
<td class="parameter_annotations"> </td>
|
397
397
|
</tr>
|
398
398
|
</tbody>
|
@@ -403,7 +403,7 @@ in clutter-gst is an example of such an asynchronous implementation.</p>
|
|
403
403
|
<hr>
|
404
404
|
<div class="refsect2">
|
405
405
|
<a name="clutter-gst-player-get-audio-volume"></a><h3>clutter_gst_player_get_audio_volume ()</h3>
|
406
|
-
<pre class="programlisting"><a href="
|
406
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
407
407
|
clutter_gst_player_get_audio_volume (<em class="parameter"><code><a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *self</code></em>);</pre>
|
408
408
|
<p>Retrieves the playback volume of <em class="parameter"><code>self</code></em>
|
409
409
|
.</p>
|
@@ -433,7 +433,7 @@ clutter_gst_player_get_audio_volume (<em class="parameter"><code><a class="link"
|
|
433
433
|
<a name="clutter-gst-player-set-audio-volume"></a><h3>clutter_gst_player_set_audio_volume ()</h3>
|
434
434
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
435
435
|
clutter_gst_player_set_audio_volume (<em class="parameter"><code><a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *self</code></em>,
|
436
|
-
<em class="parameter"><code><a href="
|
436
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> volume</code></em>);</pre>
|
437
437
|
<p>Sets the playback volume of <em class="parameter"><code>self</code></em>
|
438
438
|
to <em class="parameter"><code>volume</code></em>
|
439
439
|
.</p>
|
@@ -585,7 +585,7 @@ directly accessed</p>
|
|
585
585
|
<a name="ClutterGstPlayer.property-details"></a><h2>Property Details</h2>
|
586
586
|
<div class="refsect2">
|
587
587
|
<a name="ClutterGstPlayer--audio-volume"></a><h3>The <code class="literal">“audio-volume”</code> property</h3>
|
588
|
-
<pre class="programlisting"> “audio-volume” <a href="
|
588
|
+
<pre class="programlisting"> “audio-volume” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a></pre>
|
589
589
|
<p>The volume of the audio, as a normalized value between
|
590
590
|
0.0 and 1.0.</p>
|
591
591
|
<p>Flags: Read / Write</p>
|
@@ -595,7 +595,7 @@ directly accessed</p>
|
|
595
595
|
<hr>
|
596
596
|
<div class="refsect2">
|
597
597
|
<a name="ClutterGstPlayer--idle"></a><h3>The <code class="literal">“idle”</code> property</h3>
|
598
|
-
<pre class="programlisting"> “idle” <a href="
|
598
|
+
<pre class="programlisting"> “idle” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
599
599
|
<p>Whether the <a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> is in idle mode.</p>
|
600
600
|
<p>Flags: Read</p>
|
601
601
|
<p>Default value: TRUE</p>
|
@@ -604,7 +604,7 @@ directly accessed</p>
|
|
604
604
|
<hr>
|
605
605
|
<div class="refsect2">
|
606
606
|
<a name="ClutterGstPlayer--playing"></a><h3>The <code class="literal">“playing”</code> property</h3>
|
607
|
-
<pre class="programlisting"> “playing” <a href="
|
607
|
+
<pre class="programlisting"> “playing” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
|
608
608
|
<p>Whether the <a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> actor is playing.</p>
|
609
609
|
<p>Flags: Read / Write</p>
|
610
610
|
<p>Default value: FALSE</p>
|
@@ -616,7 +616,7 @@ directly accessed</p>
|
|
616
616
|
<a name="ClutterGstPlayer-eos"></a><h3>The <code class="literal">“eos”</code> signal</h3>
|
617
617
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
618
618
|
user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *player,
|
619
|
-
<a href="
|
619
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
620
620
|
<p>The ::eos signal is emitted each time the media stream ends.</p>
|
621
621
|
<div class="refsect3">
|
622
622
|
<a name="id-1.4.2.14.2.5"></a><h4>Parameters</h4>
|
@@ -640,15 +640,15 @@ user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPla
|
|
640
640
|
</tbody>
|
641
641
|
</table></div>
|
642
642
|
</div>
|
643
|
-
<p>Flags: <a href="
|
643
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
644
644
|
</div>
|
645
645
|
<hr>
|
646
646
|
<div class="refsect2">
|
647
647
|
<a name="ClutterGstPlayer-error"></a><h3>The <code class="literal">“error”</code> signal</h3>
|
648
648
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
649
649
|
user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *player,
|
650
|
-
<a href="
|
651
|
-
<a href="
|
650
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error,
|
651
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
652
652
|
<p>The ::error signal is emitted each time an error occurred.</p>
|
653
653
|
<div class="refsect3">
|
654
654
|
<a name="id-1.4.2.14.3.5"></a><h4>Parameters</h4>
|
@@ -666,7 +666,7 @@ user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPla
|
|
666
666
|
</tr>
|
667
667
|
<tr>
|
668
668
|
<td class="parameter_name"><p>error</p></td>
|
669
|
-
<td class="parameter_description"><p>the <a href="
|
669
|
+
<td class="parameter_description"><p>the <a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a></p></td>
|
670
670
|
<td class="parameter_annotations"> </td>
|
671
671
|
</tr>
|
672
672
|
<tr>
|
@@ -677,7 +677,7 @@ user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPla
|
|
677
677
|
</tbody>
|
678
678
|
</table></div>
|
679
679
|
</div>
|
680
|
-
<p>Flags: <a href="
|
680
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
681
681
|
</div>
|
682
682
|
<hr>
|
683
683
|
<div class="refsect2">
|
@@ -685,7 +685,7 @@ user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPla
|
|
685
685
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
686
686
|
user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *player,
|
687
687
|
<a class="link" href="clutter-gst-Types.html#ClutterGstFrame"><span class="type">ClutterGstFrame</span></a> *frame,
|
688
|
-
<a href="
|
688
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
689
689
|
<p>The ::new-frame signal is emitted each time a frame is received
|
690
690
|
from the video sink.</p>
|
691
691
|
<div class="refsect3">
|
@@ -715,14 +715,14 @@ from the video sink.</p>
|
|
715
715
|
</tbody>
|
716
716
|
</table></div>
|
717
717
|
</div>
|
718
|
-
<p>Flags: <a href="
|
718
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
719
719
|
</div>
|
720
720
|
<hr>
|
721
721
|
<div class="refsect2">
|
722
722
|
<a name="ClutterGstPlayer-ready"></a><h3>The <code class="literal">“ready”</code> signal</h3>
|
723
723
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
724
724
|
user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *player,
|
725
|
-
<a href="
|
725
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
726
726
|
<p>The ::ready signal is emitted each time the gstreamer pipeline
|
727
727
|
becomes ready.</p>
|
728
728
|
<div class="refsect3">
|
@@ -747,16 +747,16 @@ becomes ready.</p>
|
|
747
747
|
</tbody>
|
748
748
|
</table></div>
|
749
749
|
</div>
|
750
|
-
<p>Flags: <a href="
|
750
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
751
751
|
</div>
|
752
752
|
<hr>
|
753
753
|
<div class="refsect2">
|
754
754
|
<a name="ClutterGstPlayer-size-change"></a><h3>The <code class="literal">“size-change”</code> signal</h3>
|
755
755
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
756
756
|
user_function (<a class="link" href="ClutterGstPlayer.html" title="ClutterGstPlayer"><span class="type">ClutterGstPlayer</span></a> *player,
|
757
|
-
<a href="
|
758
|
-
<a href="
|
759
|
-
<a href="
|
757
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width,
|
758
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height,
|
759
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
760
760
|
<p>The ::size-change signal is emitted each time the new frame
|
761
761
|
has different dimensions to the previous frame.</p>
|
762
762
|
<div class="refsect3">
|
@@ -791,7 +791,7 @@ has different dimensions to the previous frame.</p>
|
|
791
791
|
</tbody>
|
792
792
|
</table></div>
|
793
793
|
</div>
|
794
|
-
<p>Flags: <a href="
|
794
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
795
795
|
</div>
|
796
796
|
</div>
|
797
797
|
</div>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
<tbody>
|
44
44
|
<tr>
|
45
45
|
<td class="function_type">
|
46
|
-
<a href="
|
46
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
47
47
|
</td>
|
48
48
|
<td class="function_name">
|
49
49
|
<a class="link" href="clutter-gst-Types.html#clutter-gst-box-get-width" title="clutter_gst_box_get_width ()">clutter_gst_box_get_width</a> <span class="c_punctuation">()</span>
|
@@ -51,7 +51,7 @@
|
|
51
51
|
</tr>
|
52
52
|
<tr>
|
53
53
|
<td class="function_type">
|
54
|
-
<a href="
|
54
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
55
55
|
</td>
|
56
56
|
<td class="function_name">
|
57
57
|
<a class="link" href="clutter-gst-Types.html#clutter-gst-box-get-height" title="clutter_gst_box_get_height ()">clutter_gst_box_get_height</a> <span class="c_punctuation">()</span>
|
@@ -101,14 +101,14 @@
|
|
101
101
|
</div>
|
102
102
|
<div class="refsect1">
|
103
103
|
<a name="clutter-gst-Types.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
104
|
-
<pre class="screen"> <a href="
|
104
|
+
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-Boxed-Types.html">GBoxed</a>
|
105
105
|
<span class="lineart">├──</span> ClutterGstBox
|
106
106
|
<span class="lineart">├──</span> ClutterGstFrame
|
107
107
|
<span class="lineart">├──</span> ClutterGstOverlay
|
108
108
|
<span class="lineart">╰──</span> ClutterGstOverlays
|
109
|
-
<a href="
|
109
|
+
<a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
|
110
110
|
<span class="lineart">╰──</span> ClutterGstBufferingMode
|
111
|
-
<a href="
|
111
|
+
<a href="https://developer.gnome.org/gobject/unstable/gobject-Enumeration-and-Flag-Types.html">GFlags</a>
|
112
112
|
<span class="lineart">╰──</span> ClutterGstSeekFlags
|
113
113
|
</pre>
|
114
114
|
</div>
|
@@ -119,14 +119,14 @@
|
|
119
119
|
<a name="clutter-gst-Types.functions_details"></a><h2>Functions</h2>
|
120
120
|
<div class="refsect2">
|
121
121
|
<a name="clutter-gst-box-get-width"></a><h3>clutter_gst_box_get_width ()</h3>
|
122
|
-
<pre class="programlisting"><a href="
|
122
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
123
123
|
clutter_gst_box_get_width (<em class="parameter"><code>const <a class="link" href="clutter-gst-Types.html#ClutterGstBox"><span class="type">ClutterGstBox</span></a> *box</code></em>);</pre>
|
124
124
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
125
125
|
</div>
|
126
126
|
<hr>
|
127
127
|
<div class="refsect2">
|
128
128
|
<a name="clutter-gst-box-get-height"></a><h3>clutter_gst_box_get_height ()</h3>
|
129
|
-
<pre class="programlisting"><a href="
|
129
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a>
|
130
130
|
clutter_gst_box_get_height (<em class="parameter"><code>const <a class="link" href="clutter-gst-Types.html#ClutterGstBox"><span class="type">ClutterGstBox</span></a> *box</code></em>);</pre>
|
131
131
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
132
132
|
</div>
|
@@ -103,7 +103,7 @@ example:</p>
|
|
103
103
|
<br class="example-break"><p>It's allowed to pass two NULL pointers to <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()"><code class="function">clutter_gst_init()</code></a> in case you
|
104
104
|
don't want to pass the command line arguments to GStreamer, Clutter and
|
105
105
|
Clutter-Gst.</p>
|
106
|
-
<p>You can also use a <a href="
|
106
|
+
<p>You can also use a <a href="https://developer.gnome.org/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> array to initialize your own parameters
|
107
107
|
as shown in the next code fragment:</p>
|
108
108
|
<div class="example">
|
109
109
|
<a name="id-1.6.3.4.6"></a><p class="title"><b>Example 2. Initializing the Clutter-Gst library with additional options</b></p>
|
@@ -156,8 +156,8 @@ as shown in the next code fragment:</p>
|
|
156
156
|
GError <span class="gtkdoc opt">*</span>error <span class="gtkdoc opt">=</span> NULL<span class="gtkdoc opt">;</span>
|
157
157
|
gboolean result<span class="gtkdoc opt">;</span>
|
158
158
|
|
159
|
-
<span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function"><a href="
|
160
|
-
<span class="function"><a href="
|
159
|
+
<span class="keyword">if</span> <span class="gtkdoc opt">(!</span><span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-supported">g_thread_supported</a></span> <span class="gtkdoc opt">())</span>
|
160
|
+
<span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-init">g_thread_init</a></span> <span class="gtkdoc opt">(</span>NULL<span class="gtkdoc opt">);</span>
|
161
161
|
|
162
162
|
result <span class="gtkdoc opt">=</span> <span class="function"><a href="clutter-gst-Utilities.html#clutter-gst-init-with-args">clutter_gst_init_with_args</a></span> <span class="gtkdoc opt">(&</span>argc<span class="gtkdoc opt">, &</span>argv<span class="gtkdoc opt">,</span>
|
163
163
|
<span class="string">" - Test YUV frames uploading"</span><span class="gtkdoc opt">,</span>
|
@@ -165,8 +165,8 @@ as shown in the next code fragment:</p>
|
|
165
165
|
|
166
166
|
<span class="keyword">if</span> <span class="gtkdoc opt">(</span>error<span class="gtkdoc opt">)</span>
|
167
167
|
<span class="gtkdoc opt">{</span>
|
168
|
-
<span class="function"><a href="
|
169
|
-
<span class="function"><a href="
|
168
|
+
<span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Warnings-and-Assertions.html#g-print">g_print</a></span> <span class="gtkdoc opt">(</span><span class="string">"%s</span><span class="gtkdoc esc">\n</span><span class="string">"</span><span class="gtkdoc opt">,</span> error<span class="gtkdoc opt">-></span>message<span class="gtkdoc opt">);</span>
|
169
|
+
<span class="function"><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#g-error-free">g_error_free</a></span> <span class="gtkdoc opt">(</span>error<span class="gtkdoc opt">);</span>
|
170
170
|
<span class="keyword">return</span> EXIT_FAILURE<span class="gtkdoc opt">;</span>
|
171
171
|
<span class="gtkdoc opt">}</span>
|
172
172
|
<span class="gtkdoc opt">...</span>
|
@@ -189,7 +189,7 @@ clutter_gst_init (<em class="parameter"><code><span class="type">int</span> *arg
|
|
189
189
|
<p>Utility function to initialize both Clutter and GStreamer.</p>
|
190
190
|
<p>This function should be called before calling any other GLib functions. If
|
191
191
|
this is not an option, your program must initialise the GLib thread system
|
192
|
-
using <a href="
|
192
|
+
using <a href="https://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-init"><code class="function">g_thread_init()</code></a> before any other GLib functions are called.</p>
|
193
193
|
<div class="refsect3">
|
194
194
|
<a name="id-1.6.3.5.2.6"></a><h4>Parameters</h4>
|
195
195
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -225,14 +225,14 @@ using <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/
|
|
225
225
|
clutter_gst_init_with_args (<em class="parameter"><code><span class="type">int</span> *argc</code></em>,
|
226
226
|
<em class="parameter"><code><span class="type">char</span> ***argv</code></em>,
|
227
227
|
<em class="parameter"><code>const <span class="type">char</span> *parameter_string</code></em>,
|
228
|
-
<em class="parameter"><code><a href="
|
228
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a> *entries</code></em>,
|
229
229
|
<em class="parameter"><code>const <span class="type">char</span> *translation_domain</code></em>,
|
230
|
-
<em class="parameter"><code><a href="
|
230
|
+
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
231
231
|
<p>This function does the same work as <a class="link" href="clutter-gst-Utilities.html#clutter-gst-init" title="clutter_gst_init ()"><code class="function">clutter_gst_init()</code></a>. Additionally, it
|
232
232
|
allows you to add your own command line options, and it automatically
|
233
233
|
generates nicely formatted --help output. Clutter's and GStreamer's
|
234
|
-
<a href="
|
235
|
-
<p>Your program must initialise the GLib thread system using <a href="
|
234
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Commandline-option-parser.html#GOptionGroup"><span class="type">GOptionGroup</span></a>s are added to the set of available options.</p>
|
235
|
+
<p>Your program must initialise the GLib thread system using <a href="https://developer.gnome.org/glib/unstable/glib-Deprecated-Thread-APIs.html#g-thread-init"><code class="function">g_thread_init()</code></a>
|
236
236
|
before any other GLib functions are called.</p>
|
237
237
|
<div class="refsect3">
|
238
238
|
<a name="id-1.6.3.5.3.6"></a><h4>Parameters</h4>
|
@@ -263,7 +263,7 @@ the first line of <code class="option">--help</code> output, after
|
|
263
263
|
</tr>
|
264
264
|
<tr>
|
265
265
|
<td class="parameter_name"><p>entries</p></td>
|
266
|
-
<td class="parameter_description"><p>a <a href="
|
266
|
+
<td class="parameter_description"><p>a <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of <a href="https://developer.gnome.org/glib/unstable/glib-Commandline-option-parser.html#GOptionEntry"><span class="type">GOptionEntry</span></a>s
|
267
267
|
describing the options of your program</p></td>
|
268
268
|
<td class="parameter_annotations"> </td>
|
269
269
|
</tr>
|
@@ -271,7 +271,7 @@ describing the options of your program</p></td>
|
|
271
271
|
<td class="parameter_name"><p>translation_domain</p></td>
|
272
272
|
<td class="parameter_description"><p>a translation domain to use for translating
|
273
273
|
the <code class="option">--help</code> output for the options in <em class="parameter"><code>entries</code></em>
|
274
|
-
with <code class="function">gettext()</code>, or <a href="
|
274
|
+
with <code class="function">gettext()</code>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
|
275
275
|
<td class="parameter_annotations"> </td>
|
276
276
|
</tr>
|
277
277
|
<tr>
|
@@ -125,7 +125,7 @@
|
|
125
125
|
<div class="refsect2">
|
126
126
|
<a name="CLUTTER-GST-CHECK-VERSION:CAPS"></a><h3>CLUTTER_GST_CHECK_VERSION()</h3>
|
127
127
|
<pre class="programlisting">#define CLUTTER_GST_CHECK_VERSION(major,minor,micro)</pre>
|
128
|
-
<p>Evaluates to <a href="
|
128
|
+
<p>Evaluates to <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of ClutterGst is greater than
|
129
129
|
the <em class="parameter"><code>major</code></em>
|
130
130
|
, <em class="parameter"><code>minor</code></em>
|
131
131
|
and <em class="parameter"><code>micro</code></em>
|
@@ -55,7 +55,7 @@
|
|
55
55
|
</tr>
|
56
56
|
<tr>
|
57
57
|
<td class="function_type">
|
58
|
-
<a href="
|
58
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
59
59
|
</td>
|
60
60
|
<td class="function_name">
|
61
61
|
<a class="link" href="clutter-gst-Video-Sink.html#clutter-gst-video-sink-is-ready" title="clutter_gst_video_sink_is_ready ()">clutter_gst_video_sink_is_ready</a> <span class="c_punctuation">()</span>
|
@@ -105,7 +105,7 @@
|
|
105
105
|
<col width="200px" class="properties_flags">
|
106
106
|
</colgroup>
|
107
107
|
<tbody><tr>
|
108
|
-
<td class="property_type"><a href="
|
108
|
+
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
|
109
109
|
<td class="property_name"><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink--update-priority" title="The “update-priority” property">update-priority</a></td>
|
110
110
|
<td class="property_flags">Read / Write</td>
|
111
111
|
</tr></tbody>
|
@@ -123,17 +123,17 @@
|
|
123
123
|
<tr>
|
124
124
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
125
125
|
<td class="signal_name"><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink-new-frame" title="The “new-frame” signal">new-frame</a></td>
|
126
|
-
<td class="signal_flags"><a href="
|
126
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
127
127
|
</tr>
|
128
128
|
<tr>
|
129
129
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
130
130
|
<td class="signal_name"><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink-new-overlays" title="The “new-overlays” signal">new-overlays</a></td>
|
131
|
-
<td class="signal_flags"><a href="
|
131
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
132
132
|
</tr>
|
133
133
|
<tr>
|
134
134
|
<td class="signal_type"><span class="returnvalue">void</span></td>
|
135
135
|
<td class="signal_name"><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink-pipeline-ready" title="The “pipeline-ready” signal">pipeline-ready</a></td>
|
136
|
-
<td class="signal_flags"><a href="
|
136
|
+
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></td>
|
137
137
|
</tr>
|
138
138
|
</tbody>
|
139
139
|
</table></div>
|
@@ -159,8 +159,8 @@
|
|
159
159
|
</div>
|
160
160
|
<div class="refsect1">
|
161
161
|
<a name="clutter-gst-Video-Sink.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
162
|
-
<pre class="screen"> <a href="
|
163
|
-
<span class="lineart">╰──</span> <a href="
|
162
|
+
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
163
|
+
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
164
164
|
<span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a>
|
165
165
|
<span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a>
|
166
166
|
<span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSink.html">GstBaseSink</a>
|
@@ -224,7 +224,7 @@ clutter_gst_video_sink_new (<em class="parameter"><code><span class="type">void<
|
|
224
224
|
<hr>
|
225
225
|
<div class="refsect2">
|
226
226
|
<a name="clutter-gst-video-sink-is-ready"></a><h3>clutter_gst_video_sink_is_ready ()</h3>
|
227
|
-
<pre class="programlisting"><a href="
|
227
|
+
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
228
228
|
clutter_gst_video_sink_is_ready (<em class="parameter"><code><a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> *sink</code></em>);</pre>
|
229
229
|
<p>Returns whether the pipeline is ready and so
|
230
230
|
<a class="link" href="clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-pipeline" title="clutter_gst_video_sink_get_pipeline ()"><code class="function">clutter_gst_video_sink_get_pipeline()</code></a> and
|
@@ -251,7 +251,7 @@ connect a signal handler this can be useful.</p>
|
|
251
251
|
</div>
|
252
252
|
<div class="refsect3">
|
253
253
|
<a name="id-1.5.2.11.3.7"></a><h4>Returns</h4>
|
254
|
-
<p> <a href="
|
254
|
+
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the sink is ready, else <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
|
255
255
|
</div>
|
256
256
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
257
257
|
</div>
|
@@ -423,7 +423,7 @@ should be accessed using the provided API.</p>
|
|
423
423
|
<a name="clutter-gst-Video-Sink.property-details"></a><h2>Property Details</h2>
|
424
424
|
<div class="refsect2">
|
425
425
|
<a name="ClutterGstVideoSink--update-priority"></a><h3>The <code class="literal">“update-priority”</code> property</h3>
|
426
|
-
<pre class="programlisting"> “update-priority” <a href="
|
426
|
+
<pre class="programlisting"> “update-priority” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
|
427
427
|
<p>Priority of video updates in the thread.</p>
|
428
428
|
<p>Flags: Read / Write</p>
|
429
429
|
<p>Allowed values: >= -2147483647</p>
|
@@ -436,7 +436,7 @@ should be accessed using the provided API.</p>
|
|
436
436
|
<a name="ClutterGstVideoSink-new-frame"></a><h3>The <code class="literal">“new-frame”</code> signal</h3>
|
437
437
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
438
438
|
user_function (<a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> *sink,
|
439
|
-
<a href="
|
439
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
440
440
|
<p>The sink will emit this signal whenever there are new textures
|
441
441
|
available for a new frame of the video. After this signal is
|
442
442
|
emitted, an application can call <a class="link" href="clutter-gst-Video-Sink.html#clutter-gst-video-sink-get-pipeline" title="clutter_gst_video_sink_get_pipeline ()"><code class="function">clutter_gst_video_sink_get_pipeline()</code></a>
|
@@ -465,7 +465,7 @@ application is using a custom pipeline it can alternatively call
|
|
465
465
|
</tbody>
|
466
466
|
</table></div>
|
467
467
|
</div>
|
468
|
-
<p>Flags: <a href="
|
468
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
469
469
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
470
470
|
</div>
|
471
471
|
<hr>
|
@@ -473,7 +473,7 @@ application is using a custom pipeline it can alternatively call
|
|
473
473
|
<a name="ClutterGstVideoSink-new-overlays"></a><h3>The <code class="literal">“new-overlays”</code> signal</h3>
|
474
474
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
475
475
|
user_function (<a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> *sink,
|
476
|
-
<a href="
|
476
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
477
477
|
<p>The sink will emit this signal whenever there are new textures
|
478
478
|
available for set of overlays on the video. After this signal is
|
479
479
|
emitted, an application can call
|
@@ -501,7 +501,7 @@ suitable for rendering overlays on a video frame.</p>
|
|
501
501
|
</tbody>
|
502
502
|
</table></div>
|
503
503
|
</div>
|
504
|
-
<p>Flags: <a href="
|
504
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
505
505
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
506
506
|
</div>
|
507
507
|
<hr>
|
@@ -509,7 +509,7 @@ suitable for rendering overlays on a video frame.</p>
|
|
509
509
|
<a name="ClutterGstVideoSink-pipeline-ready"></a><h3>The <code class="literal">“pipeline-ready”</code> signal</h3>
|
510
510
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
511
511
|
user_function (<a class="link" href="clutter-gst-Video-Sink.html#ClutterGstVideoSink"><span class="type">ClutterGstVideoSink</span></a> *sink,
|
512
|
-
<a href="
|
512
|
+
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
|
513
513
|
<p>The sink will emit this signal as soon as it has gathered enough
|
514
514
|
information from the video to configure a pipeline. If the
|
515
515
|
application wants to do some customized rendering, it can setup its
|
@@ -543,7 +543,7 @@ could also create its pipeline in the handler for that.</p>
|
|
543
543
|
</tbody>
|
544
544
|
</table></div>
|
545
545
|
</div>
|
546
|
-
<p>Flags: <a href="
|
546
|
+
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
|
547
547
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
548
548
|
</div>
|
549
549
|
</div>
|