:right-sidebar: True BufferCopyFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: BufferCopyFlags :no-contents-entry: A set of flags that can be provided to the :func:`~gi.repository.Gst.Buffer.copy_into` function to specify which items should be copied. Fields ------ .. rst-class:: interim-class .. class:: BufferCopyFlags :no-index: .. attribute:: DEEP Flag indicating that memory should always be copied instead of reffed .. versionadded:: 1.2 .. attribute:: FLAGS Flag indicating that buffer flags should be copied .. attribute:: MEMORY 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. .. attribute:: MERGE Flag indicating that buffer memory should be merged .. attribute:: META Flag indicating that buffer meta should be copied .. attribute:: NONE Copy nothing .. attribute:: TIMESTAMPS Flag indicating that buffer pts, dts, duration, offset and offset_end should be copied