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.
- checksums.yaml +4 -4
- data/Rakefile +4 -3
- data/lib/clutter-gst.rb +1 -0
- data/vendor/local/bin/libclutter-gst-3.0-0.dll +0 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-aspectratio.h +105 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-device.h +119 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera-manager.h +100 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-camera.h +206 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-content.h +107 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-crop.h +104 -0
- data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-enum-types.h +0 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-playback.h +169 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-player.h +157 -0
- data/vendor/local/include/clutter-gst-3.0/clutter-gst/clutter-gst-types.h +167 -0
- data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-util.h +1 -1
- data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-version.h +4 -4
- data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-video-sink.h +47 -34
- data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst.h +13 -7
- data/vendor/local/lib/girepository-1.0/ClutterGst-3.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter-3.0.la +41 -0
- data/vendor/local/lib/libclutter-gst-3.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-3.0.la +41 -0
- data/vendor/local/lib/pkgconfig/clutter-gst-3.0.pc +12 -0
- data/vendor/local/share/gir-1.0/ClutterGst-3.0.gir +3308 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstAspectratio.html +171 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCamera.html +1528 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCameraDevice.html +418 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstContent.html +551 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstCrop.html +198 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayback.html +1559 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ClutterGstPlayer.html +805 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/ch01.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch02.html +42 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch03.html +45 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch04.html +35 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/ch05.html +39 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-3.0.devhelp2 +197 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Utilities.html +316 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Versioning-Macros.html +176 -0
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/clutter-gst-Video-Sink.html +560 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/index.html +33 -10
- data/vendor/local/share/gtk-doc/html/clutter-gst-3.0/index.sgml +273 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/license.html +7 -7
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/{clutter-gst → clutter-gst-3.0}/up.png +0 -0
- metadata +70 -42
- data/vendor/local/bin/libclutter-gst-2.0-0.dll +0 -0
- data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h +0 -186
- data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h +0 -65
- data/vendor/local/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h +0 -132
- data/vendor/local/lib/girepository-1.0/ClutterGst-2.0.typelib +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter.dll.a +0 -0
- data/vendor/local/lib/gstreamer-1.0/libgstclutter.la +0 -41
- data/vendor/local/lib/libclutter-gst-2.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-gst-2.0.la +0 -41
- data/vendor/local/lib/pkgconfig/clutter-gst-2.0.pc +0 -12
- data/vendor/local/share/gir-1.0/ClutterGst-2.0.gir +0 -1795
- data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstPlayer.html +0 -1003
- data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html +0 -177
- data/vendor/local/share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html +0 -624
- data/vendor/local/share/gtk-doc/html/clutter-gst/ch02.html +0 -48
- data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html +0 -284
- data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html +0 -144
- data/vendor/local/share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2 +0 -79
- 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__ */
|
data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-util.h
RENAMED
@@ -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
|
|
data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-version.h
RENAMED
@@ -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 (
|
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 (
|
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 (
|
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 "
|
73
|
+
#define CLUTTER_GST_VERSION_S "3.0.0"
|
74
74
|
|
75
75
|
/**
|
76
76
|
* CLUTTER_GST_VERSION_HEX:
|
data/vendor/local/include/{clutter-gst-2.0 → clutter-gst-3.0}/clutter-gst/clutter-gst-video-sink.h
RENAMED
@@ -1,14 +1,20 @@
|
|
1
1
|
/*
|
2
2
|
* Clutter-GStreamer.
|
3
3
|
*
|
4
|
-
* GStreamer integration library for
|
4
|
+
* GStreamer integration library for Cogl.
|
5
5
|
*
|
6
6
|
* clutter-gst-video-sink.h - Gstreamer Video Sink that renders to a
|
7
|
-
*
|
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 <
|
37
|
-
#include <gst/
|
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
|
70
|
-
typedef struct _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
|
-
*
|
73
|
+
* The #ClutterGstVideoSink structure contains only private data and
|
74
|
+
* should be accessed using the provided API.
|
77
75
|
*
|
78
|
-
*
|
79
|
-
* not be accessed directly.
|
76
|
+
* Since: 3.0
|
80
77
|
*/
|
81
78
|
struct _ClutterGstVideoSink
|
82
79
|
{
|
83
80
|
/*< private >*/
|
84
|
-
|
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
|
-
*
|
90
|
+
* Since: 3.0
|
92
91
|
*/
|
93
92
|
struct _ClutterGstVideoSinkClass
|
94
93
|
{
|
95
94
|
/*< private >*/
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
void (*
|
100
|
-
void (*
|
101
|
-
void (*
|
102
|
-
|
103
|
-
|
104
|
-
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
|
-
|
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
|
124
|
+
#endif
|
@@ -30,12 +30,18 @@
|
|
30
30
|
|
31
31
|
#define __CLUTTER_GST_H_INSIDE__
|
32
32
|
|
33
|
-
#include
|
34
|
-
#include
|
35
|
-
#include
|
36
|
-
#include
|
37
|
-
#include
|
38
|
-
#include
|
39
|
-
#include
|
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__ */
|
Binary file
|
Binary file
|
Binary file
|
@@ -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'
|
Binary file
|
@@ -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
|