GStreamer multimedia framework
Find a file
Thibault Saunier 1555143299 Fix build when -Werror=deprecated-declarations is on
As gst_rtsp_session_next_timeout is deprecated.

```
../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-session.c:760:3: error: ‘gst_rtsp_session_next_timeout’ is deprecated: Use 'gst_rtsp_session_next_timeout_usec' instead [-Werror=deprecated-declarations]
   res = (gst_rtsp_session_next_timeout (session, now) == 0);
   ^~~
../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-session.c:685:1: note: declared here
 gst_rtsp_session_next_timeout (GstRTSPSession * session, GTimeVal * now)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2017-11-30 23:58:16 -03:00
common@e8c7a71bf3 Automatic update of common submodule 2017-11-27 20:18:24 +11:00
docs rtsp-media: Enable seeking query before pipeline is complete 2017-11-25 07:53:11 +01:00
examples examples: make test-launch pipeline shared by default as well 2017-03-27 18:19:33 +01:00
gst Fix build when -Werror=deprecated-declarations is on 2017-11-30 23:58:16 -03:00
pkgconfig meson: don't install -uninstalled.pc file 2017-08-18 17:37:01 +01:00
tests check/media: Add seekability test case: not all streams are active 2017-11-27 07:58:42 +01:00
.gitignore Remove generated .spec file 2016-12-16 17:26:04 +00:00
.gitmodules common: use https protocol for common submodule 2016-11-26 11:24:59 +00:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
autogen.sh Automatic update of common submodule 2017-04-10 23:51:12 +01:00
ChangeLog Release 1.12.0 2017-05-04 15:40:46 +03:00
configure.ac autotools: stop controlling symbol visibility with -export-symbols-regex 2017-11-26 13:13:39 +00:00
COPYING Fix FSF address 2012-11-04 00:14:25 +00:00
COPYING.LIB Fix FSF address 2012-11-04 00:14:25 +00:00
gst-rtsp-server.doap Release 1.12.0 2017-05-04 15:40:46 +03:00
Makefile.am win32: remove .def file with exports 2017-11-26 13:14:12 +00:00
meson.build meson: remove vs_module_defs_dir variable which is no longer needed 2017-11-26 16:29:49 +00:00
meson_options.txt meson: add options to set package name and origin 2017-05-20 15:07:31 +01:00
NEWS Release 1.12.0 2017-05-04 15:40:46 +03:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.12.0 2017-05-04 15:40:46 +03:00
REQUIREMENTS Initial import 2008-10-09 13:29:12 +01:00
TODO rtsp: cleanups 2012-11-15 17:11:16 +01:00

gst-rtsp-server is a library on top of GStreamer for building an RTSP server

There are some examples in the examples/ directory and more comprehensive
documentation in docs/README.