From patchwork Tue Feb 22 15:07:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Mittal, Anuj" X-Patchwork-Id: 4029 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B7B3C433FE for ; Tue, 22 Feb 2022 15:08:21 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.13730.1645542498672687251 for ; Tue, 22 Feb 2022 07:08:20 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=RzH/3s6X; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: anuj.mittal@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645542500; x=1677078500; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=9Gsod6o+Kh+ikIs7JPSbNd5vYATgzAUtBFBBXX801kc=; b=RzH/3s6XVNWJ1Ekv/MHGzkpVRrPyYey2ONeU+gLGvCpSMM4eHCEVI6nT 6cDpV+4f23wOOion4xprkUCiI3TK3dbFuprQzxBv/LNvUR6Am3DBjZ6TK B7atDGXWhFD5hghcLXePEaaYxMk6mEYVeTP5R7AelBvDiNfYRRUlopsfp flUjq6RA9AfZ3kcNzHd8EGKNTPQjZCWqZJizavKqKjm8EHCMegjQprUdE 6OiKtTdFGkgB0xop0aujWO6Ak+BOQDZHe+42IzwGHm2Sladgb9A/RTf1U pFGwc1TZ7xvA81rNH04GejRCXAGJV0EkfYbEJO6DB9xev451lJOI1456z g==; X-IronPort-AV: E=McAfee;i="6200,9189,10265"; a="314960792" X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="314960792" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 07:07:56 -0800 X-IronPort-AV: E=Sophos;i="5.88,387,1635231600"; d="scan'208";a="532258478" Received: from mmohdnaj-mobl.gar.corp.intel.com (HELO anmitta2-mobl3.intel.com) ([10.213.137.195]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2022 07:07:55 -0800 From: Anuj Mittal To: openembedded-core@lists.openembedded.org Subject: [honister][PATCH 02/38] gstreamer1.0-plugins-base: 1.18.5 -> 1.18.6 Date: Tue, 22 Feb 2022 23:07:03 +0800 Message-Id: <0ea5ee193c41fd21914ac9a4cdb61c9b5dcf4f16.1645536711.git.anuj.mittal@intel.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 22 Feb 2022 15:08:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162138 From: Jose Quaresma Signed-off-by: Jose Quaresma Signed-off-by: Anuj Mittal --- ...ugins-base_1.18.5.bb => gstreamer1.0-plugins-base_1.18.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.18.5.bb => gstreamer1.0-plugins-base_1.18.6.bb} (97%) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.6.bb similarity index 97% rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.5.bb rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.6.bb index 5e2cca3864..e20145ea8d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.6.bb @@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \ file://0004-glimagesink-Downrank-to-marginal.patch \ " -SRC_URI[sha256sum] = "960b7af4585700db0fdd5b843554e11e2564fed9e061f591fae88a7be6446fa3" +SRC_URI[sha256sum] = "56a9ff2fe9e6603b9e658cf6897d412a173d2180829fe01e92568549c6bd0f5b" S = "${WORKDIR}/gst-plugins-base-${PV}"