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"
 
