mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-30 14:00:29 +00:00
Drop gst-plugin- prefix in plugin directory name
This commit is contained in:
parent
205b6040fb
commit
dc3c8fd049
202 changed files with 37 additions and 37 deletions
38
Cargo.toml
38
Cargo.toml
|
@ -1,25 +1,25 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"gst-plugin-tutorial",
|
||||
"gst-plugin-version-helper",
|
||||
"audio/gst-plugin-audiofx",
|
||||
"audio/gst-plugin-claxon",
|
||||
"audio/gst-plugin-csound",
|
||||
"audio/gst-plugin-lewton",
|
||||
"generic/gst-plugin-file",
|
||||
"generic/gst-plugin-sodium",
|
||||
"generic/gst-plugin-threadshare",
|
||||
"net/gst-plugin-reqwest",
|
||||
"net/gst-plugin-rusoto",
|
||||
"utils/gst-plugin-fallbackswitch",
|
||||
"utils/gst-plugin-togglerecord",
|
||||
"video/gst-plugin-cdg",
|
||||
"video/gst-plugin-closedcaption",
|
||||
"video/gst-plugin-dav1d",
|
||||
"video/gst-plugin-flv",
|
||||
"video/gst-plugin-gif",
|
||||
"video/gst-plugin-rav1e",
|
||||
"tutorial",
|
||||
"version-helper",
|
||||
"audio/audiofx",
|
||||
"audio/claxon",
|
||||
"audio/csound",
|
||||
"audio/lewton",
|
||||
"generic/file",
|
||||
"generic/sodium",
|
||||
"generic/threadshare",
|
||||
"net/reqwest",
|
||||
"net/rusoto",
|
||||
"utils/fallbackswitch",
|
||||
"utils/togglerecord",
|
||||
"video/cdg",
|
||||
"video/closedcaption",
|
||||
"video/dav1d",
|
||||
"video/flv",
|
||||
"video/gif",
|
||||
"video/rav1e",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
|
|
|
@ -27,4 +27,4 @@ gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
|
|||
gstreamer-app = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -22,4 +22,4 @@ crate-type = ["cdylib", "rlib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -27,4 +27,4 @@ name = "csound-effect"
|
|||
path = "examples/effect_example.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path = "../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path = "../../version-helper" }
|
|
@ -23,4 +23,4 @@ crate-type = ["cdylib", "rlib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -19,4 +19,4 @@ crate-type = ["cdylib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -54,4 +54,4 @@ path = "examples/decrypt_example.rs"
|
|||
required-features = ["serde", "serde_json", "clap"]
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -48,6 +48,6 @@ name = "tcpclientsrc-benchmark-sender"
|
|||
path = "examples/tcpclientsrc_benchmark_sender.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
||||
cc = "1.0.38"
|
||||
pkg-config = "0.3.15"
|
|
@ -28,4 +28,4 @@ crate-type = ["cdylib", "rlib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -26,4 +26,4 @@ crate-type = ["cdylib", "rlib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../../version-helper" }
|
|
@ -23,4 +23,4 @@ crate-type = ["cdylib"]
|
|||
path = "src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
gst-plugin-version-helper = { path="../gst-plugin-version-helper" }
|
||||
gst-plugin-version-helper = { path="../version-helper" }
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue