Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstevent.c95 #define GST_EVENT_STRUCTURE(e) (((GstEventImpl *)(e))->structure) macro
227 s = GST_EVENT_STRUCTURE (event); in _gst_event_free()
255 s = GST_EVENT_STRUCTURE (event); in _gst_event_copy()
257 GST_EVENT_STRUCTURE (copy) = gst_structure_copy (s); in _gst_event_copy()
258 gst_structure_set_parent_refcount (GST_EVENT_STRUCTURE (copy), in _gst_event_copy()
261 GST_EVENT_STRUCTURE (copy) = NULL; in _gst_event_copy()
322 GST_EVENT_STRUCTURE (event) = structure; in gst_event_new_custom()
352 return GST_EVENT_STRUCTURE (event); in gst_event_get_structure()
377 structure = GST_EVENT_STRUCTURE (event); in gst_event_writable_structure()
384 GST_EVENT_STRUCTURE (event) = structure; in gst_event_writable_structure()
[all …]