/third_party/gstreamer/gstreamer/gst/ |
D | gstregistry.h | 34 …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 …]
|
D | gstregistry.c | 174 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 …]
|
D | gstregistrychunks.h | 171 _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,
|
D | gst_private.h | 93 _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…
|
D | gstdynamictypefactory.c | 121 gst_dynamic_type_factory_create (GstRegistry * registry, in gst_dynamic_type_factory_create() 159 GstRegistry *registry; in gst_dynamic_type_register()
|
D | gstregistrybinary.c | 104 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()
|
D | gstpluginloader.h | 32 GstPluginLoader * (*create) (GstRegistry *registry);
|
D | gstregistrychunks.c | 436 _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()
|
D | gsttracer.c | 146 GstRegistry *registry; in gst_tracer_register()
|
D | gsttracerutils.c | 90 GstRegistry *registry = gst_registry_get (); in _priv_gst_tracing_init()
|
D | gstpluginloader.c | 68 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/ |
D | gstregistry.c | 44 print_plugin (const gchar * marker, GstRegistry * registry, GstPlugin * plugin) in print_plugin() 71 GstRegistry *registry; in GST_START_TEST()
|
D | gstprotection.c | 136 protection_create_plugin (GstRegistry * registry, const gchar * name, in protection_create_plugin() 163 GstRegistry *registry; in test_setup()
|
D | struct_ppc32.h | 50 {"GstRegistry", sizeof (GstRegistry), 72},
|
D | struct_sparc.h | 50 {"GstRegistry", sizeof (GstRegistry), 96},
|
D | struct_arm.h | 51 {"GstRegistry", sizeof (GstRegistry), 72},
|
D | struct_x86_64.h | 50 {"GstRegistry", sizeof (GstRegistry), 96},
|
D | struct_ppc64.h | 50 {"GstRegistry", sizeof (GstRegistry), 96},
|
D | struct_i386w.h | 50 {"GstRegistry", sizeof (GstRegistry), 72},
|
D | struct_hppa.h | 50 {"GstRegistry", sizeof (GstRegistry), 96},
|
D | struct_i386.h | 50 {"GstRegistry", sizeof (GstRegistry), 60},
|
D | struct_x86_64w.h | 50 {"GstRegistry", sizeof (GstRegistry), 96},
|
D | gstplugin.c | 55 GstRegistry *registry; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | test_http_src.h | 121 gboolean gst_test_http_src_register_plugin (GstRegistry * registry, const gchar * name);
|
/third_party/gstreamer/gstplugins_good/tests/check/generic/ |
D | states.c | 38 GstRegistry *def; in setup()
|