nvvp9dec

NVIDIA VP9 video decoder

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstVideoDecoder
                    ╰──GstVp9Decoder
                        ╰──nvvp9dec

Factory details

Authors: – Seungha Yang

Classification:Codec/Decoder/Video/Hardware

Rank – primary

Plugin – nvcodec

Package – GStreamer Bad Plug-ins

Pad Templates

sink

video/x-vp9:
          width: [ 128, 8192 ]
         height: [ 128, 8192 ]
        profile: { (string)0, (string)2 }
      alignment: frame

Presencealways

Directionsink

Object typeGstPad


src

video/x-raw(memory:CUDAMemory):
         format: { NV12, P010_10LE, P012_LE }
          width: [ 128, 8192 ]
         height: [ 128, 8192 ]

video/x-raw(memory:D3D11Memory):
         format: { I420, I420_10LE, I420_12LE }
          width: [ 128, 8192 ]
         height: [ 128, 8192 ]

video/x-raw(memory:GLMemory):
         format: { NV12, P010_10LE, P012_LE }
          width: [ 128, 8192 ]
         height: [ 128, 8192 ]
video/x-raw:
         format: { NV12, P010_10LE, P012_LE }
          width: [ 128, 8192 ]
         height: [ 128, 8192 ]

Presencealways

Directionsrc

Object typeGstPad


Properties

cuda-device-id

“cuda-device-id” guint

Assigned CUDA device id

Flags : Read

Default value : 0

Since : 1.22


init-max-height

“init-max-height” guint

Initial CUVIDDECODECREATEINFO.ulMaxHeight value

Flags : Read / Write

Default value : 0

Since : 1.24


init-max-width

“init-max-width” guint

Initial CUVIDDECODECREATEINFO.ulMaxWidth value

Flags : Read / Write

Default value : 0

Since : 1.24


max-display-delay

“max-display-delay” gint

Maximum display delay

Flags : Read / Write

Default value : -1

Since : 1.24


num-output-surfaces

“num-output-surfaces” guint

The number of output surfaces (0 = auto, 1 = always copy). This property will be used to calculate the CUVIDDECODECREATEINFO.ulNumOutputSurfaces parameter in case of CUDA output mode.

Flags : Read / Write

Default value : 1

Since : 1.24


The results of the search are