mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
remove function
Original commit message from CVS: remove function
This commit is contained in:
parent
fc71ff617e
commit
919bdff821
3 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gst.defs:
|
||||||
|
remove a function that went away
|
||||||
|
|
||||||
2005-09-15 Andy Wingo <wingo@pobox.com>
|
2005-09-15 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst/gst-types.defs:
|
* gst/gst-types.defs:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 9a5025a2d276796d8d21243ef598e679ff7477bc
|
Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
|
|
@ -4093,12 +4093,6 @@
|
||||||
(return-type "GList*")
|
(return-type "GList*")
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-method clear_paths
|
|
||||||
(of-object "GstRegistry")
|
|
||||||
(c-name "gst_registry_clear_paths")
|
|
||||||
(return-type "none")
|
|
||||||
)
|
|
||||||
|
|
||||||
(define-method add_plugin
|
(define-method add_plugin
|
||||||
(of-object "GstRegistry")
|
(of-object "GstRegistry")
|
||||||
(c-name "gst_registry_add_plugin")
|
(c-name "gst_registry_add_plugin")
|
||||||
|
|
Loading…
Reference in a new issue