summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2014-05-13 19:30:38 +0100
committerTim-Philipp Müller <tim@centricular.com>2014-05-13 20:05:55 +0100
commitfa94322349808e6c4fac1e48204fd5602f4e99e3 (patch)
treeb72e611932f71f4de54211a5b42f792127611785 /tests
parentb17ea57223d31a9b0decc85e0fedc48adc6ef8c8 (diff)
downloadgstreamer-fa94322349808e6c4fac1e48204fd5602f4e99e3.tar.gz
sparsefile: keep it private as helper API for downloadbuffer
There's no expectation that any other element or applications might want to use this helper API any time soon, so keep it private for the time being. There were open questions regarding portability and binding-friendliness too. This also removes the gio dependency of -base again. https://bugzilla.gnome.org/show_bug.cgi?id=729951 https://bugzilla.gnome.org/show_bug.cgi?id=729949
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/sparsefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/libs/sparsefile.c b/tests/check/libs/sparsefile.c
index c8cc78c6ad..6d291b44bf 100644
--- a/tests/check/libs/sparsefile.c
+++ b/tests/check/libs/sparsefile.c
@@ -28,7 +28,8 @@
#include <gst/check/gstcheck.h>
-#include <gst/base/gstsparsefile.h>
+/* not public API for now */
+#include "../../../plugins/elements/gstsparsefile.c"
static void
expect_range_before (GstSparseFile * file, gsize offset, gsize start,