clutter-gstreamer 2.0.1-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.
Files changed (40) hide show
  1. data/Rakefile +70 -0
  2. data/lib/clutter-gst.rb +77 -0
  3. data/test/clutter-gstreamer-test-utils.rb +21 -0
  4. data/test/run-test.rb +52 -0
  5. data/vendor/local/bin/libclutter-gst-2.0-0.dll +0 -0
  6. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-enum-types.h +23 -0
  7. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h +186 -0
  8. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h +65 -0
  9. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-util.h +53 -0
  10. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-version.h +98 -0
  11. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h +111 -0
  12. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h +132 -0
  13. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst.h +41 -0
  14. data/vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib +0 -0
  15. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll +0 -0
  16. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a +0 -0
  17. data/vendor/local/lib/gstreamer-1.0/libgstclutter.la +41 -0
  18. data/vendor/local/lib/libclutter-gst-2.0.dll.a +0 -0
  19. data/vendor/local/lib/libclutter-gst-2.0.la +41 -0
  20. data/vendor/local/lib/pkgconfig/clutter-gst-2.0.pc +12 -0
  21. data/vendor/local/share/gir-1.0/ClutterGst-2.0.gir +1735 -0
  22. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html +949 -0
  23. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html +177 -0
  24. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html +579 -0
  25. data/vendor/local/share/gtk-doc/html/clutter-gst/ch01.html +33 -0
  26. data/vendor/local/share/gtk-doc/html/clutter-gst/ch02.html +48 -0
  27. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html +281 -0
  28. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html +144 -0
  29. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 +79 -0
  30. data/vendor/local/share/gtk-doc/html/clutter-gst/home.png +0 -0
  31. data/vendor/local/share/gtk-doc/html/clutter-gst/index.html +74 -0
  32. data/vendor/local/share/gtk-doc/html/clutter-gst/index.sgml +97 -0
  33. data/vendor/local/share/gtk-doc/html/clutter-gst/left.png +0 -0
  34. data/vendor/local/share/gtk-doc/html/clutter-gst/license.html +59 -0
  35. data/vendor/local/share/gtk-doc/html/clutter-gst/right.png +0 -0
  36. data/vendor/local/share/gtk-doc/html/clutter-gst/style.css +266 -0
  37. data/vendor/local/share/gtk-doc/html/clutter-gst/up.png +0 -0
  38. data/vendor/local/share/license/clutter-gst/AUTHORS +7 -0
  39. data/vendor/local/share/license/clutter-gst/COPYING +502 -0
  40. metadata +131 -0
@@ -0,0 +1,79 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
+ <book xmlns="http://www.devhelp.net/book" title="Clutter Gst 2.0.2&#10; Reference Manual" link="index.html" author="" name="clutter-gst" version="2" language="c">
4
+ <chapters>
5
+ <sub name="Clutter Gst Overview" link="ch01.html"/>
6
+ <sub name="Clutter Actors And Objects" link="ch02.html">
7
+ <sub name="ClutterGstPlayer" link="ClutterGstPlayer.html"/>
8
+ <sub name="ClutterGstVideoTexture" link="ClutterGstVideoTexture.html"/>
9
+ <sub name="ClutterGstVideoSink" link="ClutterGstVideoSink.html"/>
10
+ <sub name="Utilities" link="clutter-gst-Utilities.html"/>
11
+ <sub name="Versioning Macros" link="clutter-gst-Versioning-Macros.html"/>
12
+ </sub>
13
+ <sub name="License" link="license.html"/>
14
+ </chapters>
15
+ <functions>
16
+ <keyword type="struct" name="ClutterGstPlayer" link="ClutterGstPlayer.html#ClutterGstPlayer-struct"/>
17
+ <keyword type="struct" name="struct ClutterGstPlayerIface" link="ClutterGstPlayer.html#ClutterGstPlayerIface" since="1.4"/>
18
+ <keyword type="function" name="clutter_gst_player_class_init ()" link="ClutterGstPlayer.html#clutter-gst-player-class-init" since="1.4"/>
19
+ <keyword type="function" name="clutter_gst_player_init ()" link="ClutterGstPlayer.html#clutter-gst-player-init" since="1.4"/>
20
+ <keyword type="function" name="clutter_gst_player_deinit ()" link="ClutterGstPlayer.html#clutter-gst-player-deinit" since="1.4"/>
21
+ <keyword type="function" name="clutter_gst_player_get_pipeline ()" link="ClutterGstPlayer.html#clutter-gst-player-get-pipeline" since="1.4"/>
22
+ <keyword type="function" name="clutter_gst_player_get_idle ()" link="ClutterGstPlayer.html#clutter-gst-player-get-idle" since="1.4"/>
23
+ <keyword type="function" name="clutter_gst_player_get_user_agent ()" link="ClutterGstPlayer.html#clutter-gst-player-get-user-agent" since="1.4"/>
24
+ <keyword type="function" name="clutter_gst_player_set_user_agent ()" link="ClutterGstPlayer.html#clutter-gst-player-set-user-agent" since="1.4"/>
25
+ <keyword type="function" name="clutter_gst_player_set_seek_flags ()" link="ClutterGstPlayer.html#clutter-gst-player-set-seek-flags" since="1.4"/>
26
+ <keyword type="function" name="clutter_gst_player_get_seek_flags ()" link="ClutterGstPlayer.html#clutter-gst-player-get-seek-flags" since="1.4"/>
27
+ <keyword type="function" name="clutter_gst_player_get_buffering_mode ()" link="ClutterGstPlayer.html#clutter-gst-player-get-buffering-mode" since="1.4"/>
28
+ <keyword type="function" name="clutter_gst_player_set_buffering_mode ()" link="ClutterGstPlayer.html#clutter-gst-player-set-buffering-mode" since="1.4"/>
29
+ <keyword type="function" name="clutter_gst_player_get_audio_streams ()" link="ClutterGstPlayer.html#clutter-gst-player-get-audio-streams" since="1.4"/>
30
+ <keyword type="function" name="clutter_gst_player_get_audio_stream ()" link="ClutterGstPlayer.html#clutter-gst-player-get-audio-stream" since="1.4"/>
31
+ <keyword type="function" name="clutter_gst_player_set_audio_stream ()" link="ClutterGstPlayer.html#clutter-gst-player-set-audio-stream" since="1.4"/>
32
+ <keyword type="function" name="clutter_gst_player_get_subtitle_tracks ()" link="ClutterGstPlayer.html#clutter-gst-player-get-subtitle-tracks" since="1.4"/>
33
+ <keyword type="function" name="clutter_gst_player_get_subtitle_track ()" link="ClutterGstPlayer.html#clutter-gst-player-get-subtitle-track" since="1.4"/>
34
+ <keyword type="function" name="clutter_gst_player_set_subtitle_track ()" link="ClutterGstPlayer.html#clutter-gst-player-set-subtitle-track" since="1.4"/>
35
+ <keyword type="property" name="The &quot;audio-stream&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--audio-stream"/>
36
+ <keyword type="property" name="The &quot;audio-streams&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--audio-streams"/>
37
+ <keyword type="property" name="The &quot;idle&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--idle"/>
38
+ <keyword type="property" name="The &quot;in-seek&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--in-seek"/>
39
+ <keyword type="property" name="The &quot;seek-flags&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--seek-flags"/>
40
+ <keyword type="property" name="The &quot;subtitle-track&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--subtitle-track"/>
41
+ <keyword type="property" name="The &quot;subtitle-tracks&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--subtitle-tracks"/>
42
+ <keyword type="property" name="The &quot;user-agent&quot; property" link="ClutterGstPlayer.html#ClutterGstPlayer--user-agent"/>
43
+ <keyword type="signal" name="The &quot;download-buffering&quot; signal" link="ClutterGstPlayer.html#ClutterGstPlayer-download-buffering"/>
44
+ <keyword type="struct" name="struct ClutterGstVideoTexture" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture-struct"/>
45
+ <keyword type="struct" name="struct ClutterGstVideoTextureClass" link="ClutterGstVideoTexture.html#ClutterGstVideoTextureClass"/>
46
+ <keyword type="function" name="clutter_gst_video_texture_new ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-new"/>
47
+ <keyword type="function" name="clutter_gst_video_texture_get_pipeline ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-pipeline"/>
48
+ <keyword type="function" name="clutter_gst_video_texture_get_idle_material ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-idle-material" since="1.2"/>
49
+ <keyword type="function" name="clutter_gst_video_texture_set_idle_material ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-idle-material" since="1.2"/>
50
+ <keyword type="function" name="clutter_gst_video_texture_get_user_agent ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-user-agent" since="1.2"/>
51
+ <keyword type="function" name="clutter_gst_video_texture_set_user_agent ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-user-agent" since="1.2"/>
52
+ <keyword type="function" name="clutter_gst_video_texture_set_seek_flags ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-seek-flags" since="1.4"/>
53
+ <keyword type="function" name="clutter_gst_video_texture_get_seek_flags ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-seek-flags" since="1.4"/>
54
+ <keyword type="function" name="clutter_gst_video_texture_get_buffering_mode ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-buffering-mode" since="1.4"/>
55
+ <keyword type="function" name="clutter_gst_video_texture_set_buffering_mode ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-buffering-mode" since="1.4"/>
56
+ <keyword type="function" name="clutter_gst_video_texture_get_audio_streams ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-streams" since="1.4"/>
57
+ <keyword type="function" name="clutter_gst_video_texture_get_audio_stream ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-stream" since="1.4"/>
58
+ <keyword type="function" name="clutter_gst_video_texture_set_audio_stream ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-audio-stream" since="1.4"/>
59
+ <keyword type="function" name="clutter_gst_video_texture_get_subtitle_tracks ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-tracks" since="1.4"/>
60
+ <keyword type="function" name="clutter_gst_video_texture_get_subtitle_track ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-track" since="1.4"/>
61
+ <keyword type="function" name="clutter_gst_video_texture_set_subtitle_track ()" link="ClutterGstVideoTexture.html#clutter-gst-video-texture-set-subtitle-track" since="1.4"/>
62
+ <keyword type="property" name="The &quot;idle-material&quot; property" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture--idle-material"/>
63
+ <keyword type="property" name="The &quot;pixel-aspect-ratio&quot; property" link="ClutterGstVideoTexture.html#ClutterGstVideoTexture--pixel-aspect-ratio"/>
64
+ <keyword type="struct" name="struct ClutterGstVideoSink" link="ClutterGstVideoSink.html#ClutterGstVideoSink-struct"/>
65
+ <keyword type="struct" name="struct ClutterGstVideoSinkClass" link="ClutterGstVideoSink.html#ClutterGstVideoSinkClass"/>
66
+ <keyword type="function" name="clutter_gst_video_sink_new ()" link="ClutterGstVideoSink.html#clutter-gst-video-sink-new" deprecated=""/>
67
+ <keyword type="property" name="The &quot;texture&quot; property" link="ClutterGstVideoSink.html#ClutterGstVideoSink--texture"/>
68
+ <keyword type="property" name="The &quot;update-priority&quot; property" link="ClutterGstVideoSink.html#ClutterGstVideoSink--update-priority"/>
69
+ <keyword type="function" name="clutter_gst_init ()" link="clutter-gst-Utilities.html#clutter-gst-init"/>
70
+ <keyword type="function" name="clutter_gst_init_with_args ()" link="clutter-gst-Utilities.html#clutter-gst-init-with-args" since="1.0"/>
71
+ <keyword type="macro" name="CLUTTER_GST_MAJOR_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MAJOR-VERSION:CAPS"/>
72
+ <keyword type="macro" name="CLUTTER_GST_MINOR_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MINOR-VERSION:CAPS"/>
73
+ <keyword type="macro" name="CLUTTER_GST_MICRO_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-MICRO-VERSION:CAPS"/>
74
+ <keyword type="macro" name="CLUTTER_GST_VERSION" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS"/>
75
+ <keyword type="macro" name="CLUTTER_GST_VERSION_S" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-S:CAPS"/>
76
+ <keyword type="macro" name="CLUTTER_GST_VERSION_HEX" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-HEX:CAPS"/>
77
+ <keyword type="macro" name="CLUTTER_GST_CHECK_VERSION()" link="clutter-gst-Versioning-Macros.html#CLUTTER-GST-CHECK-VERSION:CAPS"/>
78
+ </functions>
79
+ </book>
@@ -0,0 +1,74 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Clutter Gst 2.0.2 Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="Clutter Gst 2.0.2 Reference Manual">
8
+ <link rel="next" href="ch01.html" title="Clutter Gst Overview">
9
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
10
+ <link rel="stylesheet" href="style.css" type="text/css">
11
+ </head>
12
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
+ <div class="book">
14
+ <div class="titlepage">
15
+ <div>
16
+ <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Clutter Gst 2.0.2
17
+ Reference Manual</p></th></tr></table></div>
18
+ <div><p class="releaseinfo">Version 2.0.2
19
+ </p></div>
20
+ <div><p class="copyright">Copyright © 2006, 2007, 2008 OpenedHand LTD</p></div>
21
+ <div><p class="copyright">Copyright © 2009, 2010 Intel Corporation</p></div>
22
+ <div><div class="legalnotice">
23
+ <a name="idp65568"></a><p>
24
+ Permission is granted to copy, distribute and/or modify this
25
+ document under the terms of the <em class="citetitle">GNU Free
26
+ Documentation License</em>, Version 1.1 or any later
27
+ version published by the Free Software Foundation with no
28
+ Invariant Sections, no Front-Cover Texts, and no Back-Cover
29
+ Texts. You may obtain a copy of the <em class="citetitle">GNU Free
30
+ Documentation License</em> from the Free Software
31
+ Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
32
+ to:
33
+
34
+ </p>
35
+ <div class="address"><p><br>
36
+           The Free Software Foundation, Inc.,<br>
37
+           <span class="street">59 Temple Place</span> - Suite 330,<br>
38
+           <span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
39
+           <span class="country">USA</span><br>
40
+         </p></div>
41
+ <p>
42
+ </p>
43
+ </div></div>
44
+ </div>
45
+ <hr>
46
+ </div>
47
+ <div class="toc"><dl>
48
+ <dt><span class="chapter"><a href="ch01.html">Clutter Gst Overview</a></span></dt>
49
+ <dt><span class="chapter"><a href="ch02.html">Clutter Actors And Objects</a></span></dt>
50
+ <dd><dl>
51
+ <dt>
52
+ <span class="refentrytitle"><a href="ClutterGstPlayer.html">ClutterGstPlayer</a></span><span class="refpurpose"> — An interface for controlling playback of media data</span>
53
+ </dt>
54
+ <dt>
55
+ <span class="refentrytitle"><a href="ClutterGstVideoTexture.html">ClutterGstVideoTexture</a></span><span class="refpurpose"> — Actor for playback of video files.</span>
56
+ </dt>
57
+ <dt>
58
+ <span class="refentrytitle"><a href="ClutterGstVideoSink.html">ClutterGstVideoSink</a></span><span class="refpurpose"> — GStreamer video sink</span>
59
+ </dt>
60
+ <dt>
61
+ <span class="refentrytitle"><a href="clutter-gst-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions for Clutter-Gst.</span>
62
+ </dt>
63
+ <dt>
64
+ <span class="refentrytitle"><a href="clutter-gst-Versioning-Macros.html">Versioning Macros</a></span><span class="refpurpose"> — Versioning Macros</span>
65
+ </dt>
66
+ </dl></dd>
67
+ <dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
68
+ </dl></div>
69
+ </div>
70
+ <div class="footer">
71
+ <hr>
72
+ Generated by GTK-Doc V1.18</div>
73
+ </body>
74
+ </html>
@@ -0,0 +1,97 @@
1
+ <ANCHOR id="ClutterGstPlayer" href="clutter-gst/ClutterGstPlayer.html">
2
+ <ANCHOR id="ClutterGstPlayer.synopsis" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.synopsis">
3
+ <ANCHOR id="ClutterGstPlayer.object-hierarchy" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.object-hierarchy">
4
+ <ANCHOR id="ClutterGstPlayer.prerequisites" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.prerequisites">
5
+ <ANCHOR id="ClutterGstPlayer.implementations" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.implementations">
6
+ <ANCHOR id="ClutterGstPlayer.properties" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.properties">
7
+ <ANCHOR id="ClutterGstPlayer.signals" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.signals">
8
+ <ANCHOR id="ClutterGstPlayer.description" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.description">
9
+ <ANCHOR id="ClutterGstPlayer.details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.details">
10
+ <ANCHOR id="ClutterGstPlayer-struct" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-struct">
11
+ <ANCHOR id="ClutterGstPlayerIface" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayerIface">
12
+ <ANCHOR id="clutter-gst-player-class-init" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-class-init">
13
+ <ANCHOR id="clutter-gst-player-init" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-init">
14
+ <ANCHOR id="clutter-gst-player-deinit" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-deinit">
15
+ <ANCHOR id="clutter-gst-player-get-pipeline" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-pipeline">
16
+ <ANCHOR id="clutter-gst-player-get-idle" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-idle">
17
+ <ANCHOR id="clutter-gst-player-get-user-agent" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-user-agent">
18
+ <ANCHOR id="clutter-gst-player-set-user-agent" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-user-agent">
19
+ <ANCHOR id="clutter-gst-player-set-seek-flags" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-seek-flags">
20
+ <ANCHOR id="clutter-gst-player-get-seek-flags" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-seek-flags">
21
+ <ANCHOR id="clutter-gst-player-get-buffering-mode" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-buffering-mode">
22
+ <ANCHOR id="clutter-gst-player-set-buffering-mode" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-buffering-mode">
23
+ <ANCHOR id="clutter-gst-player-get-audio-streams" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-audio-streams">
24
+ <ANCHOR id="clutter-gst-player-get-audio-stream" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-audio-stream">
25
+ <ANCHOR id="clutter-gst-player-set-audio-stream" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-audio-stream">
26
+ <ANCHOR id="clutter-gst-player-get-subtitle-tracks" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-subtitle-tracks">
27
+ <ANCHOR id="clutter-gst-player-get-subtitle-track" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-get-subtitle-track">
28
+ <ANCHOR id="clutter-gst-player-set-subtitle-track" href="clutter-gst/ClutterGstPlayer.html#clutter-gst-player-set-subtitle-track">
29
+ <ANCHOR id="ClutterGstPlayer.property-details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.property-details">
30
+ <ANCHOR id="ClutterGstPlayer--audio-stream" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--audio-stream">
31
+ <ANCHOR id="ClutterGstPlayer--audio-streams" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--audio-streams">
32
+ <ANCHOR id="ClutterGstPlayer--idle" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--idle">
33
+ <ANCHOR id="ClutterGstPlayer--in-seek" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--in-seek">
34
+ <ANCHOR id="ClutterGstPlayer--seek-flags" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--seek-flags">
35
+ <ANCHOR id="ClutterGstPlayer--subtitle-track" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--subtitle-track">
36
+ <ANCHOR id="ClutterGstPlayer--subtitle-tracks" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--subtitle-tracks">
37
+ <ANCHOR id="ClutterGstPlayer--user-agent" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer--user-agent">
38
+ <ANCHOR id="ClutterGstPlayer.signal-details" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer.signal-details">
39
+ <ANCHOR id="ClutterGstPlayer-download-buffering" href="clutter-gst/ClutterGstPlayer.html#ClutterGstPlayer-download-buffering">
40
+ <ANCHOR id="ClutterGstVideoTexture" href="clutter-gst/ClutterGstVideoTexture.html">
41
+ <ANCHOR id="ClutterGstVideoTexture.synopsis" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.synopsis">
42
+ <ANCHOR id="ClutterGstVideoTexture.object-hierarchy" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.object-hierarchy">
43
+ <ANCHOR id="ClutterGstVideoTexture.implemented-interfaces" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.implemented-interfaces">
44
+ <ANCHOR id="ClutterGstVideoTexture.properties" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.properties">
45
+ <ANCHOR id="ClutterGstVideoTexture.description" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.description">
46
+ <ANCHOR id="ClutterGstVideoTexture.details" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.details">
47
+ <ANCHOR id="ClutterGstVideoTexture-struct" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture-struct">
48
+ <ANCHOR id="ClutterGstVideoTextureClass" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTextureClass">
49
+ <ANCHOR id="clutter-gst-video-texture-new" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-new">
50
+ <ANCHOR id="clutter-gst-video-texture-get-pipeline" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-pipeline">
51
+ <ANCHOR id="clutter-gst-video-texture-get-idle-material" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-idle-material">
52
+ <ANCHOR id="clutter-gst-video-texture-set-idle-material" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-idle-material">
53
+ <ANCHOR id="clutter-gst-video-texture-get-user-agent" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-user-agent">
54
+ <ANCHOR id="clutter-gst-video-texture-set-user-agent" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-user-agent">
55
+ <ANCHOR id="clutter-gst-video-texture-set-seek-flags" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-seek-flags">
56
+ <ANCHOR id="clutter-gst-video-texture-get-seek-flags" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-seek-flags">
57
+ <ANCHOR id="clutter-gst-video-texture-get-buffering-mode" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-buffering-mode">
58
+ <ANCHOR id="clutter-gst-video-texture-set-buffering-mode" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-buffering-mode">
59
+ <ANCHOR id="clutter-gst-video-texture-get-audio-streams" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-streams">
60
+ <ANCHOR id="clutter-gst-video-texture-get-audio-stream" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-audio-stream">
61
+ <ANCHOR id="clutter-gst-video-texture-set-audio-stream" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-audio-stream">
62
+ <ANCHOR id="clutter-gst-video-texture-get-subtitle-tracks" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-tracks">
63
+ <ANCHOR id="clutter-gst-video-texture-get-subtitle-track" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-get-subtitle-track">
64
+ <ANCHOR id="clutter-gst-video-texture-set-subtitle-track" href="clutter-gst/ClutterGstVideoTexture.html#clutter-gst-video-texture-set-subtitle-track">
65
+ <ANCHOR id="ClutterGstVideoTexture.property-details" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture.property-details">
66
+ <ANCHOR id="ClutterGstVideoTexture--idle-material" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture--idle-material">
67
+ <ANCHOR id="ClutterGstVideoTexture--pixel-aspect-ratio" href="clutter-gst/ClutterGstVideoTexture.html#ClutterGstVideoTexture--pixel-aspect-ratio">
68
+ <ANCHOR id="ClutterGstVideoSink" href="clutter-gst/ClutterGstVideoSink.html">
69
+ <ANCHOR id="ClutterGstVideoSink.synopsis" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.synopsis">
70
+ <ANCHOR id="ClutterGstVideoSink.object-hierarchy" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.object-hierarchy">
71
+ <ANCHOR id="ClutterGstVideoSink.implemented-interfaces" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.implemented-interfaces">
72
+ <ANCHOR id="ClutterGstVideoSink.properties" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.properties">
73
+ <ANCHOR id="ClutterGstVideoSink.description" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.description">
74
+ <ANCHOR id="ClutterGstVideoSink.details" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.details">
75
+ <ANCHOR id="ClutterGstVideoSink-struct" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink-struct">
76
+ <ANCHOR id="ClutterGstVideoSinkClass" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSinkClass">
77
+ <ANCHOR id="clutter-gst-video-sink-new" href="clutter-gst/ClutterGstVideoSink.html#clutter-gst-video-sink-new">
78
+ <ANCHOR id="ClutterGstVideoSink.property-details" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink.property-details">
79
+ <ANCHOR id="ClutterGstVideoSink--texture" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink--texture">
80
+ <ANCHOR id="ClutterGstVideoSink--update-priority" href="clutter-gst/ClutterGstVideoSink.html#ClutterGstVideoSink--update-priority">
81
+ <ANCHOR id="clutter-gst-Utilities" href="clutter-gst/clutter-gst-Utilities.html">
82
+ <ANCHOR id="clutter-gst-Utilities.synopsis" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.synopsis">
83
+ <ANCHOR id="clutter-gst-Utilities.description" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.description">
84
+ <ANCHOR id="clutter-gst-Utilities.details" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-Utilities.details">
85
+ <ANCHOR id="clutter-gst-init" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-init">
86
+ <ANCHOR id="clutter-gst-init-with-args" href="clutter-gst/clutter-gst-Utilities.html#clutter-gst-init-with-args">
87
+ <ANCHOR id="clutter-gst-Versioning-Macros" href="clutter-gst/clutter-gst-Versioning-Macros.html">
88
+ <ANCHOR id="clutter-gst-Versioning-Macros.synopsis" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.synopsis">
89
+ <ANCHOR id="clutter-gst-Versioning-Macros.description" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.description">
90
+ <ANCHOR id="clutter-gst-Versioning-Macros.details" href="clutter-gst/clutter-gst-Versioning-Macros.html#clutter-gst-Versioning-Macros.details">
91
+ <ANCHOR id="CLUTTER-GST-MAJOR-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MAJOR-VERSION:CAPS">
92
+ <ANCHOR id="CLUTTER-GST-MINOR-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MINOR-VERSION:CAPS">
93
+ <ANCHOR id="CLUTTER-GST-MICRO-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-MICRO-VERSION:CAPS">
94
+ <ANCHOR id="CLUTTER-GST-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION:CAPS">
95
+ <ANCHOR id="CLUTTER-GST-VERSION-S:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-S:CAPS">
96
+ <ANCHOR id="CLUTTER-GST-VERSION-HEX:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-VERSION-HEX:CAPS">
97
+ <ANCHOR id="CLUTTER-GST-CHECK-VERSION:CAPS" href="clutter-gst/clutter-gst-Versioning-Macros.html#CLUTTER-GST-CHECK-VERSION:CAPS">
@@ -0,0 +1,59 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Appendix A. License</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="Clutter Gst 2.0.2 Reference Manual">
8
+ <link rel="up" href="index.html" title="Clutter Gst 2.0.2 Reference Manual">
9
+ <link rel="prev" href="clutter-gst-Versioning-Macros.html" title="Versioning Macros">
10
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
15
+ <td><a accesskey="p" href="clutter-gst-Versioning-Macros.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
+ <td> </td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
18
+ <th width="100%" align="center">Clutter Gst 2.0.2
19
+ Reference Manual</th>
20
+ <td> </td>
21
+ </tr></table>
22
+ <div class="appendix">
23
+ <div class="titlepage"><div><div><h2 class="title">
24
+ <a name="license"></a>Appendix A. License</h2></div></div></div>
25
+ <p>
26
+ This library is free software; you can redistribute it and/or
27
+ modify it under the terms of the <em class="citetitle">GNU Library General
28
+ Public License</em> as published by the Free Software
29
+ Foundation; either version 2 of the License, or (at your option)
30
+ any later version.
31
+ </p>
32
+ <p>
33
+ This library is distributed in the hope that it will be useful,
34
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
35
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36
+ <em class="citetitle">GNU Library General Public License</em> for
37
+ more details.
38
+ </p>
39
+ <p>
40
+ You may obtain a copy of the <em class="citetitle">GNU Library General
41
+ Public License</em> from the Free Software Foundation by
42
+ visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web
43
+ site</a> or by writing to:
44
+
45
+ </p>
46
+ <div class="address"><p><br>
47
+         Free Software Foundation, Inc.<br>
48
+         <span class="street">59 Temple Place</span> - Suite 330<br>
49
+         <span class="city">Boston</span>, <span class="state">MA</span> <span class="postcode">02111-1307</span><br>
50
+         <span class="country">USA</span><br>
51
+       </p></div>
52
+ <p>
53
+ </p>
54
+ </div>
55
+ <div class="footer">
56
+ <hr>
57
+ Generated by GTK-Doc V1.18</div>
58
+ </body>
59
+ </html>
@@ -0,0 +1,266 @@
1
+ .synopsis, .classsynopsis
2
+ {
3
+ /* tango:aluminium 1/2 */
4
+ background: #eeeeec;
5
+ border: solid 1px #d3d7cf;
6
+ padding: 0.5em;
7
+ }
8
+ .programlisting
9
+ {
10
+ /* tango:sky blue 0/1 */
11
+ background: #e6f3ff;
12
+ border: solid 1px #729fcf;
13
+ padding: 0.5em;
14
+ }
15
+ .variablelist
16
+ {
17
+ padding: 4px;
18
+ margin-left: 3em;
19
+ }
20
+ .variablelist td:first-child
21
+ {
22
+ vertical-align: top;
23
+ }
24
+
25
+ @media screen {
26
+ sup a.footnote
27
+ {
28
+ position: relative;
29
+ top: 0em ! important;
30
+
31
+ }
32
+ /* this is needed so that the local anchors are displayed below the naviagtion */
33
+ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
34
+ {
35
+ display: inline-block;
36
+ position: relative;
37
+ top:-5em;
38
+ }
39
+ /* this seems to be a bug in the xsl style sheets when generating indexes */
40
+ div.index div.index
41
+ {
42
+ top: 0em;
43
+ }
44
+ /* make space for the fixed navigation bar and add space at the bottom so that
45
+ * link targets appear somewhat close to top
46
+ */
47
+ body
48
+ {
49
+ padding-top: 3.2em;
50
+ padding-bottom: 20em;
51
+ }
52
+ /* style and size the navigation bar */
53
+ table.navigation#top
54
+ {
55
+ position: fixed;
56
+ /* tango:scarlet red 0/1 */
57
+ background: #ffe6e6;
58
+ border: solid 1px #ef2929;
59
+ margin-top: 0;
60
+ margin-bottom: 0;
61
+ top: 0;
62
+ left: 0;
63
+ height: 3em;
64
+ z-index: 10;
65
+ }
66
+ .navigation a, .navigation a:visited
67
+ {
68
+ /* tango:scarlet red 3 */
69
+ color: #a40000;
70
+ }
71
+ .navigation a:hover
72
+ {
73
+ /* tango:scarlet red 1 */
74
+ color: #ef2929;
75
+ }
76
+ td.shortcuts
77
+ {
78
+ /* tango:scarlet red 1 */
79
+ color: #ef2929;
80
+ font-size: 80%;
81
+ white-space: nowrap;
82
+ }
83
+ }
84
+ @media print {
85
+ table.navigation {
86
+ visibility: collapse;
87
+ display: none;
88
+ }
89
+ div.titlepage table.navigation {
90
+ visibility: visible;
91
+ display: table;
92
+ /* tango:scarlet red 0/1 */
93
+ background: #ffe6e6;
94
+ border: solid 1px #ef2929;
95
+ margin-top: 0;
96
+ margin-bottom: 0;
97
+ top: 0;
98
+ left: 0;
99
+ height: 3em;
100
+ }
101
+ }
102
+
103
+ .navigation .title
104
+ {
105
+ font-size: 200%;
106
+ }
107
+
108
+ div.gallery-float
109
+ {
110
+ float: left;
111
+ padding: 10px;
112
+ }
113
+ div.gallery-float img
114
+ {
115
+ border-style: none;
116
+ }
117
+ div.gallery-spacer
118
+ {
119
+ clear: both;
120
+ }
121
+
122
+ a, a:visited
123
+ {
124
+ text-decoration: none;
125
+ /* tango:sky blue 2 */
126
+ color: #3465a4;
127
+ }
128
+ a:hover
129
+ {
130
+ text-decoration: underline;
131
+ /* tango:sky blue 1 */
132
+ color: #729fcf;
133
+ }
134
+
135
+ div.table table
136
+ {
137
+ border-collapse: collapse;
138
+ border-spacing: 0px;
139
+ /* tango:aluminium 3 */
140
+ border: solid 1px #babdb6;
141
+ }
142
+
143
+ div.table table td, div.table table th
144
+ {
145
+ /* tango:aluminium 3 */
146
+ border: solid 1px #babdb6;
147
+ padding: 3px;
148
+ vertical-align: top;
149
+ }
150
+
151
+ div.table table th
152
+ {
153
+ /* tango:aluminium 2 */
154
+ background-color: #d3d7cf;
155
+ }
156
+
157
+ hr
158
+ {
159
+ /* tango:aluminium 3 */
160
+ color: #babdb6;
161
+ background: #babdb6;
162
+ border: none 0px;
163
+ height: 1px;
164
+ clear: both;
165
+ }
166
+
167
+ .footer
168
+ {
169
+ padding-top: 3.5em;
170
+ /* tango:aluminium 3 */
171
+ color: #babdb6;
172
+ text-align: center;
173
+ font-size: 80%;
174
+ }
175
+
176
+ .warning
177
+ {
178
+ /* tango:orange 0/1 */
179
+ background: #ffeed9;
180
+ border-color: #ffb04f;
181
+ }
182
+ .note
183
+ {
184
+ /* tango:chameleon 0/0.5 */
185
+ background: #d8ffb2;
186
+ border-color: #abf562;
187
+ }
188
+ .note, .warning
189
+ {
190
+ padding: 0.5em;
191
+ border-width: 1px;
192
+ border-style: solid;
193
+ }
194
+ .note h3, .warning h3
195
+ {
196
+ margin-top: 0.0em
197
+ }
198
+ .note p, .warning p
199
+ {
200
+ margin-bottom: 0.0em
201
+ }
202
+
203
+ /* blob links */
204
+ h2 .extralinks, h3 .extralinks
205
+ {
206
+ float: right;
207
+ /* tango:aluminium 3 */
208
+ color: #babdb6;
209
+ font-size: 80%;
210
+ font-weight: normal;
211
+ }
212
+
213
+ .annotation
214
+ {
215
+ /* tango:aluminium 5 */
216
+ color: #555753;
217
+ font-size: 80%;
218
+ font-weight: normal;
219
+ }
220
+
221
+ /* code listings */
222
+
223
+ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
224
+ .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
225
+ .listing_code .programlisting .function { color: #000000; font-weight: bold; }
226
+ .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
227
+ .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
228
+ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
229
+ .listing_code .programlisting .normal { color: #000000; }
230
+ .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
231
+ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
232
+ .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
233
+ .listing_code .programlisting .type { color: #000000; }
234
+ .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
235
+ .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
236
+
237
+ .listing_frame {
238
+ /* tango:sky blue 1 */
239
+ border: solid 1px #729fcf;
240
+ padding: 0px;
241
+ }
242
+
243
+ .listing_lines, .listing_code {
244
+ margin-top: 0px;
245
+ margin-bottom: 0px;
246
+ padding: 0.5em;
247
+ }
248
+ .listing_lines {
249
+ /* tango:sky blue 0.5 */
250
+ background: #a6c5e3;
251
+ /* tango:aluminium 6 */
252
+ color: #2e3436;
253
+ }
254
+ .listing_code {
255
+ /* tango:sky blue 0 */
256
+ background: #e6f3ff;
257
+ }
258
+ .listing_code .programlisting {
259
+ /* override from previous */
260
+ border: none 0px;
261
+ padding: 0px;
262
+ }
263
+ .listing_lines pre, .listing_code pre {
264
+ margin: 0px;
265
+ }
266
+