Skip to content
  • Haihao Xiang's avatar
    msdkh265enc: add support for screen content coding extension · c0e809d6
    Haihao Xiang authored
    Because the valid input formats for screen content coding extension is
    a subset of input formats for range extension, user must specify the
    profile for screen content coding extension in the caps filter
    
    Example:
    gst-launch-1.0 videotestsrc ! video/x-raw,format=NV12 ! msdkh265enc
    low-power=1 ! video/x-h265,profile=screen-extended-main ! fakesink
    
    Part-of: <!1389>
    c0e809d6