gstreamer-rs/gstreamer-video/src
Sebastian Dröge 1294c28058 Add VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref()
These take a VideoFrameRef instead of a VideoFrame as destination. Next
time we break API, the existing ::copy() and ::copy_plane() functions
should be modified.
2018-01-16 18:55:25 +02:00
..
auto Add GstVideoFilter bindings 2017-12-30 15:35:53 +02:00
functions.rs Add unit test for gst_video::convert_sample_async() 2017-12-30 15:25:12 +02:00
lib.rs Add VideoFrameRef API 2018-01-03 16:54:45 +02:00
video_event.rs Run everything through rustfmt again 2017-12-20 19:30:14 +02:00
video_format.rs Nullability fix for VideoFormat::to_string() in case Unknown is passed 2017-12-16 10:58:10 +02:00
video_format_info.rs Fix various clippy warnings in gstreamer-video 2017-09-10 15:21:26 +03:00
video_frame.rs Add VideoFrameRef::copy_to_ref() and ::copy_plane_to_ref() 2018-01-16 18:55:25 +02:00
video_info.rs Run everything through rustfmt again 2017-12-20 19:30:14 +02:00
video_overlay.rs Add VideoOverlay bindings 2017-08-11 15:03:16 +03:00
video_rectangle.rs Don't implement Copy for VideoRectangle and pass by reference to center_video_rectangle() 2018-01-03 17:37:54 +02:00