gst/gstregistry.h: Spacing fixen.

Original commit message from CVS:
2005-09-19  Andy Wingo  <wingo@pobox.com>

* gst/gstregistry.h: Spacing fixen.
This commit is contained in:
Andy Wingo 2005-09-19 15:12:25 +00:00
parent 74d0352327
commit 39c04c8b2f
2 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2005-09-19 Andy Wingo <wingo@pobox.com>
* gst/gstregistry.h: Spacing fixen.
2005-09-19 Wim Taymans <wim@fluendo.com>
* gst/base/gstbasesrc.c: (gst_base_src_change_state):

View file

@ -91,6 +91,7 @@ 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);