gst-plugins-rs/net/ndi/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
..
device_provider Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
ndisink Fix various new clippy warnings 2022-11-01 10:27:48 +02:00
ndisinkcombiner use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
ndisrc ndisrc: Fix copying of raw video frames with different NDI/GStreamer strides 2023-04-05 16:45:48 +03:00
ndisrcdemux use Pad builders for optional name definition 2023-05-12 12:55:31 +02:00
lib.rs Update for caps/structure-related string API changes 2023-01-15 22:58:44 +02:00
ndi.rs ndi: Implement dynamic loading of the NDI SDK 2022-10-12 22:09:53 +03:00
ndisinkmeta.rs ndi: Relicense plugin from LGPL-2.1 to MPL-2 2022-10-12 21:29:07 +03:00
ndisrcmeta.rs ndi: Relicense plugin from LGPL-2.1 to MPL-2 2022-10-12 21:29:07 +03:00
ndisys.rs ndi: provide Unix fallback after 3fe9e4a207 2022-11-05 02:51:28 +00:00