SUMMARY = "GStreamer Perf 1.0" DESCRIPTION = "GStreamer element to measure fps and performance" HOMEPAGE = "https://github.com/RidgeRun/gst-perf-autotools" SECTION = "multimedia" LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=5f30f0716dfdd0d91eb439ebec522ec2" inherit autotools pkgconfig gettext DEPENDS += "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad" SRCBRANCH ?= "master" SRCREV ?= "d50ddc4a8c0dedd4f2de77d7f3f570548a1a0d76" SRC_URI = "git://github.com/RidgeRun/gst-perf.git;protocol=https;branch=${SRCBRANCH}" S = "${WORKDIR}/git" FILES:${PN} += "${libdir}/gstreamer-1.0/libgstperf.so"