mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
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:
parent
8755b2a178
commit
ef32a35246
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2005-08-16 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* gst/gst.defs (get_pad_template): Change to operate on elements
|
* gst/gst.defs (get_pad_template): Change to operate on elements
|
||||||
|
|
|
@ -5865,6 +5865,12 @@
|
||||||
(varargs #t)
|
(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
|
(define-method merge
|
||||||
(of-object "GstBuffer")
|
(of-object "GstBuffer")
|
||||||
(c-name "gst_buffer_merge")
|
(c-name "gst_buffer_merge")
|
||||||
|
|
Loading…
Reference in a new issue