projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rtsp-stream: Fix mismatch between allowed and configured protocols
[platform/upstream/gstreamer.git]
/
gst
/
rtsp-sink
/
meson.build
1
rtspsink_sources = [
2
'gstrtspclientsink.c',
3
'plugin.c',
4
]
5
6
rtspsink = library('gstrtspclientsink',
7
rtspsink_sources,
8
c_args : rtspserver_args,
9
include_directories : rtspserver_incs,
10
dependencies : [gstrtsp_dep, gstsdp_dep, gst_rtsp_server_dep],
11
install : true,
12
install_dir : plugins_install_dir)