[{"id":28899,"web_url":"https://patchwork.libcamera.org/comment/28899/","msgid":"<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>","date":"2024-03-07T22:36:15","subject":"Re: [PATCH v1 4/5] docker: Install appsink element","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Nicolas Dufresne (2024-03-07 22:18:09)\n> From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> \n> Some new tests required appsink element. Install the required package.\n> \n> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> ---\n>  .gitlab-ci/setup-container.sh | 1 +\n>  gitlab-ci.yml                 | 6 +++---\n>  2 files changed, 4 insertions(+), 3 deletions(-)\n> \n> diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\n> index 6027433..29cdd2a 100755\n> --- a/.gitlab-ci/setup-container.sh\n> +++ b/.gitlab-ci/setup-container.sh\n> @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n>  )\n>  \n>  PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n> +       gstreamer1.0-plugins-base\n>         libdrm-dev\n>         libdw-dev\n>         libexif-dev\n> diff --git a/gitlab-ci.yml b/gitlab-ci.yml\n> index 105971d..8f455da 100644\n> --- a/gitlab-ci.yml\n> +++ b/gitlab-ci.yml\n> @@ -53,17 +53,17 @@ include:\n>  .libcamera-ci.debian:10:\n>    variables:\n>      FDO_DISTRIBUTION_VERSION: 'buster'\n> -    FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n> +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n>  \n>  .libcamera-ci.debian:12:\n>    variables:\n>      FDO_DISTRIBUTION_VERSION: 'bookworm'\n> -    FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n> +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n>  \n>  .libcamera-ci.debian:13:\n>    variables:\n>      FDO_DISTRIBUTION_VERSION: 'trixie'\n> -    FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n> +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n\nThese were previously .0, .1, .2, and now they're all .3. What's the\nsignificance of that ? Any potential issues? Is this just bumping the\ntag to make sure the image gets rebuilt fully?\n\n\n\n>  \n>  .container-debian:\n>    extends:\n> -- \n> 2.43.2\n>","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id CDFE4BD160\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu,  7 Mar 2024 22:36:19 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 2D1A262872;\n\tThu,  7 Mar 2024 23:36:19 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 52F6B62871\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  7 Mar 2024 23:36:18 +0100 (CET)","from pendragon.ideasonboard.com\n\t(aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net\n\t[82.37.23.78])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 9EB84DC9;\n\tThu,  7 Mar 2024 23:35:59 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Ro7QaW7e\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1709850959;\n\tbh=YAFCFwvWXytnrD3LChPGdJrKvt37FUY9kGsylgvd3O0=;\n\th=In-Reply-To:References:Subject:From:Cc:To:Date:From;\n\tb=Ro7QaW7eDAr+5dZofud0Lx2IpCBvBhK7IYIdNt6t+4m8Aj4j0YQe/0SrGA/netIKJ\n\t8FOBYvg7314mVDsmdbn2RRrkZCMBbRZNtxRw1q6TsJPJBwLKThOdO3IDIPEGSzE8yS\n\tAkIEXlRuiX/vF2jPrGfE6+iRzmHvbkn8e6c5rgo0=","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20240307221810.2109348-5-nicolas@ndufresne.ca>","References":"<20240307221810.2109348-1-nicolas@ndufresne.ca>\n\t<20240307221810.2109348-5-nicolas@ndufresne.ca>","Subject":"Re: [PATCH v1 4/5] docker: Install appsink element","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"Nicolas Dufresne <nicolas@ndufresne.ca>,\n\tlibcamera-devel@lists.libcamera.org","Date":"Thu, 07 Mar 2024 22:36:15 +0000","Message-ID":"<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>","User-Agent":"alot/0.10","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"Nicolas Dufresne <nicolas.dufresne@collabora.com>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":28901,"web_url":"https://patchwork.libcamera.org/comment/28901/","msgid":"<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>","date":"2024-03-07T22:51:15","subject":"Re: [PATCH v1 4/5] docker: Install appsink element","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Kieran Bingham (2024-03-07 22:36:15)\n> Quoting Nicolas Dufresne (2024-03-07 22:18:09)\n> > From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > \n> > Some new tests required appsink element. Install the required package.\n> > \n> > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > ---\n> >  .gitlab-ci/setup-container.sh | 1 +\n> >  gitlab-ci.yml                 | 6 +++---\n> >  2 files changed, 4 insertions(+), 3 deletions(-)\n> > \n> > diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\n> > index 6027433..29cdd2a 100755\n> > --- a/.gitlab-ci/setup-container.sh\n> > +++ b/.gitlab-ci/setup-container.sh\n> > @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n> >  )\n> >  \n> >  PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n> > +       gstreamer1.0-plugins-base\n> >         libdrm-dev\n> >         libdw-dev\n> >         libexif-dev\n> > diff --git a/gitlab-ci.yml b/gitlab-ci.yml\n> > index 105971d..8f455da 100644\n> > --- a/gitlab-ci.yml\n> > +++ b/gitlab-ci.yml\n> > @@ -53,17 +53,17 @@ include:\n> >  .libcamera-ci.debian:10:\n> >    variables:\n> >      FDO_DISTRIBUTION_VERSION: 'buster'\n> > -    FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n> > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> >  \n> >  .libcamera-ci.debian:12:\n> >    variables:\n> >      FDO_DISTRIBUTION_VERSION: 'bookworm'\n> > -    FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n> > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> >  \n> >  .libcamera-ci.debian:13:\n> >    variables:\n> >      FDO_DISTRIBUTION_VERSION: 'trixie'\n> > -    FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n> > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> \n> These were previously .0, .1, .2, and now they're all .3. What's the\n> significance of that ? Any potential issues? Is this just bumping the\n> tag to make sure the image gets rebuilt fully?\n> \n\nAs I understand these are just tags to track the build idnetifier, so\nupdating these will trigger the rebuild against the new package\nadditions so:\n\n\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\n> \n> >  \n> >  .container-debian:\n> >    extends:\n> > -- \n> > 2.43.2\n> >","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id C881EC0F2A\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu,  7 Mar 2024 22:51:18 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 4D4406286C;\n\tThu,  7 Mar 2024 23:51:18 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 59CAC62865\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  7 Mar 2024 23:51:17 +0100 (CET)","from pendragon.ideasonboard.com\n\t(aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net\n\t[82.37.23.78])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A1EABDC9;\n\tThu,  7 Mar 2024 23:50:58 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"BZn46Bks\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1709851858;\n\tbh=WRAnhOr+lFTPY6xLoTfcL4apRQKIZ9gA7O8FX/ezRjE=;\n\th=In-Reply-To:References:Subject:From:Cc:To:Date:From;\n\tb=BZn46BksLHR4OSG3mFCRteQu5pjBOeZERJodLmsWwgvhPP84pNPuOUMM1c/y++qml\n\tOnzYN3jaNcZAHL5usoSEq4c6fHXSaAW/m4UoksiX2JAjQ0JqQn3Atlu1DS2hHt7LIb\n\t0MKh+Pq+w+hxon3Ohq8k5fhmCnH0rNfAo9o4n89c=","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>","References":"<20240307221810.2109348-1-nicolas@ndufresne.ca>\n\t<20240307221810.2109348-5-nicolas@ndufresne.ca>\n\t<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>","Subject":"Re: [PATCH v1 4/5] docker: Install appsink element","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"Nicolas Dufresne <nicolas@ndufresne.ca>,\n\tlibcamera-devel@lists.libcamera.org","Date":"Thu, 07 Mar 2024 22:51:15 +0000","Message-ID":"<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>","User-Agent":"alot/0.10","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"Nicolas Dufresne <nicolas.dufresne@collabora.com>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":29252,"web_url":"https://patchwork.libcamera.org/comment/29252/","msgid":"<20240418093236.GA2404@pendragon.ideasonboard.com>","date":"2024-04-18T09:32:36","subject":"Re: [PATCH v1 4/5] docker: Install appsink element","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"On Thu, Mar 07, 2024 at 10:51:15PM +0000, Kieran Bingham wrote:\n> Quoting Kieran Bingham (2024-03-07 22:36:15)\n> > Quoting Nicolas Dufresne (2024-03-07 22:18:09)\n> > > From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > \n> > > Some new tests required appsink element. Install the required package.\n> > > \n> > > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > ---\n> > >  .gitlab-ci/setup-container.sh | 1 +\n> > >  gitlab-ci.yml                 | 6 +++---\n> > >  2 files changed, 4 insertions(+), 3 deletions(-)\n> > > \n> > > diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\n> > > index 6027433..29cdd2a 100755\n> > > --- a/.gitlab-ci/setup-container.sh\n> > > +++ b/.gitlab-ci/setup-container.sh\n> > > @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n> > >  )\n> > >  \n> > >  PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n> > > +       gstreamer1.0-plugins-base\n> > >         libdrm-dev\n> > >         libdw-dev\n> > >         libexif-dev\n> > > diff --git a/gitlab-ci.yml b/gitlab-ci.yml\n> > > index 105971d..8f455da 100644\n> > > --- a/gitlab-ci.yml\n> > > +++ b/gitlab-ci.yml\n> > > @@ -53,17 +53,17 @@ include:\n> > >  .libcamera-ci.debian:10:\n> > >    variables:\n> > >      FDO_DISTRIBUTION_VERSION: 'buster'\n> > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n> > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > >  \n> > >  .libcamera-ci.debian:12:\n> > >    variables:\n> > >      FDO_DISTRIBUTION_VERSION: 'bookworm'\n> > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n> > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > >  \n> > >  .libcamera-ci.debian:13:\n> > >    variables:\n> > >      FDO_DISTRIBUTION_VERSION: 'trixie'\n> > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n> > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > \n> > These were previously .0, .1, .2, and now they're all .3. What's the\n> > significance of that ? Any potential issues? Is this just bumping the\n> > tag to make sure the image gets rebuilt fully?\n> > \n> \n> As I understand these are just tags to track the build idnetifier, so\n> updating these will trigger the rebuild against the new package\n> additions so:\n\nThe .x suffix is meant to support creating multiple images per day. They\nshould have been set to .0 here. It's nothing that requires fixing, but\nnew updates to this file shouldn't use .4.\n\n> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n> \n> > >  \n> > >  .container-debian:\n> > >    extends:","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 65173C3213\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 18 Apr 2024 09:32:46 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0331A633EE;\n\tThu, 18 Apr 2024 11:32:45 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 598E161B43\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 18 Apr 2024 11:32:43 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 853EC802;\n\tThu, 18 Apr 2024 11:31:55 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Sbs31vgC\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1713432715;\n\tbh=Ie+frMlfvM5PRhEWZg6exOOr/QaRy+JWF/MHF7x1+x4=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=Sbs31vgCdkMpACnBbD95szqRBL4fo3ZjK/Wkk2f5dJaRc4l+Xq+YE3F6rbwSwsEmn\n\t7HQ3DYL/XNpPvzaj7gmw2JRI4hzfesJxUS9BILvbDebQmjEpKPoXqWbZ6iDAZAF/3Z\n\t9QRjyY1TuniQRCfGPVTjJSik2uqlSmbYDry3Yses=","Date":"Thu, 18 Apr 2024 12:32:36 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Cc":"Nicolas Dufresne <nicolas@ndufresne.ca>,\n\tlibcamera-devel@lists.libcamera.org,\n\tNicolas Dufresne <nicolas.dufresne@collabora.com>","Subject":"Re: [PATCH v1 4/5] docker: Install appsink element","Message-ID":"<20240418093236.GA2404@pendragon.ideasonboard.com>","References":"<20240307221810.2109348-1-nicolas@ndufresne.ca>\n\t<20240307221810.2109348-5-nicolas@ndufresne.ca>\n\t<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>\n\t<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":29325,"web_url":"https://patchwork.libcamera.org/comment/29325/","msgid":"<23952cc3482e4392a2f6edbaa9d5d822431d311b.camel@ndufresne.ca>","date":"2024-04-23T18:16:25","subject":"Re: [PATCH v1 4/5] docker: Install appsink element","submitter":{"id":30,"url":"https://patchwork.libcamera.org/api/people/30/","name":"Nicolas Dufresne","email":"nicolas@ndufresne.ca"},"content":"Late reply ...\n\nLe jeudi 18 avril 2024 à 12:32 +0300, Laurent Pinchart a écrit :\n> On Thu, Mar 07, 2024 at 10:51:15PM +0000, Kieran Bingham wrote:\n> > Quoting Kieran Bingham (2024-03-07 22:36:15)\n> > > Quoting Nicolas Dufresne (2024-03-07 22:18:09)\n> > > > From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > > \n> > > > Some new tests required appsink element. Install the required package.\n> > > > \n> > > > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > > ---\n> > > >  .gitlab-ci/setup-container.sh | 1 +\n> > > >  gitlab-ci.yml                 | 6 +++---\n> > > >  2 files changed, 4 insertions(+), 3 deletions(-)\n> > > > \n> > > > diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\n> > > > index 6027433..29cdd2a 100755\n> > > > --- a/.gitlab-ci/setup-container.sh\n> > > > +++ b/.gitlab-ci/setup-container.sh\n> > > > @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n> > > >  )\n> > > >  \n> > > >  PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n> > > > +       gstreamer1.0-plugins-base\n> > > >         libdrm-dev\n> > > >         libdw-dev\n> > > >         libexif-dev\n> > > > diff --git a/gitlab-ci.yml b/gitlab-ci.yml\n> > > > index 105971d..8f455da 100644\n> > > > --- a/gitlab-ci.yml\n> > > > +++ b/gitlab-ci.yml\n> > > > @@ -53,17 +53,17 @@ include:\n> > > >  .libcamera-ci.debian:10:\n> > > >    variables:\n> > > >      FDO_DISTRIBUTION_VERSION: 'buster'\n> > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n> > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > >  \n> > > >  .libcamera-ci.debian:12:\n> > > >    variables:\n> > > >      FDO_DISTRIBUTION_VERSION: 'bookworm'\n> > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n> > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > >  \n> > > >  .libcamera-ci.debian:13:\n> > > >    variables:\n> > > >      FDO_DISTRIBUTION_VERSION: 'trixie'\n> > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n> > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > \n> > > These were previously .0, .1, .2, and now they're all .3. What's the\n> > > significance of that ? Any potential issues? Is this just bumping the\n> > > tag to make sure the image gets rebuilt fully?\n> > > \n> > \n> > As I understand these are just tags to track the build idnetifier, so\n> > updating these will trigger the rebuild against the new package\n> > additions so:\n> \n> The .x suffix is meant to support creating multiple images per day. They\n> should have been set to .0 here. It's nothing that requires fixing, but\n> new updates to this file shouldn't use .4.\n\nThe commit is totally accurate, the day I submitted this I needed 3 iterations\nto get it right. Resetting back to 0 that day would have clashed with my\nregistry forcing me to manually remove the old images.\n\nhttps://gitlab.freedesktop.org/ndufresne/libcamera/container_registry/48986\n\nPlease let non-maintainer submitter use this pattern so no one endup having to\ndeal with conflicting docker image and random issues.\n\nregards,\nNicolas","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id F0243BE08B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 23 Apr 2024 18:16:30 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8C9F061B24;\n\tTue, 23 Apr 2024 20:16:29 +0200 (CEST)","from mail-il1-x12f.google.com (mail-il1-x12f.google.com\n\t[IPv6:2607:f8b0:4864:20::12f])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id AE7EA61AC1\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 23 Apr 2024 20:16:27 +0200 (CEST)","by mail-il1-x12f.google.com with SMTP id\n\te9e14a558f8ab-36c191991e2so4622245ab.0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 23 Apr 2024 11:16:27 -0700 (PDT)","from nicolas-tpx395.localdomain ([2606:6d00:17:6448::7a9])\n\tby smtp.gmail.com with ESMTPSA id\n\tw2-20020a0cb542000000b00698f01a958asm5405064qvd.77.2024.04.23.11.16.25\n\t(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n\tTue, 23 Apr 2024 11:16:25 -0700 (PDT)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (2048-bit key;\n\tunprotected) header.d=ndufresne-ca.20230601.gappssmtp.com\n\theader.i=@ndufresne-ca.20230601.gappssmtp.com\n\theader.b=\"3LRpOykV\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=ndufresne-ca.20230601.gappssmtp.com; s=20230601; t=1713896186;\n\tx=1714500986; darn=lists.libcamera.org; \n\th=mime-version:user-agent:content-transfer-encoding:autocrypt\n\t:references:in-reply-to:date:cc:to:from:subject:message-id:from:to\n\t:cc:subject:date:message-id:reply-to;\n\tbh=aCB29JLsgCJ4pPp8wLMkHtBhVH1+urR3zUhGp0qi98Q=;\n\tb=3LRpOykVTB7CI5CUotHVduaFBigls9VqIdbd7i3o4Ai7MY0UiCUDPJitjAo68sWRIQ\n\t4y9AsaynxbwDvg33Pq6qMsrA6D9bSJ/fpCqNK3p4wGu6RRl9XopssNA7GIhN0LfsVC2M\n\tlVZvyfHN6ikMb3mzZ6ait9TsnoB8c53gp1e8tS/1WOeYA/22rlS+oT5gbupnALuQldMQ\n\todaXu7sdhbAHqpi9pIQ+ncGlYohghag5NJchxJMIXh2cH1oWktxc1gJfQfcKNq3KFDqj\n\tuX0eOyCDnG+f35Y+PnAbl8nKItYgHlFXcRull13tDr6TE5DggdA01GCje/uqnXALAjbW\n\tH9aQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20230601; t=1713896186; x=1714500986;\n\th=mime-version:user-agent:content-transfer-encoding:autocrypt\n\t:references:in-reply-to:date:cc:to:from:subject:message-id\n\t:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;\n\tbh=aCB29JLsgCJ4pPp8wLMkHtBhVH1+urR3zUhGp0qi98Q=;\n\tb=k/X4O8ycL7xktj3HW3Iz8Ha52MMggXajgvTv8mGtT8JZtb7ocPKniEsao0Jk5Yd2bx\n\tOmz60ta0TatEFaeqFmwU25lvQfUoEv0avGGQDEMZXtdVFI5nSk9DXQr0Ae5IaA5MmKmR\n\tGI3MKnua3mdsU3Jd4FcTuT3n9sLuI6SqAR9nRM3+DyKlT4RxkTRn4sujfwFULrifbVea\n\tbWZMRuJfQ6kFySdXg41PwUL1aJsI5ebADCwtDfojhsV1/tgRBufAYL5XyKxOrF/CpUr/\n\t8raQorQI0knW0hDbIzQDfUU2IDxX0CRPZNHNQk/NCrwrbHWRrXj1+AkFoaT27sTlJda5\n\t6OWg==","X-Gm-Message-State":"AOJu0Ywjc8j2TsQ8mvX5ItAD04cVhvXD6gDwgxOahgK4k20ZThvOJ0jm\n\t+fGXrSwNjYeVzT1BjuD+icyltA4Rl2LzglcOWHPOB7E37j7zVfGbREcLOkM5/BU=","X-Google-Smtp-Source":"AGHT+IF1aVKo/IwWo5WI3UEtXYqPyXYMP9Fq0T6+iShugiC9qfTxtw2z4B19G+Blz2RugHM3YdNguQ==","X-Received":"by 2002:a05:6e02:190f:b0:36b:6dd:7b02 with SMTP id\n\tw15-20020a056e02190f00b0036b06dd7b02mr387491ilu.8.1713896186300; \n\tTue, 23 Apr 2024 11:16:26 -0700 (PDT)","Message-ID":"<23952cc3482e4392a2f6edbaa9d5d822431d311b.camel@ndufresne.ca>","Subject":"Re: [PATCH v1 4/5] docker: Install appsink element","From":"Nicolas Dufresne <nicolas@ndufresne.ca>","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>, Kieran Bingham\n\t<kieran.bingham@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org","Date":"Tue, 23 Apr 2024 14:16:25 -0400","In-Reply-To":"<20240418093236.GA2404@pendragon.ideasonboard.com>","References":"<20240307221810.2109348-1-nicolas@ndufresne.ca>\n\t<20240307221810.2109348-5-nicolas@ndufresne.ca>\n\t<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>\n\t<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>\n\t<20240418093236.GA2404@pendragon.ideasonboard.com>","Autocrypt":"addr=nicolas@ndufresne.ca; prefer-encrypt=mutual;\n\tkeydata=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","Content-Type":"text/plain; charset=\"UTF-8\"","Content-Transfer-Encoding":"quoted-printable","User-Agent":"Evolution 3.50.4 (3.50.4-1.fc39) ","MIME-Version":"1.0","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":29327,"web_url":"https://patchwork.libcamera.org/comment/29327/","msgid":"<20240424075910.GG2134@pendragon.ideasonboard.com>","date":"2024-04-24T07:59:10","subject":"Re: [PATCH v1 4/5] docker: Install appsink element","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Nicolas,\n\nOn Tue, Apr 23, 2024 at 02:16:25PM -0400, Nicolas Dufresne wrote:\n> Late reply ...\n> \n> Le jeudi 18 avril 2024 à 12:32 +0300, Laurent Pinchart a écrit :\n> > On Thu, Mar 07, 2024 at 10:51:15PM +0000, Kieran Bingham wrote:\n> > > Quoting Kieran Bingham (2024-03-07 22:36:15)\n> > > > Quoting Nicolas Dufresne (2024-03-07 22:18:09)\n> > > > > From: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > > > \n> > > > > Some new tests required appsink element. Install the required package.\n> > > > > \n> > > > > Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>\n> > > > > ---\n> > > > >  .gitlab-ci/setup-container.sh | 1 +\n> > > > >  gitlab-ci.yml                 | 6 +++---\n> > > > >  2 files changed, 4 insertions(+), 3 deletions(-)\n> > > > > \n> > > > > diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh\n> > > > > index 6027433..29cdd2a 100755\n> > > > > --- a/.gitlab-ci/setup-container.sh\n> > > > > +++ b/.gitlab-ci/setup-container.sh\n> > > > > @@ -55,6 +55,7 @@ PKGS_LIBCAMERA_RUNTIME=(\n> > > > >  )\n> > > > >  \n> > > > >  PKGS_LIBCAMERA_RUNTIME_MULTIARCH=(\n> > > > > +       gstreamer1.0-plugins-base\n> > > > >         libdrm-dev\n> > > > >         libdw-dev\n> > > > >         libexif-dev\n> > > > > diff --git a/gitlab-ci.yml b/gitlab-ci.yml\n> > > > > index 105971d..8f455da 100644\n> > > > > --- a/gitlab-ci.yml\n> > > > > +++ b/gitlab-ci.yml\n> > > > > @@ -53,17 +53,17 @@ include:\n> > > > >  .libcamera-ci.debian:10:\n> > > > >    variables:\n> > > > >      FDO_DISTRIBUTION_VERSION: 'buster'\n> > > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.2'\n> > > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > > >  \n> > > > >  .libcamera-ci.debian:12:\n> > > > >    variables:\n> > > > >      FDO_DISTRIBUTION_VERSION: 'bookworm'\n> > > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.1'\n> > > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > > >  \n> > > > >  .libcamera-ci.debian:13:\n> > > > >    variables:\n> > > > >      FDO_DISTRIBUTION_VERSION: 'trixie'\n> > > > > -    FDO_DISTRIBUTION_TAG: '2024-01-09.0'\n> > > > > +    FDO_DISTRIBUTION_TAG: '2024-04-07.3'\n> > > > \n> > > > These were previously .0, .1, .2, and now they're all .3. What's the\n> > > > significance of that ? Any potential issues? Is this just bumping the\n> > > > tag to make sure the image gets rebuilt fully?\n> > > > \n> > > \n> > > As I understand these are just tags to track the build idnetifier, so\n> > > updating these will trigger the rebuild against the new package\n> > > additions so:\n> > \n> > The .x suffix is meant to support creating multiple images per day. They\n> > should have been set to .0 here. It's nothing that requires fixing, but\n> > new updates to this file shouldn't use .4.\n> \n> The commit is totally accurate, the day I submitted this I needed 3 iterations\n> to get it right.\n\nAh, I hand't realized that.\n\n> Resetting back to 0 that day would have clashed with my\n> registry forcing me to manually remove the old images.\n> \n> https://gitlab.freedesktop.org/ndufresne/libcamera/container_registry/48986\n> \n> Please let non-maintainer submitter use this pattern so no one endup having to\n> deal with conflicting docker image and random issues.\n\nSure.","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 1033DC3200\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 24 Apr 2024 07:59:19 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 288A9633EC;\n\tWed, 24 Apr 2024 09:59:18 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 179A3633EB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 24 Apr 2024 09:59:17 +0200 (CEST)","from pendragon.ideasonboard.com\n\t(117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 251FCB1;\n\tWed, 24 Apr 2024 09:58:25 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Ypz6avfL\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1713945505;\n\tbh=6gvXNVEiaFIohSjx5/0dEPtIMCHqffTzG2QCXBdDWsk=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=Ypz6avfLUmBec9b+q1NzQ0ejCyC2bP8m/GnKRU4MbG7muImA70/trAtLLmDNKe9wH\n\tFFP94440ETHyUekGtn6uI+l2IqJrXnrCmNPomuQxBXP5aKqyyjW3JMjG5vsMNuvbTA\n\tVr/idmMmEbBpK+l8Bl2nTbx3QuQSGCZKbnLub0Dw=","Date":"Wed, 24 Apr 2024 10:59:10 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Nicolas Dufresne <nicolas@ndufresne.ca>","Cc":"Kieran Bingham <kieran.bingham@ideasonboard.com>,\n\tlibcamera-devel@lists.libcamera.org","Subject":"Re: [PATCH v1 4/5] docker: Install appsink element","Message-ID":"<20240424075910.GG2134@pendragon.ideasonboard.com>","References":"<20240307221810.2109348-1-nicolas@ndufresne.ca>\n\t<20240307221810.2109348-5-nicolas@ndufresne.ca>\n\t<170985097562.304827.16475796235136481294@ping.linuxembedded.co.uk>\n\t<170985187504.304827.16512532709604177245@ping.linuxembedded.co.uk>\n\t<20240418093236.GA2404@pendragon.ideasonboard.com>\n\t<23952cc3482e4392a2f6edbaa9d5d822431d311b.camel@ndufresne.ca>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","Content-Transfer-Encoding":"8bit","In-Reply-To":"<23952cc3482e4392a2f6edbaa9d5d822431d311b.camel@ndufresne.ca>","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]