gstreamer-rs/gstreamer-sdp/src
Sebastian Dröge 30950917a0 sdp: Fix up SDPMedia API that accesses indexed fields
It's forbidden to provide an index higher than the number of elements in
the array, and will cause crashes or other undesired outcomes.

Also the insert() API should take an Option<u32> instead of an i32 that
might also be -1 for appending. It's awful API otherwise.
2019-02-28 20:35:45 +02:00
..
auto Regenerate everything with latest gir 2019-02-22 11:55:16 +02:00
lib.rs sdp: Add media iterators for bandwidths, formats, connections and attributes 2019-02-28 20:35:45 +02:00
mikey_decrypt_info.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
mikey_encrypt_info.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
mikey_map_s_r_t_p.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
mikey_message.rs gstreamer-sdp: update functions returning bool to Result<(), glib::BoolError> 2019-02-05 20:26:28 +01:00
mikey_payload.rs gstreamer-sdp: update functions returning bool to Result<(), glib::BoolError> 2019-02-05 20:26:28 +01:00
mikey_payload_s_p_param.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_attribute.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_bandwidth.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_connection.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_key.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_media.rs sdp: Fix up SDPMedia API that accesses indexed fields 2019-02-28 20:35:45 +02:00
sdp_message.rs sdp: Add a SDPMediaRef that allows borrowing of a media 2019-02-28 20:35:45 +02:00
sdp_origin.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_time.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00
sdp_zone.rs Add more Debug impls to everything possible 2019-01-22 17:46:08 +02:00