summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia
diff options
context:
space:
mode:
authorhschang <chang@dev3>2017-03-24 08:06:25 (GMT)
committerhschang <chang@dev3>2017-03-24 08:06:25 (GMT)
commit191e7ad28321c4e9ef46b0446c02eae60584920d (patch)
treed289f62b216da571385ce5cdbfee23642e5f7c33 /meta-openvuplus/recipes-multimedia
parent4c9d48fd27d1c992872672491b91cb3140009384 (diff)
[gstreamer1.0-plugin-subsink] fix SRC_URI.
Diffstat (limited to 'meta-openvuplus/recipes-multimedia')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
index 2d171db..b5ea091 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
+++ b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
@@ -5,7 +5,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-SRC_URI = "git://git.code.sf.net/p/openpli/gstsubsink;protocol=git;branch=gst-1.0"
+SRC_URI = "git://github.com/OpenPLi/gst-plugin-subsink.git;protocol=git;branch=master"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"