summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-23 11:57:36 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-23 11:57:36 +0000
commit745f921a62e2bf2613a88317f11a8be3d7ce2de2 (patch)
treefcc9acdd10d9c4f5846814d65ca1d157844638c8
parentb55d67b1d253395ad612c6c5bfe7cd0e478b6467 (diff)
tests: fix missing include in audio-trickplay
-rw-r--r--tests/icles/audio-trickplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c
index a97871e6e..58dc897ec 100644
--- a/tests/icles/audio-trickplay.c
+++ b/tests/icles/audio-trickplay.c
@@ -18,6 +18,7 @@
#include <string.h>
#include <gst/gst.h>
#include <gst/controller/gstinterpolationcontrolsource.h>
+#include <gst/controller/gstcontrolbindingdirect.h>
static void
check_position (GstElement * elem, GstQuery * pos, const gchar * info)