gstreamer-rs/gstreamer-rtp/src
François Laignel 069c6a2c01 Rename feature 'ser_de' as 'serde'
When I introduced the 'ser_de' feature, I couldn't find a way to
name it 'serde' while also make it pull the optional 'serde'
crate together with the other related dependencies.

With rustc >= 1.60 we can use 'dep:serde' to refer to the 'serde'
dependency as part of the 'serde' feature.
2022-09-12 19:36:30 +02:00
..
auto ci: Update gst-gir-files and bring autogenerated code in sync 2022-09-04 20:51:07 +03:00
subclass Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
flag_serde.rs Add De/Serialization for most bitflag types 2022-05-06 09:05:52 +00:00
lib.rs Rename feature 'ser_de' as 'serde' 2022-09-12 19:36:30 +02:00
rtp_base_depayload.rs Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
rtp_base_payload.rs Use IntoGlibPtr trait instead of implementing into_ptr 2022-05-07 13:38:11 +02:00
rtp_buffer.rs as_ptr() and as_mut_ptr() accessors are safe 2022-08-12 08:29:49 +02:00
rtp_header_extension.rs rtp: Fix mutability of caps in RtpHeaderExtension API 2021-10-08 19:57:14 +03:00