Commit 4eadd147cd34da124a44e430627b34daecfdb858

Frank Praznik 2021-02-25T14:00:23

audio: pipewire: Fix outdated comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/audio/pipewire/SDL_pipewire.c b/src/audio/pipewire/SDL_pipewire.c
index cab6a06..d561327 100644
--- a/src/audio/pipewire/SDL_pipewire.c
+++ b/src/audio/pipewire/SDL_pipewire.c
@@ -596,7 +596,7 @@ registry_event_global_callback(void *object, uint32_t id, uint32_t permissions, 
 {
   struct node_object *node;
 
-  /* We're only interested in nodes */
+  /* We're only interested in interface and metadata nodes. */
   if (!SDL_strcmp(type, PW_TYPE_INTERFACE_Node)) {
     const char *media_class = spa_dict_lookup(props, PW_KEY_MEDIA_CLASS);