pipewire: update pipewire & wireplumber to the latest development version
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0002-logger-print-timestamps-on-logged-messages.patch
@@ -1,4 +1,4 @@
-From 352c58357e5922b21d664c1f5a0b89a74f864f41 Mon Sep 17 00:00:00 2001
+From 289f58b815badd54a32f2409bae7abd7e5474327 Mon Sep 17 00:00:00 2001
 From: George Kiagiadakis <george.kiagiadakis@collabora.com>
 Date: Wed, 3 Jul 2019 17:47:46 +0300
 Subject: [PATCH] logger: print timestamps on logged messages
@@ -14,7 +14,7 @@ Upstream-Status: Submitted [https://github.com/PipeWire/pipewire/pull/164]
  1 file changed, 7 insertions(+), 2 deletions(-)
 
 diff --git a/spa/plugins/support/logger.c b/spa/plugins/support/logger.c
-index 87ba3c21..2976601c 100644
+index 9ed2896b..4100102c 100644
 --- a/spa/plugins/support/logger.c
 +++ b/spa/plugins/support/logger.c
 @@ -27,6 +27,7 @@
@@ -22,10 +22,10 @@ index 87ba3c21..2976601c 100644
  #include <errno.h>
  #include <stdio.h>
 +#include <time.h>
- #include <sys/eventfd.h>
  
  #include <spa/support/log.h>
-@@ -70,6 +71,9 @@ impl_log_logv(struct spa_log *log,
+ #include <spa/support/loop.h>
+@@ -72,6 +73,9 @@ impl_log_logv(void *object,
        const char *prefix = "", *suffix = "";
        int size;
        bool do_trace;
@@ -35,7 +35,7 @@ index 87ba3c21..2976601c 100644
  
        if ((do_trace = (level == SPA_LOG_LEVEL_TRACE && impl->have_source)))
                level++;
-@@ -86,8 +90,9 @@ impl_log_logv(struct spa_log *log,
+@@ -88,8 +92,9 @@ impl_log_logv(void *object,
        }
  
        vsnprintf(text, sizeof(text), fmt, args);
@@ -48,5 +48,5 @@ index 87ba3c21..2976601c 100644
        if (SPA_UNLIKELY(do_trace)) {
                uint32_t index;
 -- 
-2.20.1
+2.23.0