mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tests: use GLib 2.22 API unconditionally
This commit is contained in:
parent
78f33715ff
commit
02419d206c
4 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue