Merge branch 'gst-fixes-backport-1.4' into '1.4'

[1.4] Backport all the GStreamer fixes

See merge request pipewire/pipewire!2416
This commit is contained in:
Arun Raghavan 2026-02-03 22:58:46 +00:00
commit edb07f964e
9 changed files with 600 additions and 78 deletions

View file

@ -1665,8 +1665,8 @@ impl_node_port_use_buffers(void *object,
b->buf = buffers[i];
if (n_datas != port->blocks) {
spa_log_error(this->log, "%p: invalid blocks %d on buffer %d",
this, n_datas, i);
spa_log_error(this->log, "%p: invalid blocks %d on buffer %d, expected %d",
this, n_datas, i, port->blocks);
return -EINVAL;
}
if (SPA_FLAG_IS_SET(flags, SPA_NODE_BUFFERS_FLAG_ALLOC)) {