Add gst-rtsp-server
authorTim-Philipp Müller <tim@centricular.com>
Wed, 26 Oct 2016 23:30:32 +0000 (00:30 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 26 Oct 2016 23:30:32 +0000 (00:30 +0100)
.gitignore
meson.build
meson_options.txt
subprojects/gst-rtsp-server.wrap [new file with mode: 0644]

index 5c4855f..1494291 100644 (file)
@@ -7,6 +7,7 @@ gst-plugins-base
 gst-plugins-good
 gst-plugins-ugly
 gst-python
+gst-rtsp-server
 gstreamer
 __pycache__
 meson/
@@ -18,5 +19,6 @@ subprojects/gst-plugins-base/
 subprojects/gst-plugins-good/
 subprojects/gst-plugins-ugly/
 subprojects/gst-python/
+subprojects/gst-rtsp-server/
 subprojects/gstreamer/
 subprojects/glib/
index e93c370..861ef7d 100644 (file)
@@ -55,6 +55,10 @@ if not get_option('disable_gst_editing_services')
     subprojects += ['gst-editing-services']
 endif
 
+if not get_option('disable_rtsp_server')
+    subprojects += ['gst-rtsp-server']
+endif
+
 python3 = find_program('python3')
 symlink = '''
 import os
index 63d41bf..049ec4e 100644 (file)
@@ -4,3 +4,4 @@ option('disable_gst_plugins_ugly', type : 'boolean', value : false)
 option('disable_gst_plugins_bad', type : 'boolean', value : false)
 option('disable_gst_devtools', type : 'boolean', value : false)
 option('disable_gst_editing_services', type : 'boolean', value : false)
+option('disable_rtsp_server', type : 'boolean', value : false)
diff --git a/subprojects/gst-rtsp-server.wrap b/subprojects/gst-rtsp-server.wrap
new file mode 100644 (file)
index 0000000..8d92963
--- /dev/null
@@ -0,0 +1,4 @@
+[wrap-git]
+directory=gst-rtsp-server
+url=git://anongit.freedesktop.org/gstreamer/gst-rtsp-server
+revision=master