add gst-plugins-rs

Fix #63
This commit is contained in:
Guillaume Desmottes 2019-11-19 14:34:05 +05:30
parent cca62a11f5
commit 20fc4b92b8
4 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View 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

View 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 = '''

View 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')

View file

@ -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