Skip to content
  • ogg.k.ogg.k's avatar
    avoid wedging when playing a video with overlays on a slow machine, · 155b9ad4
    ogg.k.ogg.k authored
    by moving the actual overlay rendering till later, using a subclass
     of ImageProducer, in order to:
     - avoid slowing down the buffer passing to the sink, which would
       increase the likelihood a frame would arrive late, and be dropped
     - avoid the rendering altogether when a frame is late, and dropped
    155b9ad4