Skip to content

d3d11vp9dec: Disallow Profile2 12bits stream

Seungha Yang requested to merge seungha.yang/gstreamer:vp9parse-enhance into main
    d3d11vp9dec: Disallow Profile2 12bits stream

    Since DXVA does not support the format, specify bit-depth field
    to sinkpad template caps so that d3d11vp9dec can be skipped
    during autoplugging
    vp9parse: Set subsampling to src caps even if GBR stream

    Some muxer elements will need the subsampling information
    vp9parse: Delaying src caps until frame is parsed if profile > 0

    subsampling and/or bitdepth information will be required for
    negotiation

Merge request reports