Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
7bf0140d
Commit
7bf0140d
authored
Aug 31, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use releases instead of GIT for all the dependencies
parent
3d1a7efb
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
192 additions
and
192 deletions
+192
-192
Cargo.lock
Cargo.lock
+164
-164
examples/Cargo.toml
examples/Cargo.toml
+4
-4
gstreamer-app/Cargo.toml
gstreamer-app/Cargo.toml
+5
-5
gstreamer-audio/Cargo.toml
gstreamer-audio/Cargo.toml
+5
-5
gstreamer-player/Cargo.toml
gstreamer-player/Cargo.toml
+5
-5
gstreamer-video/Cargo.toml
gstreamer-video/Cargo.toml
+5
-5
gstreamer/Cargo.toml
gstreamer/Cargo.toml
+4
-4
No files found.
Cargo.lock
View file @
7bf0140d
This diff is collapsed.
Click to expand it.
examples/Cargo.toml
View file @
7bf0140d
...
...
@@ -4,15 +4,15 @@ version = "0.8.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
[dependencies]
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib
=
"0.3"
gstreamer
=
{
path
=
"../gstreamer"
}
gstreamer-app
=
{
path
=
"../gstreamer-app"
}
gstreamer-audio
=
{
path
=
"../gstreamer-audio"
}
gstreamer-video
=
{
path
=
"../gstreamer-video"
}
gstreamer-player
=
{
path
=
"../gstreamer-player"
,
optional
=
true
}
gtk
=
{
version
=
"0.2"
,
git
=
"https://github.com/gtk-rs/gtk"
,
features
=
["v3_6"]
,
optional
=
true
}
gdk
=
{
version
=
"0.6"
,
git
=
"https://github.com/gtk-rs/gdk"
,
optional
=
true
}
gio
=
{
version
=
"0.2"
,
git
=
"https://github.com/gtk-rs/gio"
,
optional
=
true
}
gtk
=
{
version
=
"0.2"
,
features
=
["v3_6"]
,
optional
=
true
}
gdk
=
{
version
=
"0.6"
,
optional
=
true
}
gio
=
{
version
=
"0.2"
,
optional
=
true
}
futures
=
{
version
=
"0.1"
,
optional
=
true
}
tokio-core
=
{
version
=
"0.1"
,
optional
=
true
}
send-cell
=
"0.1"
...
...
gstreamer-app/Cargo.toml
View file @
7bf0140d
...
...
@@ -14,11 +14,11 @@ build = "build.rs"
[dependencies]
bitflags
=
"0.9"
libc
=
"0.2"
glib-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gobject-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gstreamer-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
gstreamer-app-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib-sys
=
"0.4"
gobject-sys
=
"0.4"
gstreamer-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
gstreamer-app-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
glib
=
"0.3"
gstreamer
=
{
version
=
"0.8"
,
path
=
"../gstreamer"
}
[build-dependencies.rustdoc-stripper]
...
...
gstreamer-audio/Cargo.toml
View file @
7bf0140d
...
...
@@ -14,11 +14,11 @@ build = "build.rs"
[dependencies]
bitflags
=
"0.9"
libc
=
"0.2"
glib-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gobject-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gstreamer-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
gstreamer-audio-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib-sys
=
"0.4"
gobject-sys
=
"0.4"
gstreamer-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
gstreamer-audio-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
glib
=
"0.3"
gstreamer
=
{
version
=
"0.8"
,
path
=
"../gstreamer"
}
array-init
=
"0.0"
...
...
gstreamer-player/Cargo.toml
View file @
7bf0140d
...
...
@@ -14,11 +14,11 @@ build = "build.rs"
[dependencies]
bitflags
=
"0.9"
libc
=
"0.2"
glib-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gobject-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gstreamer-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_12"]
}
gstreamer-player-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_12"]
}
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib-sys
=
"0.4"
gobject-sys
=
"0.4"
gstreamer-sys
=
{
version
=
"0.2"
,
features
=
["v1_12"]
}
gstreamer-player-sys
=
{
version
=
"0.2"
,
features
=
["v1_12"]
}
glib
=
"0.3"
gstreamer
=
{
version
=
"0.8"
,
path
=
"../gstreamer"
,
features
=
["v1_12"]
}
[build-dependencies.rustdoc-stripper]
...
...
gstreamer-video/Cargo.toml
View file @
7bf0140d
...
...
@@ -14,11 +14,11 @@ build = "build.rs"
[dependencies]
bitflags
=
"0.9"
libc
=
"0.2"
glib-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gobject-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gstreamer-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
gstreamer-video-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib-sys
=
"0.4"
gobject-sys
=
"0.4"
gstreamer-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
gstreamer-video-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
glib
=
"0.3"
gstreamer
=
{
version
=
"0.8"
,
path
=
"../gstreamer"
}
[build-dependencies.rustdoc-stripper]
...
...
gstreamer/Cargo.toml
View file @
7bf0140d
...
...
@@ -14,10 +14,10 @@ build = "build.rs"
[dependencies]
bitflags
=
"0.9"
libc
=
"0.2"
glib-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gobject-sys
=
{
version
=
"0.4"
,
git
=
"https://github.com/gtk-rs/sys"
}
gstreamer-sys
=
{
version
=
"0.2"
,
git
=
"https://github.com/sdroege/gstreamer-sys"
,
features
=
["v1_8"]
}
glib
=
{
version
=
"0.3"
,
git
=
"https://github.com/gtk-rs/glib"
}
glib-sys
=
"0.4"
gobject-sys
=
"0.4"
gstreamer-sys
=
{
version
=
"0.2"
,
features
=
["v1_8"]
}
glib
=
"0.3"
num-rational
=
{
version
=
"0.1.38"
,
default-features
=
false
,
features
=
[]
}
lazy_static
=
"0.2"
futures
=
{
version
=
"0.1"
,
optional
=
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment