| Message ID | 20260910195723.1341293-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-arago,wrynose] gstreamer1.0-plugins-good: Move to 1.28.4 | expand |
meta-arago / na / 20260910195723.1341293-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= wrynose ===================== Summary: - Patch Series: [meta-arago][wrynose][PATCH] gstreamer1.0-plugins-good: Move to 1.28.4 - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Thu, 10 Sep 2026 14:57:23 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 73d692ef7583973b0425a58e2849682bdfcd6bfa Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: wrynose-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: gstreamer1.0-plugins-good: Move to 1.28.4 - Commit SHA: dc357c044e81825a503aa301d1b90eab41c1f714 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= wrynose ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= wrynose - PASS ===================== All checks passed
diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch index b4622fd6..e369eaca 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch @@ -24,7 +24,7 @@ diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c index d85f036..e6a60dc 100644 --- a/sys/v4l2/gstv4l2bufferpool.c +++ b/sys/v4l2/gstv4l2bufferpool.c -@@ -83,7 +83,7 @@ enum _GstV4l2BufferState +@@ -92,7 +92,7 @@ enum _GstV4l2BufferState static void gst_v4l2_buffer_pool_complete_release_buffer (GstBufferPool * bpool, GstBuffer * buffer, gboolean queued); @@ -33,7 +33,7 @@ index d85f036..e6a60dc 100644 gst_v4l2_is_buffer_valid (GstBuffer * buffer, GstV4l2MemoryGroup ** out_group, gboolean check_writable) { -@@ -1584,11 +1584,22 @@ gst_v4l2_buffer_pool_complete_release_buffer (GstBufferPool * bpool, +@@ -1624,11 +1624,22 @@ gst_v4l2_buffer_pool_complete_release_buffer (GstBufferPool * bpool, gst_v4l2_allocator_reset_group (pool->vallocator, group); /* queue back in the device */ if (pool->other_pool) @@ -62,9 +62,9 @@ diff --git a/sys/v4l2/gstv4l2bufferpool.h b/sys/v4l2/gstv4l2bufferpool.h index 60340c2..cec4207 100644 --- a/sys/v4l2/gstv4l2bufferpool.h +++ b/sys/v4l2/gstv4l2bufferpool.h -@@ -124,6 +124,9 @@ gboolean gst_v4l2_buffer_pool_orphan (GstV4l2Object * v4l2object); +@@ -124,6 +124,9 @@ void gst_v4l2_buffer_pool_enable_resolution_change (GstV4l2Buffer - void gst_v4l2_buffer_pool_enable_resolution_change (GstV4l2BufferPool *self); + void gst_v4l2_buffer_pool_release_buffers (GstV4l2BufferPool * pool); +gboolean gst_v4l2_is_buffer_valid (GstBuffer * buffer, GstV4l2MemoryGroup ** out_group, + gboolean check_writable); diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc index 9e418b86..a2204efb 100644 --- a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc +++ b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc @@ -1,11 +1,11 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/gstreamer1.0-plugins-good:" SRC_URI:append = " \ + file://0001-v4l2jpegenc-Add-support-for-cropping-in-JPEG-Encoder.patch \ file://0002-Adding-support-for-bayer-formats-with-IR-component.patch \ file://0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch \ file://0004-v4l2-Give-preference-to-contiguous-format-if-support.patch \ file://0005-HACK-gstv4l2object-Increase-min-buffers-for-CSI-capt.patch \ - file://0001-v4l2jpegenc-Add-support-for-cropping-in-JPEG-Encoder.patch \ file://0006-v4l2object-use-actual-stream-resolution-for-encoded-.patch \ file://0007-v4l2object-Attempt-non-contiguous-if-contiguous-form.patch \ "
A recent version update in oe-core [1] has bumped the version to 1.28.4. We need to update one of our patches to match the new code base. [1] https://git.openembedded.org/openembedded-core/commit/?h=wrynose&id=810339318721e08a69231c475153cef2e74fe131 Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../0003-v4l2-Changes-for-DMA-Buf-import-j721s2.patch | 8 ++++---- .../gstreamer/gstreamer1.0-plugins-good_1.28-arago.inc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)