timedvaluecontrolsource: Use g_sequence_lookup where possible
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Wed, 23 Sep 2015 21:03:29 +0000 (23:03 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 2 Oct 2015 14:30:38 +0000 (17:30 +0300)
commitd3e9f553024262839c34a6ca178470b36162637c
treec384b571a139f3ae896203ce46c08ed3ed135a80
parent9a30399e4f508269d72cc8c1457f94beb363eb09
timedvaluecontrolsource: Use g_sequence_lookup where possible

When looking for exact matches in the sequence, this results
in much simpler code than when using g_sequence_search.

https://bugzilla.gnome.org/show_bug.cgi?id=755498
libs/gst/controller/gsttimedvaluecontrolsource.c