diff --git a/ChangeLog b/ChangeLog index f68c9b844b..829f5e6522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-16 Thomas Vander Stichele + + * gst/gst.defs: + remove a function that went away + 2005-09-15 Andy Wingo * gst/gst-types.defs: diff --git a/common b/common index 9a5025a2d2..62cd70d46e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 9a5025a2d276796d8d21243ef598e679ff7477bc +Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29 diff --git a/gst/gst.defs b/gst/gst.defs index 48522a0337..e9e9620af4 100644 --- a/gst/gst.defs +++ b/gst/gst.defs @@ -4093,12 +4093,6 @@ (return-type "GList*") ) -(define-method clear_paths - (of-object "GstRegistry") - (c-name "gst_registry_clear_paths") - (return-type "none") -) - (define-method add_plugin (of-object "GstRegistry") (c-name "gst_registry_add_plugin")