Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.c177 #define GST_STRUCTURE_REFCOUNT(s) (((GstStructureImpl*)(s))->parent_refcount) macro
187 (!GST_STRUCTURE_REFCOUNT(structure) || \
188 g_atomic_int_get (GST_STRUCTURE_REFCOUNT(structure)) == 1)
286 GST_STRUCTURE_REFCOUNT (structure) = NULL; in gst_structure_new_id_empty_with_size()
463 if (GST_STRUCTURE_REFCOUNT (structure)) { in gst_structure_set_parent_refcount()
475 GST_STRUCTURE_REFCOUNT (structure) = refcount; in gst_structure_set_parent_refcount()
531 g_return_if_fail (GST_STRUCTURE_REFCOUNT (structure) == NULL); in gst_structure_free()