Searched refs:GstStructureField (Results 1 – 1 of 1) sorted by relevance
152 typedef struct _GstStructureField GstStructureField; typedef172 GstStructureField *fields;174 GstStructureField arr[1];195 _structure_append_val (GstStructure * s, GstStructureField * val) in _structure_append_val()209 impl->fields = g_renew (GstStructureField, impl->fields, want_alloc); in _structure_append_val()211 impl->fields = g_new0 (GstStructureField, want_alloc); in _structure_append_val()213 impl->fields_len * sizeof (GstStructureField)); in _structure_append_val()237 (impl->fields_len - idx - 1) * sizeof (GstStructureField)); in _structure_remove_index()242 GstStructureField * field);243 static GstStructureField *gst_structure_get_field (const GstStructure *[all …]