mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
919bdff821
commit
ed59668d25
3 changed files with 7 additions and 2 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
|
||||
Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca
|
|
@ -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*")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue