Value | Meaning |
---|---|
None0 | copy nothing |
Flags1 | flag indicating that buffer flags should be copied |
Timestamps2 | flag indicating that buffer pts, dts, duration, offset and offset_end should be copied |
Meta4 | flag indicating that buffer meta should be copied |
Memory8 | flag indicating that buffer memory should be reffed and appended to already existing memory. Unless the memory is marked as NO_SHARE, no actual copy of the memory is made but it is simply reffed. Add @GST_BUFFER_COPY_DEEP to force a real copy. |
Merge16 | flag indicating that buffer memory should be merged |
Deep32 | flag indicating that memory should always be copied instead of reffed |
A set of flags that can be provided to the gst.buffer.Buffer.copyInto function to specify which items should be copied.