18 #ifndef QGST_ALLOCATOR_H
19 #define QGST_ALLOCATOR_H
39 MemoryFlags flags()
const;
40 void setFlags(MemoryFlags flags);
43 void setAlign(
size_t align);
45 size_t prefix()
const;
46 void setPrefix(
size_t align);
48 size_t padding()
const;
49 void setPadding(
size_t padding);
51 operator GstAllocationParams*();
52 operator const GstAllocationParams*()
const;
56 GstAllocationParams *d;
Smart pointer class for working with wrapper classes that support reference counting.
Wrapper class for GstAllocationParams.
Wrapper class for GstAllocator.
Wrapper class for GstObject.
Wrappers for GStreamer classes.