summaryrefslogtreecommitdiff
path: root/vapi/metadata/GstBase-1.0-custom.vala
blob: dcd181fa0c9356aa1980b2cadef02a34cbaad353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace Gst {
	namespace Base {
		public class Adapter : GLib.Object {
			[CCode (array_length = false)]
			public unowned uint8[]? map (size_t size);
			[CCode (array_length = false)]
			public uint8[]? take (size_t nbytes);
		}
		// Keep backwards compat with < 1.13/1.14
		[CCode (cheader_filename = "gst/base/base.h", cname = "GstFlowCombiner", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_cprefix = "gst_flow_combiner_", type_id = "gst_flow_combiner_get_type ()")]
		[Compact]
		public class FlowCombiner {
		}
	}
}