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 aGst.Metawhich can be attached to aGst.Bufferto hold a reference to another buffer that is only released when the childGst.Bufferis released.Typically,
Gst.ParentBufferMetais used when the child buffer is directly using theGst.Memoryof the parent buffer, and wants to prevent the parent buffer from being returned to a buffer pool until theGst.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 theGst.ParentBufferMetameta.New in version 1.6.