gst/gst.defs (watch_for_state_change): Added wrapper from CVS.
authorAndy Wingo <wingo@pobox.com>
Wed, 17 Aug 2005 16:41:23 +0000 (16:41 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 17 Aug 2005 16:41:23 +0000 (16:41 +0000)
Original commit message from CVS:
2005-08-17  Andy Wingo  <wingo@pobox.com>

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

ChangeLog
gst/gst.defs

index 956b51e..495b467 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e248d01..9c479cd 100644 (file)
   (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")