gstreamer-rs/tutorials/src/bin
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
..
basic-tutorial-1.rs Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
basic-tutorial-2.rs gst: Manually impl Bin & Pipeline constructors 2023-05-12 10:55:46 +00:00
basic-tutorial-3.rs gst: Manually impl Bin & Pipeline constructors 2023-05-12 10:55:46 +00:00
basic-tutorial-4.rs Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
basic-tutorial-5.rs Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
basic-tutorial-6.rs gst: Manually impl Bin & Pipeline constructors 2023-05-12 10:55:46 +00:00
basic-tutorial-7.rs gst: Manually impl Bin & Pipeline constructors 2023-05-12 10:55:46 +00:00
basic-tutorial-8.rs gst: Manually impl Bin & Pipeline constructors 2023-05-12 10:55:46 +00:00
basic-tutorial-9.rs Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
basic-tutorial-12.rs gstreamr: bus: Add BusWatchGuard to automatically remove watch 2023-04-14 11:53:41 +03:00
basic-tutorial-13.rs tutorials: Update for glib::Priority API changes 2023-03-12 10:26:06 +02:00
playback-tutorial-1.rs gstreamer: serde: Update for glib::FlagsClass API changes 2023-04-24 09:57:26 +03:00
playback-tutorial-2.rs gstreamer: serde: Update for glib::FlagsClass API changes 2023-04-24 09:57:26 +03:00
playback-tutorial-3.rs fix typos in comments 2023-04-07 17:09:48 +02:00
playback-tutorial-4.rs gstreamer: serde: Update for glib::FlagsClass API changes 2023-04-24 09:57:26 +03:00
playback-tutorial-5.rs gstreamr: bus: Add BusWatchGuard to automatically remove watch 2023-04-14 11:53:41 +03:00
playback-tutorial-6.rs gstreamer: serde: Update for glib::FlagsClass API changes 2023-04-24 09:57:26 +03:00
playback-tutorial-7.rs gst/pad: [Ghost]PadBuilder: inherit name from template or target when possible 2023-05-12 10:55:46 +00:00