From 583e450efde21a7963c9646b01c206070a4c4bcf Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 15 Jul 2020 14:14:23 +0200 Subject: [PATCH] example: add more debug --- src/examples/video-src-reneg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples/video-src-reneg.c b/src/examples/video-src-reneg.c index 1d9e2c748..0f41e407f 100644 --- a/src/examples/video-src-reneg.c +++ b/src/examples/video-src-reneg.c @@ -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);