summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-16 17:33:45 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-16 17:33:45 +0100
commit7dc499b7e5bb1af83490b86ee24b921d11c105f8 (patch)
treeaacb797e89472f0ed27ab95e67605df0ee4f6365
parentd0d21f123c5f0875e41ccf35df9ab1b04b09e122 (diff)
downloadlorries-7dc499b7e5bb1af83490b86ee24b921d11c105f8.tar.gz
Add more gstreamer lorries
Requested by Javier Jardon.
-rw-r--r--open-source-lorries/gst-libav.lorry6
-rw-r--r--open-source-lorries/gstreamer-plugins-bad.lorry6
-rw-r--r--open-source-lorries/gstreamer-plugins-ugly.lorry6
3 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/gst-libav.lorry b/open-source-lorries/gst-libav.lorry
new file mode 100644
index 0000000..43eb9b3
--- /dev/null
+++ b/open-source-lorries/gst-libav.lorry
@@ -0,0 +1,6 @@
+{
+ "gst-libav": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/gstreamer/gst-libav"
+ }
+}
diff --git a/open-source-lorries/gstreamer-plugins-bad.lorry b/open-source-lorries/gstreamer-plugins-bad.lorry
new file mode 100644
index 0000000..b1d6218
--- /dev/null
+++ b/open-source-lorries/gstreamer-plugins-bad.lorry
@@ -0,0 +1,6 @@
+{
+ "gstreamer-plugins-bad": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-bad"
+ }
+}
diff --git a/open-source-lorries/gstreamer-plugins-ugly.lorry b/open-source-lorries/gstreamer-plugins-ugly.lorry
new file mode 100644
index 0000000..e1c5e31
--- /dev/null
+++ b/open-source-lorries/gstreamer-plugins-ugly.lorry
@@ -0,0 +1,6 @@
+{
+ "gstreamer-plugins-ugly": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly"
+ }
+}