gstreamer/libs/gst/controller
Stefan Kost 4a638e29d9 Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section.
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* gst/gstparamspecs.c:
* gst/gstparamspecs.h:
Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec
docs to own section.
* gst/gstvalue.c:
This now only documents GValue.
* docs/libs/gstreamer-libs-sections.txt:
* libs/gst/controller/gstcontroller.h:
Remove GST_PARAM_CONTROLLABLE.
2008-04-15 06:16:33 +00:00
..
.gitignore added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00
gstcontroller.c Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gstcontroller.h Add GST_PARAM_CONTROLLABLE and GST_PARAM_USER_SHIFT. Move paramspec docs to own section. 2008-04-15 06:16:33 +00:00
gstcontrollerprivate.h libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov... 2007-07-06 21:50:02 +00:00
gstcontrolsource.c Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983). 2007-12-12 23:20:00 +00:00
gstcontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gsthelper.c Correct all relevant warnings found by the sparse semantic code analyzer. This include marking several symbols static... 2008-02-29 12:41:33 +00:00
gstinterpolation.c Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983). 2007-12-12 23:20:00 +00:00
gstinterpolationcontrolsource.c libs/gst/controller/gstinterpolationcontrolsource.c: Use GSlice for allocating the control points. 2008-04-02 17:45:08 +00:00
gstinterpolationcontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gstinterpolationcontrolsourceprivate.h libs/gst/controller/: API: Refactor GstController into the core controller which can take a GstControlSource for prov... 2007-07-06 21:50:02 +00:00
gstlfocontrolsource.c Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it everywhere for GParamSpecs that use static... 2008-03-22 14:56:17 +00:00
gstlfocontrolsource.h libs/gst/: Fix empty prototypes. Fixes bug #507957. 2008-01-08 02:07:38 +00:00
gstlfocontrolsourceprivate.h libs/gst/controller/: API: Add GstLFOControlSource, a control source that gives values for specific timestamps based ... 2007-08-03 15:47:17 +00:00
lib.c Makefile.am: Add check-exports target and run it as part of 'make check' (see #499140 and #493983). 2007-12-12 23:20:00 +00:00
Makefile.am libs/gst/controller/Makefile.am: Dist gstlfocontrolsourceprivate.h 2007-08-07 16:06:47 +00:00