]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Gst.ByteWriter is a subclass of Gst.ByteReader
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 27 Mar 2010 07:52:08 +0000 (08:52 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 27 Mar 2010 08:35:20 +0000 (09:35 +0100)
vapi/gstreamer-base-0.10.vapi
vapi/packages/gstreamer-base-0.10/gstreamer-base-0.10.metadata

index 9459953ae41753e8e3c44850054a70ee8591e4c5..25d93e0b5de6745960bc87c6a18cbaf3b456260c 100644 (file)
@@ -339,7 +339,7 @@ namespace Gst {
        }
        [Compact]
        [CCode (cheader_filename = "gst/base/gstbytewriter.h")]
-       public class ByteWriter {
+       public class ByteWriter : Gst.ByteReader {
                public uint alloc_size;
                public bool fixed;
                public bool @owned;
index 519a69160e2aa10729f7928cf2cbf22decd5022c..efed3717a3e43a0044881fbd3d3300565d63b3ef 100644 (file)
@@ -51,6 +51,7 @@ gst_byte_reader_peek_float*.val is_out="1"
 gst_byte_reader_peek_int*.val is_out="1"
 gst_byte_reader_peek_uint*.val is_out="1"
 GstByteWriter* cheader_filename="gst/base/gstbytewriter.h"
+GstByteWriter* cheader_filename="gst/base/gstbytewriter.h" base_class="GstByteReader"
 GstByteWriter.parent hidden="1"
 gst_type_find_helper* cheader_filename="gst/base/gsttypefindhelper.h"
 gst_type_find_helper_for_extension cheader_filename="gst/base/gsttypefindhelper.h" transfer_ownership="1"