mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
gst/: Remove unimplemented declarations for which we can see no sensible use.
Original commit message from CVS: * gst/gstplugin.h: * gst/gstregistry.h: Remove unimplemented declarations for which we can see no sensible use.
This commit is contained in:
parent
ef7787ed72
commit
468d8b8034
3 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-11-21 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gstplugin.h:
|
||||||
|
* gst/gstregistry.h:
|
||||||
|
Remove unimplemented declarations for which we can see no sensible
|
||||||
|
use.
|
||||||
|
|
||||||
2005-11-21 Andy Wingo <wingo@pobox.com>
|
2005-11-21 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst/gst.h: Include glib-compat.h.
|
* gst/gst.h: Include glib-compat.h.
|
||||||
|
|
|
@ -269,9 +269,6 @@ gboolean gst_plugin_is_loaded (GstPlugin *plugin);
|
||||||
|
|
||||||
gboolean gst_plugin_name_filter (GstPlugin *plugin, const gchar *name);
|
gboolean gst_plugin_name_filter (GstPlugin *plugin, const gchar *name);
|
||||||
|
|
||||||
/* This is not implemented (yet|anymore)
|
|
||||||
gboolean gst_plugin_check_file (const gchar *filename, GError** error);
|
|
||||||
*/
|
|
||||||
GstPlugin * gst_plugin_load_file (const gchar *filename, GError** error);
|
GstPlugin * gst_plugin_load_file (const gchar *filename, GError** error);
|
||||||
|
|
||||||
GstPlugin * gst_plugin_load (GstPlugin *plugin);
|
GstPlugin * gst_plugin_load (GstPlugin *plugin);
|
||||||
|
|
|
@ -100,7 +100,6 @@ GstPluginFeature * gst_registry_lookup_feature (GstRegistry *registry, const c
|
||||||
gboolean gst_registry_xml_read_cache (GstRegistry * registry, const char *location);
|
gboolean gst_registry_xml_read_cache (GstRegistry * registry, const char *location);
|
||||||
gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *location);
|
gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *location);
|
||||||
|
|
||||||
void gst_registry_scan_paths (GstRegistry *registry);
|
|
||||||
void _gst_registry_remove_cache_plugins (GstRegistry *registry);
|
void _gst_registry_remove_cache_plugins (GstRegistry *registry);
|
||||||
|
|
||||||
void _gst_registry_cleanup (void);
|
void _gst_registry_cleanup (void);
|
||||||
|
|
Loading…
Reference in a new issue