gstreamer-rs/gstreamer-video/src
Guillaume Desmottes a954c03bc0 functions: rename constructors in manual API
The idiomatic way for Rust constructors is to be named from_XXX()
instead of new_from_XXX() and with_XXX() instead of new_with_XXX().

Fix #460
2020-06-11 12:33:52 +02:00
..
auto update gir generator and regenerate 2020-06-11 12:33:49 +02:00
subclass subclass: clean up subclassing prelude/re-exports 2020-06-09 14:36:37 +02:00
caps_features.rs gstreamer-video: expose caps features 2020-05-22 21:31:45 +02:00
functions.rs video: add API to build raw video caps 2020-06-03 21:11:00 +03:00
lib.rs video: sort VIDEO_FORMATS_ALL 2020-06-09 09:26:32 +02:00
utils.rs gstreamer-video: VideoDecoder bindings 2019-05-22 20:40:57 +00:00
video_buffer_pool.rs Switch everything from lazy_static to once_cell::Lazy 2020-01-22 19:57:41 +02:00
video_codec_frame.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_codec_state.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_converter.rs video/videoconverter: Add TryFrom<Structure> and inverse From impl for VideoConverterConfig 2020-05-26 19:26:35 +03:00
video_decoder.rs gstreamer-audio/video: Make allocator optional in get_allocator() functions for encoder/decoder base classes 2020-04-02 19:58:42 +03:00
video_encoder.rs Regenerate 2020-05-03 16:48:35 +03:00
video_event.rs Run everything through rustfmt again 2020-04-24 12:46:16 +03:00
video_format.rs video: sort VIDEO_FORMATS_ALL 2020-06-09 09:26:32 +02:00
video_format_info.rs video: manually order VideoFormat and VideoFormatInfo 2020-06-09 09:26:32 +02:00
video_frame.rs video: Don't unmap VideoFrameRef created from a VideoFrame 2020-06-07 15:22:33 +00:00
video_info.rs video: Add VideoInfo::is_valid() and guard against finfo being NULL when retrieving the video format 2020-06-07 15:22:33 +00:00
video_meta.rs video: Don't panic when passing an invalid video info to VideoMeta::add() 2020-06-07 18:58:54 +03:00
video_overlay.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_overlay_composition.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_rectangle.rs gstreamer*: Add missing init checks 2020-04-12 17:25:54 +03:00
video_time_code.rs functions: rename constructors in manual API 2020-06-11 12:33:52 +02:00
video_time_code_interval.rs Update for new from_glib_borrow signature 2020-04-05 18:48:48 +03:00