gst-plugins-rs/generic/threadshare/tests
François Laignel 7ba0073052 use Pad builders for optional name definition
Also, apply auto-naming in the following cases

* When building from a non wildcard-named template, the name of the template is
  automatically assigned to the Pad. User can override with a specific name by
  calling `name()` on the `PadBuilder`.
* When building with a target and no name was provided via the above, the
  GhostPad is named after the target.

See https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/448
Auto-naming discussion: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1255#note_1891181

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1197>
2023-05-12 12:55:31 +02:00
..
appsrc.rs Add SPDX-License-Identifier to all file headers 2022-01-15 21:18:47 +02:00
inputselector.rs Update everything for element factory builder API changes 2022-10-19 19:43:29 +03:00
jitterbuffer.rs Update for gst::Element::link_many() and related API generalization 2023-03-09 16:46:52 +02:00
pad.rs use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
pipeline.rs Make sure to keep around and drop bus watches after usage in all the examples 2023-04-14 12:46:43 +03:00
proxy.rs Update for gst::Element::link_many() and related API generalization 2023-03-09 16:46:52 +02:00
queue.rs Update for gst::Element::link_many() and related API generalization 2023-03-09 16:46:52 +02:00
tcpclientsrc.rs Update for gst::Element::link_many() and related API generalization 2023-03-09 16:46:52 +02:00
udpsink.rs Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
udpsrc.rs threadshare: disable tests that can't work on windows 2022-09-05 11:47:20 +03:00