volume: a return value of FALSE from the controller is not fatal
authorStefan Sauer <ensonic@users.sf.net>
Wed, 9 Jan 2013 22:15:06 +0000 (23:15 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 9 Jan 2013 22:15:06 +0000 (23:15 +0100)
commit8296b683ca235c6a9ab906ff0b8c17d926caa9eb
tree49944e43dab47d634cd98cb96c850e29ecf29365
parent658195e6de05944ddf069b875a29ce5fc191847b
volume: a return value of FALSE from the controller is not fatal

A return value of FALSE here indicates that we don't have control-values. In
0.10 we were returning the default value of the property. Now we don't fill an
array with defaults in the ControlBinding, but leave it up to the element to
handle this case.
gst/volume/gstvolume.c
tests/check/elements/volume.c