controller: Silence a warning from the GSequence being NULL.
authorJan Schmidt <thaytan@noraisin.net>
Fri, 22 May 2009 08:41:36 +0000 (09:41 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 22 May 2009 08:43:02 +0000 (09:43 +0100)
commit2437a08666e6aff80236e7dd1d9c1cd5517407da
treeff0c62620ee6b871bd7568153d0a3c4ad426eb85
parentc05e2382cb7a235c6e5eb4223f08c33371e07260
controller: Silence a warning from the GSequence being NULL.

Fix a warning that occurs when the self->priv->values is NULL and
the code tries to retrieve an iterator from it. The warning was showing
up in the checks for the volume element.
libs/gst/controller/gstinterpolation.c