From 9ef372a0bc877e7c054130ad050a6d37ff4665e0 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 5 Sep 2023 12:08:40 +0300 Subject: [PATCH] symbol_index: Add srtsink:auto-reconnect and srtsrc:authentication This is followup of 9072424eb31bbde335e550365b7259ca70b1c31f The plugin wasn't built in the CI so it was missed. The properties were added in the Class in the commit above but not for the elements index. Part-of: --- subprojects/gst-docs/symbols/symbol_index.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-docs/symbols/symbol_index.json b/subprojects/gst-docs/symbols/symbol_index.json index 3ed834ebeb..87c8b45bfa 100644 --- a/subprojects/gst-docs/symbols/symbol_index.json +++ b/subprojects/gst-docs/symbols/symbol_index.json @@ -66399,6 +66399,7 @@ "srtsink", "srtsink::caller-added", "srtsink::caller-removed", + "srtsink:auto-reconnect", "srtsink:latency", "srtsink:localaddress", "srtsink:localport", @@ -66413,6 +66414,7 @@ "srtsrc", "srtsrc::caller-added", "srtsrc::caller-removed", + "srtsrc:authentication", "srtsrc:latency", "srtsrc:localaddress", "srtsrc:localport",