Home
last modified time | relevance | path

Searched refs:GstWebRTCICEClass (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcice.h37 …EBRTC_ICE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass) ,GST_TYPE_WEBRTC_ICE,GstWebRTCICEClass))
39 …EBRTC_ICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj) ,GST_TYPE_WEBRTC_ICE,GstWebRTCICEClass))
Dfwd.h33 typedef struct _GstWebRTCICEClass GstWebRTCICEClass; typedef
Dgstwebrtcice.c1107 gst_webrtc_ice_class_init (GstWebRTCICEClass * klass) in gst_webrtc_ice_class_init()