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:
authorLEE Dongjun <redongjun@gmail.com>2018-07-06 10:35:16 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-11-05 14:36:47 +0300
commit20149c729324adf27dbf225aeda694b19279b674 (patch)
tree5b4a28ea4d1fb670ca71f3a4c5c8ebccfee87c58
parent6827b9509ec67f47c3b17c5ea2e2a0430baedb61 (diff)
threadshare: Rename udpsrc_benchmark.rs to benchmark.rs.
-rw-r--r--gst-plugin-threadshare/Cargo.toml4
-rw-r--r--gst-plugin-threadshare/examples/benchmark.rs (renamed from gst-plugin-threadshare/examples/udpsrc_benchmark.rs)0
2 files changed, 2 insertions, 2 deletions
diff --git a/gst-plugin-threadshare/Cargo.toml b/gst-plugin-threadshare/Cargo.toml
index 37cb42477..37cc0a941 100644
--- a/gst-plugin-threadshare/Cargo.toml
+++ b/gst-plugin-threadshare/Cargo.toml
@@ -35,8 +35,8 @@ debug = true
panic = 'unwind'
[[example]]
-name = "udpsrc-benchmark"
-path = "examples/udpsrc_benchmark.rs"
+name = "benchmark"
+path = "examples/benchmark.rs"
[[example]]
name = "udpsrc-benchmark-sender"
diff --git a/gst-plugin-threadshare/examples/udpsrc_benchmark.rs b/gst-plugin-threadshare/examples/benchmark.rs
index 35c503981..35c503981 100644
--- a/gst-plugin-threadshare/examples/udpsrc_benchmark.rs
+++ b/gst-plugin-threadshare/examples/benchmark.rs