Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Dröge
gst-plugins-rs
Commits
512383f3
Commit
512383f3
authored
Feb 27, 2018
by
Sebastian Dröge
🍵
Browse files
Switch to GIT versions of rust-av crates
parent
e72ba389
Changes
1
Hide whitespace changes
Inline
Side-by-side
gst-plugin-rust-av/Cargo.toml
View file @
512383f3
...
...
@@ -12,21 +12,13 @@ gstreamer-base = { git = "https://github.com/sdroege/gstreamer-rs" }
#gstreamer-video = { git = "https://github.com/sdroege/gstreamer-rs" }
gst-plugin
=
{
path
=
"../gst-plugin"
}
#av-bitstream = { git = "https://github.com/rust-av/rust-av" }
#
av-data = { git = "https://github.com/rust-av/rust-av" }
#
av-codec = { git = "https://github.com/rust-av/rust-av" }
av-data
=
{
git
=
"https://github.com/rust-av/rust-av"
}
av-codec
=
{
git
=
"https://github.com/rust-av/rust-av"
}
#av-format = { git = "https://github.com/rust-av/rust-av" }
#libvpx = { git = "https://github.com/rust-av/vpx-rs", features = ["codec-trait"] }
#libopus = { git = "https://github.com/rust-av/opus-rs", features = ["codec-trait"] }
#matroska = { git = "https://github.com/rust-av/matroska" }
#av-vorbis = { git = "https://github.com/rust-av/av-vorbis" }
#av-bitstream = { path = "../../rust-av/rust-av/bitstream" }
av-data
=
{
path
=
"../../rust-av/rust-av/data"
}
av-codec
=
{
path
=
"../../rust-av/rust-av/codec"
}
#av-format = { path = "../../rust-av/rust-av/format" }
av-vorbis
=
{
path
=
"../../rust-av/av-vorbis"
}
#matroska = { path = "../../rust-av/matroska" }
#libvpx = { path = "../../rust-av/vpx-rs" }
#libopus = { path = "../../rust-av/opus-rs" }
av-vorbis
=
{
git
=
"https://github.com/rust-av/av-vorbis"
}
num-rational
=
"0.1"
[lib]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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