GstVideo.VideoCodecState¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
allocation_caps |
r/w |
The |
|
caps |
r/w |
The |
|
codec_data |
r/w |
a |
|
content_light_level |
r/w |
Content light level information for the stream. |
|
info |
r/w |
The |
|
mastering_display_info |
r/w |
Mastering display color volume information (HDR metadata) for the stream. |
|
padding |
[ |
r |
|
ref_count |
r |
Methods¶
|
|
|
Details¶
- class GstVideo.VideoCodecState¶
Structure representing the state of an incoming or outgoing video stream for encoders and decoders.
Decoders and encoders will receive such a state through their respective set_format vmethods.
Decoders and encoders can set the downstream state, by using the
GstVideo.VideoDecoder.set_output_state
() orGstVideo.VideoEncoder.set_output_state
() methods.