GStreamer multimedia framework
Find a file
Jordan Petridis 3254b992aa rtsp-thread-pool.c: fix clang 10 warning
clang 10 is complaining about incompatible types due to the
glib typesystem.

```
../subprojects/gst-rtsp-server/gst/rtsp-server/rtsp-thread-pool.c:534:10: error: incompatible pointer types passing 'typeof ((((void *)0))) *' (aka 'void **') to parameter of type 'GThreadPool **' (aka 'struct _GThreadPool **') [-Werror,-Wincompatible-pointer-types]
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server/-/merge_requests/145>
2020-08-03 19:34:30 +03:00
docs Back to development 2020-07-03 02:04:04 +01:00
examples test-onvif-server: cast ntp-offset property value to 64 bit 2020-06-12 19:02:29 +02:00
gst rtsp-thread-pool.c: fix clang 10 warning 2020-08-03 19:34:30 +03:00
pkgconfig Remove autotools build 2019-10-13 13:52:37 +01:00
scripts meson: set release date from .doap file for releases 2020-07-08 17:28:57 +01:00
tests tests: enforce I420 format 2020-06-08 09:45:15 +02:00
.gitignore Remove autotools build 2019-10-13 13:52:37 +01:00
.gitlab-ci.yml Add Gitlab CI configuration 2018-11-12 16:06:39 +02:00
AUTHORS Initial import 2008-10-09 13:29:12 +01:00
ChangeLog Release 1.17.2 2020-07-03 00:33:55 +01: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.17.2 2020-07-03 00:33:55 +01:00
meson.build meson: set release date from .doap file for releases 2020-07-08 17:28:57 +01:00
meson_options.txt docs: Port to hotdoc 2019-05-13 11:38:39 -04:00
NEWS Release 1.17.2 2020-07-03 00:33:55 +01:00
README Fix typo in README 2015-03-15 12:27:39 +00:00
RELEASE Release 1.17.2 2020-07-03 00:33:55 +01: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.