Skip to content

d3d11decoder: Copy HDR10 related caps field manually

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11dec-hdr into main

If negotiate() is called from the set_format() chain, sinkpad may not hold caps yet, so baseclass cannot copy it over to srcpad caps. Copy them manually.

Merge request reports