mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
audio: pipewire: Fix outdated comment
This commit is contained in:
parent
cd56f1b346
commit
4eadd147cd
@ -596,7 +596,7 @@ registry_event_global_callback(void *object, uint32_t id, uint32_t permissions,
|
|||||||
{
|
{
|
||||||
struct node_object *node;
|
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)) {
|
if (!SDL_strcmp(type, PW_TYPE_INTERFACE_Node)) {
|
||||||
const char *media_class = spa_dict_lookup(props, PW_KEY_MEDIA_CLASS);
|
const char *media_class = spa_dict_lookup(props, PW_KEY_MEDIA_CLASS);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user