[−][src]Crate gstreamer_video
Re-exports
pub use video_frame::VideoBufferExt; |
pub use video_frame::VideoFrame; |
pub use video_frame::VideoFrameRef; |
pub use video_converter::VideoConverter; |
pub use video_converter::VideoConverterConfig; |
pub use video_codec_state::VideoCodecState; |
pub use video_codec_state::VideoCodecStateContext; |
Modules
prelude | |
subclass | |
video_codec_state | |
video_converter | |
video_frame |
Macros
gst_video_decoder_error |
Structs
Enums
ForceKeyUnitEvent | |
VideoAlphaMode | |
VideoCaptionType | The various known types of Closed Caption (CC). |
VideoChromaMode | |
VideoColorMatrix | The color matrix is used to convert between Y'PbPr and non-linear RGB (R'G'B') |
VideoColorPrimaries | The color primaries define the how to transform linear RGB values to and from the CIE XYZ colorspace. |
VideoColorRange | Possible color range values. These constants are defined for 8 bit color values and can be scaled for other bit depths. |
VideoDitherMethod | |
VideoEndianness | |
VideoFieldOrder | Field order of interlaced content. This is only valid for interlace-mode=interleaved and not interlace-mode=mixed. In the case of mixed or GST_VIDEO_FIELD_ORDER_UNKOWN, the field order is signalled via buffer flags. |
VideoFormat | Enum value describing the most common video formats. |
VideoGammaMode | |
VideoInterlaceMode | The possible values of the |
VideoMatrixMode | |
VideoMultiviewFramePacking |
|
VideoMultiviewMode | All possible stereoscopic 3D and multiview representations.
In conjunction with |
VideoPrimariesMode | |
VideoResamplerMethod | |
VideoTileMode | Enum value describing the available tiling modes. |
VideoTransferFunction | The video transfer function defines the formula for converting between non-linear RGB (R'G'B') and linear RGB |
Constants
NONE_VIDEO_BUFFER_POOL | |
NONE_VIDEO_DECODER | |
NONE_VIDEO_ENCODER | |
NONE_VIDEO_FILTER | |
NONE_VIDEO_OVERLAY | |
VIDEO_DECODER_FLOW_NEED_DATA | |
VIDEO_ENCODER_FLOW_NEED_DATA | |
VIDEO_MAX_PLANES |
Traits
VideoBufferPoolConfig | |
VideoDecoderExt | Trait containing all |
VideoDecoderExtManual | |
VideoEncoderExt | Trait containing all |
VideoEncoderExtManual | |
VideoOverlayExt | Trait containing all |
VideoOverlayExtManual |