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);