Searched refs:oldstr_ptr (Results 1 – 3 of 3) sorted by relevance
155 gboolean gst_structure_take (GstStructure ** oldstr_ptr,
596 gst_structure_take (GstStructure ** oldstr_ptr, GstStructure * newstr) in gst_structure_take() argument600 g_return_val_if_fail (oldstr_ptr != NULL, FALSE); in gst_structure_take()603 oldstr = g_atomic_pointer_get ((gpointer *) oldstr_ptr); in gst_structure_take()609 oldstr_ptr, (gpointer) oldstr, newstr))); in gst_structure_take()
5823 The old code would leave a dangling pointer in oldstr_ptr if two threads5831 5. oldstr_ptr now contains a dangling pointer.