Skip to content
  • Edward Hervey's avatar
    qtdemux: Stop pushing data as soon as possible in push-mode · d78d5896
    Edward Hervey authored
    When working in push-mode, we attempt to push out everything currently
    buffered in the adapter.
    
    This has two pitfalls:
    * We could stop earlier (the moment we get a non-ok or non-not-linked)
    * We return the last combined flow return, which might be completely
      different from the previous combined flow return
    d78d5896