gst/gst.defs (watch_for_state_change): Added wrapper from CVS.

Original commit message from CVS:
2005-08-17  Andy Wingo  <wingo@pobox.com>

* gst/gst.defs (watch_for_state_change): Added wrapper from CVS.
This commit is contained in:
Andy Wingo 2005-08-17 16:41:23 +00:00
parent 8755b2a178
commit ef32a35246
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-08-17 Andy Wingo <wingo@pobox.com>
* gst/gst.defs (watch_for_state_change): Added wrapper from CVS.
2005-08-16 Andy Wingo <wingo@pobox.com>
* gst/gst.defs (get_pad_template): Change to operate on elements

View file

@ -5865,6 +5865,12 @@
(varargs #t)
)
(define-method watch_for_state_change
(of-object "GstBin")
(c-name "gst_bin_watch_for_state_change")
(return-type "none")
)
(define-method merge
(of-object "GstBuffer")
(c-name "gst_buffer_merge")