summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorErnest Van Hoecke <ernest.vanhoecke@toradex.com>2026-07-28 18:44:03 +0200
committerErnest Van Hoecke <ernest.vanhoecke@toradex.com>2026-07-28 18:52:58 +0200
commit464761e868e1a6c4b376e845c3f5df183d1efb66 (patch)
treee5bd12720807f2ef1dc45e30a3e77730b15323ab /recipes-multimedia
parent103415ca850264c14cc6f72f96e76bdb2f3d1bce (diff)
downloadmeta-freescale-464761e868e1a6c4b376e845c3f5df183d1efb66.tar.gz
gst-examples: Refresh 0001-Make-player-examples-installable.patch
The GStreamer 1.28.1 update introduced the following build error: ERROR: gst-examples-1.28.1-r0 do_patch: Applying patch '[...]/layers/meta-freescale/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch' on target directory '/var/home/vhe/build/bitbake-builds/tdxref-master-qcom/build/tmp/work/cortexa55-mx95-tdx-linux/gst-examples/1.28.1/sources/gst-examples-1.28.1/subprojects/gst-examples' CmdError('quilt --quiltrc [...]/build/tmp/work/cortexa55-mx95-tdx-linux/gst-examples/1.28.1/recipe-sysroot-native/etc/quiltrc push', 1, 'stdout: Applying patch 0001-Make-player-examples-installable.patch patching file playback/player/gst-play/meson.build patching file playback/player/gtk/meson.build Hunk #1 FAILED at 20. 1 out of 1 hunk FAILED -- rejects in file playback/player/gtk/meson.build Patch 0001-Make-player-examples-installable.patch does not apply (enforce with -f) Refresh 0001-Make-player-examples-installable.patch against gst-examples 1.28.1 so the gtk-play hunk matches the current dependency list, which now includes gmodule_dep. Fixes: 843ac09e88a2 ("gst/gstreamer: Bump 1.26.6 -> 1.28.1") Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch b/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
index 828c87dc9..f3e42fece 100644
--- a/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
+++ b/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch
@@ -17,7 +17,7 @@ Index: gst-examples/playback/player/gst-play/meson.build
17=================================================================== 17===================================================================
18--- gst-examples.orig/playback/player/gst-play/meson.build 18--- gst-examples.orig/playback/player/gst-play/meson.build
19+++ gst-examples/playback/player/gst-play/meson.build 19+++ gst-examples/playback/player/gst-play/meson.build
20@@ -2,5 +2,6 @@ executable('gst-play', 20@@ -2,5 +2,6 @@
21 ['gst-play.c', 21 ['gst-play.c',
22 'gst-play-kb.c', 22 'gst-play-kb.c',
23 'gst-play-kb.h'], 23 'gst-play-kb.h'],
@@ -28,10 +28,10 @@ Index: gst-examples/playback/player/gtk/meson.build
28=================================================================== 28===================================================================
29--- gst-examples.orig/playback/player/gtk/meson.build 29--- gst-examples.orig/playback/player/gtk/meson.build
30+++ gst-examples/playback/player/gtk/meson.build 30+++ gst-examples/playback/player/gtk/meson.build
31@@ -20,5 +20,6 @@ if gtk_dep.found() 31@@ -21,5 +21,6 @@
32 'gtk-video-renderer.h', 32 'gtk-video-renderer.h',
33 'gtk-video-renderer.c'], 33 'gtk-video-renderer.c'],
34 c_args : extra_c_args, 34 c_args : extra_c_args,
35+ install: true, 35+ install: true,
36 dependencies : [gst_dep, gsttag_dep, gstplay_dep, gtk_dep, x11_dep]) 36 dependencies : [gst_dep, gsttag_dep, gstplay_dep, gtk_dep, x11_dep, gmodule_dep])
37 endif 37 endif