mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
webrtc: doc: Cleanup Since markers
We hide some newly public symbols when moving some objects to the library which was not really correct in the end. Properly add the Since markers as needed. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>
This commit is contained in:
parent
82a7a23fa0
commit
050006e9f0
2 changed files with 10 additions and 46 deletions
|
@ -18488,52 +18488,6 @@
|
|||
"GstWebRTCDataChannelState",
|
||||
"GstWebRTCError",
|
||||
"GstWebRTCFECType",
|
||||
"GstWebRTCICE",
|
||||
"GstWebRTCICE.ice_connection_state",
|
||||
"GstWebRTCICE.ice_gathering_state",
|
||||
"GstWebRTCICE.max_rtp_port",
|
||||
"GstWebRTCICE.min_rtp_port",
|
||||
"GstWebRTCICE.parent",
|
||||
"GstWebRTCICE::add-local-ip-address",
|
||||
"GstWebRTCICE::on-ice-candidate",
|
||||
"GstWebRTCICE:agent",
|
||||
"GstWebRTCICE:controller",
|
||||
"GstWebRTCICE:force-relay",
|
||||
"GstWebRTCICE:ice-tcp",
|
||||
"GstWebRTCICE:ice-udp",
|
||||
"GstWebRTCICE:max-rtp-port",
|
||||
"GstWebRTCICE:min-rtp-port",
|
||||
"GstWebRTCICE:stun-server",
|
||||
"GstWebRTCICE:turn-server",
|
||||
"GstWebRTCICECandidateStats",
|
||||
"GstWebRTCICECandidateStats.ipaddr",
|
||||
"GstWebRTCICECandidateStats.port",
|
||||
"GstWebRTCICECandidateStats.prio",
|
||||
"GstWebRTCICECandidateStats.proto",
|
||||
"GstWebRTCICECandidateStats.relay_proto",
|
||||
"GstWebRTCICECandidateStats.stream_id",
|
||||
"GstWebRTCICECandidateStats.type",
|
||||
"GstWebRTCICECandidateStats.url",
|
||||
"GstWebRTCICEClass.parent_class",
|
||||
"GstWebRTCICEClass::add_candidate",
|
||||
"GstWebRTCICEClass::add_stream",
|
||||
"GstWebRTCICEClass::add_turn_server",
|
||||
"GstWebRTCICEClass::find_transport",
|
||||
"GstWebRTCICEClass::gather_candidates",
|
||||
"GstWebRTCICEClass::get_is_controller",
|
||||
"GstWebRTCICEClass::get_local_candidates",
|
||||
"GstWebRTCICEClass::get_remote_candidates",
|
||||
"GstWebRTCICEClass::get_selected_pair",
|
||||
"GstWebRTCICEClass::get_stun_server",
|
||||
"GstWebRTCICEClass::get_turn_server",
|
||||
"GstWebRTCICEClass::set_force_relay",
|
||||
"GstWebRTCICEClass::set_is_controller",
|
||||
"GstWebRTCICEClass::set_local_credentials",
|
||||
"GstWebRTCICEClass::set_on_ice_candidate",
|
||||
"GstWebRTCICEClass::set_remote_credentials",
|
||||
"GstWebRTCICEClass::set_stun_server",
|
||||
"GstWebRTCICEClass::set_tos",
|
||||
"GstWebRTCICEClass::set_turn_server",
|
||||
"GstWebRTCICEComponent",
|
||||
"GstWebRTCICEConnectionState",
|
||||
"GstWebRTCICEGatheringState",
|
||||
|
|
|
@ -50,13 +50,23 @@ typedef struct _GstWebRTCDTLSTransportClass GstWebRTCDTLSTransportClass;
|
|||
|
||||
/**
|
||||
* GstWebRTCICE:
|
||||
*
|
||||
* Since: 1.22
|
||||
*/
|
||||
typedef struct _GstWebRTCICE GstWebRTCICE;
|
||||
typedef struct _GstWebRTCICEClass GstWebRTCICEClass;
|
||||
|
||||
/**
|
||||
* GstWebRTCICECandidateStats:
|
||||
*
|
||||
* Since: 1.22
|
||||
*/
|
||||
typedef struct _GstWebRTCICECandidateStats GstWebRTCICECandidateStats;
|
||||
|
||||
/**
|
||||
* GstWebRTCICEStream:
|
||||
*
|
||||
* Since: 1.22
|
||||
*/
|
||||
typedef struct _GstWebRTCICEStream GstWebRTCICEStream;
|
||||
typedef struct _GstWebRTCICEStreamClass GstWebRTCICEStreamClass;
|
||||
|
|
Loading…
Reference in a new issue