mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
symbol_index: Add srtsink:auto-reconnect and srtsrc:authentication
This is followup of 9072424eb3
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1060>
This commit is contained in:
parent
3779eb5c83
commit
9ef372a0bc
1 changed files with 2 additions and 0 deletions
|
@ -66399,6 +66399,7 @@
|
||||||
"srtsink",
|
"srtsink",
|
||||||
"srtsink::caller-added",
|
"srtsink::caller-added",
|
||||||
"srtsink::caller-removed",
|
"srtsink::caller-removed",
|
||||||
|
"srtsink:auto-reconnect",
|
||||||
"srtsink:latency",
|
"srtsink:latency",
|
||||||
"srtsink:localaddress",
|
"srtsink:localaddress",
|
||||||
"srtsink:localport",
|
"srtsink:localport",
|
||||||
|
@ -66413,6 +66414,7 @@
|
||||||
"srtsrc",
|
"srtsrc",
|
||||||
"srtsrc::caller-added",
|
"srtsrc::caller-added",
|
||||||
"srtsrc::caller-removed",
|
"srtsrc::caller-removed",
|
||||||
|
"srtsrc:authentication",
|
||||||
"srtsrc:latency",
|
"srtsrc:latency",
|
||||||
"srtsrc:localaddress",
|
"srtsrc:localaddress",
|
||||||
"srtsrc:localport",
|
"srtsrc:localport",
|
||||||
|
|
Loading…
Reference in a new issue