gstreamer-rs/gstreamer-video/src
Sebastian Dröge a34bc85ca1 video: Don't change the VideoOverlayComposition constructor API based on feature flags
Feature flags are additive and a higher feature might be enabled by some
other dependency, which then can cause code that assumes the other API
fail to compile.

Still implement the constructor separately per version to make it clear
to the compiler that the constructor can't fail at all in newer
versions.
2022-05-06 11:01:02 +03:00
..
auto Regenerate with latest gir/gir-files 2022-05-03 15:37:25 +03:00
subclass video: update navigation API for recent changes 2022-04-05 19:49:05 +00:00
caps_features.rs Fix license header situation 2020-12-15 11:53:31 +01:00
color_balance_channel.rs video: Add bindings for ColorBalance / ColorBalanceChannel 2021-11-15 20:38:06 +00:00
functions.rs Get rid of fragile dependency and use GLib API instead 2022-01-24 19:33:15 +02:00
lib.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
navigation.rs video: update navigation API for recent changes 2022-04-05 19:49:05 +00:00
utils.rs video: Add bindings for VideoAggregator 2022-03-22 19:00:32 +02:00
video_aggregator.rs video: Add bindings for VideoAggregator 2022-03-22 19:00:32 +02:00
video_aggregator_convert_pad.rs video: Add bindings for VideoAggregator 2022-03-22 19:00:32 +02:00
video_aggregator_pad.rs video: Add bindings for VideoAggregator 2022-03-22 19:00:32 +02:00
video_buffer_pool.rs Generate missing doc aliases for newtypes 2021-06-01 15:15:59 +02:00
video_codec_frame.rs video: Allow getting an owned reference to the input buffer from a video codec frame 2022-02-02 00:54:06 +02:00
video_codec_state.rs manual code: fix-getters-def doc aliases 2021-05-03 20:46:57 +02:00
video_color_matrix.rs manual code: fix-getters-def doc aliases 2021-05-03 20:46:57 +02:00
video_converter.rs Remove unneeded std::convert::TryFrom/TryInto and std::str::FromStr imports 2021-10-31 18:20:31 +02:00
video_decoder.rs Return base class pads by reference instead of strong reference 2022-05-05 14:18:03 +03:00
video_encoder.rs Return base class pads by reference instead of strong reference 2022-05-05 14:18:03 +03:00
video_event.rs video: Fix de/serialization for empty modifier states 2022-04-14 18:19:56 +02:00
video_format.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
video_format_info.rs video: Add bindings for VideoFormatInfo::tile_sizes() 2022-05-03 15:41:54 +03:00
video_frame.rs video: Add various VideoFormatInfo/VideoInfo/VideoFrame helper API 2022-04-04 15:50:09 +03:00
video_hdr.rs Remove unneeded std::convert::TryFrom/TryInto and std::str::FromStr imports 2021-10-31 18:20:31 +02:00
video_info.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
video_message.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
video_meta.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
video_overlay.rs Add missing doc aliases to manual code 2021-05-19 22:36:18 +02:00
video_overlay_composition.rs video: Don't change the VideoOverlayComposition constructor API based on feature flags 2022-05-06 11:01:02 +03:00
video_rectangle.rs video/video_rectangle: Mark struct as repr(C) for FFI transparency 2021-09-04 00:13:24 +02:00
video_time_code.rs Update minimum supported version to 1.14 2022-04-07 12:45:47 +03:00
video_time_code_interval.rs Implement glib::ValueTypeOptional for various types 2021-12-16 17:40:39 +00:00