gst-plugins-rs/generic/threadshare/src
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 use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
audiotestsrc use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
inputselector use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
jitterbuffer use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
proxy use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
queue use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
runtime fix typos 2023-04-10 13:35:32 +02:00
tcpclientsrc use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
udpsink use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
udpsrc use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
dataqueue.rs Remove & for obj in log macros 2022-10-23 21:22:31 +02:00
lib.rs ts: introduce ts-audiotestsrc 2022-11-09 07:55:04 +00:00
socket.rs Fix various new clippy warnings 2023-01-25 10:31:19 +02:00