gst/xoverlay.defs: Update for API changes in XOverlay interface

Original commit message from CVS:
* gst/xoverlay.defs:
Update for API changes in XOverlay interface
This commit is contained in:
Edward Hervey 2005-11-22 00:02:14 +00:00
parent 4763324e5d
commit b805b03830
2 changed files with 9 additions and 20 deletions

View file

@ -1,3 +1,8 @@
2005-11-22 Edward Hervey <edward@fluendo.com>
* gst/xoverlay.defs:
Update for API changes in XOverlay interface
2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/cutter.py:

View file

@ -19,16 +19,6 @@
)
)
(define-method get_desired_size
(of-object "GstXOverlay")
(c-name "gst_x_overlay_get_desired_size")
(return-type "none")
(parameters
'("guint*" "width")
'("guint*" "height")
)
)
(define-method expose
(of-object "GstXOverlay")
(c-name "gst_x_overlay_expose")
@ -40,18 +30,12 @@
(c-name "gst_x_overlay_got_xwindow_id")
(return-type "none")
(parameters
'("XID" "xwindow_id")
'("gulong" "xwindow_id")
)
)
(define-method got_desired_size
(define-method prepare_xwindow_id
(of-object "GstXOverlay")
(c-name "gst_x_overlay_got_desired_size")
(c-name "gst_x_overlay_prepare_xwindow_id")
(return-type "none")
(parameters
'("guint" "width")
'("guint" "height")
)
)
)