blob: 5f2227558e3cd27471ea19fe30d1611518d43ff5 (
plain)
1
2
3
4
5
6
7
|
# gstreamer1.0-plugins-bad contains:
# * videoparsersbad plugin which contains h264parse element needed to demonstrate H.264 hardware decoding
# * waylandsink plugin
MACHINE_EXTRA_RDEPENDS:append = " \
kernel-module-virtio-video \
gstreamer1.0-plugins-bad \
"
|