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:
Diffstat (limited to 'generic/threadshare/tests/tcpclientsrc.rs')
-rw-r--r--generic/threadshare/tests/tcpclientsrc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/tests/tcpclientsrc.rs b/generic/threadshare/tests/tcpclientsrc.rs
index 27c9fe1ec..a450452eb 100644
--- a/generic/threadshare/tests/tcpclientsrc.rs
+++ b/generic/threadshare/tests/tcpclientsrc.rs
@@ -68,7 +68,7 @@ fn test_push() {
.build();
pipeline
- .add_many(&[&tcpclientsrc, appsink.upcast_ref()])
+ .add_many([&tcpclientsrc, appsink.upcast_ref()])
.unwrap();
tcpclientsrc.link(&appsink).unwrap();