mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +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",
|
||||
"GstNet.NetTimeProvider",
|
||||
"GstRtsp.RTSPAuthMethod",
|
||||
"GstRtsp.RTSPUrl",
|
||||
"GstRtsp.RTSPLowerTrans",
|
||||
"GstRtsp.RTSPProfile",
|
||||
"GstRtsp.RTSPRangeUnit",
|
||||
"GstRtsp.RTSPResult",
|
||||
"GstRtsp.RTSPStatusCode",
|
||||
"GstRtsp.RTSPRangeUnit",
|
||||
"GstRtsp.RTSPProfile",
|
||||
"GstRtsp.RTSPLowerTrans"
|
||||
"GstRtsp.RTSPUrl",
|
||||
]
|
||||
|
||||
[[object]]
|
||||
|
@ -113,6 +113,11 @@ name = "GstRtspServer.RTSPThread"
|
|||
status = "manual"
|
||||
ref_mode = "ref"
|
||||
|
||||
[[object.function]]
|
||||
name = "stop"
|
||||
# Moved to RTSPThreadRef
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "Gst.ClockTime"
|
||||
status = "manual"
|
||||
|
@ -146,6 +151,11 @@ manual_traits = ["RTSPClientExtManual"]
|
|||
name = "attach"
|
||||
manual = true
|
||||
|
||||
[[object.function]]
|
||||
name = "set_send_func"
|
||||
# user_data takes raw pointer
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstRtspServer.RTSPStream"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue