Gst.ParentBufferMeta¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| buffer | Gst.Buffer | r/w | the Gst.Bufferon which a reference is being held. | 
| parent | Gst.Meta | r/w | the parent Gst.Metastructure | 
Details¶
- 
class Gst.ParentBufferMeta¶
- The - Gst.ParentBufferMetais a- Gst.Metawhich can be attached to a- Gst.Bufferto hold a reference to another buffer that is only released when the child- Gst.Bufferis released.- Typically, - Gst.ParentBufferMetais used when the child buffer is directly using the- Gst.Memoryof the parent buffer, and wants to prevent the parent buffer from being returned to a buffer pool until the- Gst.Memoryis available for re-use.- New in version 1.6. - 
classmethod get_info()[source]¶
- Returns: - The - Gst.MetaInfo- Return type: - Gst.MetaInfo- Get the global - Gst.MetaInfodescribing the- Gst.ParentBufferMetameta.- New in version 1.6. 
 
- 
classmethod