mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/gst.defs: Updating defs file even more :)
Original commit message from CVS: * gst/gst.defs: Updating defs file even more :)
This commit is contained in:
parent
09382469a0
commit
dc1bb839cd
2 changed files with 4 additions and 200 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-07-18 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.defs: Updating defs file even more :)
|
||||
|
||||
2005-07-18 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.defs: Updating defs file
|
||||
|
|
200
gst/gst.defs
200
gst/gst.defs
|
@ -855,21 +855,6 @@
|
|||
(return-type "GstIndex*")
|
||||
)
|
||||
|
||||
(define-method set_manager
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_set_manager")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstPipeline*" "pipeline")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method get_manager
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_get_manager")
|
||||
(return-type "GstPipeline*")
|
||||
)
|
||||
|
||||
(define-method set_bus
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_set_bus")
|
||||
|
@ -885,21 +870,6 @@
|
|||
(return-type "GstBus*")
|
||||
)
|
||||
|
||||
(define-method set_scheduler
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_set_scheduler")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstScheduler*" "sched")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method get_scheduler
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_get_scheduler")
|
||||
(return-type "GstScheduler*")
|
||||
)
|
||||
|
||||
(define-method add_pad
|
||||
(of-object "GstElement")
|
||||
(c-name "gst_element_add_pad")
|
||||
|
@ -1181,14 +1151,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-virtual set_manager
|
||||
(of-object "GstElement")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstPipeline*" "pipeline")
|
||||
)
|
||||
)
|
||||
|
||||
(define-virtual set_bus
|
||||
(of-object "GstElement")
|
||||
(return-type "none")
|
||||
|
@ -1197,14 +1159,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-virtual set_scheduler
|
||||
(of-object "GstElement")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("GstScheduler*" "scheduler")
|
||||
)
|
||||
)
|
||||
|
||||
;; From ../gstreamer/gst/gstelementfactory.h
|
||||
|
||||
(define-function element_factory_get_type
|
||||
|
@ -1505,11 +1459,6 @@
|
|||
(return-type "GType")
|
||||
)
|
||||
|
||||
(define-function gst_scheduler_flags_get_type
|
||||
(c-name "gst_scheduler_flags_get_type")
|
||||
(return-type "GType")
|
||||
)
|
||||
|
||||
(define-function gst_tag_merge_mode_get_type
|
||||
(c-name "gst_tag_merge_mode_get_type")
|
||||
(return-type "GType")
|
||||
|
@ -2831,12 +2780,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-method get_parent
|
||||
(of-object "GstPad")
|
||||
(c-name "gst_pad_get_parent")
|
||||
(return-type "GstElement*")
|
||||
)
|
||||
|
||||
(define-method get_direction
|
||||
(of-object "GstPad")
|
||||
(c-name "gst_pad_get_direction")
|
||||
|
@ -3480,12 +3423,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-method get_scheduler
|
||||
(of-object "GstPipeline")
|
||||
(c-name "gst_pipeline_get_scheduler")
|
||||
(return-type "GstScheduler*")
|
||||
)
|
||||
|
||||
(define-method get_bus
|
||||
(of-object "GstPipeline")
|
||||
(c-name "gst_pipeline_get_bus")
|
||||
|
@ -4178,128 +4115,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
;; From ../gstreamer/gst/gstscheduler.h
|
||||
|
||||
(define-function gst_scheduler_get_type
|
||||
(c-name "gst_scheduler_get_type")
|
||||
(return-type "GType")
|
||||
)
|
||||
|
||||
(define-method setup
|
||||
(of-object "GstScheduler")
|
||||
(c-name "gst_scheduler_setup")
|
||||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-method reset
|
||||
(of-object "GstScheduler")
|
||||
(c-name "gst_scheduler_reset")
|
||||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-method create_task
|
||||
(of-object "GstScheduler")
|
||||
(c-name "gst_scheduler_create_task")
|
||||
(return-type "GstTask*")
|
||||
(parameters
|
||||
'("GstTaskFunction" "func")
|
||||
'("gpointer" "data")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_scheduler_factory_get_type
|
||||
(c-name "gst_scheduler_factory_get_type")
|
||||
(return-type "GType")
|
||||
)
|
||||
|
||||
(define-function scheduler_register
|
||||
(c-name "gst_scheduler_register")
|
||||
(return-type "gboolean")
|
||||
(parameters
|
||||
'("GstPlugin*" "plugin")
|
||||
'("const-gchar*" "name")
|
||||
'("const-gchar*" "longdesc")
|
||||
'("GType" "type")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function gst_scheduler_factory_new
|
||||
(c-name "gst_scheduler_factory_new")
|
||||
(is-constructor-of "GstSchedulerFactory")
|
||||
(return-type "GstSchedulerFactory*")
|
||||
(parameters
|
||||
'("const-gchar*" "name")
|
||||
'("const-gchar*" "longdesc")
|
||||
'("GType" "type")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method destroy
|
||||
(of-object "GstSchedulerFactory")
|
||||
(c-name "gst_scheduler_factory_destroy")
|
||||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-function scheduler_factory_find
|
||||
(c-name "gst_scheduler_factory_find")
|
||||
(return-type "GstSchedulerFactory*")
|
||||
(parameters
|
||||
'("const-gchar*" "name")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method create
|
||||
(of-object "GstSchedulerFactory")
|
||||
(c-name "gst_scheduler_factory_create")
|
||||
(return-type "GstScheduler*")
|
||||
(parameters
|
||||
'("GstElement*" "parent")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function scheduler_factory_make
|
||||
(c-name "gst_scheduler_factory_make")
|
||||
(return-type "GstScheduler*")
|
||||
(parameters
|
||||
'("const-gchar*" "name")
|
||||
'("GstElement*" "parent")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function scheduler_factory_set_default_name
|
||||
(c-name "gst_scheduler_factory_set_default_name")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("const-gchar*" "name")
|
||||
)
|
||||
)
|
||||
|
||||
(define-function scheduler_factory_get_default_name
|
||||
(c-name "gst_scheduler_factory_get_default_name")
|
||||
(return-type "const-gchar*")
|
||||
)
|
||||
|
||||
(define-virtual setup
|
||||
(of-object "GstScheduler")
|
||||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-virtual reset
|
||||
(of-object "GstScheduler")
|
||||
(return-type "none")
|
||||
)
|
||||
|
||||
(define-virtual create_task
|
||||
(of-object "GstScheduler")
|
||||
(return-type "GstTask*")
|
||||
(parameters
|
||||
'("GstTaskFunction" "func")
|
||||
'("gpointer" "data")
|
||||
)
|
||||
)
|
||||
|
||||
;; From ../gstreamer/gst/gststructure.h
|
||||
|
||||
(define-function gst_structure_get_type
|
||||
|
@ -5291,21 +5106,6 @@
|
|||
(return-type "gboolean")
|
||||
)
|
||||
|
||||
(define-virtual start
|
||||
(of-object "GstTask")
|
||||
(return-type "gboolean")
|
||||
)
|
||||
|
||||
(define-virtual stop
|
||||
(of-object "GstTask")
|
||||
(return-type "gboolean")
|
||||
)
|
||||
|
||||
(define-virtual pause
|
||||
(of-object "GstTask")
|
||||
(return-type "gboolean")
|
||||
)
|
||||
|
||||
;; From ../gstreamer/gst/gsttrace.h
|
||||
|
||||
(define-function gst_trace_new
|
||||
|
|
Loading…
Reference in a new issue