Searched refs:parent_refcount (Results 1 – 3 of 3) sorted by relevance
64 gint *parent_refcount; member79 (!features->parent_refcount || \80 g_atomic_int_get (features->parent_refcount) == 1)185 features->parent_refcount = NULL; in gst_caps_features_new_empty()369 if (features->parent_refcount) { in gst_caps_features_set_parent_refcount()381 features->parent_refcount = refcount; in gst_caps_features_set_parent_refcount()426 g_return_if_fail (features->parent_refcount == NULL); in gst_caps_features_free()
165 gint *parent_refcount; member177 #define GST_STRUCTURE_REFCOUNT(s) (((GstStructureImpl*)(s))->parent_refcount)
112407 …gst/gstmessage.c: When copying a message, set the parent_refcount of the enclosed structure to poi…112410 When copying a message, set the parent_refcount of the enclosed