Skip to content
Snippets Groups Projects
  1. Mar 15, 2021
  2. Mar 11, 2021
  3. Jan 31, 2021
  4. Jan 30, 2021
  5. Jan 28, 2021
  6. Jan 14, 2021
  7. Jan 13, 2021
  8. Jan 12, 2021
  9. Dec 11, 2020
  10. Dec 06, 2020
  11. Dec 04, 2020
  12. Dec 02, 2020
  13. Nov 20, 2020
  14. Nov 16, 2020
  15. Nov 05, 2020
  16. Nov 04, 2020
  17. Nov 02, 2020
    • Chris White's avatar
      gstinfo: colorize PIDs in log messages · e231f1d3
      Chris White authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      The PIDs on log lines were supposed to be colorized before, but the
      escape sequence was incorrect.  With this change, the code uses the
      correct sequence to colorize those PIDs.  E.g., instead of `\033[334m`
      (incorrect), use `\033[34m` (correct).
      
      This makes the log messages easier to read.  It also reduces the chance
      that a buggy terminal will choke on the invalid escape sequence.
      
      gstreamer/gstreamer#624
      
      Part-of: <gstreamer/gstreamer!691>
      e231f1d3
  18. Oct 30, 2020
  19. Oct 29, 2020
    • Nicolas Dufresne's avatar
      aggregator: Include min-upstream-latency in buffering time · c983df16
      Nicolas Dufresne authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      While we can fixe the upstream latency using the min-upstream-latency, we
      are now forced to use queues (hence more thread) in order to store the pending
      data whenever we have an upstream source that has lower latency.
      
      This fixes the issue by allowing to buffer the fixed upstream latency. This is
      particularly handy on single core systems were having too many threads can
      cause serious performance issues.
      
      Part-of: <gstreamer/gstreamer!684>
      c983df16
  20. Oct 27, 2020
  21. Oct 26, 2020
  22. Oct 14, 2020
  23. Oct 13, 2020
  24. Oct 12, 2020
  25. Oct 10, 2020
  26. Oct 03, 2020
  27. Oct 02, 2020
Loading