[0.11] gst-plugins-base: tests: fix missing include in audio-trickplay
Tim Müller
tpm at kemper.freedesktop.org
Mon Jan 23 03:58:11 PST 2012
Module: gst-plugins-base
Branch: 0.11
Commit: 745f921a62e2bf2613a88317f11a8be3d7ce2de2
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=745f921a62e2bf2613a88317f11a8be3d7ce2de2
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Mon Jan 23 11:57:36 2012 +0000
tests: fix missing include in audio-trickplay
---
tests/icles/audio-trickplay.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c
index a97871e..58dc897 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)
More information about the gstreamer-commits
mailing list