libs/gst/controller/: Don't crash if someone tries to set an interpolation mode that...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 4 May 2007 12:37:01 +0000 (12:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 4 May 2007 12:37:01 +0000 (12:37 +0000)
commit42651f72ff4a35dbff5115e8642c690338cbdbfc
treedef2416c424b404185010ffb2a458b54ae3a3b35
parentc086db87a3574183315fe2d0e9061efbc3dafc48
libs/gst/controller/: Don't crash if someone tries to set an interpolation mode that is invalid or that isn't support...

Original commit message from CVS:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_set_interpolation_mode):
* libs/gst/controller/gstinterpolation.c:
Don't crash if someone tries to set an interpolation mode that
is invalid or that isn't supported yet. Fixes #422295.
* tests/check/libs/controller.c: (GST_START_TEST),
(gst_controller_suite):
Add a test case for the above.
ChangeLog
libs/gst/controller/gstcontroller.c
libs/gst/controller/gstinterpolation.c
tests/check/libs/controller.c