mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
6fb4cda8fb
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 |
||
---|---|---|
.. | ||
.gitignore | ||
gstcontroller.c | ||
gstcontroller.h | ||
gstcontrollerprivate.h | ||
gstcontrolsource.c | ||
gstcontrolsource.h | ||
gsthelper.c | ||
gstinterpolation.c | ||
gstinterpolationcontrolsource.c | ||
gstinterpolationcontrolsource.h | ||
gstinterpolationcontrolsourceprivate.h | ||
gstlfocontrolsource.c | ||
gstlfocontrolsource.h | ||
gstlfocontrolsourceprivate.h | ||
lib.c | ||
Makefile.am |