From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2FD5433D6; Wed, 6 Apr 2022 13:05:36 +0000 (UTC) Received: from [IPV6:2a01:e0a:120:3210:ff63:de1f:2a77:5241] (unknown [IPv6:2a01:e0a:120:3210:ff63:de1f:2a77:5241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: benjamin.gaignard) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id B83D61F44155; Wed, 6 Apr 2022 14:05:33 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1649250334; bh=8ZGg2lyWu5RKnQ3rLN2WnQy5xuyBOPkO3yKRiol9ycU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=QXe3LgxAeKlxnjsV0YDwzLSqEuWxxSQTFm4c5lDQh7ro0gZ1d7zmkZFifpFQRblU9 do7GBLvZwEgY+g4qM/a8YIgRzjlTOFLO91XPTliuqqNrSIgLdQGGEsX6cHFnC9yZhw RNH18tulbkuqUByzBkSxpE4Zdgv63kYcILwdiK9y5u+jkqOyDXfQHmaAGdm8OSZQNo +HE2ZpqMMqq485f8yIUEmTZkqISkUmT+9ty6wwt2vI5ETDU2MaeUJ2RUSplEVEOdHl P+Z41DAXsl2y6UfUZaXjavK2cxCk1K1Fb6sjaGjTm5/czRkR6IxLbqn2FkI4W0tLs/ RtjW5pkGjK2Rg== Message-ID: Date: Wed, 6 Apr 2022 15:05:31 +0200 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH v4 00/15] Move HEVC stateless controls out of staging Content-Language: en-US To: Nicolas Dufresne , Adam Ford Cc: Mauro Carvalho Chehab , Ezequiel Garcia , Philipp Zabel , Greg Kroah-Hartman , mripard@kernel.org, paul.kocialkowski@bootlin.com, Chen-Yu Tsai , "jernej.skrabec" , Jonas Karlman , linux-media , Linux Kernel Mailing List , "open list:STAGING SUBSYSTEM" , arm-soc , linux-sunxi@lists.linux.dev, kernel , knaerzche@gmail.com, jc@kynesim.co.uk References: <20220228140838.622021-1-benjamin.gaignard@collabora.com> <79a9c925-d930-ad23-dc53-9ebc16d1328a@collabora.com> <3f778844-f655-74a7-0a00-05caa84eca35@collabora.com> <163202bd-ea51-e80a-1481-568fae25b045@collabora.com> <8d23c99a-4ad0-e65a-0134-12f5d119e8bb@collabora.com> <439e5c67e66dfff8f44f63787e2cdb8379f87446.camel@ndufresne.ca> From: Benjamin Gaignard In-Reply-To: <439e5c67e66dfff8f44f63787e2cdb8379f87446.camel@ndufresne.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 06/04/2022 à 15:02, Nicolas Dufresne a écrit : > Le mercredi 06 avril 2022 à 14:50 +0200, Benjamin Gaignard a écrit : >>> default=1 value=1 >>> 1: Frame-Based >>>                   hevc_start_code 0x00a40a96 (menu)   : min=1 max=1 >>> default=1 value=1 >>> 1: Annex B Start Code >> It is the same so that suggest the issue is coming from GStreamer plugin. > Can you report the GStreamer commit hash you have building on ? Also please > validate the creation date of the plugin (libgstv4l2codecs.so) against your > source update date. Reminder that GStreamer is now mono-repo (just in case). > > https://gitlab.freedesktop.org/benjamin.gaignard1/gstreamer/-/tree/HEVC_aligned_with_kernel_5.15 > Hash: 54b7c1f98084c85d103446cc3f2edce42ad53b0f > > Benjamin, can you confirm you have no local changes and this is the hash you are > building from ? Yes that is the hash I'm using without local changes Benjamin > > regards, > Nicolas >