mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
3eb4896435
Allows proxying the control interface from one property on one GstObject to another property (of the same type) in another GstObject. E.g. in a parent-child relationship, one may need to gst_object_sync_values() on the child and have a binding (set elsewhere) on the parent update the value. Note: that this doesn't solve GObject property forwarding and must be taken care of by the implementation manually or using GBinding. https://bugzilla.gnome.org/show_bug.cgi?id=774657 |
||
---|---|---|
.. | ||
.gitignore | ||
controller.h | ||
gstargbcontrolbinding.c | ||
gstargbcontrolbinding.h | ||
gstdirectcontrolbinding.c | ||
gstdirectcontrolbinding.h | ||
gstinterpolationcontrolsource.c | ||
gstinterpolationcontrolsource.h | ||
gstlfocontrolsource.c | ||
gstlfocontrolsource.h | ||
gstproxycontrolbinding.c | ||
gstproxycontrolbinding.h | ||
gsttimedvaluecontrolsource.c | ||
gsttimedvaluecontrolsource.h | ||
gsttriggercontrolsource.c | ||
gsttriggercontrolsource.h | ||
Makefile.am | ||
meson.build |