Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c66 } GstCustomMetaImpl; typedef
154 GstCustomMetaImpl *cmeta = (GstCustomMetaImpl *) meta; in custom_init_func()
167 GstCustomMetaImpl *cmeta = (GstCustomMetaImpl *) meta; in custom_free_func()
177 GstCustomMetaImpl *custom, *cmeta = (GstCustomMetaImpl *) meta; in custom_transform_func()
186 (GstCustomMetaImpl *) gst_buffer_add_meta (transbuf, meta->info, NULL); in custom_transform_func()
215 return ((GstCustomMetaImpl *) meta)->structure; in gst_custom_meta_get_structure()
233 return gst_structure_has_name (((GstCustomMetaImpl *) meta)->structure, name); in gst_custom_meta_has_name()
281 sizeof (GstCustomMetaImpl), in gst_meta_register_custom()