aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-gstreamer-ti.bb
blob: e7e13e56356c0fa0432eb22be2ccad3a8a6aaddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Task for installing gstreamer plugins on TI platforms

PR = "r2"

DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly"

GST_CODEC_ELEMENT = " \
	gstreamer-ti \
	gstreamer-ti-demo-script \
"

GST_CODEC_ELEMENT_am3517-evm = "\
	gst-ffmpeg \
	gst-omapfb \
"

RDEPENDS_${PN} = " \
	gst-plugins-base-meta \
	gst-plugins-good-meta \
	gst-plugins-bad-meta \
	gst-plugins-ugly-meta \
	${GST_CODEC_ELEMENT} \
"

inherit task

PACKAGE_ARCH = "${MACHINE_ARCH}"