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

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.
This commit is contained in:
Andy Wingo 2005-09-16 12:33:07 +00:00
parent 919bdff821
commit ed59668d25
3 changed files with 7 additions and 2 deletions

View file

@ -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:

2
common

@ -1 +1 @@
Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca

View file

@ -4073,7 +4073,7 @@
(return-type "GType")
)
(define-function gst_registry_get_default
(define-function registry_get_default
(c-name "gst_registry_get_default")
(return-type "GstRegistry*")
)