gstreamer 1.1.6 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,145 +1,165 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: gstreamer
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 29
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 1
|
9
|
+
- 7
|
10
|
+
version: 1.1.7
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- The Ruby-GNOME2 Project Team
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2012-12-10 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
15
21
|
name: glib2
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 1.1.6
|
22
|
-
type: :runtime
|
23
22
|
prerelease: false
|
24
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
24
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 29
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 1
|
32
|
+
- 7
|
33
|
+
version: 1.1.7
|
34
|
+
type: :runtime
|
35
|
+
version_requirements: *id001
|
30
36
|
description: Ruby/GStreamer is a Ruby binding for GStreamer.
|
31
37
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
32
38
|
executables: []
|
33
|
-
|
39
|
+
|
40
|
+
extensions:
|
34
41
|
- ext/gstreamer/extconf.rb
|
35
42
|
extra_rdoc_files: []
|
36
|
-
|
43
|
+
|
44
|
+
files:
|
37
45
|
- README
|
38
46
|
- Rakefile
|
39
47
|
- extconf.rb
|
40
48
|
- lib/gst.rb
|
41
|
-
- ext/gstreamer/
|
42
|
-
- ext/gstreamer/extconf.rb
|
43
|
-
- ext/gstreamer/misc.c
|
44
|
-
- ext/gstreamer/rbgst-bin.c
|
45
|
-
- ext/gstreamer/rbgst-buffer.c
|
46
|
-
- ext/gstreamer/rbgst-bus.c
|
47
|
-
- ext/gstreamer/rbgst-caps.c
|
48
|
-
- ext/gstreamer/rbgst-child-proxy.c
|
49
|
-
- ext/gstreamer/rbgst-clock.c
|
50
|
-
- ext/gstreamer/rbgst-element-factory.c
|
51
|
-
- ext/gstreamer/rbgst-element.c
|
52
|
-
- ext/gstreamer/rbgst-event.c
|
53
|
-
- ext/gstreamer/rbgst-ghost-pad.c
|
54
|
-
- ext/gstreamer/rbgst-index-factory.c
|
49
|
+
- ext/gstreamer/rbgstxml.c
|
55
50
|
- ext/gstreamer/rbgst-install-plugins-context.c
|
56
|
-
- ext/gstreamer/
|
57
|
-
- ext/gstreamer/
|
51
|
+
- ext/gstreamer/rbgsttagsetter.c
|
52
|
+
- ext/gstreamer/rbgstindex.c
|
58
53
|
- ext/gstreamer/rbgst-message.c
|
59
|
-
- ext/gstreamer/rbgst-
|
60
|
-
- ext/gstreamer/rbgst-
|
61
|
-
- ext/gstreamer/rbgst-pad-template.c
|
54
|
+
- ext/gstreamer/rbgst-install-plugins-return.c
|
55
|
+
- ext/gstreamer/rbgst-clock.c
|
62
56
|
- ext/gstreamer/rbgst-pad.c
|
63
|
-
- ext/gstreamer/
|
64
|
-
- ext/gstreamer/
|
65
|
-
- ext/gstreamer/rbgst-plugin.c
|
66
|
-
- ext/gstreamer/rbgst-private.c
|
67
|
-
- ext/gstreamer/rbgst-private.h
|
68
|
-
- ext/gstreamer/rbgst-query.c
|
57
|
+
- ext/gstreamer/rbgstquerytype.c
|
58
|
+
- ext/gstreamer/rbgstformat.c
|
69
59
|
- ext/gstreamer/rbgst-seek.c
|
70
|
-
- ext/gstreamer/rbgst-
|
60
|
+
- ext/gstreamer/rbgst-index-factory.c
|
61
|
+
- ext/gstreamer/misc.c
|
62
|
+
- ext/gstreamer/rbgst-event.c
|
63
|
+
- ext/gstreamer/rbgst-pad-template.c
|
64
|
+
- ext/gstreamer/rbgst.h
|
65
|
+
- ext/gstreamer/rbgst.c
|
66
|
+
- ext/gstreamer/rbgstregistry.c
|
67
|
+
- ext/gstreamer/rbgstparse.c
|
71
68
|
- ext/gstreamer/rbgst-static-pad-template.c
|
72
69
|
- ext/gstreamer/rbgst-structure.c
|
73
70
|
- ext/gstreamer/rbgst-system-clock.c
|
74
71
|
- ext/gstreamer/rbgst-type-find-factory.c
|
75
|
-
- ext/gstreamer/
|
76
|
-
- ext/gstreamer/rbgst-
|
77
|
-
- ext/gstreamer/rbgst.c
|
78
|
-
- ext/gstreamer/rbgst.
|
72
|
+
- ext/gstreamer/extconf.rb
|
73
|
+
- ext/gstreamer/rbgst-install-plugins.c
|
74
|
+
- ext/gstreamer/rbgst-plugin.c
|
75
|
+
- ext/gstreamer/rbgst-static-caps.c
|
76
|
+
- ext/gstreamer/rbgst-bus.c
|
77
|
+
- ext/gstreamer/rbgst-mini-object.c
|
78
|
+
- ext/gstreamer/rbgst-object.c
|
79
|
+
- ext/gstreamer/rbgst-private.c
|
80
|
+
- ext/gstreamer/rbgst-private.h
|
81
|
+
- ext/gstreamer/rbgst-element-factory.c
|
79
82
|
- ext/gstreamer/rbgstclockentry.c
|
80
|
-
- ext/gstreamer/
|
81
|
-
- ext/gstreamer/
|
83
|
+
- ext/gstreamer/rbgst-bin.c
|
84
|
+
- ext/gstreamer/rbgst-ghost-pad.c
|
82
85
|
- ext/gstreamer/rbgstindexentry.c
|
83
|
-
- ext/gstreamer/
|
84
|
-
- ext/gstreamer/
|
85
|
-
- ext/gstreamer/
|
86
|
+
- ext/gstreamer/rbgst-plugin-feature.c
|
87
|
+
- ext/gstreamer/rbgst-pipeline.c
|
88
|
+
- ext/gstreamer/rbgst-child-proxy.c
|
86
89
|
- ext/gstreamer/rbgsttag.c
|
87
|
-
- ext/gstreamer/
|
88
|
-
- ext/gstreamer/
|
90
|
+
- ext/gstreamer/depend
|
91
|
+
- ext/gstreamer/rbgst-buffer.c
|
92
|
+
- ext/gstreamer/rbgst-query.c
|
93
|
+
- ext/gstreamer/rbgst-x-overlay.c
|
94
|
+
- ext/gstreamer/rbgst-caps.c
|
95
|
+
- ext/gstreamer/rbgst-element.c
|
96
|
+
- ext/gstreamer/rbgst-value.c
|
97
|
+
- sample/media-type.rb
|
89
98
|
- sample/audio-player.rb
|
90
|
-
- sample/gst-inspect.rb
|
91
99
|
- sample/install-plugins.rb
|
92
|
-
- sample/
|
100
|
+
- sample/xml-player.rb
|
101
|
+
- sample/gst-inspect.rb
|
102
|
+
- sample/video-player.rb
|
93
103
|
- sample/media-type2.rb
|
94
|
-
- sample/ogg-audio-player.rb
|
95
104
|
- sample/type-find.rb
|
96
|
-
- sample/
|
97
|
-
-
|
98
|
-
- test/
|
99
|
-
- test/run-test.rb
|
100
|
-
- test/test_bin.rb
|
101
|
-
- test/test_buffer.rb
|
105
|
+
- sample/ogg-audio-player.rb
|
106
|
+
- test/test_plugin_feature.rb
|
107
|
+
- test/test_structure.rb
|
102
108
|
- test/test_caps.rb
|
103
|
-
- test/
|
109
|
+
- test/test_seek.rb
|
110
|
+
- test/test_thread_handling.rb
|
111
|
+
- test/test_object.rb
|
112
|
+
- test/test_pad.rb
|
104
113
|
- test/test_element_factory.rb
|
105
|
-
- test/test_event.rb
|
106
|
-
- test/test_index_factory.rb
|
107
114
|
- test/test_install-plugins.rb
|
115
|
+
- test/gst-test-utils.rb
|
116
|
+
- test/test_plugin.rb
|
117
|
+
- test/test_index_factory.rb
|
118
|
+
- test/test_event.rb
|
119
|
+
- test/run-test.rb
|
108
120
|
- test/test_message.rb
|
109
121
|
- test/test_mini_object.rb
|
110
|
-
- test/test_object.rb
|
111
|
-
- test/test_pad.rb
|
112
|
-
- test/test_plugin.rb
|
113
|
-
- test/test_plugin_feature.rb
|
114
|
-
- test/test_seek.rb
|
115
122
|
- test/test_static_caps.rb
|
116
|
-
- test/test_static_pad_template.rb
|
117
|
-
- test/test_structure.rb
|
118
|
-
- test/test_thread_handling.rb
|
119
123
|
- test/test_type_find_factory.rb
|
120
124
|
- test/test_value.rb
|
125
|
+
- test/test_buffer.rb
|
126
|
+
- test/test_bin.rb
|
127
|
+
- test/test_element.rb
|
128
|
+
- test/test_static_pad_template.rb
|
121
129
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
122
130
|
licenses: []
|
131
|
+
|
123
132
|
post_install_message: This library is experimental.
|
124
133
|
rdoc_options: []
|
125
|
-
|
134
|
+
|
135
|
+
require_paths:
|
126
136
|
- lib
|
127
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
137
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
128
138
|
none: false
|
129
|
-
requirements:
|
130
|
-
- -
|
131
|
-
- !ruby/object:Gem::Version
|
139
|
+
requirements:
|
140
|
+
- - ">="
|
141
|
+
- !ruby/object:Gem::Version
|
142
|
+
hash: 61
|
143
|
+
segments:
|
144
|
+
- 1
|
145
|
+
- 8
|
146
|
+
- 5
|
132
147
|
version: 1.8.5
|
133
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
148
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
134
149
|
none: false
|
135
|
-
requirements:
|
136
|
-
- -
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
|
150
|
+
requirements:
|
151
|
+
- - ">="
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
hash: 3
|
154
|
+
segments:
|
155
|
+
- 0
|
156
|
+
version: "0"
|
139
157
|
requirements: []
|
158
|
+
|
140
159
|
rubyforge_project:
|
141
|
-
rubygems_version: 1.8.
|
160
|
+
rubygems_version: 1.8.24
|
142
161
|
signing_key:
|
143
162
|
specification_version: 3
|
144
163
|
summary: Ruby/GStreamer is a Ruby binding for GStreamer.
|
145
164
|
test_files: []
|
165
|
+
|