gstreamer-rs/gstreamer-video/src
Guillaume Desmottes 2f1b3306de video: properly version VideoFormat members
The C API is not safe when called on unknown formats.

Need to do this manually until gir gives us the version info:
https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/348

Fix #267
2020-06-24 14:55:27 +02:00
..
auto video: properly version VideoFormat members 2020-06-24 14:55:27 +02:00
subclass video: Add bindings for VideoSink 2020-06-15 11:47:15 +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: properly version VideoFormat members 2020-06-24 14:55:27 +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