property, we don't emit #GObject::notify and #GstObject::deep-notify signals due to locking issues. In some cases one can use #GstBin::element-added or #GstBin::element-removed signals on the parent to achieve a similar effect.
ObjectWrap.parent
gst.object.ObjectWrap parent() @propertyGet parent property.
Returns
The parent of the object. Please note, that when changing the 'parent'
void parent(gst.object.ObjectWrap propval) @propertySet parent property.
Parameters
propval | The parent of the object. Please note, that when changing the 'parent' property, we don't emit #GObject::notify and #GstObject::deep-notify signals due to locking issues. In some cases one can use #GstBin::element-added or #GstBin::element-removed signals on the parent to achieve a similar effect. |