Skip to content
Snippets Groups Projects

d3d11h265dec: Add support for interlaced stream

Merged Seungha Yang requested to merge seungha.yang/gst-plugins-bad:d3d11-h265-interlaced into master
Compare changes
  • Side-by-side
  • Inline
Files
3
  • * Invoke GstH265DecoderClass::new_sequence() method per interlaced
      stream status update so that subclass can update caps.
    * Parse picture timing SEI and set buffer flags on GstH265Picture
      object. Subclass can refer to it like that of our h264decoder
      implementation.
    * Remove pointless GstH265PictureField enum
    
    Part-of: <!2008>
Loading