webrtc: doc: Cleanup Since markers
authorThibault Saunier <tsaunier@igalia.com>
Wed, 17 Aug 2022 15:18:54 +0000 (11:18 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Aug 2022 08:34:36 +0000 (08:34 +0000)
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>

subprojects/gst-docs/symbols/symbol_index.json
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/webrtc_fwd.h

index c9b4fdb..6b22752 100644 (file)
   "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",
index 25112d7..b452423 100644 (file)
@@ -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;