Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstcontext.c78 #define GST_CONTEXT_STRUCTURE(c) (((GstContext *)(c))->structure) macro
104 context, GST_CONTEXT_STRUCTURE (context)); in _gst_context_free()
106 structure = GST_CONTEXT_STRUCTURE (context); in _gst_context_free()
129 GST_CONTEXT_STRUCTURE (context)); in _gst_context_copy()
137 structure = GST_CONTEXT_STRUCTURE (context); in _gst_context_copy()
138 GST_CONTEXT_STRUCTURE (copy) = gst_structure_copy (structure); in _gst_context_copy()
139 gst_structure_set_parent_refcount (GST_CONTEXT_STRUCTURE (copy), in _gst_context_copy()
183 GST_CONTEXT_STRUCTURE (context) = structure; in gst_context_new()
245 return GST_CONTEXT_STRUCTURE (context); in gst_context_get_structure()
267 return GST_CONTEXT_STRUCTURE (context); in gst_context_writable_structure()