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
@@ -0,0 +1,167 @@
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
+ #include <cogl/cogl.h>
33
+
34
+ #ifndef __CLUTTER_GST_TYPES_H__
35
+ #define __CLUTTER_GST_TYPES_H__
36
+
37
+ #define CLUTTER_GST_TYPE_FRAME (clutter_gst_frame_get_type ())
38
+ #define CLUTTER_GST_TYPE_BOX (clutter_gst_box_get_type ())
39
+ #define CLUTTER_GST_TYPE_OVERLAY (clutter_gst_overlay_get_type ())
40
+ #define CLUTTER_GST_TYPE_OVERLAYS (clutter_gst_overlays_get_type ())
41
+
42
+ typedef struct _ClutterGstBox ClutterGstBox;
43
+ typedef struct _ClutterGstFrame ClutterGstFrame;
44
+ typedef struct _ClutterGstOverlay ClutterGstOverlay;
45
+ typedef struct _ClutterGstOverlays ClutterGstOverlays;
46
+ typedef struct _ClutterGstVideoResolution ClutterGstVideoResolution;
47
+
48
+ /**
49
+ * ClutterGstSeekFlags:
50
+ * @CLUTTER_GST_SEEK_FLAG_NONE: Fast seeks (key frame boundaries, default)
51
+ * @CLUTTER_GST_SEEK_FLAG_ACCURATE: Accurate seeks (potentially slower)
52
+ *
53
+ * Flags that can be given to clutter_gst_player_set_seek_flags().
54
+ *
55
+ * Since: 1.4
56
+ */
57
+ typedef enum _ClutterGstSeekFlags
58
+ {
59
+ CLUTTER_GST_SEEK_FLAG_NONE = 0,
60
+ CLUTTER_GST_SEEK_FLAG_ACCURATE = 1 << 0
61
+ } ClutterGstSeekFlags;
62
+
63
+ /**
64
+ * ClutterGstBufferingMode:
65
+ * @CLUTTER_GST_BUFFERING_MODE_STREAM: In-memory buffering
66
+ * @CLUTTER_GST_BUFFERING_MODE_DOWNLOAD: On-disk buffering
67
+ *
68
+ * Different buffering policies clutter-gst supports
69
+ *
70
+ * Since: 1.4
71
+ */
72
+ typedef enum _ClutterGstBufferingMode
73
+ {
74
+ CLUTTER_GST_BUFFERING_MODE_STREAM,
75
+ CLUTTER_GST_BUFFERING_MODE_DOWNLOAD
76
+ } ClutterGstBufferingMode;
77
+
78
+ /**
79
+ * ClutterGstBox:
80
+ * @x1: X coordinate of the top left corner
81
+ * @y1: Y coordinate of the top left corner
82
+ * @x2: X coordinate of the bottom right corner
83
+ * @y2: Y coordinate of the bottom right corner
84
+ *
85
+ * Bounding box of an area in a video texture or actor's allocation.
86
+ * Coordinates are usually expressed in the [0, 1] interval.
87
+ *
88
+ * Since: 3.0
89
+ */
90
+ struct _ClutterGstBox
91
+ {
92
+ gfloat x1;
93
+ gfloat y1;
94
+
95
+ gfloat x2;
96
+ gfloat y2;
97
+ };
98
+
99
+ /**
100
+ * ClutterGstVideoResolution:
101
+ * @width: the width, in pixels
102
+ * @height: the height, in pixels
103
+ *
104
+ * A video resolution.
105
+ *
106
+ * Since: 3.0
107
+ */
108
+ struct _ClutterGstVideoResolution
109
+ {
110
+ gint width;
111
+ gint height;
112
+
113
+ gint par_n;
114
+ gint par_d;
115
+ };
116
+
117
+ /**
118
+ * ClutterGstFrame:
119
+ * @resolution: a #ClutterGstVideoResolution
120
+ * @pipeline: a #CoglPipeline to paint a frame
121
+ *
122
+ * Represents a frame outputted by the #ClutterGstVideoSink.
123
+ *
124
+ * Since: 3.0
125
+ */
126
+ struct _ClutterGstFrame
127
+ {
128
+ ClutterGstVideoResolution resolution;
129
+ CoglPipeline *pipeline;
130
+ };
131
+
132
+ /**
133
+ * ClutterGstOverlay:
134
+ * @position: a #ClutterGstBox representing the position of the
135
+ * overlay within a #ClutterGstFrame.
136
+ * @pipeline: a #CoglPipeline to paint an overlay
137
+ *
138
+ * Represents a video overlay outputted by the #ClutterGstVideoSink.
139
+ *
140
+ * Since: 3.0
141
+ */
142
+ struct _ClutterGstOverlay
143
+ {
144
+ ClutterGstBox position;
145
+ CoglPipeline *pipeline;
146
+ };
147
+
148
+ /**
149
+ * ClutterGstOverlays:
150
+ * @overlays: an array of #ClutterGstOverlay
151
+ *
152
+ * Since: 3.0
153
+ */
154
+ struct _ClutterGstOverlays
155
+ {
156
+ GPtrArray *overlays;
157
+ };
158
+
159
+ GType clutter_gst_frame_get_type (void) G_GNUC_CONST;
160
+ GType clutter_gst_box_get_type (void) G_GNUC_CONST;
161
+ GType clutter_gst_overlay_get_type (void) G_GNUC_CONST;
162
+ GType clutter_gst_overlays_get_type (void) G_GNUC_CONST;
163
+
164
+ gfloat clutter_gst_box_get_width (const ClutterGstBox *box);
165
+ gfloat clutter_gst_box_get_height (const ClutterGstBox *box);
166
+
167
+ #endif /* __CLUTTER_GST_TYPES_H__ */
@@ -45,8 +45,8 @@ ClutterInitError clutter_gst_init_with_args (int *argc,
45
45
  GOptionEntry *entries,
46
46
  const char *translation_domain,
47
47
  GError **error);
48
- GstElement * clutter_gst_video_sink_new (ClutterTexture *texture) G_GNUC_DEPRECATED;
49
48
 
49
+ GstElement *clutter_gst_create_video_sink (void);
50
50
 
51
51
  G_END_DECLS
52
52
 
@@ -42,7 +42,7 @@
42
42
  *
43
43
  * ClutterGst major version (e.g. "1", if %CLUTTER_GST_VERSION is "1.2.3")
44
44
  */
45
- #define CLUTTER_GST_MAJOR_VERSION (2)
45
+ #define CLUTTER_GST_MAJOR_VERSION (3)
46
46
 
47
47
  /**
48
48
  * CLUTTER_GST_MINOR_VERSION:
@@ -56,21 +56,21 @@
56
56
  *
57
57
  * ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")
58
58
  */
59
- #define CLUTTER_GST_MICRO_VERSION (12)
59
+ #define CLUTTER_GST_MICRO_VERSION (0)
60
60
 
61
61
  /**
62
62
  * CLUTTER_GST_VERSION:
63
63
  *
64
64
  * ClutterGst full version (e.g. "1.2.3")
65
65
  */
66
- #define CLUTTER_GST_VERSION (2.0.12)
66
+ #define CLUTTER_GST_VERSION (3.0.0)
67
67
 
68
68
  /**
69
69
  * CLUTTER_GST_VERSION_S:
70
70
  *
71
71
  * ClutterGst full version, encoded as a string.
72
72
  */
73
- #define CLUTTER_GST_VERSION_S "2.0.12"
73
+ #define CLUTTER_GST_VERSION_S "3.0.0"
74
74
 
75
75
  /**
76
76
  * CLUTTER_GST_VERSION_HEX:
@@ -1,14 +1,20 @@
1
1
  /*
2
2
  * Clutter-GStreamer.
3
3
  *
4
- * GStreamer integration library for Clutter.
4
+ * GStreamer integration library for Cogl.
5
5
  *
6
6
  * clutter-gst-video-sink.h - Gstreamer Video Sink that renders to a
7
- * Clutter Texture.
7
+ * Cogl Pipeline.
8
8
  *
9
- * Authored by Jonathan Matthew <jonathan@kaolin.wh9.net>
9
+ * Authored by Jonathan Matthew <jonathan@kaolin.wh9.net>,
10
+ * Chris Lord <chris@openedhand.com>
11
+ * Damien Lespiau <damien.lespiau@intel.com>
12
+ * Matthew Allum <mallum@openedhand.com>
13
+ * Plamena Manolova <plamena.n.manolova@intel.com>
14
+ * Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
10
15
  *
11
- * Copyright (C) 2007 OpenedHand
16
+ * Copyright (C) 2007, 2008 OpenedHand
17
+ * Copyright (C) 2009, 2010, 2013, 2014 Intel Corporation
12
18
  *
13
19
  * This library is free software; you can redistribute it and/or
14
20
  * modify it under the terms of the GNU Lesser General Public
@@ -26,21 +32,12 @@
26
32
  * Boston, MA 02111-1307, USA.
27
33
  */
28
34
 
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
35
  #ifndef __CLUTTER_GST_VIDEO_SINK_H__
34
36
  #define __CLUTTER_GST_VIDEO_SINK_H__
35
37
 
36
- #include <glib-object.h>
37
- #include <gst/base/gstbasesink.h>
38
- #include <clutter/clutter.h>
39
-
40
- #if defined (CLUTTER_WINDOWING_X11)
41
- #include <X11/Xlib.h>
42
- #endif
43
-
38
+ #include <cogl/cogl.h>
39
+ #include <gst/video/gstvideosink.h>
40
+ #include <clutter-gst/clutter-gst-types.h>
44
41
 
45
42
  G_BEGIN_DECLS
46
43
 
@@ -66,46 +63,62 @@ G_BEGIN_DECLS
66
63
  (G_TYPE_INSTANCE_GET_CLASS ((obj), \
67
64
  CLUTTER_GST_TYPE_VIDEO_SINK, ClutterGstVideoSinkClass))
68
65
 
69
- typedef struct _ClutterGstVideoSink ClutterGstVideoSink;
70
- typedef struct _ClutterGstVideoSinkClass ClutterGstVideoSinkClass;
66
+ typedef struct _ClutterGstVideoSink ClutterGstVideoSink;
67
+ typedef struct _ClutterGstVideoSinkClass ClutterGstVideoSinkClass;
71
68
  typedef struct _ClutterGstVideoSinkPrivate ClutterGstVideoSinkPrivate;
72
69
 
73
70
  /**
74
71
  * ClutterGstVideoSink:
75
72
  *
76
- * Class implementing a GStreamer sink element for #ClutterTexture<!-- -->s.
73
+ * The #ClutterGstVideoSink structure contains only private data and
74
+ * should be accessed using the provided API.
77
75
  *
78
- * The #ClutterGstVideoSink structure contains only private data and should
79
- * not be accessed directly.
76
+ * Since: 3.0
80
77
  */
81
78
  struct _ClutterGstVideoSink
82
79
  {
83
80
  /*< private >*/
84
- GstBaseSink parent;
81
+ GstVideoSink parent;
85
82
  ClutterGstVideoSinkPrivate *priv;
86
83
  };
87
84
 
88
85
  /**
89
86
  * ClutterGstVideoSinkClass:
87
+ * @new_frame: handler for the #ClutterGstVideoSink::new-frame signal
88
+ * @pipeline_ready: handler for the #ClutterGstVideoSink::pipeline-ready signal
90
89
  *
91
- * Base class for #ClutterGstVideoSink.
90
+ * Since: 3.0
92
91
  */
93
92
  struct _ClutterGstVideoSinkClass
94
93
  {
95
94
  /*< private >*/
96
- GstBaseSinkClass parent_class;
97
-
98
- /* Future padding */
99
- void (* _clutter_reserved1) (void);
100
- void (* _clutter_reserved2) (void);
101
- void (* _clutter_reserved3) (void);
102
- void (* _clutter_reserved4) (void);
103
- void (* _clutter_reserved5) (void);
104
- void (* _clutter_reserved6) (void);
95
+ GstVideoSinkClass parent_class;
96
+
97
+ /*< public >*/
98
+ void (* new_frame) (ClutterGstVideoSink *sink);
99
+ void (* pipeline_ready) (ClutterGstVideoSink *sink);
100
+ void (* new_overlays) (ClutterGstVideoSink *sink);
101
+
102
+ /*< private >*/
103
+ void *_padding_dummy[8];
105
104
  };
106
105
 
107
- GType clutter_gst_video_sink_get_type (void) G_GNUC_CONST;
106
+
107
+ GType clutter_gst_video_sink_get_type (void) G_GNUC_CONST;
108
+
109
+ ClutterGstVideoSink * clutter_gst_video_sink_new (void);
110
+
111
+ gboolean clutter_gst_video_sink_is_ready (ClutterGstVideoSink *sink);
112
+
113
+ ClutterGstFrame * clutter_gst_video_sink_get_frame (ClutterGstVideoSink *sink);
114
+
115
+ CoglPipeline * clutter_gst_video_sink_get_pipeline (ClutterGstVideoSink *sink);
116
+
117
+ void clutter_gst_video_sink_setup_pipeline (ClutterGstVideoSink *sink,
118
+ CoglPipeline *pipeline);
119
+
120
+ ClutterGstOverlays * clutter_gst_video_sink_get_overlays (ClutterGstVideoSink *sink);
108
121
 
109
122
  G_END_DECLS
110
123
 
111
- #endif /* __CLUTTER_GST_VIDEO_SINK_H__ */
124
+ #endif
@@ -30,12 +30,18 @@
30
30
 
31
31
  #define __CLUTTER_GST_H_INSIDE__
32
32
 
33
- #include "clutter-gst-types.h"
34
- #include "clutter-gst-enum-types.h"
35
- #include "clutter-gst-video-sink.h"
36
- #include "clutter-gst-video-texture.h"
37
- #include "clutter-gst-util.h"
38
- #include "clutter-gst-version.h"
39
- #include "clutter-gst-player.h"
33
+ #include <clutter-gst/clutter-gst-types.h>
34
+ #include <clutter-gst/clutter-gst-enum-types.h>
35
+ #include <clutter-gst/clutter-gst-aspectratio.h>
36
+ #include <clutter-gst/clutter-gst-camera-device.h>
37
+ #include <clutter-gst/clutter-gst-camera-manager.h>
38
+ #include <clutter-gst/clutter-gst-camera.h>
39
+ #include <clutter-gst/clutter-gst-content.h>
40
+ #include <clutter-gst/clutter-gst-crop.h>
41
+ #include <clutter-gst/clutter-gst-playback.h>
42
+ #include <clutter-gst/clutter-gst-player.h>
43
+ #include <clutter-gst/clutter-gst-util.h>
44
+ #include <clutter-gst/clutter-gst-version.h>
45
+ #include <clutter-gst/clutter-gst-video-sink.h>
40
46
 
41
47
  #endif /* __CLUTTER_GST_H__ */
@@ -0,0 +1,41 @@
1
+ # libgstclutter-3.0.la - a libtool library file
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7
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-3.0.dll'
9
+
10
+ # Names of this library.
11
+ library_names='libgstclutter-3.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/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib/libclutter-gst-3.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/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-3.0.
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/vagrant/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib/gstreamer-1.0'
@@ -0,0 +1,41 @@
1
+ # libclutter-gst-3.0.la - a libtool library file
2
+ # Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.7
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-3.0-0.dll'
9
+
10
+ # Names of this library.
11
+ library_names='libclutter-gst-3.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/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libclutter-1.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-path.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo-gobject.la /home/vagrant/ruby-gnome2.win32/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl-pango.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la -lmsimg32 /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win32/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libjson-glib-1.0.la /home/vagrant/ruby-gnome2.win32/clutter/vendor/local/lib/libcogl.la -lopengl32 -lgdi32 /home/vagrant/ruby-gnome2.win32/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -L/home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstpbutils-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstvideo-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstaudio-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgsttag-1.0.la /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstbase-1.0.la -lz /home/vagrant/ruby-gnome2.win32/gstreamer/vendor/local/lib/libgstreamer-1.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/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-3.0.
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=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/vagrant/ruby-gnome2.win32/clutter-gstreamer/vendor/local/lib'
@@ -0,0 +1,12 @@
1
+ prefix=/home/vagrant/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: 3.0.0
9
+ Libs: -L${libdir} -lclutter-gst-3.0
10
+ Cflags: -I${includedir}/clutter-gst-3.0
11
+ Requires: clutter-1.0 >= 1.10.0 cogl-2.0-experimental gstreamer-1.0 gstreamer-base-1.0 gstreamer-plugins-base-1.0 gstreamer-video-1.0
12
+ Requires.private: gio-2.0