Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstregistrybinary.c96 typedef struct BinaryRegistryCache struct
101 } BinaryRegistryCache; argument
103 static BinaryRegistryCache *
106 BinaryRegistryCache *cache = g_slice_new0 (BinaryRegistryCache); in gst_registry_binary_cache_init()
112 gst_registry_binary_cache_write (BinaryRegistryCache * cache, in gst_registry_binary_cache_write()
124 gst_registry_binary_cache_finish (BinaryRegistryCache * cache, gboolean success) in gst_registry_binary_cache_finish()
160 g_slice_free (BinaryRegistryCache, cache); in gst_registry_binary_cache_finish()
165 typedef struct BinaryRegistryCache struct
171 } BinaryRegistryCache; typedef
173 static BinaryRegistryCache *
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog5170 registrybinary: Use a FILE* in BinaryRegistryCache...