Skip to content

nvdecoder: Enable zero-copy only if explicitly enabled

Seungha Yang requested to merge seungha.yang/gstreamer:nvcodec-mem-usage into main
    nvdecoder: Enable zero-copy only if explicitly enabled

    Keep pre-1.24 behavior unless user specifies the number of
    output surface size. We are calculating output surface size
    conservatively, and it can result in over allocation.
    nvh265dec: Don't convert unknown video format to string

    gst_video_format_to_string() method does not allow unknown format

Merge request reports