]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gstreamer1.0: upgrade 1.26.3 -> 1.26.5
authorLiu Yiding <liuyd.fnst@fujitsu.com>
Tue, 19 Aug 2025 03:34:25 +0000 (11:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Aug 2025 20:47:33 +0000 (21:47 +0100)
Changelog:
==================
- aggregator: add sub_latency_min to pad queue size
- build: Disable C5287 warning on MSVC

Release note:
https://gstreamer.freedesktop.org/releases/1.26/#1.26.5

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch
meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch
meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch
meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch
meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.5.bb [moved from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.3.bb with 97% similarity]

index 5db93c5be19afb41e9226a635c14ed99967657e0..e1d870b04059fc864dd2b261931ef306d022e688 100644 (file)
@@ -1,4 +1,4 @@
-From cb49c5433f343aa9ae6c0656d2e835365330922b Mon Sep 17 00:00:00 2001
+From ad4c577ff8d29f6dbaf5ca2d013e9d21c44f9122 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sun, 11 Apr 2021 19:48:13 +0100
 Subject: [PATCH] tests: respect the idententaion used in meson
@@ -11,10 +11,10 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  1 file changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/tests/check/meson.build b/tests/check/meson.build
-index e8419fc..4cc4618 100644
+index 78a6f9a..e3cb966 100644
 --- a/tests/check/meson.build
 +++ b/tests/check/meson.build
-@@ -149,11 +149,11 @@ foreach t : core_tests
+@@ -154,11 +154,11 @@ foreach t : core_tests
  
    if not skip_test
      exe = executable(test_name, fname,
index ba8e41066925d3f06cfa86d3dc4f277fb7071a60..ccfc86981312be9415dcd8f581a96eda2232d3f4 100644 (file)
@@ -1,4 +1,4 @@
-From bfb530d2f0761f28c2645e2c45de5147b0528e4d Mon Sep 17 00:00:00 2001
+From c33063360791e178de138304e29ab2264582d917 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sun, 11 Apr 2021 19:48:13 +0100
 Subject: [PATCH] tests: add support for install the tests
@@ -19,7 +19,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  create mode 100644 tests/check/template.test.in
 
 diff --git a/meson.build b/meson.build
-index ba50005..09c7212 100644
+index 0a77e90..cadfaeb 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -664,6 +664,10 @@ if bashcomp_dep.found()
@@ -46,10 +46,10 @@ index 39255cf..78af552 100644
  # Feature options
  option('check', type : 'feature', value : 'auto', description : 'Build unit test libraries')
 diff --git a/tests/check/meson.build b/tests/check/meson.build
-index 4cc4618..f290e2e 100644
+index e3cb966..e4df289 100644
 --- a/tests/check/meson.build
 +++ b/tests/check/meson.build
-@@ -128,10 +128,16 @@ test_defines = [
+@@ -133,10 +133,16 @@ test_defines = [
    '-UG_DISABLE_ASSERT',
    '-UG_DISABLE_CAST_CHECKS',
    '-DGST_CHECK_TEST_ENVIRONMENT_BEACON="GST_STATE_IGNORE_ELEMENTS"',
@@ -67,7 +67,7 @@ index 4cc4618..f290e2e 100644
  # sanity checking
  if get_option('check').disabled()
    if get_option('tests').enabled()
-@@ -154,6 +160,8 @@ foreach t : core_tests
+@@ -159,6 +165,8 @@ foreach t : core_tests
        include_directories : [configinc],
        link_with : link_with_libs,
        dependencies : gst_deps + test_deps,
@@ -76,7 +76,7 @@ index 4cc4618..f290e2e 100644
      )
  
      env = environment()
-@@ -165,6 +173,18 @@ foreach t : core_tests
+@@ -170,6 +178,18 @@ foreach t : core_tests
      env.set('GST_PLUGIN_SCANNER_1_0', gst_scanner_dir + '/gst-plugin-scanner')
      env.set('GST_PLUGIN_LOADING_WHITELIST', 'gstreamer')
  
index 79e494a22a16d95454c528e1cb42779f19a0b2cd..1236290e2b601fe072047fcc63451235d02e5b44 100644 (file)
@@ -1,4 +1,4 @@
-From d24110809da4588354ad3df4ae99556e8c62838a Mon Sep 17 00:00:00 2001
+From 374c6ace83e9697aae0b21ba26f316b79279c39c Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sat, 24 Apr 2021 10:34:47 +0100
 Subject: [PATCH] tests: use a dictionaries for environment
@@ -14,10 +14,10 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  1 file changed, 13 insertions(+), 8 deletions(-)
 
 diff --git a/tests/check/meson.build b/tests/check/meson.build
-index f290e2e..a3ffcb6 100644
+index e4df289..b840005 100644
 --- a/tests/check/meson.build
 +++ b/tests/check/meson.build
-@@ -164,14 +164,19 @@ foreach t : core_tests
+@@ -169,14 +169,19 @@ foreach t : core_tests
        install: installed_tests_enabled,
      )
  
index 4b1aad2616a129d478c033721be86901b8a82266..df382a4445d114b8cf13f709a0148406260727e8 100644 (file)
@@ -1,4 +1,4 @@
-From 3b9ae399b57cfb6e332fac6a90997a3abd33c819 Mon Sep 17 00:00:00 2001
+From e31ab477eed061cc72ed6795b483795d53af6dfc Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sun, 2 May 2021 01:58:01 +0100
 Subject: [PATCH] tests: add helper script to run the installed_tests
@@ -18,10 +18,10 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  create mode 100755 tests/check/template.sh.in
 
 diff --git a/tests/check/meson.build b/tests/check/meson.build
-index a3ffcb6..b907dcf 100644
+index b840005..252da14 100644
 --- a/tests/check/meson.build
 +++ b/tests/check/meson.build
-@@ -188,6 +188,23 @@ foreach t : core_tests
+@@ -193,6 +193,23 @@ foreach t : core_tests
          install_dir: installed_tests_metadir,
          configuration: test_conf
        )
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.5.bb
index 9de76944fb28e49c0b51f207207d7be4bc712a7a..4c800c22d41a402d5e50fbbdac8f57f296c69b26 100644 (file)
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
            file://0003-tests-use-a-dictionaries-for-environment.patch \
            file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
            "
-SRC_URI[sha256sum] = "dc661603221293dccc740862425eb54fbbed60fb29d08c801d440a6a3ff82680"
+SRC_URI[sha256sum] = "0a7edb0e7b42dbe6b575fce61a4808a3f6b20e085a1eaecbc025d0ec21f1e774"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
                    check \