gstreamer-rs/gstreamer-rtsp-server/src
Sebastian Dröge 37bfb78fdc Change some assertions to debug assertions
These assertions can only trigger because of bugs in the bindings
implementation or in the C code and not because of bugs in calling code,
so using debug assertions is perfectly fine for them and reduces the
number of assertions inlined everywhere in release builds.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1188>
2023-01-14 17:13:46 +02:00
..
auto Regenerate with latest gir 2023-01-04 13:25:17 +02:00
subclass Use IntoGlibPtr trait instead of to_glib_full() where appropriate to reduce unnecessary refcounting/copying 2023-01-05 12:09:57 +02:00
flag_serde.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
lib.rs gstreamer: Move initialization panic into a separate function 2023-01-05 21:33:14 +02:00
rtsp_address_pool.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_auth.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_client.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_context.rs Change some assertions to debug assertions 2023-01-14 17:13:46 +02:00
rtsp_media.rs Use IntoGlibPtr trait instead of to_glib_full() where appropriate to reduce unnecessary refcounting/copying 2023-01-05 12:09:57 +02:00
rtsp_media_factory.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_onvif_media_factory.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_server.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_session.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_session_pool.rs Group and merge imports in all manual code 2023-01-04 13:25:17 +02:00
rtsp_thread.rs Add missing doc aliases to manual code 2021-05-19 22:36:18 +02:00
rtsp_token.rs Change some assertions to debug assertions 2023-01-14 17:13:46 +02:00