gst/gst.defs: Remove gst_element_*_preroll functions, they are not present in gstreamer any longer.

Original commit message from CVS:
* gst/gst.defs: Remove gst_element_*_preroll functions, they are
not present in gstreamer any longer.
This commit is contained in:
Johan Dahlin 2005-10-02 16:24:44 +00:00
parent 3459b34ef0
commit 089fdbaf22
2 changed files with 4 additions and 15 deletions

View file

@ -1,3 +1,7 @@
2005-10-02 Johan Dahlin <johan@gnome.org>
* gst/gst.defs: Remove gst_element_*_preroll functions.
2005-09-30 Edward Hervey <edward@fluendo.com>
* gst/gstpad.override:

View file

@ -5674,21 +5674,6 @@
)
)
(define-method abort_preroll
(of-object "GstElement")
(c-name "gst_element_abort_preroll")
(return-type "GstFlowReturn")
)
(define-method finish_preroll
(of-object "GstElement")
(c-name "gst_element_finish_preroll")
(return-type "GstFlowReturn")
(parameters
'("GstPad*" "pad")
)
)
(define-method create_all_pads
(of-object "GstElement")
(c-name "gst_element_create_all_pads")