gstreamer/libs/gst/controller
Matthew Waters 3eb4896435 controllers: add new proxy control binding
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
2016-11-23 17:15:09 +11:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
controller.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 16:44:14 +00:00
gstargbcontrolbinding.c argbcontrolbinding: gst_object_replace() is transfer none 2016-10-13 18:02:38 +02:00
gstargbcontrolbinding.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdirectcontrolbinding.c directcontrolbinding: Clarify in the documentation what the difference between absolute and not is 2016-10-13 18:01:14 +02:00
gstdirectcontrolbinding.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstinterpolationcontrolsource.c controller: rename new cubic interpolation mode 2016-01-05 13:57:12 +01:00
gstinterpolationcontrolsource.h controller: rename new cubic interpolation mode 2016-01-05 13:57:12 +01:00
gstlfocontrolsource.c lfo: set a sensible lower boundary for the frequency 2013-03-07 09:18:25 +01:00
gstlfocontrolsource.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstproxycontrolbinding.c controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
gstproxycontrolbinding.h controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
gsttimedvaluecontrolsource.c timedvaluecontrolsource: Use g_sequence_lookup where possible 2015-10-02 17:30:38 +03:00
gsttimedvaluecontrolsource.h controller: rename new cubic interpolation mode 2016-01-05 13:57:12 +01:00
gsttriggercontrolsource.c triggercontrolsource: Fix short description for the docs 2014-11-25 17:46:12 +01:00
gsttriggercontrolsource.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
Makefile.am controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
meson.build controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00