Home
last modified time | relevance | path

Searched refs:GstRegistry (Results 1 – 25 of 40) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstregistry.h34 …ST_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_REGISTRY, GstRegistry))
40 typedef struct _GstRegistry GstRegistry; typedef
64 GstRegistry * gst_registry_get (void);
67 gboolean gst_registry_scan_path (GstRegistry *registry, const gchar *path);
70 void gst_registry_add_path (GstRegistry * registry, const gchar * path…
71 GList* gst_registry_get_path_list (GstRegistry *registry);
75 gboolean gst_registry_add_plugin (GstRegistry *registry, GstPlugin *plugin);
78 void gst_registry_remove_plugin (GstRegistry *registry, GstPlugin *plugin);
81 gboolean gst_registry_add_feature (GstRegistry * registry, GstPluginFeature *…
84 void gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature *…
[all …]
Dgstregistry.c174 static GstRegistry *_gst_registry_default = NULL;
209 static GstPluginFeature *gst_registry_lookup_feature_locked (GstRegistry *
211 static GstPlugin *gst_registry_lookup_bn_locked (GstRegistry * registry,
215 G_DEFINE_TYPE_WITH_PRIVATE (GstRegistry, gst_registry, GST_TYPE_OBJECT);
253 gst_registry_init (GstRegistry * registry) in gst_registry_init()
263 GstRegistry *registry = GST_REGISTRY (object); in gst_registry_finalize()
334 GstRegistry *
337 GstRegistry *registry; in gst_registry_get()
361 gst_registry_add_path (GstRegistry * registry, const gchar * path)
405 gst_registry_get_path_list (GstRegistry * registry)
[all …]
Dgstregistrychunks.h171 _priv_gst_registry_chunks_save_plugin (GList ** list, GstRegistry * registry,
175 _priv_gst_registry_chunks_load_plugin (GstRegistry * registry, gchar ** in,
180 GstRegistry * registry, guint32 filter_env_hash);
183 _priv_gst_registry_chunks_load_global_header (GstRegistry * registry,
Dgst_private.h93 _priv_plugin_get_features(GstRegistry *registry, GstPlugin *plugin);
152 gboolean _priv_gst_registry_remove_cache_plugins (GstRegistry *registry);
160 GstRegistry * registry,
206 gboolean priv_gst_registry_binary_read_cache (GstRegistry * registry, const char *location);
209 gboolean priv_gst_registry_binary_write_cache (GstRegistry * registry, GList * plugins, const char…
Dgstdynamictypefactory.c121 gst_dynamic_type_factory_create (GstRegistry * registry, in gst_dynamic_type_factory_create()
159 GstRegistry *registry; in gst_dynamic_type_register()
Dgstregistrybinary.c104 gst_registry_binary_cache_init (GstRegistry * registry, const char *location) in gst_registry_binary_cache_init()
174 gst_registry_binary_cache_init (GstRegistry * registry, const char *location) in gst_registry_binary_cache_init()
422 priv_gst_registry_binary_write_cache (GstRegistry * registry, GList * plugins, in priv_gst_registry_binary_write_cache()
573 priv_gst_registry_binary_read_cache (GstRegistry * registry, in priv_gst_registry_binary_read_cache()
Dgstpluginloader.h32 GstPluginLoader * (*create) (GstRegistry *registry);
Dgstregistrychunks.c436 _priv_gst_registry_chunks_save_plugin (GList ** list, GstRegistry * registry, in _priv_gst_registry_chunks_save_plugin()
558 gst_registry_chunks_load_feature (GstRegistry * registry, gchar ** in, in gst_registry_chunks_load_feature()
825 _priv_gst_registry_chunks_load_plugin (GstRegistry * registry, gchar ** in, in _priv_gst_registry_chunks_load_plugin()
924 GstRegistry * registry, guint32 filter_env_hash) in _priv_gst_registry_chunks_save_global_header()
941 _priv_gst_registry_chunks_load_global_header (GstRegistry * registry, in _priv_gst_registry_chunks_load_global_header()
Dgsttracer.c146 GstRegistry *registry; in gst_tracer_register()
Dgsttracerutils.c90 GstRegistry *registry = gst_registry_get (); in _priv_gst_tracing_init()
Dgstpluginloader.c68 static GstPluginLoader *plugin_loader_new (GstRegistry * registry);
89 GstRegistry *registry;
148 plugin_loader_new (GstRegistry * registry) in plugin_loader_new()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstregistry.c44 print_plugin (const gchar * marker, GstRegistry * registry, GstPlugin * plugin) in print_plugin()
71 GstRegistry *registry; in GST_START_TEST()
Dgstprotection.c136 protection_create_plugin (GstRegistry * registry, const gchar * name, in protection_create_plugin()
163 GstRegistry *registry; in test_setup()
Dstruct_ppc32.h50 {"GstRegistry", sizeof (GstRegistry), 72},
Dstruct_sparc.h50 {"GstRegistry", sizeof (GstRegistry), 96},
Dstruct_arm.h51 {"GstRegistry", sizeof (GstRegistry), 72},
Dstruct_x86_64.h50 {"GstRegistry", sizeof (GstRegistry), 96},
Dstruct_ppc64.h50 {"GstRegistry", sizeof (GstRegistry), 96},
Dstruct_i386w.h50 {"GstRegistry", sizeof (GstRegistry), 72},
Dstruct_hppa.h50 {"GstRegistry", sizeof (GstRegistry), 96},
Dstruct_i386.h50 {"GstRegistry", sizeof (GstRegistry), 60},
Dstruct_x86_64w.h50 {"GstRegistry", sizeof (GstRegistry), 96},
Dgstplugin.c55 GstRegistry *registry; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dtest_http_src.h121 gboolean gst_test_http_src_register_plugin (GstRegistry * registry, const gchar * name);
/third_party/gstreamer/gstplugins_good/tests/check/generic/
Dstates.c38 GstRegistry *def; in setup()

12