[pitivi/clipprops] flatpak: Force GStreamer 1.18 so we release




commit b4c4ade02dffd109df72bcddedf696095e31cb5c
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Sep 30 09:01:50 2020 +0200

    flatpak: Force GStreamer 1.18 so we release

 build/flatpak/org.pitivi.Pitivi.json | 20 ++++++++++----------
 build/flatpak/pitivi-flatpak         |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/build/flatpak/org.pitivi.Pitivi.json b/build/flatpak/org.pitivi.Pitivi.json
index ba496d1ff..f5c1a5cd2 100644
--- a/build/flatpak/org.pitivi.Pitivi.json
+++ b/build/flatpak/org.pitivi.Pitivi.json
@@ -350,7 +350,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git";
                 }
             ]
@@ -368,7 +368,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git";
                 }
             ]
@@ -384,7 +384,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git";
                 }
             ]
@@ -400,7 +400,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git";
                 }
             ]
@@ -417,7 +417,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git";
                 }
             ]
@@ -433,7 +433,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "disable-shallow-clone": true,
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git";
                 },
@@ -462,7 +462,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-python.git";
                 }
             ]
@@ -478,7 +478,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-devtools.git";
                 }
             ]
@@ -494,7 +494,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git";
                 }
             ]
@@ -510,7 +510,7 @@
             "sources": [
                 {
                     "type": "git",
-                    "branch": "master",
+                    "branch": "1.18",
                     "url": "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git";
                 }
             ]
diff --git a/build/flatpak/pitivi-flatpak b/build/flatpak/pitivi-flatpak
index d7c9137de..1f1809cfa 100755
--- a/build/flatpak/pitivi-flatpak
+++ b/build/flatpak/pitivi-flatpak
@@ -38,7 +38,7 @@ FLATPAK_REQ = [
     ("flatpak-builder", "0.10.0"),
 ]
 FLATPAK_VERSION = {}
-DEFAULT_GST_BRANCH = 'master'
+DEFAULT_GST_BRANCH = '1.18'
 
 
 class Colors:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]