summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia
diff options
context:
space:
mode:
authorhschang <chang@dev3>2018-03-02 07:22:38 (GMT)
committerhschang <chang@dev3>2018-03-02 07:22:38 (GMT)
commit3fbd23639c835271eb9ddf8ea6a49ad31211e093 (patch)
tree12d2f9ccdb311afc07c4f69b6874018aaad7a2d9 /meta-openvuplus/recipes-multimedia
parent2c2a0a3ac6bb9146f3306bbd7164d9b82b3b0bfd (diff)
fix SRC_URI for minidlna, dvbmediasink, dvbsnoop.
Diffstat (limited to 'meta-openvuplus/recipes-multimedia')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
index a3fa375..dccd0d1 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
+++ b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
@@ -8,16 +8,16 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base libdca"
GSTVERSION = "1.0"
+PR = "r6"
+SRCREV = "e83973478549ecb52067f30a3537b590d83401d6"
SRC_URI = " \
- git://git.code.sf.net/p/openpli/gst-plugin-dvbmediasink;protocol=git;branch=gst-1.0 \
+ git://github.com/OpenPLi/gst-plugin-dvbmediasink.git;protocol=git;branch=gst-1.0 \
file://dvbmediasink_h265.patch \
file://audiosink_change_message_mode_to_sync.diff \
file://dvbmediasink_divx4.patch \
file://audiosink_mpeg4_aac_header.patch \
file://videosink_ffmpeg_mpeg4_nofourcc.patch \
"
-#SRCREV = "${AUTOREV}"
-SRCREV = "e83973478549ecb52067f30a3537b590d83401d6"
S = "${WORKDIR}/git"
@@ -25,7 +25,6 @@ inherit gitpkgv
PV = "${GSTVERSION}+git${SRCPV}"
PKGV = "${GSTVERSION}+git${GITPKGV}"
-PR = "r5"
inherit autotools pkgconfig