mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
3459b34ef0
commit
089fdbaf22
2 changed files with 4 additions and 15 deletions
|
@ -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:
|
||||
|
|
15
gst/gst.defs
15
gst/gst.defs
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue