summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
diff options
context:
space:
mode:
authorsmlee <smlee@dev3>2022-04-18 04:41:08 (GMT)
committersmlee <smlee@dev3>2022-04-18 04:41:08 (GMT)
commit3a620392786312e9a34537828f7189ab272b17e0 (patch)
tree6207c1947c8ceb88f70c496c9aa81a40c11038f0 /meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
parent149a169a9c4d40e02f1153c5f7df1b304601e03b (diff)
Fix SRC_URI for github
- use protocol=https - https://github.blog/2021-09-01-improving-git-protocol-security-github/
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb2
1 files changed, 1 insertions, 1 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 dccd0d1..cbfd6e5 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
+++ b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-dvbmediasink.bb
@@ -11,7 +11,7 @@ GSTVERSION = "1.0"
PR = "r6"
SRCREV = "e83973478549ecb52067f30a3537b590d83401d6"
SRC_URI = " \
- git://github.com/OpenPLi/gst-plugin-dvbmediasink.git;protocol=git;branch=gst-1.0 \
+ git://github.com/OpenPLi/gst-plugin-dvbmediasink.git;protocol=https;branch=gst-1.0 \
file://dvbmediasink_h265.patch \
file://audiosink_change_message_mode_to_sync.diff \
file://dvbmediasink_divx4.patch \