summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb21
1 files changed, 18 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
index f9b5f3e223..5be76db83c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
@@ -16,11 +16,12 @@ SRC_URI = " \
16 file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ 16 file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \
17" 17"
18 18
19PV = "1.7.1+git${SRCPV}" 19PV = "1.7.2+git${SRCPV}"
20
20UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
21 22
22SRCREV_base = "3a088ecc9330d5cb8888ff43de0fe4f61c23a607" 23SRCREV_base = "50ae46cc0f8827bf966920d9c221e5cf86e811ba"
23SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" 24SRCREV_common = "a25397448942079002622be231e9ec49b985745a"
24SRCREV_FORMAT = "base" 25SRCREV_FORMAT = "base"
25 26
26S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
@@ -31,6 +32,20 @@ S = "${WORKDIR}/git"
31# This should move back to the common .inc once the main recipe updates to 1.8.x 32# This should move back to the common .inc once the main recipe updates to 1.8.x
32PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" 33PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl"
33 34
35# The tinyalsa plugin was added prior to the 1.7.2 release
36# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c8bd74fa9a81398f57d976c478d2043f30188684
37PACKAGECONFIG[tinyalsa] = "--enable-tinyalsa,--disable-tinyalsa,tinyalsa"
38
39# The vulkan based video sink plugin was added prior to the 1.7.2 release
40# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5de6dd9f40629562acf90e35e1fa58464d66617d
41PACKAGECONFIG[vulkan] = "--enable-vulkan,--disable-vulkan,libxcb"
42
43# The dependency-less netsim plugin was added prior to the 1.7.2 release
44# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5
45EXTRA_OECONF += " \
46 --enable-netsim \
47"
48
34do_configure_prepend() { 49do_configure_prepend() {
35 ${S}/autogen.sh --noconfigure 50 ${S}/autogen.sh --noconfigure
36} 51}