Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstmeta.c75 } GstMetaInfoImpl; typedef
80 g_slice_free (GstMetaInfoImpl, data); in free_info()
96 GstMetaInfoImpl *impl = (GstMetaInfoImpl *) info; in notify_custom()
178 GstMetaInfoImpl *info = (GstMetaInfoImpl *) meta->info; in custom_transform_func()
269 GstMetaInfoImpl *info; in gst_meta_register_custom()
280 info = (GstMetaInfoImpl *) gst_meta_register (api, name, in gst_meta_register_custom()
310 return ((GstMetaInfoImpl *) info)->is_custom; in gst_meta_info_is_custom()
394 info = (GstMetaInfo *) g_slice_new (GstMetaInfoImpl); in gst_meta_register()
401 ((GstMetaInfoImpl *) info)->is_custom = FALSE; in gst_meta_register()