libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives value...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 3 Aug 2007 15:47:17 +0000 (15:47 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 3 Aug 2007 15:47:17 +0000 (15:47 +0000)
commitb47469722f1537c871276625cc57260b64c068cd
tree58d4f680163bb7405a52f8a10535b57d0f488ef3
parent2ec940334063669eedfc58109ac6c54b482c9ed0
libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives values for specific timestamps based ...

Original commit message from CVS:
reviewed by: Stefan Kost <ensonic@users.sf.net>
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstlfocontrolsource.c: (_calculate_pos),
(gst_lfo_waveform_get_type), (gst_lfo_control_source_reset),
(gst_lfo_control_source_new),
(gst_lfo_control_source_set_waveform),
(gst_lfo_control_source_bind), (gst_lfo_control_source_init),
(gst_lfo_control_source_finalize),
(gst_lfo_control_source_dispose),
(gst_lfo_control_source_set_property),
(gst_lfo_control_source_get_property),
(gst_lfo_control_source_class_init):
* libs/gst/controller/gstlfocontrolsource.h:
* libs/gst/controller/gstlfocontrolsourceprivate.h:
API: Add GstLFOControlSource, a control source that gives values
for specific timestamps based on several periodic waveforms.
Fixes #459717.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
* docs/libs/gstreamer-libs.types:
Add documentation and unit tests for GstLFOControlSource.
ChangeLog
docs/libs/gstreamer-libs-docs.sgml
docs/libs/gstreamer-libs-sections.txt
docs/libs/gstreamer-libs.types
libs/gst/controller/Makefile.am
libs/gst/controller/gstlfocontrolsource.c [new file with mode: 0644]
libs/gst/controller/gstlfocontrolsource.h [new file with mode: 0644]
libs/gst/controller/gstlfocontrolsourceprivate.h [new file with mode: 0644]
tests/check/libs/controller.c