From 39c04c8b2fa327d30a60b46d9c17787de68ace49 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 19 Sep 2005 15:12:25 +0000 Subject: [PATCH] gst/gstregistry.h: Spacing fixen. Original commit message from CVS: 2005-09-19 Andy Wingo * gst/gstregistry.h: Spacing fixen. --- ChangeLog | 4 ++++ gst/gstregistry.h | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1510cc9..1f1f368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-19 Andy Wingo + + * gst/gstregistry.h: Spacing fixen. + 2005-09-19 Wim Taymans * gst/base/gstbasesrc.c: (gst_base_src_change_state): diff --git a/gst/gstregistry.h b/gst/gstregistry.h index 9223f8f..599dc21 100644 --- a/gst/gstregistry.h +++ b/gst/gstregistry.h @@ -91,16 +91,17 @@ GList * gst_registry_get_feature_list_by_plugin (GstRegistry *re GstPlugin* gst_registry_find_plugin (GstRegistry *registry, const gchar *name); GstPluginFeature* gst_registry_find_feature (GstRegistry *registry, const gchar *name, GType type); -GstPlugin * gst_registry_lookup (GstRegistry *registry, const char *filename); -GstPluginFeature * gst_registry_lookup_feature (GstRegistry *registry, const char *name); -gboolean gst_registry_xml_read_cache (GstRegistry * registry, const char *location); -gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *location); +GstPlugin * gst_registry_lookup (GstRegistry *registry, const char *filename); +GstPluginFeature * gst_registry_lookup_feature (GstRegistry *registry, const char *name); -void gst_registry_scan_paths (GstRegistry *registry); -void _gst_registry_remove_cache_plugins (GstRegistry *registry); +gboolean gst_registry_xml_read_cache (GstRegistry * registry, const char *location); +gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *location); -void gst_registry_deinit (void); +void gst_registry_scan_paths (GstRegistry *registry); +void _gst_registry_remove_cache_plugins (GstRegistry *registry); + +void gst_registry_deinit (void); #define gst_default_registry_add_plugin(plugin) \ gst_registry_add_plugin (gst_registry_get_default(), plugin) -- 2.7.4