Skip to content
Snippets Groups Projects
  • Nicolas Dufresne's avatar
    4ac9f919
    alphadecodebin: Fix stall due to QoS · 4ac9f919
    Nicolas Dufresne authored
    alphacombine element is a simple element that assumes buffers are always
    paired, or at least that missing buffers are signalled with a GAP. The QoS
    implementation in the GstVideoDecoder base class allow decoders dropping
    frames independently and that could lead to stall in alphacombine.
    
    Part-of: <!2326>
    4ac9f919
    History
    alphadecodebin: Fix stall due to QoS
    Nicolas Dufresne authored
    alphacombine element is a simple element that assumes buffers are always
    paired, or at least that missing buffers are signalled with a GAP. The QoS
    implementation in the GstVideoDecoder base class allow decoders dropping
    frames independently and that could lead to stall in alphacombine.
    
    Part-of: <!2326>