Matthew Waters 67e364b34d rtsp-stream: remove unused variable:
Fixes:

../gst/rtsp-server/rtsp-stream.c:2670:9: error: variable 'n_messages' set but not used [-Werror,-Wunused-but-set-variable]
  guint n_messages = 0;
        ^

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2046>
2022-03-28 10:30:23 +00:00
..
2022-02-04 22:59:41 +00:00
2022-03-28 10:30:23 +00:00
2022-02-03 20:03:15 +00:00
2022-02-03 20:03:15 +00:00
2022-02-03 20:03:15 +00:00
2022-02-03 20:03:15 +00: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.