summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-multimedia/gstreamer/gst-examples_1.28.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb b/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
index 1dcadd6c1..23f5d9db0 100644
--- a/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
+++ b/recipes-multimedia/gstreamer/gst-examples_1.28.1.bb
@@ -2,7 +2,10 @@
2# downgrade version to compatible imx gstreamer version 2# downgrade version to compatible imx gstreamer version
3 3
4SUMMARY = "GStreamer examples (including gtk-play, gst-play)" 4SUMMARY = "GStreamer examples (including gtk-play, gst-play)"
5DESCRIPTION = "GStreamer example applications" 5DESCRIPTION = "Example applications from the GStreamer source tree, built on \
6 the libgstplay playback library: gtk-play, a GTK+ 3 media \
7 player installed with a desktop entry, and gst-play, its \
8 command-line counterpart."
6HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples" 9HOMEPAGE = "https://gitlab.freedesktop.org/gstreamer/gst-examples"
7BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues" 10BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-examples/-/issues"
8SECTION = "multimedia" 11SECTION = "multimedia"