Home
last modified time | relevance | path

Searched refs:GST_PROMISE (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpromise.h30 #define GST_PROMISE(obj) ((GstPromise *) obj) macro
Dgstpromise.c376 GstPromise *promise = GST_PROMISE (g_new0 (GstPromiseImpl, 1)); in gst_promise_new()