Searched refs:GST_PROMISE_REPLY (Results 1 – 1 of 1) sorted by relevance
94 #define GST_PROMISE_REPLY(p) (((GstPromiseImpl *)(p))->reply) macro184 if (GST_PROMISE_REPLY (promise) && GST_PROMISE_REPLY (promise) != s) in gst_promise_reply()185 gst_structure_free (GST_PROMISE_REPLY (promise)); in gst_promise_reply()200 GST_PROMISE_REPLY (promise) = s; in gst_promise_reply()242 return GST_PROMISE_REPLY (promise); in gst_promise_get_reply()332 if (GST_PROMISE_REPLY (promise)) { in gst_promise_free()333 gst_structure_set_parent_refcount (GST_PROMISE_REPLY (promise), NULL); in gst_promise_free()334 gst_structure_free (GST_PROMISE_REPLY (promise)); in gst_promise_free()360 GST_PROMISE_REPLY (promise) = NULL; in gst_promise_init()