Gst.ParentBufferMeta¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| buffer | r/w | the  | |
| parent | r/w | the parent  | 
Methods¶
| class | 
 | 
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:
 - Gets the global - Gst.MetaInfodescribing the- Gst.ParentBufferMetameta.- New in version 1.6.