diff mbox series

[04/10] gst-examples: upgrade 1.28.6 -> 1.28.7

Message ID 20260908-mathieu-gstreamer-1-28-7-v1-4-9694738804f6@bootlin.com
State Under Review
Headers show
Series gstreamer1.0: upgrade 1.28.6 -> 1.28.7 | expand

Commit Message

Mathieu Dubois-Briand Sept. 8, 2026, 9:58 a.m. UTC
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 .../0001-Make-player-examples-installable.patch           |  6 +++---
 ...xamples-gtk-show-player-warnings-in-a-dialog-box.patch | 15 ++++++---------
 .../{gst-examples_1.28.6.bb => gst-examples_1.28.7.bb}    |  2 +-
 3 files changed, 10 insertions(+), 13 deletions(-)

Comments

patchtest@automation.yoctoproject.org Sept. 8, 2026, 10:20 a.m. UTC | #1
Thank you for your submission. Patchtest identified one
or more issues with the patch. Please see the log below for
more information:

---
Testing patch /home/patchtest/share/mboxes/04-10-gst-examples-upgrade-1.28.6---1.28.7.patch

FAIL: test commit message presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence)

PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files)
PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore)
PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence)
PASS: test auh changelog truncation notice (test_mbox.TestMbox.test_auh_changelog_truncation_notice)
PASS: test author valid (test_mbox.TestMbox.test_author_valid)
PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags)
PASS: test lic files chksum modified not mentioned (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned)
PASS: test max line length (test_metadata.TestMetadata.test_max_line_length)
PASS: test mbox format (test_mbox.TestMbox.test_mbox_format)
PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade)
PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format)
PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length)
PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files)
PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list)

SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint)
SKIP: test CVE tag format: No new source patches introduced (test_patch.TestPatch.test_cve_tag_format)
SKIP: test Signed-off-by presence: No new source patches introduced (test_patch.TestPatch.test_signed_off_by_presence)
SKIP: test Upstream-Status presence: No new source patches introduced (test_patch.TestPatch.test_upstream_status_presence_format)
SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format)
SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence)
SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence)
SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint)
SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head)
SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence)

---

Please address the issues identified and
submit a new revision of the patch, or alternatively, reply to this
email with an explanation of why the patch should be accepted. If you
believe these results are due to an error in patchtest, please submit a
bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category
under 'Yocto Project Subprojects'). For more information on specific
failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank
you!
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
index e7862b40e795..caf2e02980bc 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
@@ -1,4 +1,4 @@ 
-From 75ff9436c9ff965327d6dad256c0a1539435b13a Mon Sep 17 00:00:00 2001
+From c93f7aba35171abfc913684a26f85a03714e2a4c Mon Sep 17 00:00:00 2001
 From: Jussi Kukkonen <jussi.kukkonen@intel.com>
 Date: Thu, 17 Aug 2017 11:07:02 +0300
 Subject: [PATCH] Make player examples installable
@@ -13,7 +13,7 @@  https://bugzilla.gnome.org/show_bug.cgi?id=777827
  2 files changed, 2 insertions(+)
 
 diff --git a/playback/player/gst-play/meson.build b/playback/player/gst-play/meson.build
-index 5e80ca8dd4..129e5bdcbe 100644
+index 5e80ca8dd4a8..129e5bdcbe3d 100644
 --- a/playback/player/gst-play/meson.build
 +++ b/playback/player/gst-play/meson.build
 @@ -2,5 +2,6 @@ executable('gst-play',
@@ -24,7 +24,7 @@  index 5e80ca8dd4..129e5bdcbe 100644
      dependencies : [gst_dep, dependency('gstreamer-play-1.0'), m_dep])
  
 diff --git a/playback/player/gtk/meson.build b/playback/player/gtk/meson.build
-index 6892f15254..20d7505877 100644
+index 6892f152544f..20d7505877c2 100644
 --- a/playback/player/gtk/meson.build
 +++ b/playback/player/gtk/meson.build
 @@ -21,5 +21,6 @@ if gtk_dep.found()
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples/0002-examples-gtk-show-player-warnings-in-a-dialog-box.patch b/meta/recipes-multimedia/gstreamer/gst-examples/0002-examples-gtk-show-player-warnings-in-a-dialog-box.patch
index b437b7a998f5..cb9b815488ec 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples/0002-examples-gtk-show-player-warnings-in-a-dialog-box.patch
+++ b/meta/recipes-multimedia/gstreamer/gst-examples/0002-examples-gtk-show-player-warnings-in-a-dialog-box.patch
@@ -1,4 +1,4 @@ 
-From 11d95270c5216bbe4d0f011c219374800b9ac627 Mon Sep 17 00:00:00 2001
+From 1609881b8d1246e85d9eb68275d54d28e2170301 Mon Sep 17 00:00:00 2001
 From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
 Date: Tue, 25 Aug 2026 11:03:34 +0200
 Subject: [PATCH] examples: gtk: show player warnings in a dialog box
@@ -9,11 +9,11 @@  a dialog box with the warning message coming from the gstplay instance.
 Upstream-Status: Submitted [https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/12346]
 Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
 ---
- .../gst-examples/playback/player/gtk/gtk-play.c   | 15 +++++++++++++++
- 1 file changed, 15 insertions(+)
+ .../playback/player/gtk/gtk-play.c            | 20 +++++++++++++++++++
+ 1 file changed, 20 insertions(+)
 
-diff --git a/playback/player/gtk/gtk-play.c b/subprojects/gst-examples/playback/player/gtk/gtk-play.c
-index fb83f6be29c5..0b87bcb03171 100644
+diff --git a/playback/player/gtk/gtk-play.c b/playback/player/gtk/gtk-play.c
+index fb83f6be29c5..2310c716f2e9 100644
 --- a/playback/player/gtk/gtk-play.c
 +++ b/playback/player/gtk/gtk-play.c
 @@ -88,6 +88,7 @@ typedef struct
@@ -55,7 +55,7 @@  index fb83f6be29c5..0b87bcb03171 100644
  static GObject *
  gtk_play_constructor (GType type, guint n_construct_params,
      GObjectConstructParam * construct_params)
-@@ -1774,6 +1791,8 @@ gtk_play_constructor (GType type, guint n_construct_params,
+@@ -1774,6 +1792,8 @@ gtk_play_constructor (GType type, guint n_construct_params,
        G_CALLBACK (media_info_updated_cb), self);
    g_signal_connect (self->signal_adapter, "volume-changed",
        G_CALLBACK (player_volume_changed_cb), self);
@@ -64,6 +64,3 @@  index fb83f6be29c5..0b87bcb03171 100644
  
    /* enable visualization (by default playbin uses goom) */
    /* if visualization is enabled then use the first element */
--- 
-2.47.3
-
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.28.6.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.7.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.28.6.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.28.7.bb
index b46b8b2d5239..627bc9013710 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.28.6.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.28.7.bb
@@ -13,7 +13,7 @@  SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b
            file://gst-player.desktop \
            "
 
-SRCREV = "2d3e05cbdad68e47d645f548899b432dc9fb4473"
+SRCREV = "070125524a8422e29d3b69a372ed4f62fd343ffa"
 
 S = "${UNPACKDIR}/${BP}/subprojects/gst-examples"