add gst-plugins-rs
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>
Tue, 19 Nov 2019 09:04:05 +0000 (14:34 +0530)
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>
Tue, 24 Dec 2019 03:55:40 +0000 (09:25 +0530)
Fix #63

.gitignore
meson.build
meson_options.txt
subprojects/gst-plugins-rs.wrap [new file with mode: 0644]

index 165e314..c724360 100644 (file)
@@ -11,6 +11,7 @@ gst-omx
 gst-plugins-bad
 gst-plugins-base
 gst-plugins-good
+gst-plugins-rs
 gst-plugins-ugly
 gst-python
 gst-rtsp-server
@@ -31,6 +32,7 @@ subprojects/gst-omx
 subprojects/gst-plugins-bad
 subprojects/gst-plugins-base
 subprojects/gst-plugins-good
+subprojects/gst-plugins-rs
 subprojects/gst-plugins-ugly
 subprojects/gst-python
 subprojects/gst-rtsp-server
index b1d2a41..5a5f6d2 100644 (file)
@@ -73,6 +73,7 @@ subprojects = [
   ['pygobject', { 'option': get_option('python'), 'match_gst_version': false }],
   ['gst-python', { 'option': get_option('python'), 'has-plugins': true}],
   ['gst-examples', { 'option': get_option('gst-examples'), 'match_gst_versions': false}],
+  ['gst-plugins-rs', { 'option': get_option('rs'), 'has-plugins': true, 'match_gst_version': false}],
 ]
 
 symlink = '''
index 5ae2ea2..b7b7440 100644 (file)
@@ -11,6 +11,7 @@ option('vaapi', type : 'feature', value : 'auto')
 option('sharp', type : 'feature', value : 'disabled')
 option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
 option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
+option('rs', type : 'feature', value : 'auto')
 
 # Common options, automatically inherited by subprojects
 option('examples', type : 'feature', value : 'auto', description : 'Build examples')
diff --git a/subprojects/gst-plugins-rs.wrap b/subprojects/gst-plugins-rs.wrap
new file mode 100644 (file)
index 0000000..1dd32a7
--- /dev/null
@@ -0,0 +1,5 @@
+[wrap-git]
+directory=gst-plugins-rs
+url=https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
+push-url=git@gitlab.freedesktop.org:gstreamer/gst-plugins-rs.git
+revision=master