timedvaluecontrolsource: Fix removing all keyframes, and adding one back
authorThibault Saunier <tsaunier@gnome.org>
Sat, 16 May 2015 09:17:40 +0000 (11:17 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Sat, 16 May 2015 09:20:26 +0000 (11:20 +0200)
commit78bbaeb6e7adbb20a4bc6efe2057dd44999063a7
tree07b218be08af11cea21208ce4263142b72fefd1d
parent8c85795e92b00d3f4d32df1820ca19671a25bb03
timedvaluecontrolsource: Fix removing all keyframes, and adding one back

We were segfaulting because g_sequence_search was returning the iter_end,
and that iterator does not contain anything and thus should not be used
directly
libs/gst/controller/gsttimedvaluecontrolsource.c