/third_party/gstreamer/gstreamer/gst/ |
D | gstpromise.h | 30 #define GST_PROMISE(obj) ((GstPromise *) obj) 32 typedef struct _GstPromise GstPromise; typedef 63 typedef void (*GstPromiseChangeFunc) (GstPromise * promise, gpointer user_data); 77 GstPromise * gst_promise_new (void); 79 GstPromise * gst_promise_new_with_change_func (GstPromiseChangeFunc func, 84 GstPromiseResult gst_promise_wait (GstPromise * promise); 86 void gst_promise_reply (GstPromise * promise, 89 void gst_promise_interrupt (GstPromise * promise); 91 void gst_promise_expire (GstPromise * promise); 94 const GstStructure * gst_promise_get_reply (GstPromise * promise); [all …]
|
D | gstpromise.c | 104 GstPromise promise; 129 gst_promise_wait (GstPromise * promise) in gst_promise_wait() 165 gst_promise_reply (GstPromise * promise, GstStructure * s) in gst_promise_reply() 229 gst_promise_get_reply (GstPromise * promise) in gst_promise_get_reply() 256 gst_promise_interrupt (GstPromise * promise) in gst_promise_interrupt() 297 gst_promise_expire (GstPromise * promise) in gst_promise_expire() 324 GstPromise *promise = (GstPromise *) object; in gst_promise_free() 348 gst_promise_init (GstPromise * promise) in gst_promise_init() 373 GstPromise * 376 GstPromise *promise = GST_PROMISE (g_new0 (GstPromiseImpl, 1)); in gst_promise_new() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpromise.c | 144 GstPromise *r; in GST_START_TEST() 158 GstPromise *r; in GST_START_TEST() 178 GstPromise *r; in GST_START_TEST() 198 GstPromise *r; in GST_START_TEST() 212 GstPromise *r; in GST_START_TEST() 231 on_change (GstPromise * promise, gpointer user_data) in on_change() 241 GstPromise *r; in GST_START_TEST() 256 GstPromise *r; in GST_START_TEST() 274 GstPromise *r; in GST_START_TEST() 290 GstPromise *r; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtcbidirectional.c | 81 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 110 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 138 GstPromise *promise; in _on_negotiation_needed()
|
D | webrtc.c | 81 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 103 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 131 GstPromise *promise; in _on_negotiation_needed()
|
D | webrtctransceiver.c | 81 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 103 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 131 GstPromise *promise; in _on_negotiation_needed()
|
D | webrtcswap.c | 101 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 123 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 151 GstPromise *promise; in _on_negotiation_needed()
|
D | webrtcrenego.c | 128 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 157 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 185 GstPromise *promise; in _on_negotiation_needed()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | webrtc-unidirectional-h264.c | 30 void on_offer_created_cb (GstPromise * promise, gpointer user_data); 242 on_offer_created_cb (GstPromise * promise, gpointer user_data) in on_offer_created_cb() 249 GstPromise *local_desc_promise; in on_offer_created_cb() 288 GstPromise *promise; in on_negotiation_needed_cb() 380 GstPromise *promise; in soup_websocket_message_cb()
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.h | 337 …ameter) (GstRTSPSrc *rtsp, const gchar *parameter, const gchar *content_type, GstPromise *promise); 338 …parameters) (GstRTSPSrc *rtsp, gchar **parameters, const gchar *content_type, GstPromise *promise); 339 …PSrc *rtsp, const gchar *name, const gchar *value, const gchar *content_type, GstPromise *promise);
|
D | gstrtspsrc.c | 395 GstPromise *promise; 457 const gchar * content_type, GstPromise * promise); 460 const gchar * content_type, GstPromise * promise); 463 const gchar * value, const gchar * content_type, GstPromise * promise); 1324 const gchar * content_type, GstPromise * promise) in get_parameter() 1340 const gchar * content_type, GstPromise * promise) in get_parameters() 1383 const gchar * content_type, GstPromise * promise) in set_parameter()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.h | 157 GstPromise *promise; 164 GstPromise *promise);
|
D | gstwebrtcbin.c | 974 gpointer data, GDestroyNotify notify, GstPromise * promise) in gst_webrtc_bin_enqueue_task() 4299 const GstStructure * options, GstPromise * promise) in gst_webrtc_bin_create_offer() 4323 const GstStructure * options, GstPromise * promise) in gst_webrtc_bin_create_answer() 5931 GstWebRTCSessionDescription * remote_sdp, GstPromise * promise) in gst_webrtc_bin_set_remote_description() 5969 GstWebRTCSessionDescription * local_sdp, GstPromise * promise) in gst_webrtc_bin_set_local_description() 6139 GstPromise *promise; 6165 GstPromise * promise) in gst_webrtc_bin_get_stats()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 95 GstPromise * promise, 103 GstPromise * promise, 109 GstPromise * promise, 117 GstPromise * promise, 158 _on_answer_set (GstPromise * promise, gpointer user_data) in _on_answer_set() 176 _on_answer_received (GstPromise * promise, gpointer user_data) in _on_answer_received() 232 _on_offer_set (GstPromise * promise, gpointer user_data) in _on_offer_set() 250 _on_offer_received (GstPromise * promise, gpointer user_data) in _on_offer_received() 477 GstPromise * promise, gpointer user_data) in _offer_answer_not_reached() 686 GstPromise *promise; in test_webrtc_create_offer() [all …]
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 8613 gst: Add support for g_autoptr(GstPromise)
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 10443 webrtcbin: Move GstPromise reply to operation framework
|