new add on amiko alien 5 in github
https://github.com/o.../meta-linkdroid
[alien5] gst aml av sink so for 1.13, and kernel for tuner snr agc value
# Amlogic GStreamer plugins to send audio es to aml dsp and video es to aml hw decoder. # decode and render will be complete at kernel level. SECTION = "multimedia" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r3" inherit lib_package pkgconfig ### TODO: ## cram plugins as did not have time to check which ones provide gst/video headers ## QA still complains about host headers used, does not make any sense DEPENDS = " gstreamer1.0 linkdroid-libamcodec-${MACHINE} linkdroid-libamavutils-${MACHINE} gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly " SRC_URI = "file://gst-aml-plugins-1.0.zip" S = "${WORKDIR}/gst-aml-plugins-1.0" SUMMARY = "GStreamer AML AVsink plugin"