tests: use GLib 2.22 API unconditionally

This commit is contained in:
Tim-Philipp Müller 2010-12-04 14:48:46 +00:00
parent 78f33715ff
commit 02419d206c
4 changed files with 0 additions and 20 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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