gst/gstregistry.h: Add gst_registry_add_path, which was missing from this header.
authorMichael Smith <msmith@xiph.org>
Fri, 10 Aug 2007 14:40:26 +0000 (14:40 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 10 Aug 2007 14:40:26 +0000 (14:40 +0000)
Original commit message from CVS:
* gst/gstregistry.h:
Add gst_registry_add_path, which was missing from this header.

ChangeLog
gst/gstregistry.h

index b4cbd6b..bcdceab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-10  Michael Smith <msmith@fluendo.com>
+
+       * gst/gstregistry.h:
+         Add gst_registry_add_path, which was missing from this header.
+
 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
 
        * libs/gst/controller/gstlfocontrolsource.c:
index be58558..4e7feb4 100644 (file)
@@ -83,6 +83,7 @@ GType                 gst_registry_get_type           (void);
 GstRegistry *           gst_registry_get_default        (void);
 
 gboolean                       gst_registry_scan_path          (GstRegistry *registry, const gchar *path);
+void                    gst_registry_add_path           (GstRegistry * registry, const gchar * path);
 GList*                 gst_registry_get_path_list      (GstRegistry *registry);
 
 gboolean               gst_registry_add_plugin         (GstRegistry *registry, GstPlugin *plugin);