[vala] gstreamer-0.10: Fix Gst.Buffer subclassing



commit 3b47f2c54e13b751af26e17a50f4f456d10ca083
Author: Jürg Billeter <j bitron ch>
Date:   Mon Mar 15 21:03:24 2010 +0100

    gstreamer-0.10: Fix Gst.Buffer subclassing

 vapi/gstreamer-0.10.vapi                           |    1 +
 .../gstreamer-0.10/gstreamer-0.10-custom.vala      |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 21e6436..67c83d3 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -73,6 +73,7 @@ namespace Gst {
 		public uint64 offset_end;
 		public weak Gst.Buffer parent;
 		public Gst.ClockTime timestamp;
+		[CCode (has_construct_function = false)]
 		public Buffer ();
 		[CCode (has_construct_function = false)]
 		public Buffer.and_alloc (uint size);
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
index f213aba..258f052 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
@@ -50,6 +50,7 @@ namespace Gst {
 
 	[CCode (ref_function = "gst_buffer_ref", unref_function = "gst_buffer_unref")]
 	public class Buffer : Gst.MiniObject {
+		[CCode (has_construct_function = false)]
 		public Buffer ();
 		public weak Buffer @ref ();
 		public void unref ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]