gstreamer/libs/gst/controller
Tim-Philipp Müller 3040ad0e2d libs/gst/controller/gstcontroller.c: Don't g_return_val_if_fail() on timed values with invalid timestamps inside a cr...
Original commit message from CVS:
* libs/gst/controller/gstcontroller.c: (gst_controller_new_valist),
(gst_controller_set_from_list):
Don't g_return_val_if_fail() on timed values with invalid timestamps
inside a critical section without unlocking the mutex. Spotted by
René Stadler. (#357617)
Also, fix up refcounting properly: when returning an existing
controller, we should increase the reference only once and not
once per property and when trying to control a property again
we should also increase the refcount.
2006-09-29 12:24:50 +00:00
..
.gitignore added controller code removed dparam pc files 2005-08-02 21:35:34 +00:00
gstcontroller.c libs/gst/controller/gstcontroller.c: Don't g_return_val_if_fail() on timed values with invalid timestamps inside a cr... 2006-09-29 12:24:50 +00:00
gstcontroller.h libs/gst/controller/gstcontroller.h: fix ABI size-correction 2006-08-10 20:05:30 +00:00
gstcontrollerprivate.h docs/: add new API entries to the docs 2006-01-13 14:21:48 +00:00
gsthelper.c API: add gst_object_{s,g}et_control_rate(), add private data section, fix docs 2006-08-10 19:46:14 +00:00
gstinterpolation.c docs/: add new API entries to the docs 2006-01-13 14:21:48 +00:00
lib.c docs/: more dparam docs 2006-01-31 16:56:28 +00:00
Makefile.am configure.ac: set CFLAGS and friends to -O0 if gcov is being used add GCOV LIBS 2006-07-01 23:26:06 +00:00