mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-10 19:41:04 +00:00
rtsp-server/gir: Document manually implemented types and functions
This commit is contained in:
parent
09d39a9cbb
commit
be33e4f776
1 changed files with 14 additions and 4 deletions
|
@ -55,12 +55,12 @@ manual = [
|
||||||
"Gst.Bin",
|
"Gst.Bin",
|
||||||
"GstNet.NetTimeProvider",
|
"GstNet.NetTimeProvider",
|
||||||
"GstRtsp.RTSPAuthMethod",
|
"GstRtsp.RTSPAuthMethod",
|
||||||
"GstRtsp.RTSPUrl",
|
"GstRtsp.RTSPLowerTrans",
|
||||||
|
"GstRtsp.RTSPProfile",
|
||||||
|
"GstRtsp.RTSPRangeUnit",
|
||||||
"GstRtsp.RTSPResult",
|
"GstRtsp.RTSPResult",
|
||||||
"GstRtsp.RTSPStatusCode",
|
"GstRtsp.RTSPStatusCode",
|
||||||
"GstRtsp.RTSPRangeUnit",
|
"GstRtsp.RTSPUrl",
|
||||||
"GstRtsp.RTSPProfile",
|
|
||||||
"GstRtsp.RTSPLowerTrans"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
|
@ -113,6 +113,11 @@ name = "GstRtspServer.RTSPThread"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
ref_mode = "ref"
|
ref_mode = "ref"
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "stop"
|
||||||
|
# Moved to RTSPThreadRef
|
||||||
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Gst.ClockTime"
|
name = "Gst.ClockTime"
|
||||||
status = "manual"
|
status = "manual"
|
||||||
|
@ -146,6 +151,11 @@ manual_traits = ["RTSPClientExtManual"]
|
||||||
name = "attach"
|
name = "attach"
|
||||||
manual = true
|
manual = true
|
||||||
|
|
||||||
|
[[object.function]]
|
||||||
|
name = "set_send_func"
|
||||||
|
# user_data takes raw pointer
|
||||||
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "GstRtspServer.RTSPStream"
|
name = "GstRtspServer.RTSPStream"
|
||||||
status = "generate"
|
status = "generate"
|
||||||
|
|
Loading…
Reference in a new issue