Skip to content
Snippets Groups Projects
  1. Oct 30, 2015
  2. Oct 29, 2015
  3. Oct 27, 2015
  4. Oct 21, 2015
  5. Oct 20, 2015
  6. Oct 19, 2015
    • Edward Hervey's avatar
      multiqueue: Improve incoming SEGMENT handling · ebeee60c
      Edward Hervey authored and Edward Hervey's avatar Edward Hervey committed
      Previously this code was just blindly setting the cached flow return
      of downstream to GST_FLOW_OK when we get a SEGMENT.
      
      The problem is that this can not be done blindly. If downstream was
      not linked, the corresponding sinqlequeue source pad thread might be
      waiting for the next ID to be woken up upon.
      
      By blindly setting the cached return value to GST_FLOW_OK, and if that
      stream was the only one that was NOT_LINKED, then the next time we
      check (from any other thread) to see if we need to wake up a source pad
      thread ... we won't even try, because none of the cached flow return
      are equal to GST_FLOW_NOT_LINKED.
      
      This would result in that thread never being woken up
      
      https://bugzilla.gnome.org/show_bug.cgi?id=756645
      ebeee60c
  7. Oct 13, 2015
  8. Oct 07, 2015
  9. Sep 29, 2015
  10. Sep 25, 2015
  11. Sep 24, 2015
  12. Sep 23, 2015
  13. Sep 21, 2015
  14. Sep 19, 2015
  15. Sep 18, 2015
  16. Sep 15, 2015
  17. Sep 14, 2015
  18. Sep 11, 2015
  19. Sep 09, 2015
  20. Sep 07, 2015
  21. Sep 06, 2015
  22. Sep 05, 2015
Loading