summaryrefslogtreecommitdiffstats
path: root/tests/check/pipelines
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-29 17:29:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-29 17:29:17 +0000
commitd56ba2c7806884e3c4a94cf5bde67e2482dc216a (patch)
tree36be7442cbcb9a6e35cfaa05d1b14f1381ef5c59 /tests/check/pipelines
parent9c52a9cd0993b34d0cf02a8fea4fd39b4e8609c0 (diff)
downloadgst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.tar.gz
gst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.tar.bz2
gst-plugins-bad-d56ba2c7806884e3c4a94cf5bde67e2482dc216a.zip
Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this.
Original commit message from CVS: * configure.ac: * ext/gio/gstgio.c: * ext/gio/gstgio.h: * ext/gio/gstgiobasesink.h: * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size): * ext/gio/gstgiobasesrc.h: * ext/gio/gstgiosink.c: (gst_gio_sink_start): * ext/gio/gstgiosink.h: * ext/gio/gstgiosrc.h: * ext/gio/gstgiostreamsink.h: * ext/gio/gstgiostreamsrc.h: * tests/check/pipelines/gio.c: Update to latest API changes in GLib/GIO and require at least gio-2.0 2.15.0 for this. * ext/gio/Makefile.am: Add GST_PLUGIN_LDFLAGS to LDFLAGS.
Diffstat (limited to 'tests/check/pipelines')
-rw-r--r--tests/check/pipelines/gio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/pipelines/gio.c b/tests/check/pipelines/gio.c
index 5c6564b9..8791b332 100644
--- a/tests/check/pipelines/gio.c
+++ b/tests/check/pipelines/gio.c
@@ -22,8 +22,7 @@
#include <gst/check/gstcheck.h>
#include <gst/check/gstbufferstraw.h>
-#include <gio/gmemoryinputstream.h>
-#include <gio/gmemoryoutputstream.h>
+#include <gio/gio.h>
static gboolean got_eos = FALSE;