| 1 | // This file was generated by gir (https://github.com/gtk-rs/gir) |
| 2 | // from gir-files (https://github.com/gtk-rs/gir-files) |
| 3 | // from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git) |
| 4 | // DO NOT EDIT |
| 5 | |
| 6 | mod color_balance; |
| 7 | pub use self::color_balance::ColorBalance; |
| 8 | |
| 9 | mod color_balance_channel; |
| 10 | pub use self::color_balance_channel::ColorBalanceChannel; |
| 11 | |
| 12 | mod navigation; |
| 13 | pub use self::navigation::Navigation; |
| 14 | |
| 15 | #[cfg (feature = "v1_16" )] |
| 16 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 17 | mod video_aggregator; |
| 18 | #[cfg (feature = "v1_16" )] |
| 19 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 20 | pub use self::video_aggregator::VideoAggregator; |
| 21 | |
| 22 | #[cfg (feature = "v1_16" )] |
| 23 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 24 | mod video_aggregator_convert_pad; |
| 25 | #[cfg (feature = "v1_16" )] |
| 26 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 27 | pub use self::video_aggregator_convert_pad::VideoAggregatorConvertPad; |
| 28 | |
| 29 | #[cfg (feature = "v1_16" )] |
| 30 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 31 | mod video_aggregator_pad; |
| 32 | #[cfg (feature = "v1_16" )] |
| 33 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 34 | pub use self::video_aggregator_pad::VideoAggregatorPad; |
| 35 | |
| 36 | #[cfg (feature = "v1_20" )] |
| 37 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_20" )))] |
| 38 | mod video_aggregator_parallel_convert_pad; |
| 39 | #[cfg (feature = "v1_20" )] |
| 40 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_20" )))] |
| 41 | pub use self::video_aggregator_parallel_convert_pad::VideoAggregatorParallelConvertPad; |
| 42 | |
| 43 | mod video_buffer_pool; |
| 44 | pub use self::video_buffer_pool::VideoBufferPool; |
| 45 | |
| 46 | mod video_decoder; |
| 47 | pub use self::video_decoder::VideoDecoder; |
| 48 | |
| 49 | mod video_encoder; |
| 50 | pub use self::video_encoder::VideoEncoder; |
| 51 | |
| 52 | mod video_filter; |
| 53 | pub use self::video_filter::VideoFilter; |
| 54 | |
| 55 | mod video_orientation; |
| 56 | pub use self::video_orientation::VideoOrientation; |
| 57 | |
| 58 | mod video_overlay; |
| 59 | pub use self::video_overlay::VideoOverlay; |
| 60 | |
| 61 | mod video_sink; |
| 62 | pub use self::video_sink::VideoSink; |
| 63 | |
| 64 | mod enums; |
| 65 | #[cfg (feature = "v1_24" )] |
| 66 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_24" )))] |
| 67 | pub use self::enums::AncillaryMetaField; |
| 68 | pub use self::enums::ColorBalanceType; |
| 69 | pub use self::enums::NavigationCommand; |
| 70 | pub use self::enums::NavigationEventType; |
| 71 | pub use self::enums::NavigationMessageType; |
| 72 | pub use self::enums::NavigationQueryType; |
| 73 | #[cfg (feature = "v1_18" )] |
| 74 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_18" )))] |
| 75 | pub use self::enums::VideoAFDSpec; |
| 76 | #[cfg (feature = "v1_18" )] |
| 77 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_18" )))] |
| 78 | pub use self::enums::VideoAFDValue; |
| 79 | pub use self::enums::VideoAlphaMode; |
| 80 | #[cfg (feature = "v1_16" )] |
| 81 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 82 | pub use self::enums::VideoAncillaryDID; |
| 83 | #[cfg (feature = "v1_16" )] |
| 84 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 85 | pub use self::enums::VideoAncillaryDID16; |
| 86 | #[cfg (feature = "v1_16" )] |
| 87 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 88 | pub use self::enums::VideoCaptionType; |
| 89 | pub use self::enums::VideoChromaMode; |
| 90 | pub use self::enums::VideoColorMatrix; |
| 91 | pub use self::enums::VideoColorPrimaries; |
| 92 | pub use self::enums::VideoDitherMethod; |
| 93 | pub use self::enums::VideoFieldOrder; |
| 94 | pub use self::enums::VideoFormat; |
| 95 | pub use self::enums::VideoGammaMode; |
| 96 | pub use self::enums::VideoInterlaceMode; |
| 97 | pub use self::enums::VideoMatrixMode; |
| 98 | pub use self::enums::VideoMultiviewFramePacking; |
| 99 | pub use self::enums::VideoMultiviewMode; |
| 100 | pub use self::enums::VideoOrientationMethod; |
| 101 | pub use self::enums::VideoPrimariesMode; |
| 102 | pub use self::enums::VideoResamplerMethod; |
| 103 | pub use self::enums::VideoTileMode; |
| 104 | pub use self::enums::VideoTransferFunction; |
| 105 | |
| 106 | mod flags; |
| 107 | #[cfg (feature = "v1_22" )] |
| 108 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_22" )))] |
| 109 | pub use self::flags::NavigationModifierType; |
| 110 | pub use self::flags::VideoBufferFlags; |
| 111 | pub use self::flags::VideoChromaSite; |
| 112 | pub use self::flags::VideoCodecFrameFlags; |
| 113 | #[cfg (feature = "v1_20" )] |
| 114 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_20" )))] |
| 115 | pub use self::flags::VideoDecoderRequestSyncPointFlags; |
| 116 | pub use self::flags::VideoFlags; |
| 117 | pub use self::flags::VideoFormatFlags; |
| 118 | pub use self::flags::VideoFrameFlags; |
| 119 | pub use self::flags::VideoMultiviewFlags; |
| 120 | pub use self::flags::VideoOverlayFormatFlags; |
| 121 | pub use self::flags::VideoPackFlags; |
| 122 | pub use self::flags::VideoTimeCodeFlags; |
| 123 | |
| 124 | pub(crate) mod traits { |
| 125 | pub use super::color_balance::ColorBalanceExt; |
| 126 | pub use super::color_balance_channel::ColorBalanceChannelExt; |
| 127 | pub use super::navigation::NavigationExt; |
| 128 | #[cfg (feature = "v1_16" )] |
| 129 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 130 | pub use super::video_aggregator::VideoAggregatorExt; |
| 131 | #[cfg (feature = "v1_16" )] |
| 132 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 133 | pub use super::video_aggregator_convert_pad::VideoAggregatorConvertPadExt; |
| 134 | #[cfg (feature = "v1_16" )] |
| 135 | #[cfg_attr (docsrs, doc(cfg(feature = "v1_16" )))] |
| 136 | pub use super::video_aggregator_pad::VideoAggregatorPadExt; |
| 137 | pub use super::video_decoder::VideoDecoderExt; |
| 138 | pub use super::video_encoder::VideoEncoderExt; |
| 139 | pub use super::video_orientation::VideoOrientationExt; |
| 140 | pub use super::video_overlay::VideoOverlayExt; |
| 141 | pub use super::video_sink::VideoSinkExt; |
| 142 | } |
| 143 | |