pipewire: update patches
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0002-extensions-implement-Endpoint-ClientEndpoint-interfa.patch
@@ -1,13 +1,14 @@
-From 3d186f7b97c508cc16955a96a69ee5d6c9db57dc Mon Sep 17 00:00:00 2001
+From 5afe82a430642c2f7e116941709a624b8fd73011 Mon Sep 17 00:00:00 2001
 From: George Kiagiadakis <george.kiagiadakis@collabora.com>
 Date: Thu, 23 May 2019 18:59:05 +0300
-Subject: [PATCH 1/2] extensions: implement Endpoint & ClientEndpoint
- interfaces
+Subject: [PATCH] extensions: implement Endpoint & ClientEndpoint interfaces
 
 The ClientEndpoint interface allows session managers to register
 endpoint objects on pipewire.
 The Endpoint interface allows other clients to interact with
 endpoints provided by the session manager.
+
+Upstream-Status: Pending
 ---
  src/extensions/client-endpoint.h              | 106 ++++
  src/extensions/endpoint.h                     | 237 +++++++++
@@ -141,7 +142,7 @@ index 00000000..0389893c
 +#endif /* PIPEWIRE_EXT_CLIENT_ENDPOINT_H */
 diff --git a/src/extensions/endpoint.h b/src/extensions/endpoint.h
 new file mode 100644
-index 00000000..3b84dd49
+index 00000000..211c0895
 --- /dev/null
 +++ b/src/extensions/endpoint.h
 @@ -0,0 +1,237 @@
@@ -231,7 +232,7 @@ index 00000000..3b84dd49
 +      { PW_ENDPOINT_PARAM_CONTROL_stream_id, SPA_TYPE_Int, PW_ENDPOINT_TYPE_INFO_PARAM_CONTROL_BASE "streamId", NULL },
 +      { PW_ENDPOINT_PARAM_CONTROL_name, SPA_TYPE_String, PW_ENDPOINT_TYPE_INFO_PARAM_CONTROL_BASE "name", NULL },
 +      { PW_ENDPOINT_PARAM_CONTROL_type, SPA_TYPE_Pod, PW_ENDPOINT_TYPE_INFO_PARAM_CONTROL_BASE "type", NULL },
-+      { PW_ENDPOINT_PARAM_CONTROL_value, SPA_TYPE_Struct, PW_ENDPOINT_TYPE_INFO_PARAM_CONTROL_BASE "labels", NULL },
++      { PW_ENDPOINT_PARAM_CONTROL_value, SPA_TYPE_Struct, PW_ENDPOINT_TYPE_INFO_PARAM_CONTROL_BASE "value", NULL },
 +      { 0, 0, NULL, NULL },
 +};
 +