Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgststructure.h155 gboolean gst_structure_take (GstStructure ** oldstr_ptr,
Dgststructure.c596 gst_structure_take (GstStructure ** oldstr_ptr, GstStructure * newstr) in gst_structure_take() argument
600 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()
/third_party/gstreamer/gstreamer/
DChangeLog5823 The old code would leave a dangling pointer in oldstr_ptr if two threads
5831 5. oldstr_ptr now contains a dangling pointer.