gstreamer-rs/tutorials
François Laignel 9453d63631 gst/pad: [Ghost]PadBuilder: inherit name from template or target when possible
This commit adds convenience 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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1255>
2023-05-12 10:55:46 +00:00
..
src gst/pad: [Ghost]PadBuilder: inherit name from template or target when possible 2023-05-12 10:55:46 +00:00
Cargo.toml Update minimum supported Rust version to 1.66 2023-02-20 10:42:07 +02:00