Top | ![]() |
![]() |
![]() |
![]() |
GstVaapiDecoder * gst_vaapi_decoder_h265_new (GstVaapiDisplay *display
,GstCaps *caps
);
Creates a new GstVaapiDecoder for MPEG-2 decoding. The caps
can
hold extra information like codec-data and pictured coded size.
void gst_vaapi_decoder_h265_set_alignment (GstVaapiDecoderH265 *decoder
,GstVaapiStreamAlignH265 alignment
);
Specifies how stream buffers are aligned / fed, i.e. the boundaries of each buffer that is supplied to the decoder. This could be no specific alignment, NAL unit boundaries, or access unit boundaries.