mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
example: add more debug
This commit is contained in:
parent
77274b3ab0
commit
583e450efd
1 changed files with 1 additions and 0 deletions
|
|
@ -311,6 +311,7 @@ on_stream_param_changed(void *_data, uint32_t id, const struct spa_pod *param)
|
|||
if (param == NULL || id != SPA_PARAM_Format)
|
||||
return;
|
||||
|
||||
pw_log_info("format changed");
|
||||
spa_format_video_raw_parse(param, &data->format);
|
||||
|
||||
data->stride = SPA_ROUND_UP_N(data->format.size.width * BPP, 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue