Skip to content
Snippets Groups Projects
  1. Dec 06, 2020
  2. Dec 04, 2020
  3. Dec 02, 2020
  4. Nov 20, 2020
  5. Nov 16, 2020
  6. Nov 05, 2020
  7. Nov 04, 2020
  8. 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.
      
      #624
      
      Part-of: <!691>
      e231f1d3
  9. Oct 30, 2020
  10. 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: <!684>
      c983df16
  11. Oct 27, 2020
  12. Oct 26, 2020
  13. Oct 14, 2020
  14. Oct 13, 2020
    • Mathieu Duponchelle's avatar
      gstvalue: don't write to const char * · a613240c
      Mathieu Duponchelle authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Our various deserializing functions require NULL terminators
      to not over consume substrings (eg fields of an array). Instead
      of writing a NULL terminator to the passed-in string, which may
      result in segfaults, make a copy of the substring we're interested
      in.
      
      Fixes #446
      
      Part-of: <!673>
      a613240c
  15. Oct 12, 2020
  16. Oct 10, 2020
  17. Oct 03, 2020
  18. Oct 02, 2020
  19. Oct 01, 2020
  20. Sep 30, 2020
  21. Sep 08, 2020
  22. Sep 07, 2020
  23. Aug 25, 2020
  24. Aug 24, 2020
  25. Aug 20, 2020
  26. Aug 10, 2020
  27. Aug 07, 2020
  28. Aug 05, 2020
  29. Aug 04, 2020
Loading