gstreamer/libs/gst/controller
Thibault Saunier 1a02a59e42 timedvaluecontrolsource: Add some signals about values changes
In order for user to be able to track changes in the value set in
GstTimedValueControlSource the following signals have been added:
 * value-added
 * value-removed
 * value-changed

To be able to use a GstControlPoint to be marshalled into the signals,
the GstControlPoint structure is now registerd as a GBoxed type.

New API:
~~~~~~~
  * GstTimedValueControlSource::value-added
  * GstTimedValueControlSource::value-removed
  * GstTimedValueControlSource::value-added

https://bugzilla.gnome.org/show_bug.cgi?id=737616
2014-10-22 18:08:30 +02: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 controlbindings: fix pspec relaxation for control source properties 2013-09-10 16:41:30 +01:00
gstargbcontrolbinding.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstdirectcontrolbinding.c controlbindings: fix pspec relaxation for control source properties 2013-09-10 16:41:30 +01:00
gstdirectcontrolbinding.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstinterpolationcontrolsource.c controller: Fix out-of-bounds detection 2013-12-10 17:09:07 -05:00
gstinterpolationcontrolsource.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstlfocontrolsource.c lfo: set a sensible lower boundary for the frequency 2013-03-07 09:18:25 +01:00
gstlfocontrolsource.h Fix FSF address 2012-11-03 20:44:48 +00:00
gsttimedvaluecontrolsource.c timedvaluecontrolsource: Add some signals about values changes 2014-10-22 18:08:30 +02:00
gsttimedvaluecontrolsource.h timedvaluecontrolsource: Add some signals about values changes 2014-10-22 18:08:30 +02:00
gsttriggercontrolsource.c triggercontrolsource: add missing end_iter check for sequence 2013-02-17 19:53:55 +01:00
gsttriggercontrolsource.h Fix FSF address 2012-11-03 20:44:48 +00:00
Makefile.am libs: g-ir-scanner: do not hardcode libtool path 2014-04-17 09:26:20 +01:00