summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-04 14:48:46 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-04 14:48:46 +0000
commit02419d206cb3ac0760cca72b89869b593ad44fd5 (patch)
tree576727119593ace748274ac29757f877d57837b7
parent78f33715ff0c4821aec51d2a6445a5c98191c9a2 (diff)
tests: use GLib 2.22 API unconditionally
-rw-r--r--tests/examples/app/appsrc-ra.c5
-rw-r--r--tests/examples/app/appsrc-seekable.c5
-rw-r--r--tests/examples/app/appsrc-stream.c5
-rw-r--r--tests/examples/app/appsrc-stream2.c5
4 files changed, 0 insertions, 20 deletions
diff --git a/tests/examples/app/appsrc-ra.c b/tests/examples/app/appsrc-ra.c
index cdca865c3..af5d7a742 100644
--- a/tests/examples/app/appsrc-ra.c
+++ b/tests/examples/app/appsrc-ra.c
@@ -30,11 +30,6 @@
#include <string.h>
#include <stdlib.h>
-/* FIXME: remove once we depend on GLib >= 2.22 */
-#if !GLIB_CHECK_VERSION (2, 21, 3)
-#define g_mapped_file_unref g_mapped_file_free
-#endif
-
GST_DEBUG_CATEGORY (appsrc_playbin_debug);
#define GST_CAT_DEFAULT appsrc_playbin_debug
diff --git a/tests/examples/app/appsrc-seekable.c b/tests/examples/app/appsrc-seekable.c
index 8d873d969..9421f9b36 100644
--- a/tests/examples/app/appsrc-seekable.c
+++ b/tests/examples/app/appsrc-seekable.c
@@ -30,11 +30,6 @@
#include <string.h>
#include <stdlib.h>
-/* FIXME: remove once we depend on GLib >= 2.22 */
-#if !GLIB_CHECK_VERSION (2, 21, 3)
-#define g_mapped_file_unref g_mapped_file_free
-#endif
-
GST_DEBUG_CATEGORY (appsrc_playbin_debug);
#define GST_CAT_DEFAULT appsrc_playbin_debug
diff --git a/tests/examples/app/appsrc-stream.c b/tests/examples/app/appsrc-stream.c
index 986dfb8ed..d14e14399 100644
--- a/tests/examples/app/appsrc-stream.c
+++ b/tests/examples/app/appsrc-stream.c
@@ -30,11 +30,6 @@
#include <string.h>
#include <stdlib.h>
-/* FIXME: remove once we depend on GLib >= 2.22 */
-#if !GLIB_CHECK_VERSION (2, 21, 3)
-#define g_mapped_file_unref g_mapped_file_free
-#endif
-
GST_DEBUG_CATEGORY (appsrc_playbin_debug);
#define GST_CAT_DEFAULT appsrc_playbin_debug
diff --git a/tests/examples/app/appsrc-stream2.c b/tests/examples/app/appsrc-stream2.c
index 66a5332e2..a80e4d1bd 100644
--- a/tests/examples/app/appsrc-stream2.c
+++ b/tests/examples/app/appsrc-stream2.c
@@ -30,11 +30,6 @@
#include <string.h>
#include <stdlib.h>
-/* FIXME: remove once we depend on GLib >= 2.22 */
-#if !GLIB_CHECK_VERSION (2, 21, 3)
-#define g_mapped_file_unref g_mapped_file_free
-#endif
-
GST_DEBUG_CATEGORY (appsrc_playbin_debug);
#define GST_CAT_DEFAULT appsrc_playbin_debug