mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
screencast: add logging to pwr_handle_stream_param_changed in pipewire_sreencast.c
This commit is contained in:
parent
ab8e3bea00
commit
50cb55ed1d
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ static void pwr_handle_stream_state_changed(void *data,
|
|||
|
||||
static void pwr_handle_stream_param_changed(void *data, uint32_t id,
|
||||
const struct spa_pod *param) {
|
||||
logprint(TRACE, "pipewire: stream parameters changed");
|
||||
struct xdpw_screencast_instance *cast = data;
|
||||
struct pw_stream *stream = cast->stream;
|
||||
uint8_t params_buffer[1024];
|
||||
|
|
Loading…
Reference in a new issue