srtobject: add caller address to stats structure
authorJakub Adam <jakub.adam@collabora.com>
Wed, 4 Nov 2020 16:14:03 +0000 (17:14 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 3 Feb 2021 16:23:33 +0000 (16:23 +0000)
commit4a58af4352a75f277dd9d193deddee9a8e30dc77
treea0fc12f52e1b8c96e45c2f6c0d4ba816744081e4
parentae66a5772c609c10eeaa02fb270f86e606144597
srtobject: add caller address to stats structure

In listener mode, gst_stats() returns an independent set of
statistics for every connected caller. Having the caller's IP and port
present in each structure allows to correlate the statistics with a
particular caller that has been announced by "caller-added" signal.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1772>
ext/srt/gstsrtobject.c