Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | include gstreamer1.0.inc |
| 2 | |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
| 4 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" |
| 5 | |
| 6 | SRC_URI = " \ |
| 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ |
| 8 | file://0001-Fix-crash-with-gst-inspect.patch \ |
| 9 | file://0001-gstinfo-Shorten-__FILE__-on-all-platforms.patch \ |
| 10 | file://inputselector-sticky-events-haven-t-send-out-when-ac-1-4-1.patch \ |
| 11 | file://0002-basesink-Fix-QoS-lateness-checking-if-subclass-imple.patch \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 12 | file://0003-basesink-Shouldn-t-drop-buffer-when-sync-false.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | " |
| 14 | SRC_URI[md5sum] = "88a9289c64a4950ebb4f544980234289" |
| 15 | SRC_URI[sha256sum] = "40801aa7f979024526258a0e94707ba42b8ab6f7d2206e56adbc4433155cb0ae" |
| 16 | |
| 17 | S = "${WORKDIR}/gstreamer-${PV}" |
| 18 | |