From 78765e8d823b520cc38a3df049fb87eed245a9db Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 15 Aug 2019 18:40:08 +0200 Subject: [PATCH] v4l2: set port ref to implementation --- spa/plugins/v4l2/v4l2-source.c | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/v4l2/v4l2-source.c b/spa/plugins/v4l2/v4l2-source.c index 8236d5744..e2a884fd5 100644 --- a/spa/plugins/v4l2/v4l2-source.c +++ b/spa/plugins/v4l2/v4l2-source.c @@ -969,6 +969,7 @@ impl_init(const struct spa_handle_factory *factory, reset_props(&this->props); port = GET_OUT_PORT(this, 0); + port->impl = this; spa_list_init(&port->queue); port->info_all = SPA_PORT_CHANGE_MASK_FLAGS | SPA_PORT_CHANGE_MASK_PARAMS;