clutter-gstreamer 2.2.3-x86-mingw32 → 2.2.4-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 (74) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -3
  3. data/lib/clutter-gst.rb +1 -0
  4. data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
  5. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +105 -0
  6. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +119 -0
  7. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +100 -0
  8. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +206 -0
  9. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +107 -0
  10. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +104 -0
  11. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-enum-types.h +0 -0
  12. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +169 -0
  13. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +157 -0
  14. data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +167 -0
  15. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-util.h +1 -1
  16. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-version.h +4 -4
  17. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-video-sink.h +47 -34
  18. data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst.h +13 -7
  19. data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
  20. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
  21. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
  22. data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +41 -0
  23. data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
  24. data/vendor/local/lib/libclutter-gst-3.0.la +41 -0
  25. data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +12 -0
  26. data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +3308 -0
  27. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +171 -0
  28. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +1528 -0
  29. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +418 -0
  30. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +551 -0
  31. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +198 -0
  32. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +1559 -0
  33. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +805 -0
  34. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/ch01.html +10 -10
  35. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +42 -0
  36. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +45 -0
  37. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +35 -0
  38. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +39 -0
  39. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +197 -0
  40. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +316 -0
  41. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +176 -0
  42. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +560 -0
  43. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/home.png +0 -0
  44. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/index.html +33 -10
  45. data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +273 -0
  46. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left-insensitive.png +0 -0
  47. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left.png +0 -0
  48. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/license.html +7 -7
  49. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right-insensitive.png +0 -0
  50. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right.png +0 -0
  51. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/style.css +260 -105
  52. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up-insensitive.png +0 -0
  53. data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up.png +0 -0
  54. metadata +70 -42
  55. data/vendor/local/bin/libclutter-gst-2.0-0.dll +0 -0
  56. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h +0 -186
  57. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h +0 -65
  58. data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h +0 -132
  59. data/vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib +0 -0
  60. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll +0 -0
  61. data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a +0 -0
  62. data/vendor/local/lib/gstreamer-1.0/libgstclutter.la +0 -41
  63. data/vendor/local/lib/libclutter-gst-2.0.dll.a +0 -0
  64. data/vendor/local/lib/libclutter-gst-2.0.la +0 -41
  65. data/vendor/local/lib/pkgconfig/clutter-gst-2.0.pc +0 -12
  66. data/vendor/local/share/gir-1.0/ClutterGst-2.0.gir +0 -1795
  67. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html +0 -1003
  68. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html +0 -177
  69. data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html +0 -624
  70. data/vendor/local/share/gtk-doc/html/clutter-gst/ch02.html +0 -48
  71. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html +0 -284
  72. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html +0 -144
  73. data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 +0 -79
  74. data/vendor/local/share/gtk-doc/html/clutter-gst/index.sgml +0 -97
@@ -1,186 +0,0 @@
1
- /*
2
- * Clutter-GStreamer.
3
- *
4
- * GStreamer integration library for Clutter.
5
- *
6
- * clutter-gst-player.h - Wrap some convenience functions around playbin2
7
- *
8
- * Authored By Damien Lespiau <damien.lespiau@intel.com>
9
- * Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10
- *
11
- * Copyright (C) 2011 Intel Corporation
12
- *
13
- * This library is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU Lesser General Public
15
- * License as published by the Free Software Foundation; either
16
- * version 2 of the License, or (at your option) any later version.
17
- *
18
- * This library is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
- * Lesser General Public License for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public
24
- * License along with this library; if not, write to the
25
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26
- * Boston, MA 02111-1307, USA.
27
- */
28
-
29
- #ifndef __CLUTTER_GST_PLAYER_H__
30
- #define __CLUTTER_GST_PLAYER_H__
31
-
32
- #include <glib-object.h>
33
-
34
- #include <clutter/clutter.h>
35
-
36
- #include <clutter-gst/clutter-gst-types.h>
37
-
38
- G_BEGIN_DECLS
39
-
40
- #define CLUTTER_GST_TYPE_PLAYER clutter_gst_player_get_type()
41
-
42
- #define CLUTTER_GST_PLAYER(obj) \
43
- (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
44
- CLUTTER_GST_TYPE_PLAYER, \
45
- ClutterGstPlayer))
46
- #define CLUTTER_GST_IS_PLAYER(obj) \
47
- (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
48
- CLUTTER_GST_TYPE_PLAYER))
49
- #define CLUTTER_GST_PLAYER_GET_INTERFACE(obj) \
50
- (G_TYPE_INSTANCE_GET_INTERFACE ((obj), \
51
- CLUTTER_GST_TYPE_PLAYER, \
52
- ClutterGstPlayerIface))
53
-
54
- typedef struct _ClutterGstPlayer ClutterGstPlayer;
55
- typedef struct _ClutterGstPlayerIface ClutterGstPlayerIface;
56
- typedef struct _ClutterGstPlayerIfacePrivate ClutterGstPlayerIfacePrivate;
57
-
58
-
59
- /**
60
- * ClutterGstPlayer:
61
- *
62
- * #ClutterGstPlayer is an opaque structure whose members cannot be
63
- * directly accessed
64
- *
65
- * Since: 1.4
66
- */
67
-
68
- /**
69
- * ClutterGstPlayerIface:
70
- * @download_buffering: handler for the #ClutterGstPlayer::download-buffering
71
- * signal
72
- *
73
- * Interface vtable for #ClutterGstPlayer implementations
74
- *
75
- * Since: 1.4
76
- */
77
- struct _ClutterGstPlayerIface
78
- {
79
- /*< private >*/
80
- GTypeInterface base_iface;
81
-
82
- ClutterGstPlayerIfacePrivate *priv;
83
-
84
- /*< public >*/
85
- GstElement * (* get_pipeline) (ClutterGstPlayer *player);
86
-
87
- gchar * (* get_user_agent) (ClutterGstPlayer *player);
88
- void (* set_user_agent) (ClutterGstPlayer *player,
89
- const gchar *user_agent);
90
-
91
- ClutterGstSeekFlags (* get_seek_flags) (ClutterGstPlayer *player);
92
- void (* set_seek_flags) (ClutterGstPlayer *player,
93
- ClutterGstSeekFlags flags);
94
-
95
- ClutterGstBufferingMode (* get_buffering_mode) (ClutterGstPlayer *player);
96
- void (* set_buffering_mode) (ClutterGstPlayer *player,
97
- ClutterGstBufferingMode mode);
98
-
99
- GList * (* get_audio_streams) (ClutterGstPlayer *player);
100
- gint (* get_audio_stream) (ClutterGstPlayer *player);
101
- void (* set_audio_stream) (ClutterGstPlayer *player,
102
- gint index_);
103
-
104
- GList * (* get_subtitle_tracks) (ClutterGstPlayer *player);
105
- gint (* get_subtitle_track) (ClutterGstPlayer *player);
106
- void (* set_subtitle_track) (ClutterGstPlayer *player,
107
- gint index_);
108
-
109
- gboolean (*get_idle) (ClutterGstPlayer *player);
110
-
111
- gboolean (*get_in_seek) (ClutterGstPlayer *player);
112
-
113
- void (* _iface_reserved16) (void);
114
- void (* _iface_reserved17) (void);
115
- void (* _iface_reserved18) (void);
116
- void (* _iface_reserved19) (void);
117
- void (* _iface_reserved20) (void);
118
- void (* _iface_reserved21) (void);
119
- void (* _iface_reserved22) (void);
120
- void (* _iface_reserved23) (void);
121
- void (* _iface_reserved24) (void);
122
- void (* _iface_reserved25) (void);
123
- void (* _iface_reserved26) (void);
124
- void (* _iface_reserved27) (void);
125
- void (* _iface_reserved28) (void);
126
- void (* _iface_reserved29) (void);
127
- void (* _iface_reserved30) (void);
128
- void (* _iface_reserved31) (void);
129
- void (* _iface_reserved32) (void);
130
- void (* _iface_reserved33) (void);
131
- void (* _iface_reserved34) (void);
132
- void (* _iface_reserved35) (void);
133
-
134
- /* signals */
135
- void (* download_buffering) (ClutterGstPlayer *player,
136
- gdouble start,
137
- gdouble stop);
138
- void (* _clutter_reserved2) (void);
139
- void (* _clutter_reserved3) (void);
140
- void (* _clutter_reserved4) (void);
141
- void (* _clutter_reserved5) (void);
142
- void (* _clutter_reserved6) (void);
143
- void (* _clutter_reserved7) (void);
144
- void (* _clutter_reserved8) (void);
145
- void (* _clutter_reserved9) (void);
146
- void (* _clutter_reserved10) (void);
147
- };
148
-
149
- GType clutter_gst_player_get_type (void) G_GNUC_CONST;
150
-
151
- void clutter_gst_player_class_init (GObjectClass *object_class);
152
-
153
- gboolean clutter_gst_player_init (ClutterGstPlayer *player);
154
- void clutter_gst_player_deinit (ClutterGstPlayer *player);
155
-
156
- GstElement * clutter_gst_player_get_pipeline (ClutterGstPlayer *player);
157
-
158
- gchar * clutter_gst_player_get_user_agent (ClutterGstPlayer *player);
159
- void clutter_gst_player_set_user_agent (ClutterGstPlayer *player,
160
- const gchar *user_agent);
161
-
162
- ClutterGstSeekFlags clutter_gst_player_get_seek_flags (ClutterGstPlayer *player);
163
- void clutter_gst_player_set_seek_flags (ClutterGstPlayer *player,
164
- ClutterGstSeekFlags flags);
165
-
166
- ClutterGstBufferingMode clutter_gst_player_get_buffering_mode (ClutterGstPlayer *player);
167
- void clutter_gst_player_set_buffering_mode (ClutterGstPlayer *player,
168
- ClutterGstBufferingMode mode);
169
-
170
- GList * clutter_gst_player_get_audio_streams (ClutterGstPlayer *player);
171
- gint clutter_gst_player_get_audio_stream (ClutterGstPlayer *player);
172
- void clutter_gst_player_set_audio_stream (ClutterGstPlayer *player,
173
- gint index_);
174
-
175
- GList * clutter_gst_player_get_subtitle_tracks (ClutterGstPlayer *player);
176
- gint clutter_gst_player_get_subtitle_track (ClutterGstPlayer *player);
177
- void clutter_gst_player_set_subtitle_track (ClutterGstPlayer *player,
178
- gint index_);
179
-
180
- gboolean clutter_gst_player_get_idle (ClutterGstPlayer *player);
181
-
182
- gboolean clutter_gst_player_get_in_seek (ClutterGstPlayer *player);
183
-
184
- G_END_DECLS
185
-
186
- #endif /* __CLUTTER_GST_PLAYER_H__ */
@@ -1,65 +0,0 @@
1
- /*
2
- * Clutter-GStreamer.
3
- *
4
- * GStreamer integration library for Clutter.
5
- *
6
- * clutter-gst-types.h - Clutter-Gst common types
7
- *
8
- * Authored By Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
9
- *
10
- * Copyright (C) 2011 Intel Corporation
11
- *
12
- * This library is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU Lesser General Public
14
- * License as published by the Free Software Foundation; either
15
- * version 2 of the License, or (at your option) any later version.
16
- *
17
- * This library is distributed in the hope that it will be useful,
18
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
- * Lesser General Public License for more details.
21
- *
22
- * You should have received a copy of the GNU Lesser General Public
23
- * License along with this library; if not, write to the
24
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25
- * Boston, MA 02111-1307, USA.
26
- */
27
-
28
- #if !defined(__CLUTTER_GST_H_INSIDE__) && !defined(CLUTTER_GST_COMPILATION)
29
- #error "Only <clutter-gst/clutter-gst.h> can be included directly."
30
- #endif
31
-
32
- #ifndef __CLUTTER_GST_TYPES_H__
33
- #define __CLUTTER_GST_TYPES_H__
34
-
35
- /**
36
- * ClutterGstSeekFlags:
37
- * @CLUTTER_GST_SEEK_FLAG_NONE: Fast seeks (key frame boundaries, default)
38
- * @CLUTTER_GST_SEEK_FLAG_ACCURATE: Accurate seeks (potentially slower)
39
- *
40
- * Flags that can be given to clutter_gst_video_texture_set_seek_flags().
41
- *
42
- * Since: 1.4
43
- */
44
- typedef enum _ClutterGstSeekFlags
45
- {
46
- CLUTTER_GST_SEEK_FLAG_NONE = 0,
47
- CLUTTER_GST_SEEK_FLAG_ACCURATE = 1 << 0
48
- } ClutterGstSeekFlags;
49
-
50
- /**
51
- * ClutterGstBufferingMode:
52
- * @CLUTTER_GST_BUFFERING_MODE_STREAM: In-memory buffering
53
- * @CLUTTER_GST_BUFFERING_MODE_DOWNLOAD: On-disk buffering
54
- *
55
- * Different buffering policies clutter-gst supports
56
- *
57
- * Since: 1.4
58
- */
59
- typedef enum _ClutterGstBufferingMode
60
- {
61
- CLUTTER_GST_BUFFERING_MODE_STREAM,
62
- CLUTTER_GST_BUFFERING_MODE_DOWNLOAD
63
- } ClutterGstBufferingMode;
64
-
65
- #endif /* __CLUTTER_GST_TYPES_H__ */
@@ -1,132 +0,0 @@
1
- /*
2
- * Clutter-GStreamer.
3
- *
4
- * GStreamer integration library for Clutter.
5
- *
6
- * clutter-gst-video-texture.h - ClutterTexture using GStreamer to display a
7
- * video stream.
8
- *
9
- * Authored By Matthew Allum <mallum@openedhand.com>
10
- *
11
- * Copyright (C) 2006 OpenedHand
12
- *
13
- * This library is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU Lesser General Public
15
- * License as published by the Free Software Foundation; either
16
- * version 2 of the License, or (at your option) any later version.
17
- *
18
- * This library is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21
- * Lesser General Public License for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public
24
- * License along with this library; if not, write to the
25
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26
- * Boston, MA 02111-1307, USA.
27
- */
28
-
29
- #if !defined(__CLUTTER_GST_H_INSIDE__) && !defined(CLUTTER_GST_COMPILATION)
30
- #error "Only <clutter-gst/clutter-gst.h> can be included directly."
31
- #endif
32
-
33
- #ifndef __CLUTTER_GST_VIDEO_TEXTURE_H__
34
- #define __CLUTTER_GST_VIDEO_TEXTURE_H__
35
-
36
- #include <glib-object.h>
37
- #include <clutter/clutter.h>
38
- #include <gst/gstelement.h>
39
-
40
- #include <clutter-gst/clutter-gst-types.h>
41
-
42
- G_BEGIN_DECLS
43
-
44
- #define CLUTTER_GST_TYPE_VIDEO_TEXTURE clutter_gst_video_texture_get_type()
45
-
46
- #define CLUTTER_GST_VIDEO_TEXTURE(obj) \
47
- (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
48
- CLUTTER_GST_TYPE_VIDEO_TEXTURE, ClutterGstVideoTexture))
49
-
50
- #define CLUTTER_GST_VIDEO_TEXTURE_CLASS(klass) \
51
- (G_TYPE_CHECK_CLASS_CAST ((klass), \
52
- CLUTTER_GST_TYPE_VIDEO_TEXTURE, ClutterGstVideoTextureClass))
53
-
54
- #define CLUTTER_GST_IS_VIDEO_TEXTURE(obj) \
55
- (G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
56
- CLUTTER_GST_TYPE_VIDEO_TEXTURE))
57
-
58
- #define CLUTTER_GST_IS_VIDEO_TEXTURE_CLASS(klass) \
59
- (G_TYPE_CHECK_CLASS_TYPE ((klass), \
60
- CLUTTER_GST_TYPE_VIDEO_TEXTURE))
61
-
62
- #define CLUTTER_GST_VIDEO_TEXTURE_GET_CLASS(obj) \
63
- (G_TYPE_INSTANCE_GET_CLASS ((obj), \
64
- CLUTTER_GST_TYPE_VIDEO_TEXTURE, ClutterGstVideoTextureClass))
65
-
66
- typedef struct _ClutterGstVideoTexture ClutterGstVideoTexture;
67
- typedef struct _ClutterGstVideoTextureClass ClutterGstVideoTextureClass;
68
- typedef struct _ClutterGstVideoTexturePrivate ClutterGstVideoTexturePrivate;
69
-
70
- /**
71
- * ClutterGstVideoTexture:
72
- *
73
- * Subclass of #ClutterTexture that displays videos using GStreamer.
74
- *
75
- * The #ClutterGstVideoTexture structure contains only private data and
76
- * should not be accessed directly.
77
- */
78
- struct _ClutterGstVideoTexture
79
- {
80
- /*< private >*/
81
- ClutterTexture parent;
82
- ClutterGstVideoTexturePrivate *priv;
83
- };
84
-
85
- /**
86
- * ClutterGstVideoTextureClass:
87
- *
88
- * Base class for #ClutterGstVideoTexture.
89
- */
90
- struct _ClutterGstVideoTextureClass
91
- {
92
- /*< private >*/
93
- ClutterTextureClass parent_class;
94
-
95
- /* Future padding */
96
- void (* _clutter_reserved1) (void);
97
- void (* _clutter_reserved2) (void);
98
- void (* _clutter_reserved3) (void);
99
- void (* _clutter_reserved4) (void);
100
- void (* _clutter_reserved5) (void);
101
- void (* _clutter_reserved6) (void);
102
- };
103
-
104
- GType clutter_gst_video_texture_get_type (void) G_GNUC_CONST;
105
- ClutterActor * clutter_gst_video_texture_new (void);
106
-
107
- GstElement * clutter_gst_video_texture_get_pipeline (ClutterGstVideoTexture *texture);
108
-
109
- CoglHandle clutter_gst_video_texture_get_idle_material (ClutterGstVideoTexture *texture);
110
- void clutter_gst_video_texture_set_idle_material (ClutterGstVideoTexture *texture,
111
- CoglHandle material);
112
- gchar * clutter_gst_video_texture_get_user_agent (ClutterGstVideoTexture *texture);
113
- void clutter_gst_video_texture_set_user_agent (ClutterGstVideoTexture *texture,
114
- const gchar * user_agent);
115
- ClutterGstSeekFlags clutter_gst_video_texture_get_seek_flags (ClutterGstVideoTexture *texture);
116
- void clutter_gst_video_texture_set_seek_flags (ClutterGstVideoTexture *texture,
117
- ClutterGstSeekFlags flags);
118
- ClutterGstBufferingMode clutter_gst_video_texture_get_buffering_mode (ClutterGstVideoTexture *texture);
119
- void clutter_gst_video_texture_set_buffering_mode (ClutterGstVideoTexture *texture,
120
- ClutterGstBufferingMode mode);
121
- GList * clutter_gst_video_texture_get_audio_streams (ClutterGstVideoTexture *texture);
122
- gint clutter_gst_video_texture_get_audio_stream (ClutterGstVideoTexture *texture);
123
- void clutter_gst_video_texture_set_audio_stream (ClutterGstVideoTexture *texture,
124
- gint index_);
125
- GList * clutter_gst_video_texture_get_subtitle_tracks (ClutterGstVideoTexture *texture);
126
- gint clutter_gst_video_texture_get_subtitle_track (ClutterGstVideoTexture *texture);
127
- void clutter_gst_video_texture_set_subtitle_track (ClutterGstVideoTexture *texture,
128
- gint index_);
129
-
130
- G_END_DECLS
131
-
132
- #endif /* __CLUTTER_GST_VIDEO_TEXTURE_H__ */
@@ -1,41 +0,0 @@
1
- # libgstclutter.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname='libgstclutter.dll'
9
-
10
- # Names of this library.
11
- library_names='libgstclutter.dll.a'
12
-
13
- # The name of the static archive.
14
- old_library=''
15
-
16
- # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo-gobject.la -lffi -lintl /home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la -lmsimg32 /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgsttag-1.0.la -lz /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstbase-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lpthread'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libgstclutter.
26
- current=0
27
- age=0
28
- revision=0
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=yes
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/home/kou/work/ruby/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib/gstreamer-1.0'
@@ -1,41 +0,0 @@
1
- # libclutter-gst-2.0.la - a libtool library file
2
- # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3
3
- #
4
- # Please DO NOT delete this file!
5
- # It is necessary for linking the library.
6
-
7
- # The name that we can dlopen(3).
8
- dlname='../bin/libclutter-gst-2.0-0.dll'
9
-
10
- # Names of this library.
11
- library_names='libclutter-gst-2.0.dll.a'
12
-
13
- # The name of the static archive.
14
- old_library=''
15
-
16
- # Linker flags that can not go in dependency_libs.
17
- inherited_linker_flags=' -pthread'
18
-
19
- # Libraries that this one depends upon.
20
- dependency_libs=' -R/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib -L/home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo-gobject.la -lffi -lintl /home/kou/work/ruby/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libcairo.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpixman-1.la -lmsimg32 /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfontconfig.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libxml2.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libfreetype.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/kou/work/ruby/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/kou/work/ruby/rcairo.win32/vendor/local/lib/libpng16.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -L/home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/kou/work/ruby/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lpthread'
21
-
22
- # Names of additional weak libraries provided by this library
23
- weak_library_names=''
24
-
25
- # Version information for libclutter-gst-2.0.
26
- current=12
27
- age=12
28
- revision=0
29
-
30
- # Is this an already installed library?
31
- installed=yes
32
-
33
- # Should we warn about portability when linking against -modules?
34
- shouldnotlink=no
35
-
36
- # Files to dlopen/dlpreopen
37
- dlopen=''
38
- dlpreopen=''
39
-
40
- # Directory that this library needs to be installed in:
41
- libdir='/home/kou/work/ruby/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib'
@@ -1,12 +0,0 @@
1
- prefix=/home/kou/work/ruby/ruby-gnome2.win32/clutter-gstreamer/vendor/local
2
- exec_prefix=${prefix}
3
- libdir=${exec_prefix}/lib
4
- includedir=${prefix}/include
5
-
6
- Name: clutter-gst
7
- Description: Clutter GStreamer integration
8
- Version: 2.0.12
9
- Libs: -L${libdir} -lclutter-gst-2.0
10
- Cflags: -I${includedir}/clutter-gst-2.0
11
- Requires: clutter-1.0 >= 1.3.12 gstreamer-1.0 gstreamer-base-1.0 gstreamer-plugins-base-1.0
12
- Requires.private: gio-2.0