VideoDecoder.allocateOutputFrameWithParams
gst.types.FlowReturn allocateOutputFrameWithParams(gstvideo.video_codec_frame.VideoCodecFrame frame, gst.types.BufferPoolAcquireParams params)Same as #gst_video_decoder_allocate_output_frame except it allows passing #GstBufferPoolAcquireParams to the sub call gst_buffer_pool_acquire_buffer.
Parameters
frame | a #GstVideoCodecFrame |
params | a #GstBufferPoolAcquireParams |
Returns
[gst.types.FlowReturn.Ok] if an output buffer could be allocated