Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-10-11 13:32:44 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-10-11 13:32:44 +0300
commit393cd6236a86dbb32abaa12a56280f49cfa51ac2 (patch)
treef6c8e2a450ebe99782d166fd776b3f8198f222f5 /gst-plugin-file/Cargo.toml
parent89b44e60815f8fee44e478af7241d44b602bcd41 (diff)
Move simple Source/Sink/Demuxer traits to a separate crate
Fixes https://github.com/sdroege/gst-plugin-rs/issues/20
Diffstat (limited to 'gst-plugin-file/Cargo.toml')
-rw-r--r--gst-plugin-file/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-plugin-file/Cargo.toml b/gst-plugin-file/Cargo.toml
index 878aec85d..7647292db 100644
--- a/gst-plugin-file/Cargo.toml
+++ b/gst-plugin-file/Cargo.toml
@@ -2,12 +2,13 @@
name = "gst-plugin-file"
version = "0.1.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
-repository = "https://github.com/sdroege/rsplugin"
+repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"
[dependencies]
url = "1.1"
gst-plugin = { path="../gst-plugin" }
+gst-plugin-simple = { path="../gst-plugin-simple" }
gstreamer = { git = "https://github.com/sdroege/gstreamer-rs", features = ["v1_10"] }
[lib]