Callbacks¶
|
Details¶
- GstInsertBin.InsertBinCallback(insertbin, element, success, *user_data)¶
- Parameters:
insertbin (
GstInsertBin.InsertBin
) – AGstInsertBin.InsertBin
element (
Gst.Element
) – TheGst.Element
on which the operation was performed
This is the prototype of callbacks to be called when the operation completes. It could be called at any time, including as a re-entrant call while the operation is requested.
New in version 1.2.