gstreamer-rs/tutorials/src/bin
Johan Sternerup e026d922e4 gstreamr: bus: Add BusWatchGuard to automatically remove watch
Previously, with add_watch()/add_watch_local() you had to remember
calling remove_watch() in order not to leak the bus, the watch source
and two associated file descriptors. Now these methods instead return an
object of type BusWatchGuard that will automatically remove the bus
watch when the object is dropped.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1248>
2023-04-14 11:53:41 +03:00
..
basic-tutorial-1.rs Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
basic-tutorial-2.rs gstreamer: bin: more generic {add,remove}_many() API 2023-03-09 14:27:25 +00:00
basic-tutorial-3.rs gstreamer: element: more generic (un)link_many() API 2023-03-09 14:27:25 +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 gstreamer: bin: more generic {add,remove}_many() API 2023-03-09 14:27:25 +00:00
basic-tutorial-7.rs gstreamer: element: more generic (un)link_many() API 2023-03-09 14:27:25 +00:00
basic-tutorial-8.rs fix typos in comments 2023-04-07 17:09:48 +02: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 gstreamr: bus: Add BusWatchGuard to automatically remove watch 2023-04-14 11:53:41 +03:00
playback-tutorial-2.rs gstreamr: bus: Add BusWatchGuard to automatically remove watch 2023-04-14 11:53:41 +03:00
playback-tutorial-3.rs fix typos in comments 2023-04-07 17:09:48 +02:00
playback-tutorial-4.rs gstreamr: bus: Add BusWatchGuard to automatically remove watch 2023-04-14 11:53:41 +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 Fix various new clippy warnings 2023-01-25 10:18:33 +02:00
playback-tutorial-7.rs gstreamer: element: more generic (un)link_many() API 2023-03-09 14:27:25 +00:00