gstreamer/subprojects/gst-rtsp-server
Sebastian Dröge 0ef396359c gst: Move GstQueueArray as GstVecDeque to core
And change lengths and indices from guint to gsize for a more correct type.

Also deprecate GstQueueArray and implement it in terms of GstVecDeque.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6779>
2024-05-06 18:25:42 +00:00
..
docs
examples
gst gst: Move GstQueueArray as GstVecDeque to core 2024-05-06 18:25:42 +00:00
scripts
tests
.gitignore
AUTHORS
COPYING
COPYING.LIB
gst-rtsp-server.doap
meson.build
meson_options.txt
NEWS
README
RELEASE
REQUIREMENTS
TODO

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.