gst/gst.defs (registry_get_default): Renamed from gst_registry_get_default.
authorAndy Wingo <wingo@pobox.com>
Fri, 16 Sep 2005 12:33:07 +0000 (12:33 +0000)
committerAndy Wingo <wingo@pobox.com>
Fri, 16 Sep 2005 12:33:07 +0000 (12:33 +0000)
Original commit message from CVS:
2005-09-16  Andy Wingo  <wingo@pobox.com>

* gst/gst.defs (registry_get_default): Renamed from
gst_registry_get_default.

ChangeLog
common
gst/gst.defs

index 829f5e6..762b083 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-16  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gst.defs (registry_get_default): Renamed from
+       gst_registry_get_default.
+
 2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/gst.defs:
diff --git a/common b/common
index 62cd70d..39250a9 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
+Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca
index e9e9620..fbe587c 100644 (file)
   (return-type "GType")
 )
 
-(define-function gst_registry_get_default
+(define-function registry_get_default
   (c-name "gst_registry_get_default")
   (return-type "GstRegistry*")
 )