gstreamer/libs/gst
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
..
base basetransform: Ensure to set the RECONFIGURE flag again if reconfiguration failed 2016-11-18 12:04:18 +02:00
check meson: require meson 0.36 and use new pic arg on static libs 2016-11-14 19:21:13 +00:00
controller controllers: add new proxy control binding 2016-11-23 17:15:09 +11:00
helpers meson: Make use of new environment object and set plugin path to builddir 2016-10-14 17:30:00 +02:00
net Cast away const from GstMetaInfo in *_get_meta_info() functions 2016-11-15 14:51:18 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-19 21:26:14 +01:00