gstreamer-rs/gstreamer-rtsp-server/src
François Laignel 948fb2ae4b Replace XXXReturn with Result<XXXSuccess, XXXError>
... in function signatures.

These breaking changes aim at improving usability by allowing users
to take advantage of Rust error management features sur as `ok_or`,
`map_err`, `expect` and the `?` operator. See the `examples` and
`tutorials` to get an idea of the impacts.
2019-01-11 18:33:04 +01:00
..
auto Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
lib.rs Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
rtsp_address_pool.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_auth.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_client.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_context.rs Rename manual files with too many underscores 2018-04-23 20:45:15 +03:00
rtsp_media_factory.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_server.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_session_pool.rs Add 'static trait bound to all ExtManual traits and get rid of trait bounds for their impls 2018-12-08 14:58:14 +02:00
rtsp_stream.rs Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
rtsp_stream_transport.rs Replace XXXReturn with Result<XXXSuccess, XXXError> 2019-01-11 18:33:04 +01:00
rtsp_token.rs Properly implement gst_rtsp_server::RTSPToken bindings 2018-12-08 11:49:45 +02:00