Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
02419d20
Commit
02419d20
authored
Dec 04, 2010
by
Tim-Philipp Müller
Browse files
tests: use GLib 2.22 API unconditionally
parent
78f33715
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/examples/app/appsrc-ra.c
View file @
02419d20
...
...
@@ -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
...
...
tests/examples/app/appsrc-seekable.c
View file @
02419d20
...
...
@@ -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
...
...
tests/examples/app/appsrc-stream.c
View file @
02419d20
...
...
@@ -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
...
...
tests/examples/app/appsrc-stream2.c
View file @
02419d20
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment