From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 20 Oct 2025 10:56:20 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vAlgi-009q3S-0j for lore@lore.pengutronix.de; Mon, 20 Oct 2025 10:56:20 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vAlgh-0006aw-St; Mon, 20 Oct 2025 10:56:19 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vAlgT-0006ai-3q; Mon, 20 Oct 2025 10:56:05 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vAlgS-004W6Q-31; Mon, 20 Oct 2025 10:56:04 +0200 Received: from fpf by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vAlgS-0000000AAcM-3hil; Mon, 20 Oct 2025 10:56:04 +0200 From: Fabian Pfitzner To: ptxdist@pengutronix.de Date: Mon, 20 Oct 2025 10:55:28 +0200 Message-ID: <20251020085529.2423792-2-f.pfitzner@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH v2 0/2] Add openh264 package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Fabian Pfitzner Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Add openh264 package and unbreak the corresponding gstreamer plugin. v1->v2 - Set correct license - Fix padding issues - Link to v1: https://lore.ptxdist.org/ptxdist/20250905144424.620258-2-f.pfitzner@pengutronix.de/ Fabian Pfitzner (2): openh264: new package gst-plugins-bad1: unbreak openh264 plugin rules/gst-plugins-bad1.in | 3 +-- rules/openh264.in | 8 ++++++ rules/openh264.make | 54 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 rules/openh264.in create mode 100644 rules/openh264.make -- 2.47.3