Skip to content
Snippets Groups Projects
  1. Dec 14, 2015
  2. Dec 10, 2015
  3. Dec 07, 2015
  4. Dec 04, 2015
  5. Nov 30, 2015
  6. Nov 19, 2015
  7. Nov 18, 2015
  8. Nov 16, 2015
  9. Nov 07, 2015
  10. Oct 30, 2015
  11. Oct 29, 2015
  12. Oct 27, 2015
  13. Oct 21, 2015
  14. Oct 20, 2015
  15. 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
  16. Oct 13, 2015
  17. Oct 07, 2015
  18. Sep 29, 2015
  19. Sep 25, 2015
Loading