Lines Matching refs:GstStructure
56 _set_base_stats (GstStructure * s, GstWebRTCStatsType type, double ts, in _set_base_stats()
71 static GstStructure *
74 GstStructure *s = gst_structure_new_empty ("unused"); in _get_peer_connection_stats()
90 const GstStructure * source_stats, const gchar * codec_id, in _get_stats_from_rtp_source_stats()
91 const gchar * transport_id, GstStructure * s) in _get_stats_from_rtp_source_stats()
93 GstStructure *in, *out, *r_in, *r_out; in _get_stats_from_rtp_source_stats()
284 GstWebRTCICETransport * transport, GstStructure * s) in _get_stats_from_ice_transport()
286 GstStructure *stats; in _get_stats_from_ice_transport()
351 GstWebRTCDTLSTransport * transport, GstStructure * s) in _get_stats_from_dtls_transport()
353 GstStructure *stats; in _get_stats_from_dtls_transport()
406 GstStructure * s) in _get_stats_from_transport_channel()
410 GstStructure *rtp_stats; in _get_stats_from_transport_channel()
440 const GstStructure *stats; in _get_stats_from_transport_channel()
466 GstStructure * s, gchar ** out_id, guint * out_ssrc) in _get_codec_stats_from_pad()
468 GstStructure *stats; in _get_codec_stats_from_pad()
482 GstStructure *caps_s = gst_caps_get_structure (caps, 0); in _get_codec_stats_from_pad()
513 _get_stats_from_pad (GstWebRTCBin * webrtc, GstPad * pad, GstStructure * s) in _get_stats_from_pad()
539 GstStructure *s = gst_structure_new_empty ("application/x-webrtc-stats"); in gst_webrtc_bin_update_stats()
541 GstStructure *pc_stats; in gst_webrtc_bin_update_stats()