mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
tests: fix missing include in audio-trickplay
This commit is contained in:
parent
b55d67b1d2
commit
745f921a62
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/controller/gstinterpolationcontrolsource.h>
|
#include <gst/controller/gstinterpolationcontrolsource.h>
|
||||||
|
#include <gst/controller/gstcontrolbindingdirect.h>
|
||||||
|
|
||||||
static void
|
static void
|
||||||
check_position (GstElement * elem, GstQuery * pos, const gchar * info)
|
check_position (GstElement * elem, GstQuery * pos, const gchar * info)
|
||||||
|
|
Loading…
Reference in a new issue