Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-rs-sys
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-rs-sys
Commits
6bdd779f
Commit
6bdd779f
authored
Aug 31, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update versions in master to 0.3.0
This will later become 0.3.0, 0.2 development happens in the 0.2 branch
parent
2593c0c8
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
32 deletions
+32
-32
Cargo.lock
Cargo.lock
+24
-24
gstreamer-app-sys/Cargo.toml
gstreamer-app-sys/Cargo.toml
+1
-1
gstreamer-audio-sys/Cargo.toml
gstreamer-audio-sys/Cargo.toml
+1
-1
gstreamer-base-sys/Cargo.toml
gstreamer-base-sys/Cargo.toml
+1
-1
gstreamer-pbutils-sys/Cargo.toml
gstreamer-pbutils-sys/Cargo.toml
+1
-1
gstreamer-player-sys/Cargo.toml
gstreamer-player-sys/Cargo.toml
+1
-1
gstreamer-sys/Cargo.toml
gstreamer-sys/Cargo.toml
+1
-1
gstreamer-tag-sys/Cargo.toml
gstreamer-tag-sys/Cargo.toml
+1
-1
gstreamer-video-sys/Cargo.toml
gstreamer-video-sys/Cargo.toml
+1
-1
No files found.
Cargo.lock
View file @
6bdd779f
[root]
[root]
name = "gstreamer-video-sys"
name = "gstreamer-video-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.
2
.0",
"gstreamer-base-sys 0.
3
.0",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
...
@@ -39,74 +39,74 @@ dependencies = [
...
@@ -39,74 +39,74 @@ dependencies = [
[[package]]
[[package]]
name = "gstreamer-app-sys"
name = "gstreamer-app-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.
2
.0",
"gstreamer-base-sys 0.
3
.0",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "gstreamer-audio-sys"
name = "gstreamer-audio-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.
2
.0",
"gstreamer-base-sys 0.
3
.0",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"gstreamer-tag-sys 0.
2
.0",
"gstreamer-tag-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "gstreamer-base-sys"
name = "gstreamer-base-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "gstreamer-pbutils-sys"
name = "gstreamer-pbutils-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-audio-sys 0.
2
.0",
"gstreamer-audio-sys 0.
3
.0",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"gstreamer-tag-sys 0.
2
.0",
"gstreamer-tag-sys 0.
3
.0",
"gstreamer-video-sys 0.
2
.0",
"gstreamer-video-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "gstreamer-player-sys"
name = "gstreamer-player-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"gstreamer-video-sys 0.
2
.0",
"gstreamer-video-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
name = "gstreamer-sys"
name = "gstreamer-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
...
@@ -117,13 +117,13 @@ dependencies = [
...
@@ -117,13 +117,13 @@ dependencies = [
[[package]]
[[package]]
name = "gstreamer-tag-sys"
name = "gstreamer-tag-sys"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"glib-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.4.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.
2
.0",
"gstreamer-base-sys 0.
3
.0",
"gstreamer-sys 0.
2
.0",
"gstreamer-sys 0.
3
.0",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
...
...
gstreamer-app-sys/Cargo.toml
View file @
6bdd779f
...
@@ -30,7 +30,7 @@ name = "gstreamer_app_sys"
...
@@ -30,7 +30,7 @@ name = "gstreamer_app_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstapp-1.0"
links
=
"gstapp-1.0"
name
=
"gstreamer-app-sys"
name
=
"gstreamer-app-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstapp-1.0"
description
=
"FFI bindings to libgstapp-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-audio-sys/Cargo.toml
View file @
6bdd779f
...
@@ -33,7 +33,7 @@ name = "gstreamer_audio_sys"
...
@@ -33,7 +33,7 @@ name = "gstreamer_audio_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstaudio-1.0"
links
=
"gstaudio-1.0"
name
=
"gstreamer-audio-sys"
name
=
"gstreamer-audio-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstaudio-1.0"
description
=
"FFI bindings to libgstaudio-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-base-sys/Cargo.toml
View file @
6bdd779f
...
@@ -27,7 +27,7 @@ name = "gstreamer_base_sys"
...
@@ -27,7 +27,7 @@ name = "gstreamer_base_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstbase-1.0"
links
=
"gstbase-1.0"
name
=
"gstreamer-base-sys"
name
=
"gstreamer-base-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstbase-1.0"
description
=
"FFI bindings to libgstbase-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-pbutils-sys/Cargo.toml
View file @
6bdd779f
...
@@ -36,7 +36,7 @@ name = "gstreamer_pbutils_sys"
...
@@ -36,7 +36,7 @@ name = "gstreamer_pbutils_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstpbutils-1.0"
links
=
"gstpbutils-1.0"
name
=
"gstreamer-pbutils-sys"
name
=
"gstreamer-pbutils-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstpbutils-1.0"
description
=
"FFI bindings to libgstpbutils-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-player-sys/Cargo.toml
View file @
6bdd779f
...
@@ -23,7 +23,7 @@ name = "gstreamer_player_sys"
...
@@ -23,7 +23,7 @@ name = "gstreamer_player_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstplayer-1.0"
links
=
"gstplayer-1.0"
name
=
"gstreamer-player-sys"
name
=
"gstreamer-player-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstplayer-1.0"
description
=
"FFI bindings to libgstplayer-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-sys/Cargo.toml
View file @
6bdd779f
...
@@ -24,7 +24,7 @@ name = "gstreamer_sys"
...
@@ -24,7 +24,7 @@ name = "gstreamer_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstreamer-1.0"
links
=
"gstreamer-1.0"
name
=
"gstreamer-sys"
name
=
"gstreamer-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstreamer-1.0"
description
=
"FFI bindings to libgstreamer-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-tag-sys/Cargo.toml
View file @
6bdd779f
...
@@ -30,7 +30,7 @@ name = "gstreamer_tag_sys"
...
@@ -30,7 +30,7 @@ name = "gstreamer_tag_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gsttag-1.0"
links
=
"gsttag-1.0"
name
=
"gstreamer-tag-sys"
name
=
"gstreamer-tag-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgsttag-1.0"
description
=
"FFI bindings to libgsttag-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
gstreamer-video-sys/Cargo.toml
View file @
6bdd779f
...
@@ -30,7 +30,7 @@ name = "gstreamer_video_sys"
...
@@ -30,7 +30,7 @@ name = "gstreamer_video_sys"
build
=
"build.rs"
build
=
"build.rs"
links
=
"gstvideo-1.0"
links
=
"gstvideo-1.0"
name
=
"gstreamer-video-sys"
name
=
"gstreamer-video-sys"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
authors
=
[
"Sebastian Dröge <sebastian@centricular.com>"
]
description
=
"FFI bindings to libgstvideo-1.0"
description
=
"FFI bindings to libgstvideo-1.0"
homepage
=
"https://gstreamer.freedesktop.org"
homepage
=
"https://gstreamer.freedesktop.org"
...
...
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