Results 275 comments of llyyr

> One problem now that I just realized. The `wl_display_roundtrip(wl->display)` in the uninit doesn't serve its intended purpose since it's on a different queue. Are you sure? wp_image_description_info_v1.done is still...

Switched it back to the `wl_display_dispatch_queue` version since this is required here

> If I am reading the document correctly, `wl_display_roundtrip_queue` will send another request of it's own and wait for that reply, so we are not only waiting for the image...

> Does this also fix the first frame not having image description info thing? We can go with this approach for now for 0.41 I think. No, that's different. I...

We should advertise both, there are high end displays out there which use the piecewise function and ITU-R BT.2380 has explicitly defined the piecewise function as the sRGB eotf. We...

Do you have mpv muted in pipewire's mixer? Find mpv in `~/.local/state/wireplumber/stream-properties` and delete those lines, or delete/rename the file if you don't care about your remembered volumes for any...

Can you also try deleting `~/.local/state/wireplumber/stream-properties`? Or keep a backup, this file stores the set volumes for all apps

It can't be related to dbus broker (would be very surprising if it is), it's most likely wireplumber/pipewire remembering "old" volumes or automatically muting something based on what you're doing.

Could someone try out the following things? 1) Start mpv with `--audio-client-name=mpvsucks` 2) Compile mpv with this patch ```diff diff --git a/audio/out/ao_pipewire.c b/audio/out/ao_pipewire.c index 88c48ddca60e..9974f172b64b 100644 --- a/audio/out/ao_pipewire.c +++ b/audio/out/ao_pipewire.c...

> Works with the patch Then your wireplumber/pipewire is muting all streams with the "Movie" media role. Delete your caches and try again