gstreamer/libs/gst
Benjamin Otte 6fb4cda8fb controller: Fix gst_interpolation_control_source_find_control_point_iter
The logic in that function is broken. Various NULL-checking bandaids for
guaranteed non-NULL variables didn't even help there.

This patch updates the function to check if a previous item exists
before fetching it instead of after. This makes all other tests
unnecessary.
In particular, it makes the check for an empty list unnecessary, because
for empty lists the only iter is the begin iter (and the end iter) and
so the new check catches that case.

https://bugzilla.gnome.org/show_bug.cgi?id=616846
2010-04-26 16:46:11 +02:00
..
base basesrc: fix gst_base_src_new_seamless_segment() 2010-04-06 17:41:34 +02:00
check build: fix out of sourcedir build for check 2010-04-06 21:22:22 +03:00
controller controller: Fix gst_interpolation_control_source_find_control_point_iter 2010-04-26 16:46:11 +02:00
dataprotocol libs: point gobject-introspection scanner to .la files 2010-04-03 13:41:52 +01:00
helpers build: when building executables, put libs to link to into LDADD instead of LDFLAGS 2010-04-14 11:23:37 +01:00
net libs: point gobject-introspection scanner to .la files 2010-04-03 13:41:52 +01:00
Makefile.am registry: Add registry helper phase 1 2009-10-06 19:51:42 +01:00