summaryrefslogtreecommitdiff
path: root/gst/gstregistry.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-02-10 20:32:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-02-10 20:32:32 +0000
commitb030b5cef270a7498c62d734d853012bb84e062b (patch)
tree8363b479c9a9d2860e7ce4945833f28476a3d910 /gst/gstregistry.h
parent136e5d254e37ac2854d396ef724d1f1344fe7134 (diff)
- Add more --disable options
Original commit message from CVS: - Add more --disable options - fix makefiles to only compile non-disabled features - some compile fixes. - removed extratypes, added gsturitype - make get/set clock on a bin overridable - some portability fixes for GUINT64 - separate pools from gstregistry.[ch] into gstregistrypool.[ch] - make gstobject size fixed, even if we disabled load/save - don't use 'new' as a variable as it is not a valib C++ variable
Diffstat (limited to 'gst/gstregistry.h')
-rw-r--r--gst/gstregistry.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gst/gstregistry.h b/gst/gstregistry.h
index 2e2b94ade..6c6df5cb8 100644
--- a/gst/gstregistry.h
+++ b/gst/gstregistry.h
@@ -132,23 +132,6 @@ GstRegistryReturn gst_registry_load_plugin (GstRegistry *registry, GstPlugin *pl
GstRegistryReturn gst_registry_unload_plugin (GstRegistry *registry, GstPlugin *plugin);
GstRegistryReturn gst_registry_update_plugin (GstRegistry *registry, GstPlugin *plugin);
-/* the pool of registries */
-GList* gst_registry_pool_list (void);
-void gst_registry_pool_add (GstRegistry *registry, guint priority);
-void gst_registry_pool_remove (GstRegistry *registry);
-
-void gst_registry_pool_add_plugin (GstPlugin *plugin);
-
-void gst_registry_pool_load_all (void);
-
-GList* gst_registry_pool_plugin_list (void);
-GList* gst_registry_pool_feature_list (GType type);
-
-GstPlugin* gst_registry_pool_find_plugin (const gchar *name);
-GstPluginFeature* gst_registry_pool_find_feature (const gchar *name, GType type);
-
-GstRegistry* gst_registry_pool_get_prefered (GstRegistryFlags flags);
-
G_END_DECLS
#endif /* __GST_REGISTRY_H__ */