~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/gstreamer-base-0.10.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                public int preroll_queued;
42
42
                public Gst.Segment segment;
43
43
                public Gst.Pad sinkpad;
 
44
                [CCode (has_construct_function = false)]
 
45
                protected BaseSink ();
44
46
                [NoWrapper]
45
47
                public virtual bool activate_pull (bool active);
46
48
                [NoWrapper]
123
125
                public Gst.Segment segment;
124
126
                public uint64 size;
125
127
                public Gst.Pad srcpad;
 
128
                [CCode (has_construct_function = false)]
 
129
                protected BaseSrc ();
126
130
                [NoWrapper]
127
131
                public virtual bool check_get_range ();
128
132
                [NoWrapper]
196
200
                public GLib.Mutex transform_lock;
197
201
                public const string SINK_NAME;
198
202
                public const string SRC_NAME;
 
203
                [CCode (has_construct_function = false)]
 
204
                protected BaseTransform ();
199
205
                [NoWrapper]
200
206
                public virtual void before_transform (Gst.Buffer buffer);
201
207
                [NoWrapper]
483
489
        }
484
490
        [CCode (cheader_filename = "gst/base/gstpushsrc.h")]
485
491
        public class PushSrc : Gst.BaseSrc {
 
492
                [CCode (has_construct_function = false)]
 
493
                protected PushSrc ();
486
494
                [NoWrapper]
487
495
                public virtual Gst.FlowReturn create (out unowned Gst.Buffer buf);
488
496
        }