Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstcontext.c108 gst_structure_set_parent_refcount (structure, NULL); in _gst_context_free()
139 gst_structure_set_parent_refcount (GST_CONTEXT_STRUCTURE (copy), in _gst_context_copy()
179 gst_structure_set_parent_refcount (structure, &context->mini_object.refcount); in gst_context_new()
Dgstsample.c97 gst_structure_set_parent_refcount (sample->info, NULL); in _gst_sample_free()
159 if (!gst_structure_set_parent_refcount (info, in gst_sample_new()
418 if (!gst_structure_set_parent_refcount (info, in gst_sample_set_info()
424 gst_structure_set_parent_refcount (sample->info, NULL); in gst_sample_set_info()
Dgstmeta.c158 gst_structure_set_parent_refcount (cmeta->structure, in custom_init_func()
169 gst_structure_set_parent_refcount (cmeta->structure, NULL); in custom_free_func()
187 gst_structure_set_parent_refcount (custom->structure, NULL); in custom_transform_func()
190 gst_structure_set_parent_refcount (custom->structure, in custom_transform_func()
Dgstpromise.c190 && !gst_structure_set_parent_refcount (s, in gst_promise_reply()
333 gst_structure_set_parent_refcount (GST_PROMISE_REPLY (promise), NULL); in gst_promise_free()
Dgstcaps.c120 if (gst_structure_set_parent_refcount (__e.structure, &GST_MINI_OBJECT_REFCOUNT(caps)) && \
207 gst_structure_set_parent_refcount (structure, NULL); in _gst_caps_free()
488 gst_structure_set_parent_refcount (s_, NULL); in gst_caps_remove_and_get_structure_and_features()
2143 gst_structure_set_parent_refcount (old, NULL); in gst_caps_switch_structures()
2145 gst_structure_set_parent_refcount (new, &GST_CAPS_REFCOUNT (caps)); in gst_caps_switch_structures()
2676 gst_structure_set_parent_refcount (structure, NULL); in gst_caps_filter_and_map_in_place()
Dgstevent.c230 gst_structure_set_parent_refcount (s, NULL); in _gst_event_free()
258 gst_structure_set_parent_refcount (GST_EVENT_STRUCTURE (copy), in _gst_event_copy()
315 if (!gst_structure_set_parent_refcount (structure, in gst_event_new_custom()
383 gst_structure_set_parent_refcount (structure, &event->mini_object.refcount); in gst_event_writable_structure()
Dgststructure.h145 gboolean gst_structure_set_parent_refcount (GstStructure * structure,
Dgstmessage.c219 gst_structure_set_parent_refcount (structure, NULL); in _gst_message_free()
254 gst_structure_set_parent_refcount (GST_MESSAGE_STRUCTURE (copy), in _gst_message_copy()
310 if (!gst_structure_set_parent_refcount (structure, in gst_message_new_custom()
1197 gst_structure_set_parent_refcount (structure, in gst_message_writable_structure()
Dgstquery.c196 gst_structure_set_parent_refcount (s, NULL); in _gst_query_free()
683 if (!gst_structure_set_parent_refcount (structure, in gst_query_new_custom()
749 gst_structure_set_parent_refcount (structure, &query->mini_object.refcount); in gst_query_writable_structure()
Dgststructure.c457 gst_structure_set_parent_refcount (GstStructure * structure, gint * refcount) in gst_structure_set_parent_refcount() function
/third_party/gstreamer/gstreamer/
DChangeLog132764 * gst/gststructure.c: (gst_structure_set_parent_refcount),