VideoCodecFrame.outputBuffer

Set outputBuffer field.

  1. gst.buffer.Buffer outputBuffer [@property getter]
  2. gst.buffer.Buffer outputBuffer [@property setter]
    class VideoCodecFrame
    @property
    void
    outputBuffer

Parameters

propval gst.buffer.Buffer

the output #GstBuffer. Implementations should set this either directly, or by using the gstvideo.video_decoder.VideoDecoder.allocateOutputFrame or gstvideo.video_decoder.VideoDecoder.allocateOutputBuffer methods. The buffer is owned by the frame and references to the frame instead of the buffer should be kept.