gstreamer-rs/gstreamer/src/subclass
Sebastian Dröge b468280353 Improve code generation with panic=abort around panic handling code
None of that can ever be called in that case but the compiler can't know
that in more complicated cases like these. Handling it explicitly allows
no handling code to be generated at all here, like would already happen
everywhere else.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1441>
2024-05-16 16:38:15 +03:00
..
allocator.rs Seal manual traits 2023-07-06 14:21:45 +03:00
bin.rs Seal manual traits 2023-07-06 14:21:45 +03:00
buffer_pool.rs Adapt to no longer re-exported traits 2024-02-03 10:48:37 +01:00
child_proxy.rs Seal manual traits 2023-07-06 14:21:45 +03:00
clock.rs Seal manual traits 2023-07-06 14:21:45 +03:00
device.rs Seal manual traits 2023-07-06 14:21:45 +03:00
device_provider.rs Seal manual traits 2023-07-06 14:21:45 +03:00
element.rs Improve code generation with panic=abort around panic handling code 2024-05-16 16:38:15 +03:00
error.rs Improve code generation with panic=abort around panic handling code 2024-05-16 16:38:15 +03:00
ghost_pad.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
mod.rs element: Add catch_panic_future() helper function for subclasses 2023-11-07 10:43:20 +02:00
object.rs Add gst::GstObjectImpl, gst::ProxyPadImpl, gst_audio::AudioBaseSrc, gst_audio::AudioBaseSink subclassing traits 2021-10-23 11:59:03 +03:00
pad.rs Seal manual traits 2023-07-06 14:21:45 +03:00
pipeline.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
plugin.rs gstreamer: Create plugins for version 1.22 if selected 2023-01-24 12:58:32 +02:00
preset.rs Simplify glib::IsImplementable trait implementations 2021-11-15 11:48:14 +02:00
proxy_pad.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
system_clock.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
tag_setter.rs Simplify glib::IsImplementable trait implementations 2021-11-15 11:48:14 +02:00
task_pool.rs Fix various new 1.73 clippy warnings 2023-10-03 17:44:12 +03:00
tracer.rs Remove dox feature and replace by docsrs configuration 2023-05-04 09:19:29 +03:00
uri_handler.rs Seal manual traits 2023-07-06 14:21:45 +03:00