]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix Gst.Pad.push_event ownership transfer
authorAli Sabil <ali.sabil@gmail.com>
Fri, 30 May 2008 11:34:07 +0000 (11:34 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 30 May 2008 11:34:07 +0000 (11:34 +0000)
2008-05-30  Ali Sabil  <ali.sabil@gmail.com>

* vapi/packages/gstreamer-0.10/: fix Gst.Pad.push_event
ownership transfer

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1495

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index d432f73a57001e4db6818442b0fdc3b0a1c16989..9ecd2f9d84e103a1e78523ce4b441c4fbef6c85c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-30  Ali Sabil  <ali.sabil@gmail.com>
+
+       * vapi/packages/gstreamer-0.10/: fix Gst.Pad.push_event
+       ownership transfer
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
 2008-05-30  Jürg Billeter  <j@bitron.ch>
 
        * vala/valacodenode.vala:
index 3f8137258ed97714e97a874bdccec262d905618d..c94199b4829b9abbc50c33af5385214f962417dd 100644 (file)
@@ -1497,7 +1497,7 @@ namespace Gst {
                public bool proxy_setcaps (Gst.Caps caps);
                public Gst.FlowReturn pull_range (uint64 offset, uint size, out weak Gst.Buffer buffer);
                public Gst.FlowReturn push (Gst.Buffer# buffer);
-               public bool push_event (Gst.Event event);
+               public bool push_event (Gst.Event# event);
                public bool query (Gst.Query query);
                public bool query_convert (Gst.Format src_format, int64 src_val, Gst.Format dest_format, int64 dest_val);
                public bool query_default (Gst.Query query);
index b3758522b907f3e081f99f09be177b6797b64338..e71eb0d24e3351dea7aa0f8edfeca26c4a317af1 100644 (file)
@@ -74,6 +74,7 @@ gst_class_signal_connect hidden="1"
 gst_class_signal_emit_by_name hidden="1"
 GstPad.querytypefunc hidden="1"
 gst_pad_push.buffer takes_ownership="1"
+gst_pad_push_event.event takes_ownership="1"
 gst_pad_set_query_type_function hidden="1"
 GstPadTemplate::pad_created has_emitter="1"
 gst_parse_launchv.argv is_array="1"